diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-03 19:23:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-03 19:23:26 -0300 |
commit | a4c35d70f4be8bc40bf21f88cd49d09ce226e032 (patch) | |
tree | d22ca3318ad535ef145d618d18e924f95b79372d | |
parent | 8b6842d69ccc6a61f51ba7689fe3e160ad9af259 (diff) | |
download | clientdata-a4c35d70f4be8bc40bf21f88cd49d09ce226e032.tar.gz clientdata-a4c35d70f4be8bc40bf21f88cd49d09ce226e032.tar.bz2 clientdata-a4c35d70f4be8bc40bf21f88cd49d09ce226e032.tar.xz clientdata-a4c35d70f4be8bc40bf21f88cd49d09ce226e032.zip |
Break sincerity cave training for noob mages
There's now a bunch of Vicious Squirrels in there.
Rangers never had evasion, but Vicious Squirrels may slow down them.
Tankers have by far an advantage because they don't care for both.
-rw-r--r-- | maps/018-1-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/018-1-1.tmx b/maps/018-1-1.tmx index 862c7ec1..eb057bc6 100644 --- a/maps/018-1-1.tmx +++ b/maps/018-1-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="13"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="14"> <properties> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> @@ -650,5 +650,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="13" name="Vicious Squirrels" type="spawn" x="672" y="672" width="1920" height="1920"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="9"/> + <property name="monster_id" value="1187"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> </map> |