Difference between revisions of "DamageUnits WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(255, 0, 0)|0|96}} This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled. == Properties == * Unit...")
 
m (Text replacement - " This script can be enabled or disabled." to "")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(255, 0, 0)|0|96}}
 
{{WorldscriptIcon|rgb(255, 0, 0)|0|96}}
  
This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled.
+
Inflicts damage to the targeted units. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 16:03, 26 July 2017

Inflicts damage to the targeted units. This script can be executed by other scripts.

Properties

  • Unit feed Units, validates
  • Integer Damage, max: 1000000, default: 1000
  • Enumeration DamageType as flags, defaults: TRAP
    • TRAP
    • PIERCING
    • BLUNT
    • EXPLOSION
    • BIO
    • FIRE
    • ENERGY
    • FROST
  • String Buff
  • Boolean CanKill, default: true