🍀
The Insurgent's Toolkit
  • Home
  • Getting Started
    • Setup
    • Important Notes
    • Resources
  • Features
    • General
    • Party Member Editor
    • Party Editor
    • Inventory Editor
    • Free Teleport
    • Summon Chocobo
    • Open Shop
    • Open Save/Load Menu
    • Complete Bestiary
    • Custom Foe Respawn
    • Banish Nearby Foes
    • Custom Battle Menu Action
    • Battle Character Editor
    • Save Game Editor
    • Battlepack Editor
      • 0 : Weapon Stances
      • 3 : MP Regeneration
      • 5 : Equipment Categories
      • 6 : Chain Levels
      • 7 : Gambits
      • 8 : Default Party Member Gambits
      • 9 : Party Member Level Growth
      • 10 : Action Groups
      • 11 : Magick Categories
      • 12 : License Nodes
      • 13 : Equipment & Attributes
      • 14 : Actions
      • 15 : Status Effects
      • 16 : Party Members
      • 17 : Battle Menu Categories
      • 18 : Items
      • 26 : Mist
      • 27 : Battle Menu Restrictions
      • 28 : Prices
      • 29 : Magicks
      • 30 : Technicks
      • 31 : Concurrences
      • 32 : Loot
      • 33 : Maps
      • 34 : Teleport Locations
      • 35 : Key Items
      • 37 : Packages
      • 38 : Rewards
      • 39 : Shops
      • 41 : Elements
      • 42 : Initial Inventory
      • 57 : Bazaar Goods
      • 58 : Augments
      • 59/60 : Story Point Additions
      • 68 : Location Movement Behaviour?
      • 69 : Movies
    • ARD Editor
      • 1 : Models
      • 2 : Classes
      • 3 : AI Scripts
      • 4 : Units
      • 7/8 : Default/Additive Stats
      • 9 : Special Action Animations
    • EBP Editor
      • 0 : Script Source Data
      • 4 : Navigation Icons
      • 12 : NPC Models
      • 16 : Foe Spawn Positions
    • MRP Editor
    • Multipalette Texture Editor
    • License Node Icons Editor
    • Clan Primer Handbooks Editor
    • Party Member Menu Editor
    • VM Call Target Pointers
    • Post Processing Settings
    • Debug Settings
    • UI Settings
    • Mouse Info
  • Changelogs
    • Version 1.9.0
    • Version 1.8.0
    • Version 1.7.0
    • Version 1.6.0
    • Version 1.5.0
    • Version 1.4.0
    • Version 1.3.0
    • Version 1.2.0
    • Version 1.1.0
    • Version 1.0.0
  • Known Issues
  • FAQ
Powered by GitBook
On this page
  • Examples
  • Notes
  1. Features
  2. Battlepack Editor

14 : Actions

Holds information about actions used by all characters (party members, foes, ...).

Examples

  • Allow a foe action to be cast by the player without it requiring a license.

  • Allow the action Steal to also work for characters near the initial target.

  • Create an action that ignores physical and magickal immunity.

  • Create an action that knockbacks the target so far that is possibility creates a loop in which the target tries to reach the caster but can never do so before it is hit by the action again.

  • and much more.

Notes

Some actions are hard-coded to their identifier. This includes:

  • Quickenings (208 -> 225)

  • Concurrences (226 -> 241)

  • Summons (262 -> 274)

  • Shades of Black

  • Steal

  • Revive

  • Dismiss

  • Spawn

  • and possibly even more.

So even if all the data from one action (e.g. Steal) is copied to another, they won't work the same way.

Swapping a magick with another one should be fine, doing the same with a technick and an item might not be though.

Therefore swapping an action with another one should be avoided at all cost.

Changing any reserve actions with an identifier from 147 to 484 should be avoided as some of them are referenced throughout some unknown functions. Instead, use the ones from 111 to 123 or the the ones after 497.

Since all party members and foes share the same actions, changing an action (e.g. Esuna) to no longer removing a status effect for example can result in a foe being stuck in an endless loop if said action is part of its AI entry whose condition still applies (e.g. If caster has the status effect Slow, cast Esuna).

Using a content in the required content attribute for more than one action should be avoided if possible as that will result in a wrong inventory sorting order.

Changes to the gambit page and its order require a game restart.

For more information about a formula, you can view the spreadsheet in Resources.

Previous13 : Equipment & AttributesNext15 : Status Effects

Last updated 3 years ago