diff options
Diffstat (limited to 'maps/018-1.tmx')
-rw-r--r-- | maps/018-1.tmx | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/maps/018-1.tmx b/maps/018-1.tmx index d8e96ec8..97272852 100644 --- a/maps/018-1.tmx +++ b/maps/018-1.tmx @@ -266,11 +266,9 @@ <property name="monster_id" value="15"/> </properties> </object> - <object name="Silk Worm" type="spawn" x="4160" y="1440" width="448" height="288"> + <object name="Clover Patch" type="spawn" x="4160" y="1440" width="448" height="320"> <properties> - <property name="eA_death" value="120000"/> - <property name="eA_spawn" value="240000"/> - <property name="max_beings" value="2"/> + <property name="max_beings" value="1"/> <property name="monster_id" value="35"/> </properties> </object> @@ -339,5 +337,12 @@ </properties> </object> <object name="graphics/particles/waterfall-1x3.particle.xml" type="PARTICLE_EFFECT" x="3468" y="1290"/> + <object name="Clover" type="spawn" x="0" y="0"> + <properties> + <property name="eA_death" value="1000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="35"/> + </properties> + </object> </objectgroup> </map> |