diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-08 12:41:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-08 12:44:02 -0300 |
commit | b3edb3de460f838b0b7e27f3524a657380c937f3 (patch) | |
tree | b2498e156d9726283d36975b5af210591a819761 | |
parent | 5026a8cd95b9c08e9b9080fee303929189bf3623 (diff) | |
download | clientdata-b3edb3de460f838b0b7e27f3524a657380c937f3.tar.gz clientdata-b3edb3de460f838b0b7e27f3524a657380c937f3.tar.bz2 clientdata-b3edb3de460f838b0b7e27f3524a657380c937f3.tar.xz clientdata-b3edb3de460f838b0b7e27f3524a657380c937f3.zip |
Adjust spawn/respawn timers in Lilit
-rw-r--r-- | items.xml | 2 | ||||
-rw-r--r-- | maps/018-5.tmx | 13 |
2 files changed, 11 insertions, 4 deletions
@@ -7721,7 +7721,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/bansheebow.png" name="Banshee Bow" description="Need to banish something? Do not fret, use the Banshee Bow!" - effect="-15 HP per shoot / Evasion Disabled" + effect="-1 HP per shoot / Evasion Disabled" attack="589" attack-range="7" missile-particle="graphics/particles/training-arrow.xml" diff --git a/maps/018-5.tmx b/maps/018-5.tmx index 0f6168a1..07f4e1a6 100644 --- a/maps/018-5.tmx +++ b/maps/018-5.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="28"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="29"> <properties> <property name="background0image" value="graphics/images/ambient/spotlight.png"/> <property name="license" value="GPL v2+"/> @@ -1643,9 +1643,9 @@ </object> <object id="22" name="Green Dragon" type="spawn" x="1280" y="1958" width="1216" height="1472"> <properties> - <property name="max_beings" value="2"/> + <property name="max_beings" value="4"/> <property name="monster_id" value="1195"/> - <property name="spawn" value="120000"/> + <property name="spawn" value="60000"/> </properties> </object> <object id="24" name="Squirrel" type="spawn" x="2528" y="1088" width="1376" height="1216"> @@ -1670,6 +1670,13 @@ <property name="spawn" value="320000"/> </properties> </object> + <object id="28" name="Nulity Pixie" type="spawn" x="1440" y="1888" width="992" height="1152"> + <properties> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1218"/> + <property name="spawn" value="240000"/> + </properties> + </object> </objectgroup> <objectgroup id="11" name="Notes" visible="0"> <object id="9" name="Leona" type="fixme" x="3616" y="1632" width="32" height="32"/> |