diff options
Diffstat (limited to 'maps/021-3.tmx')
-rw-r--r-- | maps/021-3.tmx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/maps/021-3.tmx b/maps/021-3.tmx index ab7c29fe..01533c10 100644 --- a/maps/021-3.tmx +++ b/maps/021-3.tmx @@ -1348,5 +1348,21 @@ <property name="monster_id" value="31"/> </properties> </object> + <object name="Troll" type="spawn" x="4759" y="3923" width="119" height="541"> + <properties> + <property name="eA_death" value="100000"/> + <property name="eA_spawn" value="600000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="52"/> + </properties> + </object> + <object name="Troll" type="spawn" x="890" y="1361" width="148" height="702"> + <properties> + <property name="eA_death" value="100000"/> + <property name="eA_spawn" value="600000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="52"/> + </properties> + </object> </objectgroup> </map> |