From 6a43e33534c7bfb74dca42d0dc21c32f0e798b13 Mon Sep 17 00:00:00 2001
From: BLAZECRAFT <n3vs@yahoo.com>
Date: Fri, 27 Nov 2015 00:16:17 -0500
Subject: [PATCH] Create luchtigen.json

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

diff --git a/world/npcs/luchtigen.json b/world/npcs/luchtigen.json
new file mode 100644
index 00000000..37bb48af
--- /dev/null
+++ b/world/npcs/luchtigen.json
@@ -0,0 +1,41 @@
+{
+  "name": "luchtigen",
+  "colorName": "\u001B[1m\u001B[35mluchtigen\u001B[0m",
+  "dieMessage": "the \u001B[1m\u001B[35mluchtigen\u001B[0m falls to the ground and convulses in death.",
+  "loot": {
+    "lootGoldMin": 4400000000,
+    "lootGoldMax": 5200000000,
+    "lootItems": [145]
+  },
+  "roamAreas": [
+    "toft5_zone"
+  ],
+  "stats": {
+    "agile": 800000,
+    "aim": 850000,
+    "armorRating": 3800000,
+    "currentHealth": 200000000,
+    "currentMana": 140000000,
+    "experience": 1100000000,
+    "maxHealth": 180000000,
+    "maxMana": 64000000,
+    "meleSkill": 8500000,
+    "numberOfWeaponRolls": 165,
+    "strength": 8000000,
+    "weaponRatingMax": 14000000,
+    "weaponRatingMin": 8800000,
+    "willPower": 8000000
+  },
+  "spawnAreas": {
+    "toft5_zone": {
+      "randomChance": 90,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 3
+    }, 
+  },
+  "validTriggers": [
+    "luchtigen",
+    "l"
+  ]
+}
-- 
GitLab