From 5cfa592e9e908566f3296d19ff35e15db6105eb4 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Fri, 15 Jul 2022 20:53:02 +0200 Subject: added trade npc list --- constants/TradeNpcs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 constants/TradeNpcs.json diff --git a/constants/TradeNpcs.json b/constants/TradeNpcs.json new file mode 100644 index 0000000..fac387b --- /dev/null +++ b/constants/TradeNpcs.json @@ -0,0 +1,11 @@ +{ + "equals": [ + "Trades", + "Ophelia", + "Adventurer", + "Bartender" + ], + "endsWith": [ + " Merchant" + ] +} \ No newline at end of file -- cgit