Difference between revisions of "ScriptEffect"

From Amulets & Armor Wiki
Jump to: navigation, search
(Created page with "Creates an effect of the given type. Type is a number corresponding to the effect list {| border="1" cellspacing="0" cellpadding="4" ! # ! Name ! Description |- | 30 | EFFECT...")
 
Line 5: Line 5:
 
! Name
 
! Name
 
! Description
 
! Description
 +
! Argument 1
 +
! Argument 2
 +
! Argument 3
 
|-
 
|-
 
| 30
 
| 30
 
| EFFECT_TRIGGER_EARTHQUAKE
 
| EFFECT_TRIGGER_EARTHQUAKE
| Shakes the ground for argument 1 number of ticks
+
| Shakes the ground for a specified number of ticks
 +
| Time in Ticks
 +
| N/A
 +
| N/A
 
|}
 
|}

Revision as of 07:28, 13 November 2015

Creates an effect of the given type. Type is a number corresponding to the effect list

# Name Description Argument 1 Argument 2 Argument 3
30 EFFECT_TRIGGER_EARTHQUAKE Shakes the ground for a specified number of ticks Time in Ticks N/A N/A