1
0
Fork 0
forked from Simnation/Main

resources/[tools]/okokCrafting/config.lua aktualisiert

This commit is contained in:
Dennis 2025-06-08 22:33:22 +02:00
parent 8fcbdc9bc9
commit 4914a4f8a9

View file

@ -1,4 +1,3 @@
Config, Locales = {}, {} Config, Locales = {}, {}
Config.Debug = false Config.Debug = false
@ -59,7 +58,7 @@ Config.itemNames = {
gun_handle = 'Griffstueck', gun_handle = 'Griffstueck',
ceramic_barrel = 'Keramiklauf', ceramic_barrel = 'Keramiklauf',
small_triggersystem = 'Kleines Abzugssystem', small_triggersystem = 'Kleines Abzugssystem',
weapon_batton = 'Waffenlauf Lang' weapon_batton = 'Waffenlauf Lang',
--- Zubehör Nahkampfwaffen --- Zubehör Nahkampfwaffen
dagger_blade = 'Dolchklinge', dagger_blade = 'Dolchklinge',
@ -101,13 +100,13 @@ Config.itemNames = {
weapon_ceramicpistol = 'Ceramic Pistol', weapon_ceramicpistol = 'Ceramic Pistol',
weapon_navyrevolver = 'Navy Revolver', weapon_navyrevolver = 'Navy Revolver',
weapon_pistol50 = 'Tropical Eagle', weapon_pistol50 = 'Tropical Eagle',
weapon_assaultrifle = 'AK 75' weapon_assaultrifle = 'AK 75',
weapon_dbshotgun = 'Double-barrel Shotgun' weapon_dbshotgun = 'Double-barrel Shotgun',
weapon_microsmg = 'Micro SMG' weapon_microsmg = 'Micro SMG',
weapon_minismg = 'Mini SMG' weapon_minismg = 'Mini SMG',
weapon_bullpuprifle = 'QBX-92-3' weapon_bullpuprifle = 'QBX-92-3',
weapon_marksmanpistol = 'Marksman Pistol' weapon_marksmanpistol = 'Marksman Pistol',
weapon_gusenberg = 'Gusenberg Sweeper' weapon_gusenberg = 'Gusenberg Sweeper',
-- Nahkampfwaffen -- Nahkampfwaffen
@ -145,8 +144,8 @@ Config.Crafting = {
'weapon_sled', 'weapon_sled',
'gun_handle', 'gun_handle',
'ceramic_barrel', 'ceramic_barrel',
'small_triggersystem' 'small_triggersystem',
'weapon_batton' 'weapon_batton',
}, },
jobs = {['all'] = true}, jobs = {['all'] = true},
}, },
@ -169,7 +168,7 @@ Config.Crafting = {
'weapon_minismg', 'weapon_minismg',
'weapon_bullpuprifle', 'weapon_bullpuprifle',
'weapon_marksmanpistol', 'weapon_marksmanpistol',
'weapon_gusenberg' 'weapon_gusenberg',
}, },
jobs = {['all'] = true}, jobs = {['all'] = true},
} }
@ -401,7 +400,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung'.
} }
['weapon_navyrevolver'] = { ['weapon_navyrevolver'] = {
@ -420,7 +419,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
['weapon_pistol50'] = { ['weapon_pistol50'] = {
@ -439,7 +438,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
['weapon_assaultrifle'] = { ['weapon_assaultrifle'] = {
@ -457,7 +456,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
['weapon_dbshotgun'] = { ['weapon_dbshotgun'] = {
@ -475,7 +474,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
['weapon_microsmg'] = { ['weapon_microsmg'] = {
@ -494,7 +493,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
['weapon_minismg'] = { ['weapon_minismg'] = {
@ -513,7 +512,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
['weapon_bullpuprifle'] = { ['weapon_bullpuprifle'] = {
@ -531,7 +530,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
['weapon_marksmanpistol'] = { ['weapon_marksmanpistol'] = {
@ -550,7 +549,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
['weapon_gusenberg'] = { ['weapon_gusenberg'] = {
@ -568,7 +567,7 @@ Config.Crafts = {
}, },
job = { '' }, job = { '' },
data = {}, data = {},
category = 'Waffenherstellung' category = 'Waffenherstellung',
} }
} }