1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-11 20:59:12 +02:00
parent fdd888d405
commit 308c0b6630
29 changed files with 366 additions and 310 deletions

View file

@ -496,7 +496,43 @@ CodeStudio.Products = {
}
},
['magnet_fishing'] = {
categoryName = "Magnetfischen",
categoryLogo = "fa-tools",
items = {
['basic_magnet'] = {
itemName = "Standard Magnet",
itemStock = 50,
itemPrice = 100,
itemInfo = "",
},
['strong_magnet'] = {
itemName = "Starker Magnet",
itemStock = 50,
itemPrice = 150,
itemInfo = "",
},
['neodymium_magnet'] = {
itemName = "Neodymium Magnet",
itemStock = 50,
itemPrice = 200,
itemInfo = "",
},
['rare_earth_magnet'] = {
itemName = "Großer Neodymium Magnet",
itemStock = 50,
itemPrice = 250,
itemInfo = "",
},
['magnet_rope'] = {
itemName = "Magnetangel Seil",
itemStock = 150,
itemPrice = 400,
itemInfo = "",
},
}
},
['hardware'] = {
@ -2987,6 +3023,7 @@ CodeStudio.Shops = {
},
},
[14] = {
ShopName = 'Millars Fishery',
Category = {
@ -3007,7 +3044,7 @@ CodeStudio.Shops = {
},
[14] = {
[15] = {
ShopName = 'Whitewater Adventures',
Category = {
[1] = 'freizeit',
@ -3027,11 +3064,25 @@ CodeStudio.Shops = {
},
[16] = {
ShopName = 'John',
Category = {
[1] = 'magnet_fishing',
},
Locations = {
vector4(-1512.7101, 1503.2269, 115.2890, 340.4643),
},
Interaction = {
targetIcon = 'fas fa-shopping-basket',
targetLabel = 'Mit John reden',
spawnPed = 'S_M_Y_WareTech_01', -- Put false if you dont need ped
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
radius = 2.5,
},
},
}