|
|
|
|
|
UndefineClass('DiamondNecklace') |
|
DefineClass.DiamondNecklace = { |
|
__parents = { "QuestItemValuable" }, |
|
__generated_by_class = "InventoryItemCompositeDef", |
|
|
|
|
|
object_class = "QuestItemValuable", |
|
Repairable = false, |
|
Icon = "UI/Icons/Items/diamond_necklace", |
|
DisplayName = T(656905690233, "Diamond Necklace"), |
|
DisplayNamePlural = T(309014082489, "Diamond Necklaces"), |
|
Description = T(636879840583, "The valuable diamond necklace of Madam Lecoq."), |
|
AdditionalHint = T(220266976707, "<bullet_point> <GameColorD>Can be cashed in for Money</GameColorD>"), |
|
Valuable = 1, |
|
Cost = 9000, |
|
RestockWeight = 0, |
|
} |
|
|
|
|