diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 10:30:53 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 10:30:53 -0400 |
commit | dff621732099934ba5aba09c6b5c3df87b9858b5 (patch) | |
tree | a4121d241a322c0a8c679ce6ba03f33bc9bb5622 /xml | |
parent | 1a4780bad1cc40b43ebe6d93baba0f89572194d4 (diff) |
bow/arrow updates, food
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 6 | ||||
-rw-r--r-- | xml/entities.xml | 4 | ||||
-rw-r--r-- | xml/snow.xml | 1 |
3 files changed, 10 insertions, 1 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index a038bee..29673b0 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -52,9 +52,13 @@ </Dialog> <Dialog name="Sanc"> - <text id="0" nexit="0" pause="true"> + <text id="0" nextid="1" pause="true"> <set id="Slow" value="0"/> <set id="canSprint" value="1"/> <set id="canJump" value="1"/> </text> + <text id="1" nextid="1"> + <give name="Arrow" count="20" /> + <content>Have some more, bud.</content> + </text> </Dialog> diff --git a/xml/entities.xml b/xml/entities.xml index 921e837..96c8d79 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -133,7 +133,11 @@ <Direction /> <Solid /> <Physics /> + <Health value="25" /> <Name value="birb" /> + <Drop> + <item name="Fried Chicken" min="1" max="3" /> + </Drop> <Wander> countdown = 0 onetime = 0 diff --git a/xml/snow.xml b/xml/snow.xml index 8a62277..3c81f65 100644 --- a/xml/snow.xml +++ b/xml/snow.xml @@ -22,5 +22,6 @@ <firefly /> <firefly /> <firefly /> + <birb /> </World> |