File size: 964 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========
UndefineClass('DiamondNecklace')
DefineClass.DiamondNecklace = {
__parents = { "QuestItemValuable" },
__generated_by_class = "InventoryItemCompositeDef",
object_class = "QuestItemValuable",
Repairable = false,
Icon = "UI/Icons/Items/diamond_necklace",
DisplayName = T(656905690233, --[[InventoryItemCompositeDef DiamondNecklace DisplayName]] "Diamond Necklace"),
DisplayNamePlural = T(309014082489, --[[InventoryItemCompositeDef DiamondNecklace DisplayNamePlural]] "Diamond Necklaces"),
Description = T(636879840583, --[[InventoryItemCompositeDef DiamondNecklace Description]] "The valuable diamond necklace of Madam Lecoq."),
AdditionalHint = T(220266976707, --[[InventoryItemCompositeDef DiamondNecklace AdditionalHint]] "<bullet_point> <GameColorD>Can be cashed in for Money</GameColorD>"),
Valuable = 1,
Cost = 9000,
RestockWeight = 0,
}
|