From ef0bf13747a9100732aaaae3fc21f30471c1aefe Mon Sep 17 00:00:00 2001 From: Quapsel Date: Thu, 20 Jun 2024 20:55:41 -0500 Subject: [PATCH] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/conf?= =?UTF-8?q?ig/shops/Chapter=202=20Merchants.txt=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chapter 2 Merchant adjusted. --- .../config/shops/Chapter 2 Merchants.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Adventures in Lestoria/assets/config/shops/Chapter 2 Merchants.txt b/Adventures in Lestoria/assets/config/shops/Chapter 2 Merchants.txt index b80091c4..b1c53d97 100644 --- a/Adventures in Lestoria/assets/config/shops/Chapter 2 Merchants.txt +++ b/Adventures in Lestoria/assets/config/shops/Chapter 2 Merchants.txt @@ -8,6 +8,32 @@ Merchant # Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply. Item[1] = Minor Health Potion Item[2] = Minor Mana Potion + Item[3] = Bandages + } + Chapter2_B + { + DisplayName = Merchant + # Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply. + Item[1] = Health Potion + Item[2] = Minor Mana Potion + Item[3] = Bandages + + } + Chapter2_C + { + DisplayName = Merchant + # Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply. + Item[1] = Minor Health Potion + Item[2] = Mana Potion + Item[3] = Bandages + } + Chapter2_D + { + DisplayName = Merchant + # Specify items this merchant sells. Add an optional quantity as a second argument. Not specifying a second argument will give the shop infinite supply. + Item[1] = Health Potion + Item[2] = Mana Potion + Item[3] = Bandages } } } \ No newline at end of file