mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-31 01:48:27 +02:00
57 lines
1.4 KiB
Python
57 lines
1.4 KiB
Python
name = 'Mr. Stabby'
|
||
character_class = 'rogue'
|
||
player_name = 'Mark'
|
||
background = "Criminal"
|
||
race = "Lightfoot halfling"
|
||
level = 3
|
||
alignment = "Neutral"
|
||
xp = 1984
|
||
hp_max = 19
|
||
speed = 25
|
||
|
||
# Ability Scores
|
||
strength = 8
|
||
dexterity = 16
|
||
constitution = 12
|
||
intelligence = 13
|
||
wisdom = 10
|
||
charisma = 16
|
||
skill_proficiencies = (
|
||
'acrobatics',
|
||
'deception',
|
||
'investigation',
|
||
'performance',
|
||
'sleight_of_hand',
|
||
'stealth'
|
||
)
|
||
proficiencies_extra = ('playing cards', "carpenter's tools")
|
||
languages = 'Common, halfling'
|
||
|
||
# Inventory
|
||
cp = 950
|
||
sp = 75
|
||
ep = 50
|
||
gp = 120
|
||
pp = 0
|
||
weapons = ('shortsword', 'shortbow')
|
||
equipment = (
|
||
"""Shortsword, shortbow, 20 arrows, leather armor, thieves’ tools,
|
||
backpack, bell, 5 candles, crowbar, hammer, 10 pitons, 50 feet of
|
||
hempen rope, hooded lantern, 2 flasks of oil, 5 days rations,
|
||
tinderbox, waterskin, crowbar, set of dark common clothes
|
||
including a hood, pouch.""")
|
||
|
||
# Backstory
|
||
personality_traits = """I never have a plan, but I’m great at making things up as I go
|
||
along. Also, the best way to get me to do something is to tell me I
|
||
can’t do it."""
|
||
|
||
ideals = """People. I’m loyal to my friends, not to any ideals. Everyone else can
|
||
take a trip on the River Styx for all I care."""
|
||
|
||
bonds = """Qelline Alderlead, my aunt, has a farm in Phandalin. I always give
|
||
her some of my ill-gotten gains."""
|
||
|
||
flaws = """My aunt must never know the deeds I did as a member of the
|
||
Redbrands."""
|