From e2982d6ae1004ead160304695e3f5e097dcc8bf1 Mon Sep 17 00:00:00 2001 From: BLAZECRAFT <n3vs@yahoo.com> Date: Tue, 18 Aug 2015 22:45:47 -0400 Subject: [PATCH] Create drunkentroll.json --- world/npcs/drunkentroll.json | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 world/npcs/drunkentroll.json diff --git a/world/npcs/drunkentroll.json b/world/npcs/drunkentroll.json new file mode 100644 index 00000000..6f0e4ca3 --- /dev/null +++ b/world/npcs/drunkentroll.json @@ -0,0 +1,51 @@ +{ + "name": "drunken troll", + "colorName": "drunken \u001B[1m\u001B[35mtroll\u001B[0m", + "dieMessage": "the drunken \u001B[1m\u001B[35mtroll\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 500000000, + "lootGoldMax": 700000000, + "lootItems": [106] + }, + "roamAreas": [ + "north14_zone", + "north15_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": { + "north14_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + }, + "north15_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + } + }, + "validTriggers": [ + "drunken troll", + "t", + "d", + "drunken", + "troll" + ] +} -- GitLab