diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-13 17:17:39 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-13 17:17:39 -0200 |
commit | 41be2b90aefcc48fdfa42cc5d98766a79bd6b595 (patch) | |
tree | 9393547a0f977c874131da6f3c3d2fc05b284ba5 /maps | |
parent | 5e9b1f04b27a33a66dd125d9427bfb00647f0f75 (diff) | |
download | clientdata-41be2b90aefcc48fdfa42cc5d98766a79bd6b595.tar.gz clientdata-41be2b90aefcc48fdfa42cc5d98766a79bd6b595.tar.bz2 clientdata-41be2b90aefcc48fdfa42cc5d98766a79bd6b595.tar.xz clientdata-41be2b90aefcc48fdfa42cc5d98766a79bd6b595.zip |
[skip ci] Reduce amount of black scorpions in Hurnscald Mines in 28.57%
Diffstat (limited to 'maps')
-rw-r--r-- | maps/015-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index 295fdd65..5de09b07 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="89"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="89"> <properties> <property name="author" value="TMW.org, Saulc"/> <property name="license" value="GPL v2+"/> @@ -1520,7 +1520,7 @@ <object id="80" name="Black Scorpion" type="spawn" x="-1824" y="800" width="7680" height="6272"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="28"/> + <property name="max_beings" value="20"/> <property name="monster_id" value="1074"/> <property name="spawn" value="30000"/> </properties> |