diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-08 21:14:47 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-08 21:14:47 -0500 |
commit | 98e08cb7c2ae6c61192bac73a1fc7254224452be (patch) | |
tree | 2ff5a4b9254b0dc9217795dc8a76365736fd40e4 /xml/playerSpawnHill1.xml | |
parent | 0a0766a186db892f7a8f28f0130a043fd9b9dff9 (diff) | |
parent | 82c75b0a97eba2f78206d3b97d47eaa580a82f0c (diff) |
Fixed incorrect language percentages
Diffstat (limited to 'xml/playerSpawnHill1.xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 269b393..2e8b2aa 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -1,19 +1,24 @@ <?xml version="1.0"?> <World> <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/" /> - <generation type="Random" width="1600" /> + <generation type="Random" width="500" /> <link left="playerSpawnHill2.xml" /> - <mob type="1" aggressive="false" /> + <mob x="300" type="1" aggressive="true" /> <trigger x="-300" id="Test" /> <npc name="Ralph" hasDialog="true" /> <npc name="Johnny" hasDialog="false" /> - <!-- <structure type="5" inside="playerSpawnHill1_Building1.xml" /> --> - <village name="Meme-Town"> - <structure type="0" x="-100" inside="playerSpawnHill1_Building1.xml"/> + <village name="the Cranmore Tubing Park"> + <structure type="0" x="-300" inside="playerSpawnHill1_Building1.xml"/> <structure type="5" x="-500" inside="playerSpawnHill1_Building1.xml"/> + <stall type="market" texture="assets/style/classic/stall.png"> + <buy item="Dank MayMay" cost="420"/> + <sell item="Dank MayMay" cost="666"/> + <trade quantity="420" item="Dank MayMay" quantity1="1" item1="Wood Sword"/> + <trade quantity="666" item="Wood Sword" quantity1="420" item1="Dank MayMay"/> + </stall> </village> </World> |