ed
This commit is contained in:
parent
5f22a1888a
commit
7e4165d190
102 changed files with 8182 additions and 6 deletions
|
@ -2821,8 +2821,8 @@ CodeStudio.Products = {
|
|||
}
|
||||
},
|
||||
|
||||
['tools'] = {
|
||||
categoryName = "Items",
|
||||
['meachanic'] = {
|
||||
categoryName = "Mechaniker",
|
||||
categoryLogo = "fa-shopping-basket",
|
||||
items = {
|
||||
['kq_tow_rope'] = {
|
||||
|
@ -2840,7 +2840,34 @@ CodeStudio.Products = {
|
|||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
['ammunation'] = {
|
||||
categoryName = "Ammunation",
|
||||
categoryLogo = "fa-shopping-basket",
|
||||
items = {
|
||||
['weapon_repair_kit'] = {
|
||||
itemName = "Waffen Reparturkit",
|
||||
itemStock = 150,
|
||||
itemPrice = 50,
|
||||
itemInfo = "",
|
||||
},
|
||||
['airsoft_bullets'] = {
|
||||
itemName = "Softair Kugeln",
|
||||
itemStock = 150,
|
||||
itemPrice = 50,
|
||||
itemInfo = "",
|
||||
},
|
||||
['weapon_airsoftglock20'] = {
|
||||
itemName = "Softair Klog 20",
|
||||
itemStock = 150,
|
||||
itemPrice = 50,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
} -- Schließende Klammer für CodeStudio.Products
|
||||
|
@ -2980,8 +3007,8 @@ CodeStudio.Shops = {
|
|||
[2] = 'kayas',
|
||||
[3] = 'odinsbar',
|
||||
[4] = 'cute',
|
||||
[5] = 'tools',
|
||||
|
||||
[5] = 'mechanic',
|
||||
[5] = 'ammunation',
|
||||
|
||||
},
|
||||
requiredJob = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue