Just use the core shamans in SotBE and SotA
Add the aged trait to the SotBE sorceress
This commit is contained in:
parent
658510318a
commit
8ffd1fceea
7 changed files with 6 additions and 64 deletions
|
@ -71,7 +71,7 @@ We reached the Ford of Abez as the dawn light spread behind the mountain peaks t
|
|||
team_name=bad
|
||||
[unit]
|
||||
x,y=6,6
|
||||
type=SotA Orcish Shaman
|
||||
type=Orcish Shaman
|
||||
name= _ "Krongk"
|
||||
id=Krongk
|
||||
[/unit]
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
#textdomain wesnoth-sota
|
||||
[unit_type]
|
||||
id=SotA Orcish Shaman
|
||||
[base_unit]
|
||||
id=Orcish Shaman
|
||||
[/base_unit]
|
||||
name= _ "Orcish Shaman"
|
||||
experience=50
|
||||
level=1
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
[attack]
|
||||
# Reduce the staff's damage slightly
|
||||
damage=5
|
||||
[/attack]
|
||||
[/unit_type]
|
|
@ -1,11 +0,0 @@
|
|||
#textdomain wesnoth-sotbe
|
||||
[unit_type]
|
||||
id=Novice Orcish Shaman
|
||||
[base_unit]
|
||||
id=Orcish Adept
|
||||
[/base_unit]
|
||||
name= _ "Novice Orcish Shaman"
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
description= _ "Orcish Shamans are the guardians of orcish magic. Respected among orcish tribes, they form the Orcish Council, which makes important decisions for the whole Orcish community and arbitrates the many conflicts that arise between tribes of this argumentative race. Although physically weak (for orcs), Orcish Shamans are good spell casters and can curse their enemies, draining their life. Novice Shamans are still young and vigorous, but their spell-casting ability still needs improvement."
|
||||
[/unit_type]
|
|
@ -1,16 +0,0 @@
|
|||
#textdomain wesnoth-sotbe
|
||||
[unit_type]
|
||||
id=Old Orcish Shaman
|
||||
[base_unit]
|
||||
id=Orcish Sorcerer
|
||||
[/base_unit]
|
||||
name= _ "Old Orcish Shaman"
|
||||
experience=50
|
||||
level=1
|
||||
cost=21
|
||||
description= _ "Orcish Shamans are the guardians of orcish magic. Respected among orcish tribes, they form the Orcish Council, which makes important decisions for the whole Orcish community and arbitrates the many conflicts that arise between tribes of this argumentative race. Although physically weak (for orcs), Orcish Shamans are good spell casters and can curse their enemies, draining their life. Old Orcish Shamans are shamans that have mastered magic, although their physical strength has declined with age."
|
||||
[attack]
|
||||
# Reduce the staff's physical damage to reflect age
|
||||
damage=4
|
||||
[/attack]
|
||||
[/unit_type]
|
|
@ -1,16 +0,0 @@
|
|||
#textdomain wesnoth-units
|
||||
[unit_type]
|
||||
id=SotBE Orcish Shaman
|
||||
[base_unit]
|
||||
id=Orcish Shaman
|
||||
[/base_unit]
|
||||
name= _ "Orcish Shaman"
|
||||
experience=50
|
||||
level=1
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
[attack]
|
||||
# Reduce the staff's damage slightly
|
||||
damage=5
|
||||
[/attack]
|
||||
[/unit_type]
|
|
@ -10,7 +10,7 @@
|
|||
[event]
|
||||
name=last breath
|
||||
[filter]
|
||||
type=SotBE Orcish Shaman,Novice Orcish Shaman,Old Orcish Shaman
|
||||
type=Orcish Shaman,Orcish Adept,Orcish Sorceress
|
||||
[/filter]
|
||||
[message]
|
||||
speaker=unit
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
id={ID_STRING}
|
||||
name={NAME_STRING}
|
||||
unrenamable=yes
|
||||
type=Old Orcish Shaman
|
||||
type=Orcish Sorceress
|
||||
profile=portraits/old_orcish_shaman.webp
|
||||
side={SIDE}
|
||||
x={X}
|
||||
|
@ -13,6 +13,7 @@
|
|||
random_traits=no
|
||||
[modifications]
|
||||
{TRAIT_LOYAL_HERO}
|
||||
{TRAIT_AGED}
|
||||
[/modifications]
|
||||
[/unit]
|
||||
#enddef
|
||||
|
@ -22,7 +23,7 @@
|
|||
id={ID_STRING}
|
||||
name={NAME_STRING}
|
||||
unrenamable=yes
|
||||
type=Novice Orcish Shaman
|
||||
type=Orcish Adept
|
||||
profile=portraits/young_orcish_shaman.webp
|
||||
side={SIDE}
|
||||
x={X}
|
||||
|
@ -39,7 +40,7 @@
|
|||
id={ID_STRING}
|
||||
name={NAME_STRING}
|
||||
unrenamable=yes
|
||||
type=SotBE Orcish Shaman
|
||||
type=Orcish Shaman
|
||||
profile=portraits/orcish_shaman.webp
|
||||
side={SIDE}
|
||||
x={X}
|
||||
|
|
Loading…
Add table
Reference in a new issue