From ff1a38e84619024123be1d97dfa50b2719b42f66 Mon Sep 17 00:00:00 2001
From: BLAZECRAFT <n3vs@yahoo.com>
Date: Sat, 28 Nov 2015 22:47:34 -0500
Subject: [PATCH] Create ridgeleprechaun.json

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

diff --git a/world/npcs/ridgeleprechaun.json b/world/npcs/ridgeleprechaun.json
new file mode 100644
index 00000000..8fc8f1d3
--- /dev/null
+++ b/world/npcs/ridgeleprechaun.json
@@ -0,0 +1,51 @@
+{
+  "name": "ridge leprechaun",
+  "colorName": "ridge \u001B[1m\u001B[35mleprechaun\u001B[0m",
+  "dieMessage": "the ridge \u001B[1m\u001B[35mleprechaun\u001B[0m falls to the ground and convulses in death.",
+  "loot": {
+    "lootGoldMin": 1300000000000,
+    "lootGoldMax": 1800000000000,
+    "lootItems": [154]
+  },
+  "roamAreas": [
+    "bloodridge19_zone",
+    "bloodridge20_zone"
+  ],
+  "stats": {
+    "agile": 280000000,
+    "aim": 300002000,
+    "armorRating": 1200000000,
+    "currentHealth": 60000000000,
+    "currentMana": 42000000000,
+    "experience": 300000000000,
+    "maxHealth": 66000000000,
+    "maxMana": 21000000000,
+    "meleSkill": 3000000000,
+    "numberOfWeaponRolls": 120000,
+    "strength": 2660000000,
+    "weaponRatingMax": 4200000000,
+    "weaponRatingMin": 3105000000,
+    "willPower": 2600000000
+  },
+  "spawnAreas": {
+    "bloodridge19_zone": {
+      "randomChance": 90,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 1
+    },
+    "bloodridge20_zone": {
+      "randomChance": 90,
+      "maxPerRoom": 1,
+      "spawnIntervalTicks": 600,
+      "maxInstances": 2
+    }
+  },
+  "validTriggers": [
+    "ridge leprechaun",
+    "ridge",
+    "leprechaun",
+    "r",
+    "l"
+  ]
+}
-- 
GitLab