diff --git a/world/npcs/cherufe.json b/world/npcs/cherufe.json new file mode 100644 index 0000000000000000000000000000000000000000..7309b9b9e3d75753fa49d625e126bb06e3600914 --- /dev/null +++ b/world/npcs/cherufe.json @@ -0,0 +1,48 @@ +{ + "name": "cherufe", + "colorName": "\u001B[1m\u001B[35mcherufe\u001B[0m", + "dieMessage": "the \u001B[1m\u001B[35mcherufe\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 52000000000, + "lootGoldMax": 62000000000, + "lootItems": [149] + }, + "roamAreas": [ + "bloodridge18_zone", + "bloodridge19_zone" + ], + "stats": { + "agile": 9600000, + "aim": 9502000, + "armorRating": 42000000, + "currentHealth": 2200000000, + "currentMana": 1300000000, + "experience": 11000000000, + "maxHealth": 2200000000, + "maxMana": 700000000, + "meleSkill": 104000000, + "numberOfWeaponRolls": 4000, + "strength": 91000000, + "weaponRatingMax": 168000000, + "weaponRatingMin": 105000000, + "willPower": 96000000 + }, + "spawnAreas": { + "bloodridge18_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 2 + }, + "bloodridge19_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + } + }, + "validTriggers": [ + "cherufe", + "c" + ] +}