File size: 827 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========
UndefineClass('CrocodileHide')
DefineClass.CrocodileHide = {
__parents = { "Armor" },
__generated_by_class = "InventoryItemCompositeDef",
object_class = "Armor",
ScrapParts = 3,
RepairCost = 1000,
Repairable = false,
Degradation = 0,
Icon = "UI/Icons/Items/kevlar_vest",
DisplayName = T(249222659070, --[[InventoryItemCompositeDef CrocodileHide DisplayName]] "Crocodile Hide"),
DisplayNamePlural = T(896093586841, --[[InventoryItemCompositeDef CrocodileHide DisplayNamePlural]] "Crocodile Hides"),
Description = "",
AdditionalHint = "",
Cost = 700,
CategoryPair = "Medium",
PenetrationClass = 3,
DamageReduction = 20,
AdditionalReduction = 30,
ProtectedBodyParts = set( "Head", "Legs", "Torso" ),
}
|