diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-05 01:52:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-05 01:52:23 -0300 |
commit | f35dc4015f36d69f5ae240fd6bdf79c501346888 (patch) | |
tree | a92d5e073eb531386b1033f8695504fd8aacb786 | |
parent | 06e5b3082dc7d916e4adb7f875246a8369290fd5 (diff) | |
download | clientdata-f35dc4015f36d69f5ae240fd6bdf79c501346888.tar.gz clientdata-f35dc4015f36d69f5ae240fd6bdf79c501346888.tar.bz2 clientdata-f35dc4015f36d69f5ae240fd6bdf79c501346888.tar.xz clientdata-f35dc4015f36d69f5ae240fd6bdf79c501346888.zip |
Add a couple Bifs inside Candor Underground Cave (max drop rate for coal 8%)
They have a long respawn time, though =/
-rw-r--r-- | maps/006-0.tmx | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/maps/006-0.tmx b/maps/006-0.tmx index 6db0740a..2567ec0d 100644 --- a/maps/006-0.tmx +++ b/maps/006-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="5"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="7"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -545,5 +545,21 @@ <property name="spawn" value="120000"/> </properties> </object> + <object id="5" name="Mineral Bif" type="spawn" x="864" y="608" width="1248" height="320"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1058"/> + <property name="spawn" value="300000"/> + </properties> + </object> + <object id="6" name="Big Diamond Bif" type="spawn" x="672" y="512" width="1536" height="608"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1109"/> + <property name="spawn" value="240000"/> + </properties> + </object> </objectgroup> </map> |