ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
DebrisMaximums: Difference between revisions
Jump to navigation
Jump to search
Rewrite |
EvilRenegade (talk | contribs) m Replacing Template:TTL with Template:F. |
||
Line 13: | Line 13: | ||
}} | }} | ||
When this VehicleType is destroyed, and the {{ | When this VehicleType is destroyed, and the {{f|DebrisTypes|link}} list on the unit is not empty, this list specifies the maximum amount of each DebrisType on that list that can be spawned. For example: | ||
MinDebris=3 | MinDebris=3 | ||
MaxDebris=5 | MaxDebris=5 |
Revision as of 07:52, 27 November 2009
Flag: | DebrisMaximums |
File(s): | Rules(md).ini |
Values: | comma-separated list of integers |
Default: | 0 |
Applicable to: | VehicleTypes |
When this VehicleType is destroyed, and the DebrisTypes list on the unit is not empty, this list specifies the maximum amount of each DebrisType on that list that can be spawned. For example:
MinDebris=3 MaxDebris=5 DebrisTypes=TIRE,HTNKTUR DebrisMaximums=4,1
specifies that only one (1) instance of HTNKTUR can be spawned while four (4) instances of TIRE can.
Note: It appears this system is broken in RA2 and YR and does not create any limits for each DebrisType, and as such the above example would not stop the game from spawning two or even more turrets.