mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 12:33:27 +02:00
Added saving throws and skills.
This commit is contained in:
Binary file not shown.
+12
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user