summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/tiles/Makefile.am4
-rw-r--r--graphics/tiles/Woodland.pngbin0 -> 294433 bytes
-rw-r--r--graphics/tiles/snowset.pngbin0 -> 44371 bytes
-rw-r--r--items.xml14
-rw-r--r--maps/Makefile.am4
-rw-r--r--maps/new_10-1.tmx.gzbin0 -> 3260 bytes
-rw-r--r--maps/new_9-1.tmx.gzbin0 -> 12171 bytes
7 files changed, 17 insertions, 5 deletions
diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am
index 7483126c..ac11aa9b 100644
--- a/graphics/tiles/Makefile.am
+++ b/graphics/tiles/Makefile.am
@@ -10,7 +10,9 @@ tiles_DATA = \
desert_x2.png \
desert_x3.png \
inn.png \
- mountain.png
+ mountain.png \
+ Woodland.png \
+ snowset.png
EXTRA_DIST = \
$(tiles_DATA)
diff --git a/graphics/tiles/Woodland.png b/graphics/tiles/Woodland.png
new file mode 100644
index 00000000..afc78693
--- /dev/null
+++ b/graphics/tiles/Woodland.png
Binary files differ
diff --git a/graphics/tiles/snowset.png b/graphics/tiles/snowset.png
new file mode 100644
index 00000000..e076e3c8
--- /dev/null
+++ b/graphics/tiles/snowset.png
Binary files differ
diff --git a/items.xml b/items.xml
index 791e5959..e7c9bb46 100644
--- a/items.xml
+++ b/items.xml
@@ -59,9 +59,17 @@
<item id="557" image="84" art="0" name="Hint" description="A hint" effect="" type="0" weight="10" slot="0"/>
<item id="558" image="85" art="0" name="Hint" description="A hint" effect="" type="0" weight="10" slot="0"/>
<item id="559" image="86" art="0" name="Hint" description="A hint" effect="" type="0" weight="10" slot="0"/>
- <item id="560" image="87" art="0" name="Hint" description="A hint" effect="" type="0" weight="10" slot="0"/>
+ <item id="560" image="87" art="0" name="Hint" description="A hint" effect="" type="0" weight="10" slot="0"/>
+ <item id="561" image="88" art="0" name="Sabre sword" description="A very sharp sword" effect="" weight="10" slot="0"/>
+ <item id="562" image="89" art="0" name="Chicken leg" description="A well cooked chicken leg" effect="" weight="10" slot="0"/>
+ <item id="563" image="90" art="0" name="Winter gloves" description="Soft and warm gloves" effect="" weight="10" slot="0"/>
+ <item id="564" image="91" art="0" name="Wool sweather" description="Soft and warm sweather" effect="" weight="10" slot="0"/>
+ <item id="565" image="92" art="0" name="Petal" description="A petal from an evil flower" effect="" weight="10" slot="0"/>
+ <item id="566" image="93" art="0" name="Small mushroom" description="A mushroom" effect="" weight="10" slot="0"/>
+ <item id="567" image="94" art="0" name="Iron potion" description="Increases your str" effect="" weight="10" slot="0"/>
+ <item id="568" image="95" art="0" name="Concentration potion" description="Increases your dex" effect="" weight="10" slot="0"/>
<item id="1199" image="33" art="0" name="Arrow" description="A standard arrow" effect="Damage: +25" type="0" weight="10" slot="0"/>
<item id="1200" image="34" art="0" name="Bow" description="A distance weapon" effect="Damage: +15 / Range: 5" type="0" weight="10" slot="0"/>
<item id="1201" image="35" art="0" name="Knife" description="A small knife, the perfect weapon for a beginner" effect="Damage: 5 / Range: 1" type="0" weight="10" slot="0"/>
- <item id="1202" image="36" art="0" name="Cotton shirt" description="A shirt made of 100% cotton" effect="Defense: +2" type="0" weight="10" slot="0"/>
- </items>
+ <item id="1202" image="36" art="0" name="Cotton shirt" description="A shirt made of 100% cotton" effect="Defense: +2" type="0" weight="10" slot="0"/>
+</items>
diff --git a/maps/Makefile.am b/maps/Makefile.am
index bb1811fb..2bb47f10 100644
--- a/maps/Makefile.am
+++ b/maps/Makefile.am
@@ -9,7 +9,9 @@ map_DATA = \
new_5-1.tmx.gz \
new_6-1.tmx.gz \
new_7-1.tmx.gz \
- new_8-1.tmx.gz
+ new_8-1.tmx.gz \
+ new_9-1.tmx.gz \
+ new_10-1.tmx.gz
EXTRA_DIST = \
$(map_DATA)
diff --git a/maps/new_10-1.tmx.gz b/maps/new_10-1.tmx.gz
new file mode 100644
index 00000000..8b34772e
--- /dev/null
+++ b/maps/new_10-1.tmx.gz
Binary files differ
diff --git a/maps/new_9-1.tmx.gz b/maps/new_9-1.tmx.gz
new file mode 100644
index 00000000..121745a5
--- /dev/null
+++ b/maps/new_9-1.tmx.gz
Binary files differ