File size: 567 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('Diesel')
DefineClass.Diesel = {
__parents = { "QuestItem" },
__generated_by_class = "InventoryItemCompositeDef",
object_class = "QuestItem",
Icon = "UI/Icons/Items/gallons",
DisplayName = T(485475051607, --[[InventoryItemCompositeDef Diesel DisplayName]] "Gallons of Diesel"),
Description = T(705795398886, --[[InventoryItemCompositeDef Diesel Description]] "This is the Diesel which got stolen from Siegfried."),
RestockWeight = 0,
}
|