diff --git a/world/npcs/lightningdruid.json b/world/npcs/lightningdruid.json new file mode 100644 index 0000000000000000000000000000000000000000..79a2496f78bee05f5bc29c65d2c4e2ebb759f45f --- /dev/null +++ b/world/npcs/lightningdruid.json @@ -0,0 +1,51 @@ +{ + "name": "lightning druid", + "colorName": "lightning \u001B[1m\u001B[35mdruid\u001B[0m", + "dieMessage": "the lightning \u001B[1m\u001B[35mdruid\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 800000000, + "lootGoldMax": 1000000000, + "lootItems": [113] + }, + "roamAreas": [ + "bloodridge16_zone", + "bloodridge17_zone" + ], + "stats": { + "agile": 180000, + "aim": 178000, + "armorRating": 750000, + "currentHealth": 34000000, + "currentMana": 22000000, + "experience": 220000000, + "maxHealth": 34000000, + "maxMana": 12000000, + "meleSkill": 1400000, + "numberOfWeaponRolls": 80, + "strength": 1350000, + "weaponRatingMax": 2200000, + "weaponRatingMin": 1300000, + "willPower": 1100000 + }, + "spawnAreas": { + "bloodridge16_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + }, + "bloodridge17_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + } + }, + "validTriggers": [ + "lightning", + "druid", + "l", + "d", + "lightning druid" + ] +}