File size: 965 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 |
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========
UndefineClass('Combination_WeavePadding')
DefineClass.Combination_WeavePadding = {
__parents = { "MiscItem" },
__generated_by_class = "InventoryItemCompositeDef",
object_class = "MiscItem",
Repairable = false,
Icon = "UI/Icons/Items/combination_weave_padding",
DisplayName = T(408170289965, --[[InventoryItemCompositeDef Combination_WeavePadding DisplayName]] "Weave Padding"),
DisplayNamePlural = T(186052695353, --[[InventoryItemCompositeDef Combination_WeavePadding DisplayNamePlural]] "Weave Padding"),
AdditionalHint = T(745822040566, --[[InventoryItemCompositeDef Combination_WeavePadding AdditionalHint]] "<bullet_point> Can be combined with Armor\n<bullet_point> Increases the additional Damage Reduction of the Armor"),
Cost = 1500,
CanAppearInShop = true,
Tier = 2,
MaxStock = 1,
RestockWeight = 15,
CategoryPair = "Components",
}
|