From 8ac1c7d810c2ca6fd7201194e6c3ef9d28082bcb Mon Sep 17 00:00:00 2001
From: BLAZECRAFT <n3vs@yahoo.com>
Date: Tue, 18 Aug 2015 22:55:23 -0400
Subject: [PATCH] Create tribalalchemist.json

---
 world/npcs/tribalalchemist.json | 51 +++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 world/npcs/tribalalchemist.json

diff --git a/world/npcs/tribalalchemist.json b/world/npcs/tribalalchemist.json
new file mode 100644
index 00000000..94fa4dd2
--- /dev/null
+++ b/world/npcs/tribalalchemist.json
@@ -0,0 +1,51 @@
+{
+  "name": "tribal alchemist",
+  "colorName": "tribal \u001B[1m\u001B[35malchemist\u001B[0m",
+  "dieMessage": "the tribal \u001B[1m\u001B[35malchemist\u001B[0m falls to the ground and convulses in death.",
+  "loot": {
+    "lootGoldMin": 1100000000,
+    "lootGoldMax": 1300000000,
+    "lootItems": [111]
+  },
+  "roamAreas": [
+    "north14_zone",
+    "north15_zone"
+  ],
+  "stats": {
+    "agile": 200000,
+    "aim": 198000,
+    "armorRating": 900000,
+    "currentHealth": 45000000,
+    "currentMana": 34000000,
+    "experience": 290000000,
+    "maxHealth": 45000000,
+    "maxMana": 16000000,
+    "meleSkill": 2300000,
+    "numberOfWeaponRolls": 85,
+    "strength": 1950000,
+    "weaponRatingMax": 3500000,
+    "weaponRatingMin": 2200000,
+    "willPower": 2000000
+  },
+  "spawnAreas": {
+    "north14_zone": {
+      "randomChance": 90,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 1
+    }, 
+    "north15_zone": {
+      "randomChance": 90,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 1
+    } 
+  },
+  "validTriggers": [
+    "tribal alchemist",
+    "t",
+    "a",
+    "tribal",
+    "alchemist"
+  ]
+}
-- 
GitLab