DayZ/ExpansionMod(settings)/Market/Explosives_And_Grenades.json
2021-10-17 15:26:15 +02:00

84 lines
2.6 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_EXPLOSIVES & #STR_EXPANSION_MARKET_CATEGORY_GRENADES",
"Items": [
{
"ClassName": "rgd5grenade",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 350,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "m67grenade",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 350,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "flashgrenade",
"MaxPriceThreshold": 300,
"MinPriceThreshold": 150,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "m18smokegrenade_red",
"MaxPriceThreshold": 400,
"MinPriceThreshold": 150,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"m18smokegrenade_green",
"m18smokegrenade_yellow",
"m18smokegrenade_purple",
"m18smokegrenade_white",
"expansion_m18smokegrenade_teargas"
]
},
{
"ClassName": "expansion_m18smokegrenade_teargas",
"MaxPriceThreshold": 520,
"MinPriceThreshold": 150,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "rdg2smokegrenade_black",
"MaxPriceThreshold": 400,
"MinPriceThreshold": 200,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"rdg2smokegrenade_white"
]
},
{
"ClassName": "expansionsatchel",
"MaxPriceThreshold": 20000,
"MinPriceThreshold": 7500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}