DayZ/serverstructure/gameserver/profiles/ExpansionMod/Market/Fishing.json

54 lines
1.5 KiB
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_FISHING",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "worm",
"MaxPriceThreshold": 4,
"MinPriceThreshold": 2,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bonehook",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 5,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hook",
"MaxPriceThreshold": 14,
"MinPriceThreshold": 7,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "fishingrod",
"MaxPriceThreshold": 120,
"MinPriceThreshold": 60,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}