diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-02 00:57:07 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-02 00:57:26 +0100 |
commit | 2d198d77ac3f07867390dadfc9e1e2347a87887c (patch) | |
tree | 56b617577a689aa9bcbaa9b65664c8e443c8f443 /maps/004-1.tmx | |
parent | c9658bd06f9784578d9a9f7defa944bb0106e7da (diff) | |
download | clientdata-2d198d77ac3f07867390dadfc9e1e2347a87887c.tar.gz clientdata-2d198d77ac3f07867390dadfc9e1e2347a87887c.tar.bz2 clientdata-2d198d77ac3f07867390dadfc9e1e2347a87887c.tar.xz clientdata-2d198d77ac3f07867390dadfc9e1e2347a87887c.zip |
add giant maggot in 004-1
Diffstat (limited to 'maps/004-1.tmx')
-rw-r--r-- | maps/004-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/004-1.tmx b/maps/004-1.tmx index 85793cc3..453767e4 100644 --- a/maps/004-1.tmx +++ b/maps/004-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="71"> +<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="74"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1383,5 +1383,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="71" name="Giant maggot" type="Spawnj" x="3136" y="1856" width="672" height="512"> + <properties> + <property name="death" value="300000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1031"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |