forked from Simnation/Main
resources/[tools]/okokCrafting/config.lua aktualisiert
This commit is contained in:
parent
8fcbdc9bc9
commit
4914a4f8a9
1 changed files with 21 additions and 22 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
Config, Locales = {}, {}
|
||||
|
||||
Config.Debug = false
|
||||
|
@ -59,7 +58,7 @@ Config.itemNames = {
|
|||
gun_handle = 'Griffstueck',
|
||||
ceramic_barrel = 'Keramiklauf',
|
||||
small_triggersystem = 'Kleines Abzugssystem',
|
||||
weapon_batton = 'Waffenlauf Lang'
|
||||
weapon_batton = 'Waffenlauf Lang',
|
||||
|
||||
--- Zubehör Nahkampfwaffen
|
||||
dagger_blade = 'Dolchklinge',
|
||||
|
@ -101,13 +100,13 @@ Config.itemNames = {
|
|||
weapon_ceramicpistol = 'Ceramic Pistol',
|
||||
weapon_navyrevolver = 'Navy Revolver',
|
||||
weapon_pistol50 = 'Tropical Eagle',
|
||||
weapon_assaultrifle = 'AK 75'
|
||||
weapon_dbshotgun = 'Double-barrel Shotgun'
|
||||
weapon_microsmg = 'Micro SMG'
|
||||
weapon_minismg = 'Mini SMG'
|
||||
weapon_bullpuprifle = 'QBX-92-3'
|
||||
weapon_marksmanpistol = 'Marksman Pistol'
|
||||
weapon_gusenberg = 'Gusenberg Sweeper'
|
||||
weapon_assaultrifle = 'AK 75',
|
||||
weapon_dbshotgun = 'Double-barrel Shotgun',
|
||||
weapon_microsmg = 'Micro SMG',
|
||||
weapon_minismg = 'Mini SMG',
|
||||
weapon_bullpuprifle = 'QBX-92-3',
|
||||
weapon_marksmanpistol = 'Marksman Pistol',
|
||||
weapon_gusenberg = 'Gusenberg Sweeper',
|
||||
|
||||
|
||||
-- Nahkampfwaffen
|
||||
|
@ -145,8 +144,8 @@ Config.Crafting = {
|
|||
'weapon_sled',
|
||||
'gun_handle',
|
||||
'ceramic_barrel',
|
||||
'small_triggersystem'
|
||||
'weapon_batton'
|
||||
'small_triggersystem',
|
||||
'weapon_batton',
|
||||
},
|
||||
jobs = {['all'] = true},
|
||||
},
|
||||
|
@ -169,7 +168,7 @@ Config.Crafting = {
|
|||
'weapon_minismg',
|
||||
'weapon_bullpuprifle',
|
||||
'weapon_marksmanpistol',
|
||||
'weapon_gusenberg'
|
||||
'weapon_gusenberg',
|
||||
},
|
||||
jobs = {['all'] = true},
|
||||
}
|
||||
|
@ -401,7 +400,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung'.
|
||||
}
|
||||
|
||||
['weapon_navyrevolver'] = {
|
||||
|
@ -420,7 +419,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
['weapon_pistol50'] = {
|
||||
|
@ -439,7 +438,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
['weapon_assaultrifle'] = {
|
||||
|
@ -457,7 +456,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
['weapon_dbshotgun'] = {
|
||||
|
@ -475,7 +474,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
['weapon_microsmg'] = {
|
||||
|
@ -494,7 +493,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
['weapon_minismg'] = {
|
||||
|
@ -513,7 +512,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
['weapon_bullpuprifle'] = {
|
||||
|
@ -531,7 +530,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
['weapon_marksmanpistol'] = {
|
||||
|
@ -550,7 +549,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
['weapon_gusenberg'] = {
|
||||
|
@ -568,7 +567,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung'
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue