diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 14:54:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 14:54:25 -0300 |
commit | 29ec28de3fcfe8ee0f49e73a0a6018d9f2c858bb (patch) | |
tree | 79c099d1abb96113876e52905883722f734c58cd /maps/018-1-1.tmx | |
parent | 8c679c6fe062871ebb66be95f2c67000376ff922 (diff) | |
download | clientdata-29ec28de3fcfe8ee0f49e73a0a6018d9f2c858bb.tar.gz clientdata-29ec28de3fcfe8ee0f49e73a0a6018d9f2c858bb.tar.bz2 clientdata-29ec28de3fcfe8ee0f49e73a0a6018d9f2c858bb.tar.xz clientdata-29ec28de3fcfe8ee0f49e73a0a6018d9f2c858bb.zip |
Shadow Plant only grows in highly dangerous places
Diffstat (limited to 'maps/018-1-1.tmx')
-rw-r--r-- | maps/018-1-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/018-1-1.tmx b/maps/018-1-1.tmx index 9f004527..2f8853a2 100644 --- a/maps/018-1-1.tmx +++ b/maps/018-1-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" nextobjectid="11"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" nextobjectid="12"> <properties> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> @@ -635,5 +635,13 @@ <property name="spawn" value="40000"/> </properties> </object> + <object id="11" name="Shadow Plant" type="spawn" x="608" y="1696" width="1984" height="704"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1189"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> </map> |