forked from Simnation/Main
resources/[tools]/okokCrafting/config.lua aktualisiert
This commit is contained in:
parent
cad4ee5e7b
commit
bfec8496a7
1 changed files with 32 additions and 40 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
Config, Locales = {}, {}
|
||||
|
||||
Config.Debug = false
|
||||
|
@ -58,7 +59,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',
|
||||
|
@ -145,7 +146,7 @@ Config.Crafting = {
|
|||
'gun_handle',
|
||||
'ceramic_barrel',
|
||||
'small_triggersystem',
|
||||
'weapon_batton',
|
||||
'weapon_batton'
|
||||
},
|
||||
jobs = {['all'] = true},
|
||||
},
|
||||
|
@ -168,7 +169,7 @@ Config.Crafting = {
|
|||
'weapon_minismg',
|
||||
'weapon_bullpuprifle',
|
||||
'weapon_marksmanpistol',
|
||||
'weapon_gusenberg',
|
||||
'weapon_gusenberg'
|
||||
},
|
||||
jobs = {['all'] = true},
|
||||
}
|
||||
|
@ -400,9 +401,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_navyrevolver'] = {
|
||||
item = 'weapon_navyrevolver',
|
||||
amount = 1,
|
||||
|
@ -419,9 +419,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_pistol50'] = {
|
||||
item = 'weapon_pistol50',
|
||||
amount = 1,
|
||||
|
@ -438,9 +437,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_assaultrifle'] = {
|
||||
item = 'weapon_assaultrifle',
|
||||
amount = 1,
|
||||
|
@ -456,9 +454,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_dbshotgun'] = {
|
||||
item = 'weapon_dbshotgun',
|
||||
amount = 1,
|
||||
|
@ -474,9 +471,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_microsmg'] = {
|
||||
item = 'weapon_microsmg',
|
||||
amount = 1,
|
||||
|
@ -493,9 +489,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_minismg'] = {
|
||||
item = 'weapon_minismg',
|
||||
amount = 1,
|
||||
|
@ -512,9 +507,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_bullpuprifle'] = {
|
||||
item = 'weapon_bullpuprifle',
|
||||
amount = 1,
|
||||
|
@ -530,9 +524,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_marksmanpistol'] = {
|
||||
item = 'weapon_marksmanpistol',
|
||||
amount = 1,
|
||||
|
@ -549,9 +542,8 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
}
|
||||
|
||||
category = 'Waffenherstellung'
|
||||
},
|
||||
['weapon_gusenberg'] = {
|
||||
item = 'weapon_gusenberg',
|
||||
amount = 1,
|
||||
|
@ -567,7 +559,7 @@ Config.Crafts = {
|
|||
},
|
||||
job = { '' },
|
||||
data = {},
|
||||
category = 'Waffenherstellung',
|
||||
category = 'Waffenherstellung'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue