|
|
|
|
|
UndefineClass('Combination_CeramicPlates') |
|
DefineClass.Combination_CeramicPlates = { |
|
__parents = { "MiscItem" }, |
|
__generated_by_class = "InventoryItemCompositeDef", |
|
|
|
|
|
object_class = "MiscItem", |
|
Repairable = false, |
|
Icon = "UI/Icons/Items/combination_ceramic_plates", |
|
DisplayName = T(577066669963, "Ceramic Plates"), |
|
DisplayNamePlural = T(476480044254, "Ceramic Plates"), |
|
AdditionalHint = T(528600006484, "<bullet_point> Can be combined with Torso Armor\n<bullet_point> Enhanced Armor absorbs more damage until the plates break down"), |
|
Cost = 1500, |
|
CanAppearInShop = true, |
|
Tier = 2, |
|
MaxStock = 1, |
|
RestockWeight = 15, |
|
CategoryPair = "Components", |
|
} |
|
|
|
|