From edd87ad2fdf0943a2ba539d7f1a7b8a87d80edc7 Mon Sep 17 00:00:00 2001
From: BLAZECRAFT <n3vs@yahoo.com>
Date: Tue, 18 Aug 2015 22:51:04 -0400
Subject: [PATCH] Create basilisk.json

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

diff --git a/world/npcs/basilisk.json b/world/npcs/basilisk.json
new file mode 100644
index 00000000..1d4d6079
--- /dev/null
+++ b/world/npcs/basilisk.json
@@ -0,0 +1,48 @@
+{
+  "name": "basilisk",
+  "colorName": "\u001B[1m\u001B[35mbasilisk\u001B[0m",
+  "dieMessage": "the \u001B[1m\u001B[35mbasilisk\u001B[0m falls to the ground and convulses in death.",
+  "loot": {
+    "lootGoldMin": 800000000,
+    "lootGoldMax": 1000000000,
+    "lootItems": [108]
+  },
+  "roamAreas": [
+    "north14_zone",
+    "north15_zone"
+  ],
+  "stats": {
+    "agile": 180000,
+    "aim": 178000,
+    "armorRating": 750000,
+    "currentHealth": 34000000,
+    "currentMana": 22000000,
+    "experience": 220000000,
+    "maxHealth": 34000000,
+    "maxMana": 12000000,
+    "meleSkill": 1400000,
+    "numberOfWeaponRolls": 80,
+    "strength": 1350000,
+    "weaponRatingMax": 2200000,
+    "weaponRatingMin": 1300000,
+    "willPower": 1100000
+  },
+  "spawnAreas": {
+    "north14_zone": {
+      "randomChance": 90,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 1
+    }, 
+    "north15_zone": {
+      "randomChance": 90,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 1
+    } 
+  },
+  "validTriggers": [
+    "basilisk",
+    "b"
+  ]
+}
-- 
GitLab