Fixed examples that did not build due to wrong armor.

This commit is contained in:
Mark Wolfman
2019-05-14 14:40:15 -05:00
parent 7ee2d25a9f
commit 9a49e7cb14
31 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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
View File
@@ -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.