diff --git a/world/npcs/goblinnobleman.json b/world/npcs/goblinnobleman.json new file mode 100644 index 0000000000000000000000000000000000000000..3482e2ca600de02675a9e8935c7ea215ee363606 --- /dev/null +++ b/world/npcs/goblinnobleman.json @@ -0,0 +1,51 @@ +{ + "name": "goblin nobleman", + "colorName": "goblin \u001B[1m\u001B[35mnobleman\u001B[0m", + "dieMessage": "the goblin \u001B[1m\u001B[35mnobleman\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 1000000000, + "lootGoldMax": 1200000000, + "lootItems": [114] + }, + "roamAreas": [ + "bloodridge16_zone", + "bloodridge17_zone" + ], + "stats": { + "agile": 190000, + "aim": 188000, + "armorRating": 800000, + "currentHealth": 42000000, + "currentMana": 32000000, + "experience": 270000000, + "maxHealth": 42000000, + "maxMana": 12000000, + "meleSkill": 2100000, + "numberOfWeaponRolls": 85, + "strength": 1850000, + "weaponRatingMax": 3200000, + "weaponRatingMin": 2300000, + "willPower": 1900000 + }, + "spawnAreas": { + "bloodridge16_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + }, + "bloodridge17_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + } + }, + "validTriggers": [ + "goblin nobleman", + "g", + "n", + "goblin", + "nobleman" + ] +}