diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-07 15:55:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-07 15:55:18 -0300 |
commit | 0d58f32fbd4ddb91272767f079c6b814ac55ae3e (patch) | |
tree | 368a4866208b707ecc45273878e23653745f8c56 /maps/004-2-1.tmx | |
parent | 50a2351b053c23def9d691cd66e9938f7047c340 (diff) | |
download | clientdata-0d58f32fbd4ddb91272767f079c6b814ac55ae3e.tar.gz clientdata-0d58f32fbd4ddb91272767f079c6b814ac55ae3e.tar.bz2 clientdata-0d58f32fbd4ddb91272767f079c6b814ac55ae3e.tar.xz clientdata-0d58f32fbd4ddb91272767f079c6b814ac55ae3e.zip |
Reduce mob density in 004-2-1, fix casing
Diffstat (limited to 'maps/004-2-1.tmx')
-rw-r--r-- | maps/004-2-1.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/004-2-1.tmx b/maps/004-2-1.tmx index bba67c81..16f9d1fc 100644 --- a/maps/004-2-1.tmx +++ b/maps/004-2-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.4" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextobjectid="49"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextobjectid="49"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -869,10 +869,10 @@ <property name="dest_y" value="35"/> </properties> </object> - <object id="44" name="Snake" type="Spawn" x="1248" y="2048" width="320" height="320"> + <object id="44" name="Snake" type="Spawn" x="1088" y="1920" width="608" height="448"> <properties> <property name="death" value="150000"/> - <property name="max_beings" value="5"/> + <property name="max_beings" value="3"/> <property name="monster_id" value="1122"/> <property name="spawn" value="35000"/> </properties> @@ -880,15 +880,15 @@ <object id="45" name="Snake" type="Spawn" x="1344" y="1152" width="320" height="320"> <properties> <property name="death" value="150000"/> - <property name="max_beings" value="5"/> + <property name="max_beings" value="3"/> <property name="monster_id" value="1122"/> <property name="spawn" value="35000"/> </properties> </object> - <object id="46" name="Snake" type="Spawn" x="2400" y="1504" width="320" height="320"> + <object id="46" name="Snake" type="Spawn" x="2400" y="1504" width="640" height="640"> <properties> <property name="death" value="150000"/> - <property name="max_beings" value="6"/> + <property name="max_beings" value="3"/> <property name="monster_id" value="1122"/> <property name="spawn" value="35000"/> </properties> |