From 2e8e508d64e4cafbf95015c7ebba87cc3e125025 Mon Sep 17 00:00:00 2001 From: BLAZECRAFT <n3vs@yahoo.com> Date: Tue, 18 Aug 2015 23:05:51 -0400 Subject: [PATCH] Create giantjohul.json --- world/npcs/giantjohul.json | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 world/npcs/giantjohul.json diff --git a/world/npcs/giantjohul.json b/world/npcs/giantjohul.json new file mode 100644 index 00000000..0a8a4c95 --- /dev/null +++ b/world/npcs/giantjohul.json @@ -0,0 +1,51 @@ +{ + "name": "giant johul", + "colorName": "giant \u001B[1m\u001B[35mjohul\u001B[0m", + "dieMessage": "the giant \u001B[1m\u001B[35mjohul\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 1100000000, + "lootGoldMax": 1300000000, + "lootItems": [115] + }, + "roamAreas": [ + "bloodridge16_zone", + "bloodridge17_zone" + ], + "stats": { + "agile": 200000, + "aim": 198000, + "armorRating": 900000, + "currentHealth": 45000000, + "currentMana": 34000000, + "experience": 290000000, + "maxHealth": 45000000, + "maxMana": 16000000, + "meleSkill": 2300000, + "numberOfWeaponRolls": 85, + "strength": 2250000, + "weaponRatingMax": 4000000, + "weaponRatingMin": 2900000, + "willPower": 2000000 + }, + "spawnAreas": { + "bloodridge16_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + }, + "bloodridge17_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 1 + } + }, + "validTriggers": [ + "giant johul", + "g", + "j", + "giant", + "johul" + ] +} -- GitLab