mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 20:00:22 +00:00
39 lines
786 B
INI
39 lines
786 B
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 giantic 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
|
|
[/attack]
|
|
[attack]
|
|
name=ink
|
|
type=pierce
|
|
[missile_frame]
|
|
begin=-200
|
|
end=0
|
|
image=projectiles/ink.png
|
|
[/missile_frame]
|
|
range=long
|
|
damage=6
|
|
number=2
|
|
special=poison
|
|
[/attack]
|
|
[/unit]
|