Support Ability Question SA Global + BattleResult #185
-
Hey guys, first of all thx for all the great work! I really enoy the mod! BattleResult [code=BonusExp] Level < 40 ? 1.5 * BonusExp : (Level < 80 ? 2.5 * BonusExp : 5 * BonusExp) [/code] It is also in the AbilityFeatures.txt, however as "SA 4", now I wonder if it will work if I add it as "SA Global" will it work? Putting me in the right direction would be much appreciated! Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, Using "SA Global" will always increase the XP gained from battles indeed. However, as for the supporting ability "Level Up", the XP number displayed will not change (an enemy giving 100 XP per character will show a gain of 100 XP on the battle reward screen but will effectively give more if you add a "SA Global" that boosts XP gain). You may totally change the existing AbilityFeatures.txt (in your folder "FINAL FANTASY IX\StreamingAssets\Data\Characters\Abilities") if it's for your own usage. The benefit of making your own AbilityFeatures.txt is to have a "mod folder", that is to say a folder containing all the datas of a mod you would want to share with others. |
Beta Was this translation helpful? Give feedback.
Hello,
Using "SA Global" will always increase the XP gained from battles indeed. However, as for the supporting ability "Level Up", the XP number displayed will not change (an enemy giving 100 XP per character will show a gain of 100 XP on the battle reward screen but will effectively give more if you add a "SA Global" that boosts XP gain).
You may totally change the existing AbilityFeatures.txt (in your folder "FINAL FANTASY IX\StreamingAssets\Data\Characters\Abilities") if it's for your own usage. The benefit of making your own AbilityFeatures.txt is to have a "mod folder", that is to say a folder containing all the datas of a mod you would want to share with others.