diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-31 10:54:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-31 10:54:57 -0300 |
commit | 635128bd60f04380b59ecf700089076f10201688 (patch) | |
tree | 1467d8b7be707dae20ffa0a2e44abfbf460889fc | |
parent | 8ee31f1629bf1d48eb6887e83de80d3780988f65 (diff) | |
download | clientdata-635128bd60f04380b59ecf700089076f10201688.tar.gz clientdata-635128bd60f04380b59ecf700089076f10201688.tar.bz2 clientdata-635128bd60f04380b59ecf700089076f10201688.tar.xz clientdata-635128bd60f04380b59ecf700089076f10201688.zip |
Manually correct Lanalysis by increasing Centaur rarity
-rw-r--r-- | maps/014-3.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/014-3.tmx b/maps/014-3.tmx index a698a434..ca068264 100644 --- a/maps/014-3.tmx +++ b/maps/014-3.tmx @@ -1538,7 +1538,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ffff00" name="Spawns" visible="0"> + <objectgroup color="#ffff00" name="Spawns"> <object id="24" name="Mouboo" type="spawn" x="1344" y="1344" width="5888" height="3392"> <properties> <property name="death" value="45000"/> @@ -1565,10 +1565,10 @@ </object> <object id="27" name="Centaur" type="spawn" x="800" y="2208" width="2400" height="2112"> <properties> - <property name="death" value="60000"/> + <property name="death" value="90000"/> <property name="max_beings" value="4"/> <property name="monster_id" value="1139"/> - <property name="spawn" value="60000"/> + <property name="spawn" value="80000"/> </properties> </object> <object id="28" name="Pinkie" type="spawn" x="5440" y="2528" width="1440" height="992"> |