cleanup unit migration
This commit is contained in:
parent
ad4269ae9e
commit
f914530d31
4 changed files with 64 additions and 0 deletions
64
data/campaigns/The_Rise_Of_Wesnoth/units/Chocobone.cfg
Normal file
64
data/campaigns/The_Rise_Of_Wesnoth/units/Chocobone.cfg
Normal file
|
@ -0,0 +1,64 @@
|
|||
[unit]
|
||||
id=Chocobone
|
||||
name= _ "Chocobone"
|
||||
race=undead
|
||||
image="undead-chocobone.png"
|
||||
[movement_anim]
|
||||
[frame]
|
||||
begin=0
|
||||
end=250
|
||||
image="undead-chocobone-moving.png"
|
||||
[/frame]
|
||||
[/movement_anim]
|
||||
[defend]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image="undead-chocobone-defend.png"
|
||||
[/frame]
|
||||
[/defend]
|
||||
hitpoints=45
|
||||
movement_type=undeadfoot
|
||||
movement=9
|
||||
experience=100
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
{AMLA_TOUGH 3}
|
||||
cost=38
|
||||
usage=scout
|
||||
unit_description= _ "Riding the bones of ostrich-like large birds once used as mounts by a lost civilization, the skeletal Chocobones can move faster than most cavalry units."
|
||||
get_hit_sound=skeleton-hit.wav
|
||||
[death]
|
||||
[frame]
|
||||
begin=0
|
||||
end=200
|
||||
image="undead-chocobone-die-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=200
|
||||
end=400
|
||||
image="undead-chocobone-die-2.png"
|
||||
[/frame]
|
||||
[/death]
|
||||
[attack]
|
||||
name=spear
|
||||
type=pierce
|
||||
range=melee
|
||||
special=charge
|
||||
damage=9
|
||||
number=2
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image="undead-chocobone-moving.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="undead-chocobone-attack.png"
|
||||
[/frame]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[/unit]
|
Loading…
Add table
Reference in a new issue