Skip to content

Commit

Permalink
DiD S7a: give small buff for killing Tentacly
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Mar 26, 2020
1 parent 2de25ba commit f5961f9
Showing 1 changed file with 37 additions and 0 deletions.
Expand Up @@ -594,6 +594,7 @@
[unit]
x,y=38,23
type=Tentacle of the Deep
id=Tentacly
name= _ "Tentacly"
side=3
max_hitpoints=66
Expand All @@ -607,6 +608,42 @@
[/message]
[/event]

[event]
name=die
[filter]
id=Tentacly
[/filter]
[filter_second]
type=Soulless
variation=swimmer
[/filter_second]

[sound]
name=squishy-hit.wav
[/sound]

[object]
id=sushi_mini_buff
take_only_once=yes
silent=yes
duration=forever
[filter]
type=Soulless
variation=swimmer
[/filter]
[effect]
apply_to=hitpoints
increase_total=7
increase=7
heal_full=no
[/effect]
[effect]
apply_to=movement
increase=2
[/effect]
[/object]
[/event]

[event]
name=moveto
[filter]
Expand Down

0 comments on commit f5961f9

Please sign in to comment.