Skip to content

Instantly share code, notes, and snippets.

@bonetechnologies
Created May 14, 2015 18:16
Show Gist options
  • Save bonetechnologies/8f2c84441d4b0de60212 to your computer and use it in GitHub Desktop.
Save bonetechnologies/8f2c84441d4b0de60212 to your computer and use it in GitHub Desktop.
{
"colorName": "COLORNAME",
"dieMessage": "DIEMESSAGE",
"name": "NAME",
"loot": {
"lootGoldMin": 5,
"lootGoldMax": 10,
"lootItems": []
},
"roamAreas": [
"bloodridge12_zone",
"bloodridge10_zone"
],
"stats": {
"agile": 0,
"aim": 0,
"armorRating": 0,
"currentHealth": 0,
"currentMana": 0,
"experience": 0,
"maxHealth": 0,
"maxMana": 0,
"meleSkill": 0,
"numberOfWeaponRolls": 0,
"strength": 0,
"weaponRatingMax": 0,
"weaponRatingMin": 0,
"willPower": 0
},
"spawnAreas": {
"bloodridge10_zone": {
"randomChance": 100,
"maxPerRoom": 100,
"spawnIntervalTicks": 10,
"maxInstances": 10
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment