File size: 474 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========
PlaceObj('InventoryItemCompositeDef', {
'Group', "Exploding Vehicles",
'Id', "Car",
'object_class', "Grenade",
'Repairable', false,
'Reliability', 100,
'RestockWeight', 0,
'CenterUnitDamageMod', 130,
'CenterObjDamageMod', 500,
'AreaObjDamageMod', 500,
'DeathType', "BlowUp",
'BaseDamage', 32,
'CanBounce', false,
'Entity', "MilitaryCamp_Grenade_01",
})
|