From 32a05601dc020e11668236d59af1058f1631b4ec Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Sun, 23 Jan 2022 21:52:52 +0300 Subject: [PATCH] build0001 --- trading/economy_trades/cleric_trades.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 + } + ] } ] }