wesnoth/data/campaigns/The_Deceivers_Gambit/achievements.cfg
Dalas121 6765db5431
DM -> TDG translations cleanup (#9779)
Various minor changes to tools to better-support the addition of TDG.
2025-02-09 07:48:36 -06:00

44 lines
3.2 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#textdomain wesnoth-tdg
#define ACHIEVEMENT ICON ID NAME DESC
[achievement]
icon,id,name,description={ICON},{ID},{NAME},{DESC}
[/achievement]
#enddef
#define HIDDEN ICON ID NAME DESC
[achievement]
icon,id,name,description={ICON},{ID},{NAME},{DESC}
hidden=yes
[/achievement]
#enddef
#define PATH
data/add-ons/The_Deceivers_Gambit/images/icons#enddef
[achievement_group]
display_name=_"The Deceivers Gambit"
content_for=the_deceivers_gambit
{ACHIEVEMENT {PATH}/animate-fire.png "tdg_s00" _"Scenario 0: Sandbagger" _"Blast the fire elementals in <i>Graduation</i>."} #po: "sandbagging" means to deliberately underperform
{ACHIEVEMENT icons/amla-default.png "tdg_s01" _"Scenario 1: Goblinitarian" _"Complete <i>Stirrings of War</i> without killing any goblin spearmen."} #po: portmanteau of "goblin" and "humanitarian"
{ACHIEVEMENT attacks/frenzy.png "tdg_s02" _"Scenario 2: Bloodthirsty" _"Complete the hidden victory condition in <i>Fort Garard</i>'"}
{ACHIEVEMENT {PATH}/mellon.png "tdg_s03" _"Scenario 3: Mellon" _"Complete <i>The Ambassador</i> without damaging any wose, even in retaliation."} #po: "Mellon" is a Lord of the Rings reference
{ACHIEVEMENT attacks/waterspray.png "tdg_s04" _"Scenario 4: Gurgle gurgle" _"Drown the silverback in <i>The Sylvan Seer</i>."}
{ACHIEVEMENT {PATH}/hook.png "tdg_s05" _"Scenario 5: Hook, Line, and Sinker" _"Defeat both enemy leaders in <i>The Deceiver</i> before Garard does."}
{ACHIEVEMENT {PATH}/royal-privilege.png "tdg_s06" _"Scenario 6: Royal Privilege" _"Complete <i>Ring of Swords</i> with Garard at full hp."}
{ACHIEVEMENT {PATH}/time-dilation.png "tdg_s07" _"Scenario 7: On the Clock" _"Complete <i>The Great River</i> in 20 turns or less."}
{ACHIEVEMENT {PATH}/mist-monster.png "tdg_s08" _"Scenario 8: Monster in the Mist" _"Complete <i>Ruins of Saurgrath</i> on the same turn youre first spotted."}
{ACHIEVEMENT {PATH}/bomb.png "tdg_s09" _"Scenario 9: Sapper" _"Complete <i>Omaranth</i> before turns run out."}
{ACHIEVEMENT "data/core/images/attacks/blank-attack.png~SCALE(84,84)~BLIT(data/core/images/units/undead-spirit/ghost-base.png~RC(magenta>white),0,0)"
"tdg_s10" _"Scenario 10: Army of the Dead" _"Command four ghosts at once in <i>Houses of the Dead</i>."}
{ACHIEVEMENT {PATH}/combined-arms.png "tdg_s11" _"Scenario 11: Combined Arms" _"Complete <i>Clan Blackcrest</i> in 10 turns or less."}
{ACHIEVEMENT attacks/torch.png "tdg_s12" _"Scenario 12: Scorched Earth" _"Destroy all villages in <i>The Traitor</i>."}
{ACHIEVEMENT attacks/saber-human.png "tdg_s13" _"Scenario 13: Stand Fast" _"Defeat all enemy leaders in <i>Revelry, Revisited</i>."}
{ACHIEVEMENT {PATH}/armchair-general.png "tdg_s14" _"Scenario 14: Armchair General" _"Complete the first phase of <i>Long Live the Queen</i> without moving Delfador."}
[/achievement_group]
#undef ACHIEVEMENT
#undef HIDDEN
#undef PATH