diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-09 20:26:32 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-09 20:26:32 -0500 |
commit | 27892bc40122494385bdbe5eb84aee52737f9c13 (patch) | |
tree | c8145ac93afbfc4d30e78dea8dc2a5de6e2b0972 /xml | |
parent | 7f77420e0ea5f1b5a36539b06a1207c98bec1927 (diff) |
skirl; angry
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 7 | ||||
-rw-r--r-- | xml/entities.xml | 16 |
2 files changed, 21 insertions, 2 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index 47ddf27..eb53921 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -12,17 +12,20 @@ <npc name="Bob" hasDialog="true" position="50.0,100.0"/> <structure type="1" position="300.0,100.0"/> <structure inside="bobshouse.xml" type="1" position="10.0,100.0"/> + <skirl /> </World> <Dialog name="Bob"> <text id="0" nextid="1" pause="true"> - <give id="Dank MayMay" count="10"/> + <give name="Dank MayMay" count="10"/> <content> 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"> - <quest assign="Check out m'swag, man!" desc="Go inside Bob's house and check out the stuff he has."/> + <quest assign="Check out m'swag, man!" desc="Go inside Bob's house and check out the stuff he has."> + Debug, 5 + </quest> <content> 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> diff --git a/xml/entities.xml b/xml/entities.xml index 04faac5..7195b51 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -53,6 +53,22 @@ <Wander /> </npc> +<skirl> + <Position value="300.0,100.0" /> + <Visible value="0.2" /> + <Sprite> + <frame> + <src limb="0" offset="0,0" size="48,24" drawOffset="0,0">assets/skirl.png</src> + </frame> + </Sprite> + <Direction /> + <Solid /> + <Physics /> + <Name value="SKIRL" /> + <Wander /> + <Aggro arena="bobshouse.xml" /> +</skirl> + <structure> <Position value="0.0,100.0" /> <Visible value="0.25" /> |