wesnoth/data/units/Cuttle_Fish.cfg
2005-02-08 21:56:00 +00:00

74 lines
1.3 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
[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]
[/attack]
[/unit]