PROJ EXTRA

From EDukeWiki
Revision as of 06:21, 21 February 2020 by Fox (talk | contribs)
Jump to navigation Jump to search

defineprojectile <tilenum> PROJ_EXTRA <extra>

PROJ_EXTRA is a defineprojectile property used to set the damage strength of a projectile.

Where <extra> is the damage strength.

Negative numbers do not work to create a healing projectile. You must set this value to 0 and have the actor that is hit manually add health back to itself.