Skip to content

Instantly share code, notes, and snippets.

@colinta
Created March 31, 2021 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colinta/085f58d97a039b4f8ef473cbde3aaa83 to your computer and use it in GitHub Desktop.
Save colinta/085f58d97a039b4f8ef473cbde3aaa83 to your computer and use it in GitHub Desktop.
character = {
'name': 'Catina Turner',
'class': 'Artificer',
'ancestry': 'Reborn (Leonin)',
'background': 'Entertainer',
'speed': 30,
'hit_dice': 8,
'scores': {
"Strength": 8,
"Dexterity": 12,
"Constitution": 17,
"Wisdom": 12,
"Intelligence": 14,
"Charisma": 12,
},
'modifiers': {},
'saves': {
"Strength": False,
"Dexterity": False,
"Constitution": True,
"Wisdom": False,
"Intelligence": True,
"Charisma": False,
},
'proficiencies': {
"Acrobatics": True,
"Performance": True,
"Investigation": True,
"Sleight of Hand": True,
"Disguise kit": True,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment