diff options
-rw-r--r-- | maps/018-5-1.tmx | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/maps/018-5-1.tmx b/maps/018-5-1.tmx index cbce41f1..6b975e3b 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="9" nextobjectid="12"> +<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="19"> <properties> <property name="author" value="TMW-BR Team"/> <property name="license" value="GPL v2"/> @@ -690,7 +690,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ffff00" id="8" name="Spawns"> + <objectgroup color="#ffff00" id="8" name="Spawns" visible="0" opacity="0.7"> <object id="11" name="Alizarin Plant" type="spawn" x="32" y="416" width="3968" height="3296"> <properties> <property name="death" value="30000"/> @@ -699,5 +699,45 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="12" name="Snake" type="spawn" x="1696" y="576" width="1760" height="2304"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1122"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="14" name="Black Slime" type="spawn" x="544" y="1568" width="2816" height="1760"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="9"/> + <property name="monster_id" value="1178"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="15" name="Dark Lizard" type="spawn" x="1184" y="1152" width="1760" height="1760"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="10"/> + <property name="monster_id" value="1051"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="16" name="Black Scorpion" type="spawn" x="736" y="1312" width="2464" height="2208"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="10"/> + <property name="monster_id" value="1074"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="18" name="Black Mamba" type="spawn" x="1888" y="704" width="1440" height="2048"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1174"/> + <property name="spawn" value="90000"/> + </properties> + </object> </objectgroup> </map> |