Revert "Fix animation repeating when spell is cast"
This reverts commitsmasteref8a384206ande5de43600bServer code was patched so 'food' is now the number of ticks the item stays.
parent
ffab2c1bb4
commit
b4fb65f474
|
|
@ -3,7 +3,7 @@ name blessing
|
|||
face bless_effect.111
|
||||
animation bless_effect
|
||||
speed 0.5
|
||||
food 5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name curse
|
|||
face curse_effect.111
|
||||
animation curse_effect
|
||||
speed 0.5
|
||||
food 5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name spell effect
|
|||
face protection_cold_effect.111
|
||||
animation protection_cold_effect
|
||||
speed 0.5
|
||||
food 5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name rage
|
|||
face protection_electricity_effect.111
|
||||
animation protection_electricity_effect
|
||||
speed 0.5
|
||||
food 5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name spell effect
|
|||
face protection_fire_effect.111
|
||||
animation protection_fire_effect
|
||||
speed 0.5
|
||||
food 5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name spell effect
|
|||
face protection_poison_effect.111
|
||||
animation protection_poison_effect
|
||||
speed 0.5
|
||||
food 5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name rage
|
|||
face rage_effect.111
|
||||
animation rage_effect
|
||||
speed 0.5
|
||||
food 5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name spell effect
|
|||
face cure_disease_effect.111
|
||||
animation cure_disease_effect
|
||||
speed 0.5
|
||||
food 6
|
||||
food 7
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
|
|
|
|||
Loading…
Reference in New Issue