diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-12-28 21:04:52 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-12-28 21:04:52 +0000 |
commit | 407148192f2773fcf2b89af253ea70746e5370dc (patch) | |
tree | 6153a2338321521f3e59e954cf676bcff3a46370 | |
parent | e9a097ce8557f06edef45e67e0ae96250c90e203 (diff) | |
download | clientdata-407148192f2773fcf2b89af253ea70746e5370dc.tar.gz clientdata-407148192f2773fcf2b89af253ea70746e5370dc.tar.bz2 clientdata-407148192f2773fcf2b89af253ea70746e5370dc.tar.xz clientdata-407148192f2773fcf2b89af253ea70746e5370dc.zip |
New mobs in 006-3
-rw-r--r-- | maps/006-3.tmx | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/maps/006-3.tmx b/maps/006-3.tmx index 31b0cde2..c74aa7a3 100644 --- a/maps/006-3.tmx +++ b/maps/006-3.tmx @@ -226,7 +226,7 @@ <object name="Mountain Snake" type="spawn" x="1600" y="1728" width="1024" height="1152"> <properties> <property name="max_beings" value="20"/> - <property name="mosnter_id" value="24"/> + <property name="monster_id" value="24"/> </properties> </object> <object name="Mountain Snake" type="spawn" x="1408" y="2880" width="896" height="992"> @@ -313,5 +313,29 @@ <property name="monster_id" value="6"/> </properties> </object> + <object name="Spider" type="spawn" x="3744" y="2880" width="352" height="544"> + <properties> + <property name="max_beings" value="6"/> + <property name="monster_id" value="10"/> + </properties> + </object> + <object name="Spider" type="spawn" x="3488" y="3136" width="256" height="448"> + <properties> + <property name="max_beings" value="2"/> + <property name="monster_id" value="10"/> + </properties> + </object> + <object name="Spider" type="spawn" x="3168" y="3328" width="320" height="320"> + <properties> + <property name="max_beings" value="2"/> + <property name="monster_id" value="10"/> + </properties> + </object> + <object name="Yellow slime" type="spawn" x="2464" y="3200" width="448" height="480"> + <properties> + <property name="max_beings" value="7"/> + <property name="monster_id" value="5"/> + </properties> + </object> </objectgroup> </map> |