XCOM 2
[WOTC] Ability Editor
目前顯示第 1-9 項,共 9 項
更新:2022 年 10 月 12 日 @ 下午 1:58

Adds the following options:

FocusAmount - Integer
Optional - Number of focus it will take

ConsumeAllFocus - Bool
Optional - Should this ability require all you focus?

GhostOnlyCost - Bool
Optional - Should this ability cost focus for Ghost only?

ConsumeItem - Bool
Optional - Will consume the item granting this ability.

PrerequisiteAbilities - Array (string)
Optional - Ability required to unlock current ability.

SharedCooldowns - Array
- AbilityName - String - Name of the ability getting a cooldown.
- NumTurns - Integer - Number of turns before use.
Optional - Abilities which will get a cooldown.

更新:2020 年 7 月 10 日 @ 上午 9:34

Hotfix for Shen's Last Gift Overdrive ability cost override.

更新:2019 年 8 月 13 日 @ 上午 5:50

New variables:
FocusAmount - Integer
Optional - Number of focus it will take

ConsumeAllFocus - Bool
Optional - Should this ability require all you focus?

GhostOnlyCost - Bool
Optional - Should this ability cost focus for Ghost only?

ConsumeItem - Bool
Optional - Will consume the item granting this ability.

SharedCooldowns - Array
- AbilityName - String - Name of the ability getting a cooldown.
- NumTurns - Integer - Number of turns before use.
Optional - Abilities which will get a cooldown.

更新:2019 年 7 月 30 日 @ 上午 10:37

New variables :

  • ItemSlot - String
    Optional - For abilities that require an item but are not sourced from one, specifies a default slot to use.
    Accepted values:
    • Unknown
    • PrimaryWeapon
    • SecondaryWeapon
    • HeavyWeapon
  • RetainConcealment - String
    Optional - Determine if the unit can remain concealed after the ability is activated
    Accepted values:
    • NonOffensive - Always retain Concealment if the Hostility != Offensive (default behavior)
    • Always - Always retain Concealment, period
    • Never - Never retain Concealment, period
    • KillShot - Retain concealment when killing a single (primary) target
    • Miss - Retain concealment when the ability misses
    • MissOrKillShot - Retain concealment when the ability misses or when killing a single (primary) target
    • AlwaysEvenWithObjective - Always retain Concealment, even if the target is an objective

更新:2019 年 7 月 27 日 @ 上午 4:47

Will now automatically remove cooldowns if not specified otherwise

New variable :

  • OverrideAbilities - Array (string)
    Optional - Getting one of those abilities will override the original ability.

更新:2019 年 7 月 14 日 @ 上午 11:15

New variable:

  • AddAbility - Array (string)
    Optional - When a unit is granted this ability, it will be granted all of these abilities as well.
An ability can now grant other abilities.

更新:2019 年 7 月 9 日 @ 上午 8:42

Rewrote some code.
No effect.

更新:2019 年 7 月 3 日 @ 上午 8:46

Will now automatically remove charges if not specified otherwise.
Thank you José

更新:2019 年 7 月 2 日 @ 上午 5:56

Initial release.