File size: 928 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========
UndefineClass('BigDiamond')
DefineClass.BigDiamond = {
__parents = { "ValuablesStack" },
__generated_by_class = "InventoryItemCompositeDef",
object_class = "ValuablesStack",
Repairable = false,
Icon = "UI/Icons/Items/big_diamond",
DisplayName = T(652377453966, --[[InventoryItemCompositeDef BigDiamond DisplayName]] "Big Diamond"),
DisplayNamePlural = T(307631119901, --[[InventoryItemCompositeDef BigDiamond DisplayNamePlural]] "Big Diamonds"),
Description = T(457942947489, --[[InventoryItemCompositeDef BigDiamond Description]] "A big diamond found in an unspeakable place."),
AdditionalHint = T(671464185480, --[[InventoryItemCompositeDef BigDiamond AdditionalHint]] "<bullet_point> <GameColorD>Can be cashed in for Money</GameColorD>"),
Valuable = 1,
Cost = 5000,
RestockWeight = 0,
MaxStacks = 5,
}
|