Created
March 31, 2021 20:31
-
-
Save colinta/085f58d97a039b4f8ef473cbde3aaa83 to your computer and use it in GitHub Desktop.
This file contains 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
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