File size: 585 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========
UndefineClass('Coin')
DefineClass.Coin = {
__parents = { "QuestItem" },
__generated_by_class = "InventoryItemCompositeDef",
object_class = "QuestItem",
Icon = "UI/Icons/Items/ancient_coin",
DisplayName = T(969825908487, --[[InventoryItemCompositeDef Coin DisplayName]] "Siegfried's Coin"),
Description = T(741112096594, --[[InventoryItemCompositeDef Coin Description]] "Siegfried told you that this coin will give you access to the Night Club."),
RestockWeight = 0,
}
|