wesnoth/data/units/Cave_Spider.cfg
Dominic Bolin 9174c22738 Cleanup
2006-01-15 02:52:02 +00:00

76 lines
1.4 KiB
INI

[unit]
id=Giant Spider
name= _ "Giant Spider"
race=monster
image="units/monsters/cavespider.png"
[defend]
[frame]
begin=-150
end=150
image="units/monsters/cavespider-defend.png"
[/frame]
[/defend]
hitpoints=54
movement_type=mountainfoot
movement=6
experience=100
level=3
alignment=chaotic
advanceto=null
{AMLA_TOUGH 3}
cost=55
usage=fighter
unit_description= _ "Giant Spiders are said to roam the depths of Knalga, devouring many victims. They can bite at close range, thereby poisoning their enemies, and also can attack with a web at long range, slowing their foes down."
get_hit_sound=hiss.wav
[death]
[frame]
begin=0
end=200
image="units/monsters/cavespider-die-1.png"
[/frame]
[frame]
begin=200
end=400
image="units/monsters/cavespider-die-2.png"
[/frame]
[/death]
[attack]
name=fangs
type=blade
range=melee
damage=18
number=2
special=poison
[animation]
[frame]
begin=-100
end=50
image="units/monsters/cavespider-attack-melee.png"
[/frame]
[/animation]
[/attack]
[attack]
name=web
type=impact
[animation]
[frame]
begin=-250
end=-150
image="units/monsters/cavespider-attack-ranged.png"
[/frame]
[missile_frame]
begin=-200
end=0
image="projectiles/web.png"
image_diagonal="projectiles/web.png"
[/missile_frame]
[/animation]
range=ranged
damage=8
number=3
special=slow
[/attack]
[/unit]