diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-09 16:18:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-09 16:18:39 -0300 |
commit | 88bcccfa1d5be025a1ea6d11cf318853037aed13 (patch) | |
tree | 61e36b29587b946c7a4904cb8844a024f76cb850 | |
parent | 3442f6ae43f01d56ca47ad258bb4d65c823b6c0d (diff) | |
download | clientdata-88bcccfa1d5be025a1ea6d11cf318853037aed13.tar.gz clientdata-88bcccfa1d5be025a1ea6d11cf318853037aed13.tar.bz2 clientdata-88bcccfa1d5be025a1ea6d11cf318853037aed13.tar.xz clientdata-88bcccfa1d5be025a1ea6d11cf318853037aed13.zip |
Final updates to 011-3 (for now), make client (update minimaps and weapons.xml)
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | graphics/minimaps/026-3.png | bin | 7040 -> 7266 bytes | |||
-rw-r--r-- | graphics/minimaps/026-7.png | bin | 883 -> 1091 bytes | |||
-rw-r--r-- | maps/011-3.tmx | 34 | ||||
-rw-r--r-- | weapons.xml | 1 |
5 files changed, 35 insertions, 2 deletions
@@ -2307,7 +2307,7 @@ https://wiki.moubootaurlegends.org/Contributors graphics/tilesets/rails_x2.png (?) (GPL 2.0) (TMW BR) graphics/tilesets/ruins.png (?) (GPL 2.0) (TMW BR) graphics/tilesets/sail.png (Saulc) (CC BY-SA 4.0) (-) - graphics/tilesets/savannah.png (Modanung) (GPLv3, CC BY-SA 4.0) (-) + graphics/tilesets/savannah.png (Modanung) (GPLv3, CC BY-SA 4.0) (jesusalva) graphics/tilesets/ship.png (?) (?) (-) graphics/tilesets/ship-base.png (Lunovox) (GPLv2) (Hal9000, Reid, Saci) graphics/tilesets/ship-indoor.png (Lunovox) (GPLv2) (Reid, Saci) diff --git a/graphics/minimaps/026-3.png b/graphics/minimaps/026-3.png Binary files differindex 613a37908..579ae01ac 100644 --- a/graphics/minimaps/026-3.png +++ b/graphics/minimaps/026-3.png diff --git a/graphics/minimaps/026-7.png b/graphics/minimaps/026-7.png Binary files differindex ee99a12ee..508fa3465 100644 --- a/graphics/minimaps/026-7.png +++ b/graphics/minimaps/026-7.png diff --git a/maps/011-3.tmx b/maps/011-3.tmx index 82ec85d27..e7dfd408d 100644 --- a/maps/011-3.tmx +++ b/maps/011-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="80" height="280" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="113"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="80" height="280" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="117"> <properties> <property name="authors" value="TMW.org, TMW BR, Jesusalva, Saulc"/> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> @@ -3195,5 +3195,37 @@ <property name="spawn" value="100000"/> </properties> </object> + <object id="113" name="Angry Scorpion" type="spawn" x="384" y="2336" width="1824" height="1088"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="13"/> + <property name="monster_id" value="1131"/> + <property name="spawn" value="100000"/> + </properties> + </object> + <object id="114" name="Big Frog" type="spawn" x="352" y="2400" width="1824" height="1088"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="7"/> + <property name="monster_id" value="1438"/> + <property name="spawn" value="100000"/> + </properties> + </object> + <object id="115" name="Vampire Bat" type="spawn" x="704" y="2880" width="1120" height="416"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1063"/> + <property name="spawn" value="400000"/> + </properties> + </object> + <object id="116" name="Living Potato" type="spawn" x="704" y="2432" width="1120" height="416"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1181"/> + <property name="spawn" value="300000"/> + </properties> + </object> </objectgroup> </map> diff --git a/weapons.xml b/weapons.xml index 6b3544c92..eeaa08aa1 100644 --- a/weapons.xml +++ b/weapons.xml @@ -11,6 +11,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends <item id="3602"/> <item id="3603"/> <item id="3604"/> + <item id="3605"/> <item id="3511"/> <item id="3532"/> <item id="3509"/> |