From edd6170b4a134ea51454685fb022cd69b87b70b4 Mon Sep 17 00:00:00 2001 From: BLAZECRAFT <n3vs@yahoo.com> Date: Fri, 27 Nov 2015 23:31:37 -0500 Subject: [PATCH] Create cherufe.json --- world/npcs/cherufe.json | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 world/npcs/cherufe.json diff --git a/world/npcs/cherufe.json b/world/npcs/cherufe.json new file mode 100644 index 00000000..7309b9b9 --- /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" + ] +} -- GitLab