ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Weight: Difference between revisions

From ModEnc
Jump to navigation Jump to search
Testid123 (talk | contribs)
mNo edit summary
Testid123 (talk | contribs)
mNo edit summary
Line 3: Line 3:
|files={{Categ|Rules(md).ini}}
|files={{Categ|Rules(md).ini}}
|values={{Values|integer}}
|values={{Values|integer}}
|default=-1
|default=-1
|types={{categ|VehicleTypes}} (Voxel Only)
|types={{categ|VehicleTypes}} (Voxel Only)
|ts=yes
|ts=yes

Revision as of 14:44, 20 December 2024

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: Weight
File(s): Rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: -1
Applicable to: VehicleTypes (Voxel Only)


Specifies the weight of this VehicleTypes with lower values representing 'light' and higher values representing 'heavy' . This is used for several purposes in the game. Firstly, if this unit is hit by a Warhead= with Rocker=yes set, then the degree of rocking is determined by this value (lighter units rock more dramatically). Secondly, this is used to determine if the unit will break or crack ice if it moves over it (is checked against the IceBreakingWeight= and IceCrackingWeight= statements). Thirdly, if the unit has Naval=yes set (i.e. it is a ship) then this is used to determine if it explodes or sinks when destroyed (is checked against ShipSinkingWeight=).

Note

-1 means turn off the rocking effect of any vehicle.