diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-02 09:58:12 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-07-02 09:58:12 -0400 |
commit | 6f13e748c526576198d197ad194f4c1d8fdadec0 (patch) | |
tree | e3f0d95544eb7e2e5125e739b2c73574d2e47fe0 /xml/town.xml | |
parent | 40e0c5d15ee6cd24bdc305e40ae6895aca18e669 (diff) |
new xml, wip quest menu
Diffstat (limited to 'xml/town.xml')
-rw-r--r-- | xml/town.xml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/xml/town.xml b/xml/town.xml deleted file mode 100644 index 42d0bef..0000000 --- a/xml/town.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0"?> -<World> - <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/> - <generation type="Random" width="1600"/> - <time>6000</time> - <spawnx>-300</spawnx> - <npc name="Sanc" hasDialog="true" health="1" x="220.66983" y="63.798996" dindex="0"/> - <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="-118.29799" y="62.499027" dindex="9999"/> - <structure type="1" spawnx="300" alive="1"/> - <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/> - <chest alive="1"/> -</World> - -<Dialog name="Bob"> - <text id="0" nextid="1" pause="true"> - <give id="Dank MayMay" count="10"/> - <content alive="1"> - Hey there! The name's Bob. Good to see you've finally woken up from your nap by the cliff there... lol - </content> - </text> - <text id="1" pause="true" alive="1"> - <quest assign="Check out m'swag, man!" health="1" x="-197.83293" y="71.963989" dindex="0"> - No description - </quest> - <content health="1" x="-206.1515" y="70.798996" dindex="0"> - Looks like you've got yourself pretty empty handed... you know, I have a simple solution for that. Come on inside, I have somethin' to show you. - </content> - </text> -</Dialog> - -<Dialog name="Sanc"> - <text id="0"> - <set id="Slow" value="0"/> - <set id="canSprint" value="1"/> - </text> -</Dialog> |