diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:27:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:27:39 -0300 |
commit | e88c3c95a6369a36d20a2fe73d9116ea75e58669 (patch) | |
tree | ccbb4d8a6342f1c76360474762fbfb4bee74737a | |
parent | e7f0b34255b046284b4c4436cd21269267c0fef2 (diff) | |
download | clientdata-e88c3c95a6369a36d20a2fe73d9116ea75e58669.tar.gz clientdata-e88c3c95a6369a36d20a2fe73d9116ea75e58669.tar.bz2 clientdata-e88c3c95a6369a36d20a2fe73d9116ea75e58669.tar.xz clientdata-e88c3c95a6369a36d20a2fe73d9116ea75e58669.zip |
Alizarin Plants aren't so rare in LoF - that's the logic, I guess...
-rw-r--r-- | maps/018-5-1.tmx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/maps/018-5-1.tmx b/maps/018-5-1.tmx index 78902453..cbce41f1 100644 --- a/maps/018-5-1.tmx +++ b/maps/018-5-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="125" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="11"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="125" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="12"> <properties> <property name="author" value="TMW-BR Team"/> <property name="license" value="GPL v2"/> @@ -690,4 +690,14 @@ </properties> </object> </objectgroup> + <objectgroup color="#ffff00" id="8" name="Spawns"> + <object id="11" name="Alizarin Plant" type="spawn" x="32" y="416" width="3968" height="3296"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1188"/> + <property name="spawn" value="30000"/> + </properties> + </object> + </objectgroup> </map> |