TRAP *

From Dragon Age Toolset Wiki
Jump to: navigation, search
Source: Core Game Resources.sys_traps_h
Constant name Type Value Description Source
TRAP_INVALID int 0 sys_traps_h
TRAP_SWINGING_LOG int 1 sys_traps_h
TRAP_EXPLOSION int 2 sys_traps_h
TRAP_NATURAL_WEB int 200 sys_traps_h
TRAP_FIREBALL int 205 sys_traps_h
TRAP_GREASE int 206 sys_traps_h
TRAP_GAS_TOXIC int 207 sys_traps_h
TRAP_LEGHOLD_STEEL int 400 sys_traps_h
TRAP_LEGHOLD_WOOD int 401 sys_traps_h
TRAP_PROJECTILE_BIGBOLT int 402 sys_traps_h
TRAP_PROJECTILE_ARROW int 403 sys_traps_h
TRAP_PROJECTILE_ARROWS int 404 sys_traps_h
TRAP_PROJECTILE_ARROW_ICE int 405 sys_traps_h
TRAP_PROJECTILE_ARROW_FIRE int 406 sys_traps_h
TRAP_PROJECTILE_ARROW_POISON int 407 sys_traps_h
TRAP_PROJECTILE_FIRE int 408 sys_traps_h
TRAP_PROJECTILE_ICE int 409 sys_traps_h
TRAP_PROJECTILE_LIGHTNING int 410 sys_traps_h
TRAP_PROJECTILE_WEB int 411 sys_traps_h
TRAP_SCYTHING_BLADE int 412 sys_traps_h
TRAP_PIERCING_BLADE int 413 sys_traps_h
TRAP_EXPLODING_BARREL int 418 sys_traps_h
TRAP_FIREBALL_EFFECT int 441 sys_traps_h
TRAP_AOE_FIRE int 417 sys_traps_h
TRAP_AOE_GAS int 420 sys_traps_h

Remarks

The constant SPELL_GLYPH_PARALYSIS with a literal value of 301 is listed with the other trap types above even though it is missing the TRAP_ prefix.