Difference between revisions of "GeneralWithAncKilled (M2-Scripting)"
From TWC Wiki
Jump to navigationJump to searchm (Removed category "M2TW Scripting"; Quick-adding category "M2TW Scripting Condition" (redirect M2TW Scripting Condition resolved (using HotCat)) |
(→Sample Triggers) |
||
Line 22: | Line 22: | ||
== Sample Triggers == | == Sample Triggers == | ||
− | + | Trigger one_ring | |
− | + | WhenToTest PostBattle | |
+ | Condition WonBattle | ||
+ | and IsGeneral | ||
+ | and GeneralWithAncKilled one_ring | ||
+ | AcquireAncillary one_ring chance 100 | ||
== See Also == | == See Also == |
Revision as of 03:34, 23 September 2010
- Type: Condition
- Trigger Requirements: character_record
- Parameters: ancillary name
- CA Example: GeneralWithAncKilled holy_grail
- CA Description: Test to see if a general with specified ancillary was killed in the battle
- Battle/Strat: Both
- Class: GENERAL_ANC_KILLED
Detailed Description
None currently
Sample Scripts
None Currently
Sample Triggers
Trigger one_ring
WhenToTest PostBattle Condition WonBattle and IsGeneral and GeneralWithAncKilled one_ring AcquireAncillary one_ring chance 100
See Also
- Conditions (M2-Scripting) - For links to other condition pages and information on parameters.