diff --git a/world/npcs/glacierdwarf.json b/world/npcs/glacierdwarf.json new file mode 100644 index 0000000000000000000000000000000000000000..0e439db3171af31238f649fafe203173258f76c7 --- /dev/null +++ b/world/npcs/glacierdwarf.json @@ -0,0 +1,51 @@ +{ + "name": "glacier dwarf", + "colorName": "glacier \u001B[1m\u001B[35mdwarf\u001B[0m", + "dieMessage": "the glacier \u001B[1m\u001B[35mdwarf\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 500000000, + "lootGoldMax": 700000000, + "lootItems": [110] + }, + "roamAreas": [ + "bloodridge16_zone", + "bloodridge17_zone" + ], + "stats": { + "agile": 120000, + "aim": 148000, + "armorRating": 700000, + "currentHealth": 30000000, + "currentMana": 12000000, + "experience": 220000000, + "maxHealth": 30000000, + "maxMana": 9600000, + "meleSkill": 1200000, + "numberOfWeaponRolls": 65, + "strength": 1500000, + "weaponRatingMax": 1900000, + "weaponRatingMin": 1500000, + "willPower": 800000 + }, + "spawnAreas": { + "bloodridge16_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + }, + "bloodridge17_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + } + }, + "validTriggers": [ + "glacier dwarf", + "g", + "d", + "glacier", + "dwarf" + ] +}