Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

SetHealth

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
 
Line 3: Line 3:
| type = action
| type = action
| syntax = ''Value''
| syntax = ''Value''
-
| description = Set the [[health]] of all units named in the event in percent of their maximum health ([[hits]]).
+
| description = Set the [[health]] of all units named in the event in percent of their maximum health.
| example = 20
| example = 20
| example-description = Unit's health will be 1/5 of full.
| example-description = Unit's health will be 1/5 of full.

Latest revision as of 11:59, 22 April 2010

SetHealth

Syntax  

SetHealth = Value

Description

Set the health of all units named in the event in percent of their maximum health.

Example  

SetHealth = 20

Unit's health will be 1/5 of full.

Note: This is not a permanent reduction of strength. 
The unit will regain strength starting the next turn.


 

Parameters

Value

Integer; 0..100. Value can also be -1 (unknown what that means).

Forums