diff --git a/world/npcs/hippogriff.json b/world/npcs/hippogriff.json new file mode 100644 index 0000000000000000000000000000000000000000..5eb57bc5d965a114233cf1b5318e6900afb63a58 --- /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" + ] +}