-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FES Template Update #74
base: master
Are you sure you want to change the base?
Conversation
Added support for Model.tbl and Effect.tbl, latter of which is pretty barebones. Updated some enums Improved some preexisting values in Skill.tbl Documented some values in Skill.tbl
sorry >< |
typedef struct | ||
{ | ||
u8 Unknown5[ 48 ]; | ||
} Ttesting <name = "Testin">; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
Skill_EnableAilment EnableAilment <name = "Enable Ailment", comment = "AilmentOn also applies to insta-kill spells (light/dark)">; | ||
u8 AilmentChance <name = "Ailments Hit Chance">; | ||
u8 AlimentChance <name = "Ailments Effect Chance (%)">; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
break; | ||
|
||
case TableSegmentType_testing: | ||
Ttesting Ttestings[ Size / sizeof( Ttesting ) ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??
switch ( segmentIndex ) | ||
{ | ||
case 0: segmentType = TableSegmentType_Effect; break; | ||
case 1: segmentType = TableSegmentType_testing; break; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
??? :)
Added support for Model.tbl and Effect.tbl, latter of which is pretty barebones.
Updated some enums
Improved some preexisting values in Skill.tbl
Documented some values in Skill.tbl