wesnoth/data/units/Cuttle_Fish.cfg
2005-04-26 17:23:53 +00:00

91 lines
1.7 KiB
INI

[unit]
id=Cuttle Fish
name= _ "Cuttle Fish"
race=monster
image="cuttlefish.png"
image_defensive="cuttlefish-defend.png"
hitpoints=52
movement_type=deepsea
movement=8
experience=500
level=2
alignment=neutral
advanceto=null
cost=28
usage=fighter
unit_description= _ "Cuttle Fish are gigantic creatures of the seas. They can grab their opponents with strong tentacles, or spit a poisonous black ink from a distance. The best way to survive an encounter with these monsters is to remain ashore."
get_hit_sound=squishy-hit.wav
[death]
[frame]
begin=0
end=200
image="cuttlefish-die-1.png"
[/frame]
[frame]
begin=200
end=400
image="cuttlefish-die-2.png"
[/frame]
[/death]
[attack]
name=tentacle
type=impact
range=short
damage=3
number=10
[animation]
[frame]
begin=-100
end=100
image="cuttlefish-attack.png"
[/frame]
[/animation]
[animation]
[frame]
begin=-100
end=100
image="cuttlefish-attack-2.png"
[/frame]
[/animation]
[animation]
[frame]
begin=-100
end=100
image="cuttlefish-attack-3.png"
[/frame]
[/animation]
[animation]
[frame]
begin=-100
end=100
image="cuttlefish-attack-4.png"
[/frame]
[/animation]
[/attack]
[attack]
name=ink
type=pierce
range=long
damage=6
number=2
special=poison
[frame]
begin=-300
end=-100
image="cuttlefish-attack-ink.png"
[/frame]
[missile_frame]
begin=-200
end=0
image="projectiles/ink.png"
image_diagonal="projectiles/ink.png"
[/missile_frame]
[sound]
time=-180
sound=hiss-big.wav
[/sound]
[/attack]
[/unit]