Difference between revisions of "Object Mod"

Jump to navigation Jump to search
120 bytes added ,  22:48, 11 September 2017
imported>Immaanuel
imported>Immaanuel
Line 31: Line 31:
:* '''fAttackActionPointCost''':
:* '''fAttackActionPointCost''':
:* '''fColorRemappingIndex''': Changes the set of colors used by objects with color palettes.
:* '''fColorRemappingIndex''': Changes the set of colors used by objects with color palettes.
:* '''fmaxrange''': Used in receivers. Handles max firing range. The actual in-game distance (in the same units that are used for measuring distance towards quest objectives) seems to be 3 times this number. Any attacks made from a distance greater than or equal to this number will be multiplied by an out-of-range multiplier.
:* '''fmaxrange''': Used in receivers. Handles max firing range. The actual in-game distance (in the same units that are used for measuring distance towards quest objectives) seems to be 3 times this number. Any attacks made from a distance greater than or equal to this number will be multiplied by an out-of-range multiplier. Damage in between max- and min- ranges gradually changes from paper damage to (paper damage x out-of-range multiplier).
:* '''fminrange''': Used in receivers. Handles minimum firing range. The actual in-game distance seems to be 3 times this number. Any attacks made from a distance less than or equal to this number will not be multiplied by the out-of-range multiplier.
:* '''fminrange''': Used in receivers. Handles minimum firing range. The actual in-game distance seems to be 3 times this number. Any attacks made from a distance less than or equal to this number will not be multiplied by the out-of-range multiplier.
:* '''fweight''': Changes the object's total weight.
:* '''fweight''': Changes the object's total weight.
Anonymous user

Navigation menu