diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-16 14:04:19 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-16 14:04:19 -0200 |
commit | 77c8df5bc5920db8a9a9fb1c773720c0be6111d7 (patch) | |
tree | 705d201f87757e5e07395da99d9a43c8642e7f34 /effects.xml | |
parent | 59f29374f825e82e225323ef4cfe6722b8fc6747 (diff) | |
download | clientdata-77c8df5bc5920db8a9a9fb1c773720c0be6111d7.tar.gz clientdata-77c8df5bc5920db8a9a9fb1c773720c0be6111d7.tar.bz2 clientdata-77c8df5bc5920db8a9a9fb1c773720c0be6111d7.tar.xz clientdata-77c8df5bc5920db8a9a9fb1c773720c0be6111d7.zip |
Include bug bomb effect, change allocation max to 250
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/effects.xml b/effects.xml index f229b0d0..b45d411f 100644 --- a/effects.xml +++ b/effects.xml @@ -38,8 +38,9 @@ Copyright (C) 2010-2014 Evol Online --> <effect id="30" audio="npcs/fishing-bite.ogg"/> <!-- Fish biting the bait, in the fishing script. --> <effect id="33" audio="monsters/piou/hit1.ogg"/> <!-- when clicking the flying piou --> - <!-- Reserved for TMW2: id 50~100 --> + <!-- Reserved for TMW2: id 50~250 --> <effect id="50" particle="graphics/particles/smoke.xml"/> <!-- Smoke particle effect. --> + <effect id="51" particle="graphics/particles/medium-blindinglight.xml"/> <!-- Bug bomb --> <effect id="344"/> <!-- @summon GM command particle effect. --> |