diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-17 05:39:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-17 05:39:55 -0300 |
commit | ee1298f98789fd743d37aa2ba67f53353038beb6 (patch) | |
tree | 222403975e92dae55429a89304f3e8440a24c398 | |
parent | 021d52b13240ca4b66ecca62ae4f6d58bb9a902b (diff) | |
download | clientdata-ee1298f98789fd743d37aa2ba67f53353038beb6.tar.gz clientdata-ee1298f98789fd743d37aa2ba67f53353038beb6.tar.bz2 clientdata-ee1298f98789fd743d37aa2ba67f53353038beb6.tar.xz clientdata-ee1298f98789fd743d37aa2ba67f53353038beb6.zip |
Dragonstar updated
-rw-r--r-- | items.xml | 2 | ||||
-rw-r--r-- | maps/006-3.tmx | 10 |
2 files changed, 8 insertions, 4 deletions
@@ -3364,7 +3364,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/charms/dragonstar.png" name="Dragon Star" description="Don't stare at it too much. It's too shiny for your eyes." - effect="MaxWeight +700g, HP -12%" + effect="MaxWeight +700g, DEF -12%" level="70" type="equip-necklace" weight="30"> diff --git a/maps/006-3.tmx b/maps/006-3.tmx index 94b5f9b4..2ad7ecde 100644 --- a/maps/006-3.tmx +++ b/maps/006-3.tmx @@ -8,8 +8,12 @@ <property name="name" value="Candor's Underground, B2F"/> </properties> <tileset firstgid="1" source="../graphics/tilesets/collision.tsx"/> - <tileset firstgid="10" source="../graphics/tilesets/cave.tsx"/> - <tileset firstgid="138" source="../graphics/tilesets/arena.tsx"/> + <tileset firstgid="10" name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16"> + <image source="../graphics/tilesets/cave.png" width="512" height="256"/> + </tileset> + <tileset firstgid="138" name="arena" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="../graphics/tilesets/arena.png" width="512" height="512"/> + </tileset> <tileset firstgid="394" name="warp_gates" tilewidth="32" tileheight="96" tilecount="15" columns="15"> <image source="../graphics/tilesets/lof/warp_gates.png" width="480" height="96"/> </tileset> @@ -520,7 +524,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup id="7" name="Objects"> + <objectgroup id="7" name="Objects" visible="0"> <object id="1" name="Margin" type="fixme" x="1152" y="1792" width="640" height="640"/> <object id="2" name="To B1F" type="warp" x="1568" y="1568" width="32" height="32"> <properties> |