Added saving throws and skills.

This commit is contained in:
Mark Wolfman
2018-03-26 23:50:26 -05:00
parent d680cdc296
commit bbfc8ff295
7 changed files with 175 additions and 19 deletions
Binary file not shown.
+12 -4
View File
@@ -1,5 +1,5 @@
name = 'Mr. Stabby'
character_class = 'fighter'
character_class = 'rogue'
player_name = 'Mark'
background = "Criminal"
race = "Lightfoot halfling"
@@ -10,12 +10,20 @@ hp_max = 19
speed = 25
# Ability Scores
strength = 10
dexterity = 15
strength = 8
dexterity = 16
constitution = 12
intelligence = 13
wisdom = 9
wisdom = 10
charisma = 16
skill_proficiencies = [
'acrobatics',
'deception',
'investigation',
'performance',
'sleight_of_hand',
'stealth'
]
# Inventory
cp = 950