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