DayZ/ExpansionMod(settings)/Market/Melee_Weapons.json
2021-09-30 19:27:30 +02:00

96 lines
2.8 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_MEELE_WEAPONS",
"Items": [
{
"ClassName": "brassknuckles_dull",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 15,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "brassknuckles_shiny",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 15,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "stunbaton",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 15,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "broom",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 15,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "broom_birch",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 15,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "pipe",
"MaxPriceThreshold": 50,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "cattleprod",
"MaxPriceThreshold": 50,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "baseballbat",
"MaxPriceThreshold": 70,
"MinPriceThreshold": 35,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "nailedbaseballbat",
"MaxPriceThreshold": 90,
"MinPriceThreshold": 45,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}