From 252bac6cbedd30e5afeba4b3ec74a97bc7432ac2 Mon Sep 17 00:00:00 2001 From: BLAZECRAFT <n3vs@yahoo.com> Date: Sat, 28 Nov 2015 22:51:01 -0500 Subject: [PATCH] Create highlandnymph.json --- world/npcs/highlandnymph.json | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 world/npcs/highlandnymph.json diff --git a/world/npcs/highlandnymph.json b/world/npcs/highlandnymph.json new file mode 100644 index 00000000..8260f614 --- /dev/null +++ b/world/npcs/highlandnymph.json @@ -0,0 +1,44 @@ +{ + "name": "highland nymph", + "colorName": "highland \u001B[1m\u001B[35mnymph\u001B[0m", + "dieMessage": "the highland \u001B[1m\u001B[35mnymph\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 1800000000000, + "lootGoldMax": 2400000000000, + "lootItems": [155] + }, + "roamAreas": [ + "bloodridge20_zone" + ], + "stats": { + "agile": 380000000, + "aim": 400002000, + "armorRating": 1600000000, + "currentHealth": 80000000000, + "currentMana": 56000000000, + "experience": 440000000000, + "maxHealth": 88000000000, + "maxMana": 28000000000, + "meleSkill": 4100000000, + "numberOfWeaponRolls": 160000, + "strength": 3840000000, + "weaponRatingMax": 5600000000, + "weaponRatingMin": 4005000000, + "willPower": 3300000000 + }, + "spawnAreas": { + "bloodridge20_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 2 + } + }, + "validTriggers": [ + "highland nymph", + "highland", + "nymph", + "h", + "n" + ] +} -- GitLab