diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-03 23:51:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-03 23:54:12 +0300 |
commit | 95b92d49303a3cafd95d5c57096fbdf96854549f (patch) | |
tree | 4db2e8d566ff3074e0e2bc3e87b59e5c28c15409 /status-effects.xml | |
parent | 66f54a3491cbede692638d5564fa1626a3773fbe (diff) | |
download | clientdata-95b92d49303a3cafd95d5c57096fbdf96854549f.tar.gz clientdata-95b92d49303a3cafd95d5c57096fbdf96854549f.tar.bz2 clientdata-95b92d49303a3cafd95d5c57096fbdf96854549f.tar.xz clientdata-95b92d49303a3cafd95d5c57096fbdf96854549f.zip |
Add particle to npc invisible effect.
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status-effects.xml b/status-effects.xml index a643d7bd..9578fd59 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -250,6 +250,10 @@ end-message: Displays a message when the effect end. name="invisible" option="64" icon="icons/invisible.xml" + start-message="You are now invisible." + end-message="You are no longer invisible." + persistent-particle-effect="true" + start-particle="graphics/particles/invisibility.xml" /> <!-- OPTION_CART2 --> <status-effect |