diff options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 10 | ||||
-rw-r--r-- | xml/mobs.xml | 15 |
2 files changed, 20 insertions, 5 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index a03e0bf..3ac9772 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -4,11 +4,11 @@ <generation type="Random" width="1600"/> <time>6000</time> <spawnx>-300</spawnx> - <npc name="Sanc" hasDialog="true"/> - <npc name="Bob" hasDialog="true" spawnx="30"/> - <structure type="1" spawnx="300"/> - <structure inside="bobshouse.xml" type="1" spawnx="10"/> - <chest/> + <npc name="Sanc" hasDialog="true" health="1" x="64.841042" y="68.19912" dindex="0"/> + <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="94.841454" y="68.79911" dindex="0"/> + <structure type="1" spawnx="300" alive="1"/> + <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/> + <chest alive="1"/> </World> <Dialog name="Bob"> diff --git a/xml/mobs.xml b/xml/mobs.xml new file mode 100644 index 0000000..238c582 --- /dev/null +++ b/xml/mobs.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<mob name="rabbit"> + <components> + <position/> + <direction/> + <physics/> + <solid/> + <sprite/> + <animation/> + <visible/> + <health>10</health> + <ai/> + <wander/> + </components> +</mob> |