diff options
author | tux9th <mr.x@aon.at> | 2014-01-22 18:15:56 +0100 |
---|---|---|
committer | Bernhardt <orgzfrgh@gmail.com> | 2014-02-02 02:21:20 +0100 |
commit | 4b7dbff179788b8e2b518e4aa1590c51fe1571b5 (patch) | |
tree | d2ad65753a285491ebeb0f494e60bac9da6b8100 /maps | |
parent | a437d5a06e2def1959880410d2fa60eea4b326f6 (diff) | |
download | clientdata-4b7dbff179788b8e2b518e4aa1590c51fe1571b5.tar.gz clientdata-4b7dbff179788b8e2b518e4aa1590c51fe1571b5.tar.bz2 clientdata-4b7dbff179788b8e2b518e4aa1590c51fe1571b5.tar.xz clientdata-4b7dbff179788b8e2b518e4aa1590c51fe1571b5.zip |
021-3: Adding some Undead Trolls.
Diffstat (limited to 'maps')
-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> |