Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "GeneralWithAncKilled (M2-Scripting)"

From TWC Wiki
Jump to navigationJump to search
m (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 ==
  
None Currently
+
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