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

226 lines
6.6 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_TOOLS",
"Items": [
{
"ClassName": "screwdriver",
"MaxPriceThreshold": 6,
"MinPriceThreshold": 3,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "wrench",
"MaxPriceThreshold": 6,
"MinPriceThreshold": 3,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "pliers",
"MaxPriceThreshold": 8,
"MinPriceThreshold": 4,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "whetstone",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 5,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hammer",
"MaxPriceThreshold": 14,
"MinPriceThreshold": 7,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hacksaw",
"MaxPriceThreshold": 14,
"MinPriceThreshold": 7,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "handsaw",
"MaxPriceThreshold": 14,
"MinPriceThreshold": 7,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "canopener",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hatchet",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "lockpick",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "lugwrench",
"MaxPriceThreshold": 8,
"MinPriceThreshold": 4,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "pipewrench",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 5,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "fryingpan",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 5,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sickle",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 5,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "crowbar",
"MaxPriceThreshold": 100,
"MinPriceThreshold": 50,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "shovel",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "pickaxe",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sledgehammer",
"MaxPriceThreshold": 240,
"MinPriceThreshold": 102,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "farminghoe",
"MaxPriceThreshold": 24,
"MinPriceThreshold": 12,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "woodaxe",
"MaxPriceThreshold": 100,
"MinPriceThreshold": 50,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "firefighteraxe",
"MaxPriceThreshold": 120,
"MinPriceThreshold": 60,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionpropanetorch",
"MaxPriceThreshold": 500,
"MinPriceThreshold": 250,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}