From d8eef1d9671a4551c153abccb502705d14e1f469 Mon Sep 17 00:00:00 2001 From: BLAZECRAFT <n3vs@yahoo.com> Date: Fri, 27 Nov 2015 00:30:00 -0500 Subject: [PATCH] Create taniwha.json --- world/npcs/taniwha.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 world/npcs/taniwha.json diff --git a/world/npcs/taniwha.json b/world/npcs/taniwha.json new file mode 100644 index 00000000..3f92517c --- /dev/null +++ b/world/npcs/taniwha.json @@ -0,0 +1,41 @@ +{ + "name": "taniwha", + "colorName": "\u001B[1m\u001B[35mtaniwha\u001B[0m", + "dieMessage": "the \u001B[1m\u001B[35mtaniwha\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 6600000000, + "lootGoldMax": 7800000000, + "lootItems": [94, 148] + }, + "roamAreas": [ + "toft5_zone" + ], + "stats": { + "agile": 1200000, + "aim": 1200000, + "armorRating": 5400000, + "currentHealth": 270000000, + "currentMana": 204000000, + "experience": 1740000000, + "maxHealth": 270000000, + "maxMana": 96000000, + "meleSkill": 13800000, + "numberOfWeaponRolls": 485, + "strength": 12000000, + "weaponRatingMax": 21000000, + "weaponRatingMin": 13200000, + "willPower": 12000000 + }, + "spawnAreas": { + "toft5_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 3 + } + }, + "validTriggers": [ + "taniwha", + "t" + ] +} -- GitLab