Introduced "upon defeating [unitFilter] unit" trigger

This commit is contained in:
Yair Morgenstern
2023-02-26 20:31:08 +02:00
parent 7bfaeb274c
commit 090c421f9b
6 changed files with 49 additions and 17 deletions

View File

@ -80,7 +80,7 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
??? example "This Unit gains the [promotion] promotion"
Example: "This Unit gains the [Shock I] promotion"
Applicable to: Triggerable
Applicable to: Triggerable, Unit
??? example "[mapUnitFilter] units gain the [promotion] promotion"
Example: "[Wounded] units gain the [Shock I] promotion"
@ -814,7 +814,7 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
Applicable to: Global, Unit
??? example "This Unit upgrades for free"
Applicable to: Global
Applicable to: Global, Unit
## Nation uniques
??? example "Will not be chosen for new games"
@ -1300,12 +1300,17 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
Applicable to: Unit
## Promotion uniques
??? example "Heal this unit by [amount] HP"
Example: "Heal this unit by [3] HP"
Applicable to: Promotion
Applicable to: Unit
??? example "This Unit gains [amount] XP"
Example: "This Unit gains [3] XP"
Applicable to: Unit, Ruins
## Promotion uniques
??? example "Doing so will consume this opportunity to choose a Promotion"
Applicable to: Promotion
@ -1612,11 +1617,6 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
Applicable to: Ruins
??? example "This Unit gains [amount] XP"
Example: "This Unit gains [3] XP"
Applicable to: Ruins
??? example "This Unit upgrades for free including special upgrades"
Applicable to: Ruins
@ -1944,6 +1944,11 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
??? example "<upon enhancing a Religion>"
Applicable to: TriggerCondition
??? example "<upon defeating a [unitFilter] unit>"
Example: "<upon defeating a [Unknown] unit>"
Applicable to: TriggerCondition
*[action]: An action that a unit can perform. Currently, there are only two actions part of this: 'Spread Religion' and 'Remove Foreign religions from your own cities'
*[amount]: This indicates a whole number, possibly with a + or - sign, such as `2`, `+13`, or `-3`.