Skip to content

Instantly share code, notes, and snippets.

@alxjrvs
Created June 14, 2015 21:27
Show Gist options
  • Save alxjrvs/d24f4d0fd3b42a731102 to your computer and use it in GitHub Desktop.
Save alxjrvs/d24f4d0fd3b42a731102 to your computer and use it in GitHub Desktop.
{
"fighter":{
"hit_die":10,
"alignment":"all",
"class_skills":[
"climb",
"craft",
"handle_animal"
],
"skill_ranks_per_level":2,
"base_attack_bonus":1,
"mods":{
"fortitude_save":-2,
"will_save":0,
"reflex_save":0
},
"weapon_proficiency":{
"adds": [
"simple",
"martial"
]
},
"armor_proficiency":"all",
"shield_proficiency":"all"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment