DM S22: Apply the weapon-change from S21 to S22 too

This commit is contained in:
Steve Cotton 2019-08-15 14:48:44 +02:00
parent b9246dc6b4
commit 840b8754b6
3 changed files with 89 additions and 72 deletions

View file

@ -15,6 +15,10 @@
{DM_TRACK ( show_title=yes {BOOK_STAGE2} )}
[load_resource]
id=memoirs_elves_use_orcish_weapons
[/load_resource]
[story]
[part]
# Asheviere was already having secret talks with
@ -66,21 +70,6 @@
[event]
name=prestart
{MODIFY_UNIT (side=1) facing ne}
[object]
silent=yes
duration=scenario
[filter]
id=Kalenz
[/filter]
[effect]
apply_to=attack
name=sword
#textdomain wesnoth-units
set_description=_"greatsword"
#textdomain wesnoth-dm
set_icon=attacks/greatsword-orcish.png
[/effect]
[/object]
[/event]
[side]
@ -194,63 +183,6 @@
{HIGHLIGHT_IMAGE 18 33 scenery/signpost.png ()}
[/event]
[event]
name=recruit,recall
first_time_only=no
[filter]
race=elf
[not]
type_adv_tree=Elvish Shaman
[/not]
[/filter]
[object]
silent=yes
duration=scenario
[effect]
[filter]
[not]
type=Elvish Hero, Elvish Champion, Elvish Marshal
[/not]
[/filter]
apply_to=attack
name=sword
set_icon=attacks/sword-orcish.png
[/effect]
[effect]
[filter]
type=Elvish Hero, Elvish Champion, Elvish Marshal
[/filter]
apply_to=attack
name=sword
#textdomain wesnoth-units
set_description=_"greatsword"
#textdomain wesnoth-dm
set_icon=attacks/greatsword-orcish.png
[/effect]
[effect]
[filter]
[not]
type_adv_tree=Elvish Marksman
[/not]
[/filter]
apply_to=attack
name=bow
set_icon=attacks/bow-orcish.png
[/effect]
[effect]
[filter]
type_adv_tree=Elvish Marksman
[/filter]
apply_to=attack
name=longbow
#textdomain wesnoth-units
set_description=_"bow"
#textdomain wesnoth-dm
set_icon=attacks/bow-orcish.png
[/effect]
[/object]
[/event]
[event]
name=side 2 turn 1 refresh
# place riders and set them to head for the signposts

View file

@ -12,6 +12,10 @@
{EXTRA_SCENARIO_MUSIC frantic.ogg}
{EXTRA_SCENARIO_MUSIC the_city_falls.ogg}
[load_resource]
id=memoirs_elves_use_orcish_weapons
[/load_resource]
[story]
[part]
show_title=yes

View file

@ -128,3 +128,84 @@
blue=0
[/color_adjust]
#enddef
# In Clash at the Manor (21) and Face of the Enemy (22), the elves are pretending to be orcs
[resource]
id=memoirs_elves_use_orcish_weapons
[event]
name=prestart
[object]
silent=yes
duration=scenario
[filter]
id=Kalenz
[/filter]
[effect]
apply_to=attack
name=sword
#textdomain wesnoth-units
set_description=_"greatsword"
#textdomain wesnoth-dm
set_icon=attacks/greatsword-orcish.png
[/effect]
[/object]
[/event]
[event]
name=recruit,recall
first_time_only=no
[filter]
race=elf
[not]
type_adv_tree=Elvish Shaman
[/not]
[/filter]
[object]
silent=yes
duration=scenario
[effect]
[filter]
[not]
type=Elvish Hero, Elvish Champion, Elvish Marshal
[/not]
[/filter]
apply_to=attack
name=sword
set_icon=attacks/sword-orcish.png
[/effect]
[effect]
[filter]
type=Elvish Hero, Elvish Champion, Elvish Marshal
[/filter]
apply_to=attack
name=sword
#textdomain wesnoth-units
set_description=_"greatsword"
#textdomain wesnoth-dm
set_icon=attacks/greatsword-orcish.png
[/effect]
[effect]
[filter]
[not]
type_adv_tree=Elvish Marksman
[/not]
[/filter]
apply_to=attack
name=bow
set_icon=attacks/bow-orcish.png
[/effect]
[effect]
[filter]
type_adv_tree=Elvish Marksman
[/filter]
apply_to=attack
name=longbow
#textdomain wesnoth-units
set_description=_"bow"
#textdomain wesnoth-dm
set_icon=attacks/bow-orcish.png
[/effect]
[/object]
[/event]
[/resource]