cteNEV0.2/server/config/lightmanscurrency/custom_wandering_trader_trades.json

80 lines
1.6 KiB
JSON
Raw Normal View History

2024-09-04 18:24:52 -07:00
{
"TradesLevel1": [
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "lightmanscurrency:coin_gold",
"Count": 1
},
"Sell": {
"ID": "lightmanscurrency:atm",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
},
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "lightmanscurrency:coin_iron",
"Count": 5
},
"Sell": {
"ID": "lightmanscurrency:cash_register",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
},
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "lightmanscurrency:coin_iron",
"Count": 5
},
"Sell": {
"ID": "lightmanscurrency:terminal",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
}
],
"TradesLevel2": [
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "lightmanscurrency:coin_gold",
"Count": 2
},
"Price2": {
"ID": "lightmanscurrency:coin_iron",
"Count": 4
},
"Sell": {
"ID": "lightmanscurrency:display_case",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
},
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "lightmanscurrency:coin_gold",
"Count": 4
},
"Sell": {
"ID": "lightmanscurrency:armor_display",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
}
]
}