LTDV10/packet/config/trades/minecraft/custom_wandering_trader_trades.json
2026-04-14 18:20:56 +08:00

77 lines
1.6 KiB
JSON

{
"TradesLevel1": [
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "createdelightcore:gold_coin",
"Count": 1
},
"Sell": {
"ID": "lightmanscurrency:atm",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
},
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "createdelightcore:iron_coin",
"Count": 5
},
"Sell": {
"ID": "lightmanscurrency:cash_register",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
},
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "createdelightcore:iron_coin",
"Count": 5
},
"Sell": {
"ID": "lightmanscurrency:terminal",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
}
],
"TradesLevel2": [
{
"Type": "lightmanscurrency:random_selection",
"Price": {
"ID": "createdelightcore:gold_coin",
"Count": 2
},
"Price2": {
"ID": "createdelightcore:iron_coin",
"Count": 4
},
"SellTag": "lightmanscurrency:traders/display_case",
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
},
{
"Type": "lightmanscurrency:simple",
"Price": {
"ID": "createdelightcore:gold_coin",
"Count": 4
},
"Sell": {
"ID": "lightmanscurrency:armor_display",
"Count": 1
},
"MaxTrades": 12,
"XP": 1,
"PriceMult": 0.05
}
]
}