Some more advanced characteristics, different player classes, and a CLI interface.

This commit is contained in:
Mark Wolfman
2018-03-25 23:59:48 -05:00
parent 7862d14c9d
commit d680cdc296
9 changed files with 183 additions and 56 deletions
Binary file not shown.
+9 -3
View File
@@ -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