diff options
author | Ledmitz <smoothshifter@tuta.io> | 2023-12-02 18:17:28 -0400 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2023-12-02 18:17:28 -0400 |
commit | a94910c41139fd76607d5d4ee920f2cd7fe27a51 (patch) | |
tree | 5701054dde1bfa74ac893a406af7585c61eb0d98 /maps/011-4.tmx | |
parent | 8682c8f03d2265d1bfa83bc6e6b00b81d63599ff (diff) | |
download | clientdata-a94910c41139fd76607d5d4ee920f2cd7fe27a51.tar.gz clientdata-a94910c41139fd76607d5d4ee920f2cd7fe27a51.tar.bz2 clientdata-a94910c41139fd76607d5d4ee920f2cd7fe27a51.tar.xz clientdata-a94910c41139fd76607d5d4ee920f2cd7fe27a51.zip |
Increased a few daily point mob spawn times and amounts
Diffstat (limited to 'maps/011-4.tmx')
-rw-r--r-- | maps/011-4.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/011-4.tmx b/maps/011-4.tmx index 567e79b1..663a8323 100644 --- a/maps/011-4.tmx +++ b/maps/011-4.tmx @@ -636,8 +636,8 @@ </object> <object id="2" name="CaveSnake" type="spawn" x="2368" y="3040" width="1280" height="1280"> <properties> - <property name="death" value="30000"/> - <property name="spawn" value="100000"/> + <property name="death" value="20000"/> + <property name="spawn" value="60000"/> <property name="monster_id" value="19"/> </properties> </object> |