chore: more information for skills
This commit is contained in:
parent
1f04c5d115
commit
863332b806
1 changed files with 8 additions and 1 deletions
|
@ -102,7 +102,14 @@ struct MagicData{
|
||||||
u32 requiredItemType;
|
u32 requiredItemType;
|
||||||
u32 unk6;
|
u32 unk6;
|
||||||
u32 maxLevel;
|
u32 maxLevel;
|
||||||
padding[0x5244-4-24-4-4-1-7-4-12-20-255-12-2-283-12];
|
padding[600];
|
||||||
|
u32 duration[50];
|
||||||
|
padding[400];
|
||||||
|
padding[7800];
|
||||||
|
u32 physicalDamageMultiplier[50];
|
||||||
|
padding[2400];
|
||||||
|
u32 manaCost[50];
|
||||||
|
padding[0x5244-2600-7800-200-600-600-4-24-4-4-1-7-4-12-20-255-12-2-283-12];
|
||||||
};
|
};
|
||||||
|
|
||||||
std::print(std::format("{}",0x5244));
|
std::print(std::format("{}",0x5244));
|
||||||
|
|
Loading…
Reference in a new issue