From 26fb6ec8261de2f166d1bc72f390df0a80fcdf72 Mon Sep 17 00:00:00 2001 From: BLAZECRAFT <n3vs@yahoo.com> Date: Tue, 18 Aug 2015 22:57:18 -0400 Subject: [PATCH] Create glacierdwarf.json --- world/npcs/glacierdwarf.json | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 world/npcs/glacierdwarf.json diff --git a/world/npcs/glacierdwarf.json b/world/npcs/glacierdwarf.json new file mode 100644 index 00000000..0e439db3 --- /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" + ] +} -- GitLab