From d0690f1216eb5e552e1a5477b2e8070fdf4cb626 Mon Sep 17 00:00:00 2001 From: BLAZECRAFT <n3vs@yahoo.com> Date: Sat, 28 Nov 2015 22:45:00 -0500 Subject: [PATCH] Create hippogriff.json --- world/npcs/hippogriff.json | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 world/npcs/hippogriff.json diff --git a/world/npcs/hippogriff.json b/world/npcs/hippogriff.json new file mode 100644 index 00000000..5eb57bc5 --- /dev/null +++ b/world/npcs/hippogriff.json @@ -0,0 +1,48 @@ +{ + "name": "hippogriff", + "colorName": "\u001B[1m\u001B[35mhippogriff\u001B[0m", + "dieMessage": "the \u001B[1m\u001B[35mhippogriff\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 1000000000000, + "lootGoldMax": 1200000000000, + "lootItems": [153] + }, + "roamAreas": [ + "bloodridge19_zone", + "bloodridge20_zone" + ], + "stats": { + "agile": 192000000, + "aim": 200002000, + "armorRating": 800000000, + "currentHealth": 40000000000, + "currentMana": 25000000000, + "experience": 190000000000, + "maxHealth": 44000000000, + "maxMana": 14000000000, + "meleSkill": 2080000000, + "numberOfWeaponRolls": 80000, + "strength": 1900000000, + "weaponRatingMax": 2700000000, + "weaponRatingMin": 1905000000, + "willPower": 1800000000 + }, + "spawnAreas": { + "bloodridge19_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + }, + "bloodridge20_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 2 + } + }, + "validTriggers": [ + "hippogriff", + "h" + ] +} -- GitLab