Public paste
Undefined
By: Guest | Date: Feb 15 2023 01:53 | Format: None | Expires: never | Size: 3.66 KB | Hits: 127

  1. -- Material
  2.         ['plastic']                                      = {['name'] = 'plastic',                                               ['label'] = 'Kunststoff',                                       ['weight'] = 100,               ['type'] = 'item',      ['image'] = 'plastic.png',                              ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'RECYCLE! - Greta Thunberg 2019'},
  3.         ['metalscrap']                                   = {['name'] = 'metalscrap',                                    ['label'] = 'Metallschrott',                            ['weight'] = 100,               ['type'] = 'item',      ['image'] = 'metalscrap.png',                   ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Daraus kann man sicher etwas Schönes machen'},
  4.         ['copper']                                               = {['name'] = 'copper',                                                ['label'] = 'Kupfer',                                   ['weight'] = 100,               ['type'] = 'item',              ['image'] = 'copper.png',                               ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Hübsches Stück Metall, das man wahrscheinlich für etwas verwenden kann'},
  5.         ['aluminum']                                     = {['name'] = 'aluminum',                                              ['label'] = 'Aluminium',                                ['weight'] = 100,               ['type'] = 'item',              ['image'] = 'aluminum.png',                     ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Hübsches Stück Metall, das man wahrscheinlich für etwas verwenden kann'},
  6.         ['aluminumoxide']                                = {['name'] = 'aluminumoxide',                                 ['label'] = 'Aluminiumpulver',          ['weight'] = 100,               ['type'] = 'item',                      ['image'] = 'aluminumoxide.png',                ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Etwas Pulver zum Mischen mit'},
  7.         ['iron']                                             = {['name'] = 'iron',                                                      ['label'] = 'Eisen',                                    ['weight'] = 100,               ['type'] = 'item',              ['image'] = 'iron.png',                             ['unique'] = false,         ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Ein handliches Stück Metall, das man wahrscheinlich für irgendetwas verwenden kann.'},
  8.         ['ironoxide']                                    = {['name'] = 'ironoxide',                                     ['label'] = 'Eisenpulver',                              ['weight'] = 100,               ['type'] = 'item',              ['image'] = 'ironoxide.png',                    ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = {accept = {'aluminumoxide'}, reward = 'thermite', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Mixing powder..', ['timeOut'] = 10000}},   ['description'] = 'Etwas Pulver zum Mischen.'},
  9.         ['steel']                                                = {['name'] = 'steel',                                                 ['label'] = 'Stahl',                                    ['weight'] = 100,               ['type'] = 'item',              ['image'] = 'steel.png',                                ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Hübsches Stück Metall, das man wahrscheinlich für etwas verwenden kann'},
  10.         ['rubber']                                               = {['name'] = 'rubber',                                                ['label'] = 'Kautschuk',                                        ['weight'] = 100,               ['type'] = 'item',      ['image'] = 'rubber.png',                               ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Gummi, ich glaube, man kann damit sein eigenes Gummi-Entchen machen :D'},
  11.         ['glass']                                                = {['name'] = 'glass',                                                 ['label'] = 'Glas',                                     ['weight'] = 100,               ['type'] = 'item',              ['image'] = 'glass.png',                            ['unique'] = false,         ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'Es ist sehr zerbrechlich, pass auf'},
  12.         ['oil']                                                 = { ['name'] = 'oil',                                                   ['label'] = 'Öl',                                               ['weight'] = 10,                ['type'] = 'item',              ['image'] = 'oil.png',                                  ['unique'] = false,     ['useable'] = false,    ['shouldClose'] = false,   ['combinable'] = nil,        ['description'] = 'Öl'},