diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-11 08:46:43 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-11 08:46:43 -0400 |
commit | 5c48f10a46e470493328978d6ccee8722c743f31 (patch) | |
tree | fc01f93915327d1136b698d5e995c01c538828bd /xml | |
parent | 75a344b842d534830d7d420c7fd6fda6ad33e625 (diff) |
merchant revision
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 936731e..53f5ad2 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -7,15 +7,15 @@ <hill peakx="0" peaky="1000" width="50" /> - <mob x="300" type="1" aggressive="false" /> + <mob x="300" type="1" aggressive="false" health="1000" /> <!--<trigger x="-300" id="Test" />--> - <npc name="Ralph" hasDialog="true" /> - <npc name="Johnny" hasDialog="false" /> - <npc name="Big Dave" hasDialog="true"/> + <npc name="Ralph" hasDialog="true" x="300" /> + <npc name="Johnny" hasDialog="false" x="300" /> + <npc name="Big Dave" hasDialog="true" x="300" /> - <page x="-200" id="assets/pages/gootaGoFast.png" /> + <page x="-200" id="assets/door.png" /> <village name="Swaggggggggggggg"> <structure type="0" x="-300" inside="playerSpawnHill1_Building1.xml"/> |