Random Battles

From Final Fantasy Hacktics Wiki
Revision as of 18:27, 19 January 2017 by Xifanie (talk | contribs) (Created page with "==World Map Random Battles== In vanilla, each time you "step" on a location on the World Map, there is a 30% chance a battle will trigger. Any of the enabled ENTD slots have...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

World Map Random Battles

In vanilla, each time you "step" on a location on the World Map, there is a 30% chance a battle will trigger. Any of the enabled ENTD slots have the same chance of being triggered.

For example, Igros Castle -> Mandalia Plains before Ch4 has 66.67% to trigger battle 09D (33.33% + 33.33%) and 33.33% chance to trigger battle 09E. Basically, the lowest chance a specific battle can be triggered is 12.5%.

Each Path may trigger up to 8 different random battles, with a specific Map and squad formation for the lot.

ENTDs can only range from 0x001 to 0x0FF as it is stored as a single byte and 0x000 is NULL.

Shop Progressions

The first column of the ENTD table includes "Max" values. These values are based off a specific variable, and in the case of vanilla, that variable is always 0x006F, shop progression. As it is the highest recognized value for each set, the game will only attempt to load the next set if Shop Progression is greater than the Set's Max allowed shop progression value.

In other words:

  • 00 - Never
  • 01 - Before Chapter 1 - Enter Igros
  • 02 - Before Chapter 1 - Save Elmdor
  • 03 - Before Chapter 1 - Kill Miluda
  • 04 - Before Chapter 2 - Start
  • 05 - Before Chapter 2 - Save Ovelia
  • 06 - Before Chapter 2 - Meet Draclau
  • 07 - Before Chapter 2 - Save Agrias
  • 08 - Before Chapter 3 - Start
  • 09 - Before Chapter 3 - Zalmo
  • 0A - Before Chapter 3 - Meet Velius
  • 0B - Before Chapter 3 - Save Rafa
  • 0C - Before Chapter 4 - Start
  • 0D - Before Chapter 4 - Bethla
  • 0E - Before Chapter 4 - Kill Elmdor
  • 0F - Before Chapter 4 - Kill Zalbag
  • 10 (and beyond) - After Chapter 4 - Kill Zalbag

Deep Dungeon Random Battles

Each entry in the list might trigger one out of 8 possible ENTDs. In vanilla, as each ENTD is listed twice, each ENTD has 25% of being triggered.

Random Battle Information

Random battles.png