Created
March 17, 2018 23:24
-
-
Save bonetechnologies/611d96533fc43b0b522b7c8d877226ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "fire berserker", | |
"colorName": "@c-red@f@c-yellow@i@c-magenta@r@c-red@e@c-reset@ @c-bold-on@@c-magenta@berserker@c-reset@", | |
"stats": { | |
"strength": 9, | |
"intelligence": 0, | |
"willpower": 0, | |
"aim": 3, | |
"agile": 3, | |
"armorRating": 40, | |
"meleSkill": 20, | |
"currentHealth": 140, | |
"maxHealth": 140, | |
"weaponRatingMax": 12, | |
"weaponRatingMin": 9, | |
"numberOfWeaponRolls": 1, | |
"experience": 10000, | |
"currentMana": 80, | |
"maxMana": 80, | |
"foraging": 0, | |
"inventorySize": 0, | |
"maxEffects": 0 | |
}, | |
"dieMessage": "a @c-red@f@c-yellow@i@c-magenta@r@c-red@e@c-reset@ @c-bold-on@@c-magenta@berserker@c-reset@ breathes his last breath in a pool of @c-bold-on@@c-red@blood@c-reset@", | |
"temperament": "PASSIVE", | |
"roamAreas": [ | |
"NORTH1_ZONE" | |
], | |
"validTriggers": [ | |
"f", | |
"fire", | |
"fire berserker", | |
"berserker", | |
"b" | |
], | |
"spawnRules": [ | |
{ | |
"area": "NEWBIE_ZONE", | |
"randomChance": 100, | |
"spawnIntervalTicks": 600, | |
"maxInstances": 72, | |
"maxPerRoom": 4 | |
} | |
], | |
"loot": { | |
"internalItemNames": [ | |
"fire bracers", | |
"fire boots", | |
"fire chest", | |
"fire helm", | |
"fire pants", | |
"diamond", | |
"flame thrower" | |
], | |
"lootGoldMax": 17, | |
"lootGoldMin": 14, | |
"chestInternalItemName": "basic wood chest" | |
}, | |
"attackMessages": [ | |
{ | |
"type": "NORMAL", | |
"message": "The @npc-color-name@ tries to ignite the head of @player-name@!" | |
}, | |
{ | |
"type": "NORMAL", | |
"message": "The @npc-color-name@ spits a flammable substance into the eye of @player-name@!" | |
}, | |
{ | |
"type": "NORMAL", | |
"message": "The @npc-color-name@ howls maniacally to call its pack!" | |
} | |
], | |
"criticalAttackMessages": [ | |
{ | |
"type": "NORMAL", | |
"message": "The @npc-color-name@ jumps into the air toward and lands a critical attack! @player-name@!" | |
} | |
], | |
"battleMessages": [ | |
{ | |
"type": "NORMAL", | |
"message": "The @npc-color-name@ jumps into the air toward @player-name@!" | |
} | |
], | |
"idleMessages": [ | |
{ | |
"type": "NORMAL", | |
"message": "A @npc-color-name@ scratches it\u0027s nose." | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment