Rename of Saurian Tribalist/Icecaster to Augur/Oracle,
...and addition of team color support.
This commit is contained in:
parent
9ac8e2816b
commit
0ebf44febc
6 changed files with 237 additions and 234 deletions
|
@ -3,14 +3,15 @@
|
|||
name= _ "Saurian Ambusher"
|
||||
race=lizard
|
||||
image="units/saurians/ambusher.png"
|
||||
[defend]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image="units/saurians/ambusher-defend.png"
|
||||
[/frame]
|
||||
[/defend]
|
||||
### [defend]
|
||||
### [frame]
|
||||
### begin=-150
|
||||
### end=150
|
||||
### image="units/saurians/ambusher-defend.png"
|
||||
### [/frame]
|
||||
### [/defend]
|
||||
profile="portraits/core/Alex_Jarocha-Ernst/saurian-skirmisher.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=32
|
||||
movement_type=lizard
|
||||
movement=7
|
||||
|
@ -33,18 +34,18 @@
|
|||
damage=6
|
||||
number=4
|
||||
icon=attacks/spear.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=-50
|
||||
image="units/saurians/ambusher-attack1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-50
|
||||
end=100
|
||||
image="units/saurians/ambusher-attack2.png"
|
||||
[/frame]
|
||||
[/animation]
|
||||
### [animation]
|
||||
### [frame]
|
||||
### begin=-150
|
||||
### end=-50
|
||||
### image="units/saurians/ambusher-attack1.png"
|
||||
### [/frame]
|
||||
### [frame]
|
||||
### begin=-50
|
||||
### end=100
|
||||
### image="units/saurians/ambusher-attack2.png"
|
||||
### [/frame]
|
||||
### [/animation]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=spear
|
||||
|
@ -53,22 +54,22 @@
|
|||
damage=5
|
||||
number=2
|
||||
icon=attacks/spear.png
|
||||
[animation]
|
||||
[sound]
|
||||
time=-100
|
||||
sound=spear.wav
|
||||
[/sound]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="units/saurians/ambusher-ranged.png"
|
||||
[/frame]
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image="projectiles/spear-n.png"
|
||||
image_diagonal="projectiles/spear-ne.png"
|
||||
[/missile_frame]
|
||||
[/animation]
|
||||
### [animation]
|
||||
### [sound]
|
||||
### time=-100
|
||||
### sound=spear.wav
|
||||
### [/sound]
|
||||
### [frame]
|
||||
### begin=-100
|
||||
### end=100
|
||||
### image="units/saurians/ambusher-ranged.png"
|
||||
### [/frame]
|
||||
### [missile_frame]
|
||||
### begin=-100
|
||||
### end=0
|
||||
### image="projectiles/spear-n.png"
|
||||
### image_diagonal="projectiles/spear-ne.png"
|
||||
### [/missile_frame]
|
||||
### [/animation]
|
||||
[/attack]
|
||||
[/unit]
|
||||
|
|
76
data/units/Saurian_Augur.cfg
Normal file
76
data/units/Saurian_Augur.cfg
Normal file
|
@ -0,0 +1,76 @@
|
|||
|
||||
[unit]
|
||||
id=Saurian Augur
|
||||
name= _ "Saurian Augur"
|
||||
race=lizard
|
||||
image="units/saurians/augur.png"
|
||||
### [defend]
|
||||
### [frame]
|
||||
### begin=-150
|
||||
### end=150
|
||||
### image="units/saurians/augur-defend.png"
|
||||
### [/frame]
|
||||
### [/defend]
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
### image_healing="units/saurians/augur-heal.png"
|
||||
hitpoints=18
|
||||
movement_type=lizard
|
||||
movement=6
|
||||
experience=26
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=Saurian Oracle,Saurian Soothsayer
|
||||
undead_variation=saurian
|
||||
cost=16
|
||||
usage=healer
|
||||
unit_description= _ "Despite their lethargic cold blooded heritage, and their relative frailty, Saurian Tribalists are valued as healers because they can provide aid to their allies regardless of terrain or opposition. In addition to healing they possess knowledge of cold magic."
|
||||
get_hit_sound=hiss.wav
|
||||
[abilities]
|
||||
{ABILITY_HEALS}
|
||||
[/abilities]
|
||||
[attack]
|
||||
name=staff
|
||||
type=impact
|
||||
range=melee
|
||||
damage=4
|
||||
number=2
|
||||
icon=attacks/staff.png
|
||||
### [animation]
|
||||
### [frame]
|
||||
### begin=-100
|
||||
### end=100
|
||||
### image="units/saurians/augur-attack.png"
|
||||
### [/frame]
|
||||
### [sound]
|
||||
### time=-100
|
||||
### sound=staff.wav
|
||||
### [/sound]
|
||||
### [/animation]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=curse
|
||||
type=cold
|
||||
special=magical
|
||||
range=ranged
|
||||
damage=5
|
||||
number=3
|
||||
icon=attacks/curse.png
|
||||
### [animation]
|
||||
### [frame]
|
||||
### begin=-300
|
||||
### end=-200
|
||||
### image="units/saurians/augur-ranged1.png"
|
||||
### [/frame]
|
||||
### [missile_frame]
|
||||
### begin=-200
|
||||
### end=0
|
||||
### image="projectiles/whitemissile-n.png"
|
||||
### image_diagonal="projectiles/whitemissile-ne.png"
|
||||
### [/missile_frame]
|
||||
### [sound]
|
||||
### time=-200
|
||||
### sound=magicmissile.wav
|
||||
### [/sound]
|
||||
### [/animation]
|
||||
[/attack]
|
||||
[/unit]
|
|
@ -1,86 +0,0 @@
|
|||
[unit]
|
||||
id=Saurian Icecaster
|
||||
name= _ "Saurian Icecaster"
|
||||
race=lizard
|
||||
image="units/saurians/icecaster.png"
|
||||
[defend]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image="units/saurians/icecaster-defend.png"
|
||||
[/frame]
|
||||
[/defend]
|
||||
hitpoints=25
|
||||
movement_type=lizard
|
||||
movement=6
|
||||
experience=100
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
{AMLA_TOUGH 3}
|
||||
undead_variation=saurian
|
||||
cost=27
|
||||
usage=archer
|
||||
unit_description= _ "Saurian Icecasters have eschewed any further training in healing and curing in order to refine their skills with the dark arts. While frail, they can call forth the magic of the cold north, and the do retain their basic healing ability."
|
||||
get_hit_sound=hiss.wav
|
||||
[abilities]
|
||||
{ABILITY_HEALS}
|
||||
[/abilities]
|
||||
|
||||
[attack]
|
||||
name=staff
|
||||
type=impact
|
||||
range=melee
|
||||
damage=5
|
||||
number=2
|
||||
icon=attacks/staff.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="units/saurians/icecaster-attack.png"
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-100
|
||||
sound=staff.wav
|
||||
[/sound]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[attack]
|
||||
#This is a candidate for a freeze ability
|
||||
name=frost blast
|
||||
type=cold
|
||||
special=magical
|
||||
range=ranged
|
||||
damage=8
|
||||
number=3
|
||||
icon=attacks/dark-missile.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-300
|
||||
end=-200
|
||||
image="units/saurians/icecaster-ranged1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image="units/saurians/icecaster-ranged2.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image="units/saurians/icecaster-ranged3.png"
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-200
|
||||
sound=magicmissile.wav
|
||||
[/sound]
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image="projectiles/whitemissile-n.png"
|
||||
image_diagonal="projectiles/whitemissile-ne.png"
|
||||
[/missile_frame]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[/unit]
|
86
data/units/Saurian_Oracle.cfg
Normal file
86
data/units/Saurian_Oracle.cfg
Normal file
|
@ -0,0 +1,86 @@
|
|||
[unit]
|
||||
id=Saurian Oracle
|
||||
name= _ "Saurian Oracle"
|
||||
race=lizard
|
||||
image="units/saurians/oracle.png"
|
||||
### [defend]
|
||||
### [frame]
|
||||
### begin=-150
|
||||
### end=150
|
||||
### image="units/saurians/oracle-defend.png"
|
||||
### [/frame]
|
||||
### [/defend]
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=25
|
||||
movement_type=lizard
|
||||
movement=6
|
||||
experience=100
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
{AMLA_TOUGH 3}
|
||||
undead_variation=saurian
|
||||
cost=27
|
||||
usage=archer
|
||||
unit_description= _ "Saurian Oracles have eschewed any further training in healing and curing in order to refine their skills with the dark arts. While frail, they can call forth the magic of the cold north, and the do retain their basic healing ability."
|
||||
get_hit_sound=hiss.wav
|
||||
[abilities]
|
||||
{ABILITY_HEALS}
|
||||
[/abilities]
|
||||
|
||||
[attack]
|
||||
name=staff
|
||||
type=impact
|
||||
range=melee
|
||||
damage=5
|
||||
number=2
|
||||
icon=attacks/staff.png
|
||||
### [animation]
|
||||
### [frame]
|
||||
### begin=-100
|
||||
### end=100
|
||||
### image="units/saurians/oracle-attack.png"
|
||||
### [/frame]
|
||||
### [sound]
|
||||
### time=-100
|
||||
### sound=staff.wav
|
||||
### [/sound]
|
||||
### [/animation]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=curse
|
||||
type=cold
|
||||
special=magical
|
||||
range=ranged
|
||||
damage=8
|
||||
number=3
|
||||
icon=attacks/curse.png
|
||||
### [animation]
|
||||
### [frame]
|
||||
### begin=-300
|
||||
### end=-200
|
||||
### image="units/saurians/oracle-ranged1.png"
|
||||
### [/frame]
|
||||
### [frame]
|
||||
### begin=-200
|
||||
### end=-100
|
||||
### image="units/saurians/oracle-ranged2.png"
|
||||
### [/frame]
|
||||
### [frame]
|
||||
### begin=-100
|
||||
### end=0
|
||||
### image="units/saurians/oracle-ranged3.png"
|
||||
### [/frame]
|
||||
### [sound]
|
||||
### time=-200
|
||||
### sound=magicmissile.wav
|
||||
### [/sound]
|
||||
### [missile_frame]
|
||||
### begin=-100
|
||||
### end=0
|
||||
### image="projectiles/whitemissile-n.png"
|
||||
### image_diagonal="projectiles/whitemissile-ne.png"
|
||||
### [/missile_frame]
|
||||
### [/animation]
|
||||
[/attack]
|
||||
[/unit]
|
|
@ -4,13 +4,14 @@
|
|||
name= _ "Saurian Soothsayer"
|
||||
race=lizard
|
||||
image="units/saurians/soothsayer.png"
|
||||
[defend]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image="units/saurians/soothsayer-defend.png"
|
||||
[/frame]
|
||||
[/defend]
|
||||
### [defend]
|
||||
### [frame]
|
||||
### begin=-150
|
||||
### end=150
|
||||
### image="units/saurians/soothsayer-defend.png"
|
||||
### [/frame]
|
||||
### [/defend]
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
image_healing="units/saurians/soothsayer-healing.png"
|
||||
hitpoints=25
|
||||
movement_type=lizard
|
||||
|
@ -35,42 +36,42 @@
|
|||
damage=5
|
||||
number=2
|
||||
icon=attacks/staff.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="units/saurians/soothsayer-attack.png"
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-100
|
||||
sound=staff.wav
|
||||
[/sound]
|
||||
[/animation]
|
||||
### [animation]
|
||||
### [frame]
|
||||
### begin=-100
|
||||
### end=100
|
||||
### image="units/saurians/soothsayer-attack.png"
|
||||
### [/frame]
|
||||
### [sound]
|
||||
### time=-100
|
||||
### sound=staff.wav
|
||||
### [/sound]
|
||||
### [/animation]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=frost blast
|
||||
name=curse
|
||||
type=cold
|
||||
special=magical
|
||||
range=ranged
|
||||
damage=6
|
||||
number=3
|
||||
icon=attacks/dark-missile.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-300
|
||||
end=-200
|
||||
image="units/saurians/soothsayer-ranged.png"
|
||||
[/frame]
|
||||
[missile_frame]
|
||||
begin=-200
|
||||
end=0
|
||||
image="projectiles/whitemissile-n.png"
|
||||
image_diagonal="projectiles/whitemissile-ne.png"
|
||||
[/missile_frame]
|
||||
[sound]
|
||||
time=-200
|
||||
sound=magicmissile.wav
|
||||
[/sound]
|
||||
[/animation]
|
||||
icon=attacks/curse.png
|
||||
### [animation]
|
||||
### [frame]
|
||||
### begin=-300
|
||||
### end=-200
|
||||
### image="units/saurians/soothsayer-ranged.png"
|
||||
### [/frame]
|
||||
### [missile_frame]
|
||||
### begin=-200
|
||||
### end=0
|
||||
### image="projectiles/whitemissile-n.png"
|
||||
### image_diagonal="projectiles/whitemissile-ne.png"
|
||||
### [/missile_frame]
|
||||
### [sound]
|
||||
### time=-200
|
||||
### sound=magicmissile.wav
|
||||
### [/sound]
|
||||
### [/animation]
|
||||
[/attack]
|
||||
[/unit]
|
||||
|
|
|
@ -1,75 +0,0 @@
|
|||
|
||||
[unit]
|
||||
id=Saurian Tribalist
|
||||
name= _ "Saurian Tribalist"
|
||||
race=lizard
|
||||
image="units/saurians/tribalist.png"
|
||||
[defend]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image="units/saurians/tribalist-defend.png"
|
||||
[/frame]
|
||||
[/defend]
|
||||
image_healing="units/saurians/tribalist-heal.png"
|
||||
hitpoints=18
|
||||
movement_type=lizard
|
||||
movement=6
|
||||
experience=26
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=Saurian Icecaster,Saurian Soothsayer
|
||||
undead_variation=saurian
|
||||
cost=16
|
||||
usage=healer
|
||||
unit_description= _ "Despite their lethargic cold blooded heritage, and their relative frailty, Saurian Tribalists are valued as healers because they can provide aid to their allies regardless of terrain or opposition. In addition to healing they possess knowledge of cold magic."
|
||||
get_hit_sound=hiss.wav
|
||||
[abilities]
|
||||
{ABILITY_HEALS}
|
||||
[/abilities]
|
||||
[attack]
|
||||
name=staff
|
||||
type=impact
|
||||
range=melee
|
||||
damage=4
|
||||
number=2
|
||||
icon=attacks/staff.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="units/saurians/tribalist-attack.png"
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-100
|
||||
sound=staff.wav
|
||||
[/sound]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=frost blast
|
||||
type=cold
|
||||
special=magical
|
||||
range=ranged
|
||||
damage=5
|
||||
number=3
|
||||
icon=attacks/dark-missile.png
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-300
|
||||
end=-200
|
||||
image="units/saurians/tribalist-ranged1.png"
|
||||
[/frame]
|
||||
[missile_frame]
|
||||
begin=-200
|
||||
end=0
|
||||
image="projectiles/whitemissile-n.png"
|
||||
image_diagonal="projectiles/whitemissile-ne.png"
|
||||
[/missile_frame]
|
||||
[sound]
|
||||
time=-200
|
||||
sound=magicmissile.wav
|
||||
[/sound]
|
||||
[/animation]
|
||||
[/attack]
|
||||
[/unit]
|
Loading…
Add table
Reference in a new issue