TSG: remove accidentally commited file
This commit is contained in:
parent
18fe78c846
commit
2b97a51f71
1 changed files with 0 additions and 171 deletions
|
@ -1,171 +0,0 @@
|
|||
#textdomain wesnoth-tsg
|
||||
# This file is meant to provide players of the South Guard who have played
|
||||
# no other campaigns with a brief overview of the various units in the game
|
||||
# as they encounter them.
|
||||
|
||||
#ifdef EASY
|
||||
|
||||
[event]
|
||||
name=attack
|
||||
[filter]
|
||||
type=Thug
|
||||
[/filter]
|
||||
[filter_second]
|
||||
side=1
|
||||
[/filter_second]
|
||||
[if]
|
||||
[variable]
|
||||
name=sg_thug_info
|
||||
not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[set_variable]
|
||||
name=sg_thug_info
|
||||
value=yes
|
||||
[/set_variable]
|
||||
[message]
|
||||
speaker=narrator
|
||||
image="units/human-outlaws/thug-melee-3.png~RC(magenta>red)"
|
||||
message= _ "Thugs are the mainstay of the bandit armies. They do not have a <i>ranged</i> attack, and are vulnerable to your archers. Deoran’s lance will also strike fear into their hearts! Like all of the bandit units, they are much more dangerous at night."
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=attack
|
||||
[filter]
|
||||
type=Thief
|
||||
[/filter]
|
||||
[filter_second]
|
||||
side=1
|
||||
[/filter_second]
|
||||
[if]
|
||||
[variable]
|
||||
name=sg_thief_info
|
||||
not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[set_variable]
|
||||
name=sg_thief_info
|
||||
value=yes
|
||||
[/set_variable]
|
||||
[message]
|
||||
speaker=narrator
|
||||
image="units/human-outlaws/thief-defend-2-2.png~RC(magenta>red)"
|
||||
message= _ "Thieves are more subtle than thugs. They try to surround your units and stab them in the back. Make sure that thieves never have an opportunity to attack when they have an ally directly behind the unit they are attacking — they’ll do double damage! Like thugs, thieves are vulnerable to the ranged attacks of your archers."
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=attack
|
||||
[filter]
|
||||
type=Footpad
|
||||
[/filter]
|
||||
[filter_second]
|
||||
side=1
|
||||
[/filter_second]
|
||||
[if]
|
||||
[variable]
|
||||
name=sg_footpad_info
|
||||
not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[set_variable]
|
||||
name=sg_footpad_info
|
||||
value=yes
|
||||
[/set_variable]
|
||||
[message]
|
||||
speaker=narrator
|
||||
image="units/human-outlaws/footpad+female-attack1.png~RC(magenta>red)"
|
||||
message= _ "Footpads are the scouts of the bandit armies. They are quick, and have both a <i>melee</i> attack and a <i>ranged</i> attack. Neither of their attacks is very strong, however, and your spearmen will make quick work of them during the day."
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=attack
|
||||
[filter]
|
||||
type=Skeleton
|
||||
[/filter]
|
||||
[filter_second]
|
||||
side=1
|
||||
[/filter_second]
|
||||
[if]
|
||||
[variable]
|
||||
name=sg_skeleton_info
|
||||
not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[set_variable]
|
||||
name=sg_skeleton_info
|
||||
value=yes
|
||||
[/set_variable]
|
||||
[message]
|
||||
speaker=narrator
|
||||
image="units/undead-skeletal/skeleton/skeleton-se-melee2.png~RC(magenta>red)"
|
||||
message= _ "Skeletons are the bones of fallen warriors raised by some dark magic. They are almost immune to piercing weapons like arrows and spears. Bladed attacks like swords will injure them, and Minister Hylas’s <i>arcane</i> attack is deadly against them. Like the rest of the bandits, they are more dangerous at night!"
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=attack
|
||||
[filter]
|
||||
type=Walking Corpse
|
||||
[/filter]
|
||||
[filter_second]
|
||||
side=1
|
||||
[/filter_second]
|
||||
[if]
|
||||
[variable]
|
||||
name=sg_walking_corpse_info
|
||||
not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[set_variable]
|
||||
name=sg_walking_corpse_info
|
||||
value=yes
|
||||
[/set_variable]
|
||||
[message]
|
||||
speaker=narrator
|
||||
image="units/undead/zombie-attack-s.png~RC(magenta>red)"
|
||||
message= _ "Walking corpses are the bodies of slain warriors, filled with some black magic. They are slow and weak — any of your units is more than a match for them. They are only dangerous in packs..."
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=die
|
||||
[filter]
|
||||
side=1
|
||||
[not]
|
||||
# units who have an death event
|
||||
id=Deoran,Sir Gerrick,Minister Hylas,Ethiliel,Jarek,Urza Afalas
|
||||
[/not]
|
||||
[/filter]
|
||||
[if]
|
||||
[variable]
|
||||
name=sg_unit_lost_info
|
||||
not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[set_variable]
|
||||
name=sg_unit_lost_info
|
||||
value=yes
|
||||
[/set_variable]
|
||||
[message]
|
||||
speaker=narrator
|
||||
image=wesnoth-icon.png
|
||||
message= _ "Losing units is part of the battle. Learn to accept losses, sometimes they may even help you to protect your more important units."
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue