mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 02:18:27 +02:00
Fixed examples that did not build due to wrong armor.
This commit is contained in:
@@ -71,7 +71,7 @@ pp = 0
|
||||
# TODO: Put your equipped weapons and armor here
|
||||
weapons = ('shortsword', 'dagger',) # Example: ('shortsword', 'longsword')
|
||||
magic_items = () # Example: ('ring of protection',)
|
||||
armor = "studded armor" # Eg "leather armor"
|
||||
armor = "studded leather armor" # Eg "leather armor"
|
||||
shield = "" # Eg "shield"
|
||||
|
||||
equipment = """TODO: list the equipment and magic items your character carries"""
|
||||
|
||||
Reference in New Issue
Block a user