1.1 Command and other EFL file changes - jmcx532/FFX-2-TurnBased GitHub Wiki

All commands have had their com_share flag set to true. (Forces wait mode while magic animation is playing.)

Player commands (command.bin)

As a baseline:

  • Commands that only had atb_cost set are unchanged.
  • Commands that only had chant_cost set, have had that value moved to their atb_cost instead.
  • If a command had both values set, atb_cost has been set to the average of the two.
  • If a command had neither value set, it is unchanged.

Monster commands (monmagic.bin)

All Monster commands have had their atb_cost values set to 70.

Further changes:

  • Sticky End now inflicts Stop for 5 turns. (reduced from 20) (used to be seconds)
  • Looming Glacier inflicts Stop for 5 turns.
  • Tempus Laxit inflicts Stop for 10 turns.

Items (item.bin)

Base: All items have an atb_cost of 50.

Auto-Abilites (a_ability.bin)

  • Items Lv. 2 now reduces recovery time when using Items by 20%. (Reduced from 80% - This effectively reduces Items atb_cost from 50 to 40.)

jppc/battle/kernel/rom.bin

  • Poison/Regen time: Set to 95 to match the ATB Speed value.
  • Regen heals 3 / 256 of a character's Max HP per turn. (~1% of Max HP per turn.)
  • count_value: Both of these are set to 95. The second count_value being set to the same as the ATB Speed value makes Doom count decrement once per turn.
  • ATB Speed: Slow, Normal and Fast are all set to a standard value of 95.
  • off_count: This array defines how long Bitfield statuses last. Changed to (Turn Count * 95) + 1.