diff --git a/world/npcs/luchtigen.json b/world/npcs/luchtigen.json new file mode 100644 index 0000000000000000000000000000000000000000..37bb48af3b526cdcf9f9d7aaef677ff4bedf0201 --- /dev/null +++ b/world/npcs/luchtigen.json @@ -0,0 +1,41 @@ +{ + "name": "luchtigen", + "colorName": "\u001B[1m\u001B[35mluchtigen\u001B[0m", + "dieMessage": "the \u001B[1m\u001B[35mluchtigen\u001B[0m falls to the ground and convulses in death.", + "loot": { + "lootGoldMin": 4400000000, + "lootGoldMax": 5200000000, + "lootItems": [145] + }, + "roamAreas": [ + "toft5_zone" + ], + "stats": { + "agile": 800000, + "aim": 850000, + "armorRating": 3800000, + "currentHealth": 200000000, + "currentMana": 140000000, + "experience": 1100000000, + "maxHealth": 180000000, + "maxMana": 64000000, + "meleSkill": 8500000, + "numberOfWeaponRolls": 165, + "strength": 8000000, + "weaponRatingMax": 14000000, + "weaponRatingMin": 8800000, + "willPower": 8000000 + }, + "spawnAreas": { + "toft5_zone": { + "randomChance": 90, + "maxPerRoom": 1, + "spawnIntervalTicks": 600, + "maxInstances": 3 + }, + }, + "validTriggers": [ + "luchtigen", + "l" + ] +}