diff --git a/trading/economy_trades/cleric_trades.json b/trading/economy_trades/cleric_trades.json index 91aa629..bff7380 100644 --- a/trading/economy_trades/cleric_trades.json +++ b/trading/economy_trades/cleric_trades.json @@ -270,6 +270,29 @@ "reward_exp": true } ] + }, + { + "num_to_select": 1, + "trades": [ + { + "wants": [ + { + "item": "minecraft:emerald", + "quantity": 10, + "price_multiplier": 0.05 + } + ], + "gives": [ + { + "item": "minecraft:splash_potion{Potion:strong_healing}", + "quantity": 1 + } + ], + "trader_exp": 30, + "max_uses": 12, + "reward_exp": true + } + ] } ] }