mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-28 00:28:27 +02:00
Some more advanced characteristics, different player classes, and a CLI interface.
This commit is contained in:
Binary file not shown.
+9
-3
@@ -1,14 +1,13 @@
|
||||
name = 'Mr. Stabby'
|
||||
player_class = 'rogue'
|
||||
character_class = 'fighter'
|
||||
player_name = 'Mark'
|
||||
background = "Criminal"
|
||||
race = "Lightfoot halfling"
|
||||
level = 3
|
||||
alignment = "Neutral"
|
||||
class_name = "Rogue"
|
||||
xp = 1984
|
||||
hp_max = 19
|
||||
hit_dice = '3d10'
|
||||
speed = 25
|
||||
|
||||
# Ability Scores
|
||||
strength = 10
|
||||
@@ -17,3 +16,10 @@ constitution = 12
|
||||
intelligence = 13
|
||||
wisdom = 9
|
||||
charisma = 16
|
||||
|
||||
# Inventory
|
||||
cp = 950
|
||||
sp = 75
|
||||
ep = 50
|
||||
gp = 120
|
||||
pp = 0
|
||||
|
||||
Reference in New Issue
Block a user