Remove factions/strings.cfg and related macros..
This commit is contained in:
parent
0b6eb2a6e0
commit
ff5f795663
13 changed files with 40 additions and 119 deletions
|
@ -176,7 +176,7 @@ Next, continue coding:
|
|||
commanders=Drakes,Knalgans
|
||||
heroes=Loyalists_All,Northerners_All,Young Ogre
|
||||
deserters=Rebels,Undead,Dune Burner
|
||||
deserters_names={WC_STR_DUNE_BURNER}+", "+{WC_STR_REBELS}+{WC_STR_AND}+{WC_STR_THE_UNDEAD}
|
||||
deserters_names=_ "Dune Burner, Rebels and Undead"
|
||||
{WC_II_PAIR "Drake Fighter" "Dwarvish Fighter"}
|
||||
{WC_II_PAIR "Drake Burner" "Dwarvish Thunderer"}
|
||||
{WC_II_PAIR "Saurian Augur" "Dwarvish Ulfserker"}
|
||||
|
@ -400,7 +400,7 @@ Normally, this is what an entire modifications/era file should look like. Notice
|
|||
commanders=Drakes,Knalgans
|
||||
heroes=Loyalists_All,Northerners_All,Young Ogre
|
||||
deserters=Rebels,Undead,Dune Burner
|
||||
deserters_names={WC_STR_DUNE_BURNER}+", "+{WC_STR_REBELS}+{WC_STR_AND}+{WC_STR_THE_UNDEAD}
|
||||
deserters_names=_ "Dune Burner, Rebels and Undead"
|
||||
{WC_II_PAIR "Drake Fighter" "Dwarvish Fighter"}
|
||||
{WC_II_PAIR "Drake Burner" "Dwarvish Thunderer"}
|
||||
{WC_II_PAIR "Saurian Augur" "Dwarvish Ulfserker"}
|
||||
|
@ -487,4 +487,4 @@ Normally, this is what an entire modifications/era file should look like. Notice
|
|||
[/world_conquest_data]
|
||||
[/era]
|
||||
#endif
|
||||
```
|
||||
```
|
||||
|
|
|
@ -36,9 +36,10 @@
|
|||
#enddef
|
||||
|
||||
[era]
|
||||
id= "{WC_STR_ERA_ID_WC_II}"
|
||||
name= {WC_STR_ERA_NAME_WC_II}
|
||||
description= {WC_STR_ERA_DESCRIPTION_WC_II}
|
||||
id= "world_conquest_era"
|
||||
name= _"World Conquest"
|
||||
description= _"Units are defined as pairs in recruit list: Every time a unit is recruited, it is replaced by its pair. This era is designed to be balanced playing World Conquest II.
|
||||
Includes an in-game help to know pairs status, with a right-click on an empty hex."
|
||||
|
||||
hide_help=yes
|
||||
require_era=no
|
||||
|
@ -66,7 +67,7 @@
|
|||
[resource]
|
||||
id = "wc2_era_res"
|
||||
[lua]
|
||||
code = " wesnoth.dofile('campaigns/World_Conquest//lua/era_main.lua') "
|
||||
code = " wesnoth.dofile('campaigns/World_Conquest/lua/era_main.lua') "
|
||||
[/lua]
|
||||
[load_resource]
|
||||
id = "wc2_mainline_heroes"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#textdomain wesnoth-units
|
||||
#textdomain wesnoth-wc
|
||||
|
||||
#define MULTIPLAYER_SIDE_THE_ALLIANCE
|
||||
[multiplayer_side]
|
||||
id=The Alliance
|
||||
name={WC_STR_ALLIANCE}
|
||||
name=_"The Alliance"
|
||||
recruit=Spearman, Dwarvish Fighter,Bowman,Poacher,Horseman, Dwarvish Thunderer,Fencer,Thief,Mage,Dwarvish Ulfserker,Heavy Infantryman,Dwarvish Guardsman,Cavalryman,Footpad,Merman Fighter,Gryphon Rider
|
||||
image={IMG_ALLIANCE}
|
||||
type=random
|
||||
|
@ -13,7 +13,7 @@
|
|||
commanders=Loyalists,Knalgans
|
||||
heroes=Rebels_All,Drakes
|
||||
deserters=Undead,Northerners,Young Ogre
|
||||
deserters_names={WC_STR_YOUNG_OGRE}+", "+{WC_STR_THE_UNDEAD}+{WC_STR_AND}+{WC_STR_NORTHERENS}
|
||||
deserters_names=_ "Young Ogre, Undead and Northerners"
|
||||
{WC_II_PAIR "Spearman" "Dwarvish Fighter"}
|
||||
{WC_II_PAIR "Bowman" "Poacher"}
|
||||
{WC_II_PAIR "Horseman" "Dwarvish Thunderer"}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#textdomain wesnoth-units
|
||||
#textdomain wesnoth-wc
|
||||
|
||||
#define MULTIPLAYER_SIDE_THE_CULT
|
||||
[multiplayer_side]
|
||||
id=The Cult
|
||||
name={WC_STR_CULT}
|
||||
name=_"The Cult"
|
||||
recruit=Spearman,Spearman,Skeleton,Skeleton,Bowman,Bowman,Skeleton Archer,Skeleton Archer,Mage,Mage,Dark Adept,Dark Adept,Horseman,Horseman,Ghoul,Ghoul,Fencer,Fencer,Dune Herbalist,Walking Corpse,Heavy Infantryman,Ghost,Cavalryman,Cavalryman,Vampire Bat,Vampire Bat,Merman Fighter,Merman Fighter
|
||||
image={IMG_CULT}
|
||||
type=random
|
||||
|
@ -13,7 +13,7 @@
|
|||
commanders=Loyalists,Undead,Dune Herbalist
|
||||
heroes=Rebels_All,Knalgans_All
|
||||
deserters=Drakes,Northerners,Young Ogre
|
||||
deserters_names={WC_STR_YOUNG_OGRE}+", "+{WC_STR_DRAKES}+{WC_STR_AND}+{WC_STR_NORTHERENS}
|
||||
deserters_names=_ "Young Ogre, Drakes and Northerners"
|
||||
{WC_II_PAIR "Spearman" "Spearman"}
|
||||
{WC_II_PAIR "Skeleton" "Skeleton"}
|
||||
{WC_II_PAIR "Bowman" "Bowman"}
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
#define MULTIPLAYER_SIDE_THE_EMPIRE
|
||||
[multiplayer_side]
|
||||
id=The Empire
|
||||
name={WC_STR_EMPIRE}
|
||||
#textdomain wesnoth-wc
|
||||
name=_"The Empire"
|
||||
#textdomain wesnoth-units
|
||||
recruit=Dune Rover,Elvish Fighter,Dune Burner,Drake Burner,Dune Soldier,Spearman,Dune Skirmisher,Dwarvish Fighter,Dune Herbalist,Dune Herbalist,Dune Rider,Orcish Archer,Falcon,Vampire Bat
|
||||
image={IMG_EMPIRE}
|
||||
type=random
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#textdomain wesnoth-units
|
||||
#textdomain wesnoth-wc
|
||||
|
||||
#define MULTIPLAYER_SIDE_THE_GANG
|
||||
[multiplayer_side]
|
||||
id=The Gang
|
||||
name={WC_STR_GANG}
|
||||
name=_"The Gang"
|
||||
recruit=Troll Whelp,Elvish Fighter,Orcish Grunt,Orcish Grunt,Elvish Archer,Elvish Archer,Orcish Archer,Orcish Archer,Elvish Shaman,Elvish Shaman,Orcish Assassin,Orcish Assassin,Wose,Wose,Goblin Spearman,Mage,Wolf Rider,Elvish Scout,Naga Fighter,Merman Hunter
|
||||
image={IMG_GANG}
|
||||
type=random
|
||||
|
@ -13,7 +13,7 @@
|
|||
commanders=Rebels,Northerners
|
||||
heroes=Drakes,Undead_All
|
||||
deserters=Loyalists,Knalgans,Dune Herbalist
|
||||
deserters_names={WC_STR_DUNE_HERBALIST}+", "+{WC_STR_LOYALISTS}+{WC_STR_AND}+{WC_STR_KNALGAN}
|
||||
deserters_names=_ "Dune Herbalist, Loyalists and Knalgan Alliance"
|
||||
{WC_II_PAIR "Troll Whelp" "Elvish Fighter"}
|
||||
{WC_II_PAIR "Orcish Grunt" "Orcish Grunt"}
|
||||
{WC_II_PAIR "Elvish Archer" "Elvish Archer"}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#textdomain wesnoth-units
|
||||
#textdomain wesnoth-wc
|
||||
|
||||
#define MULTIPLAYER_SIDE_THE_GUILD
|
||||
[multiplayer_side]
|
||||
id=The Guild
|
||||
name={WC_STR_GUILD}
|
||||
name=_"The Guild"
|
||||
recruit=Elvish Fighter,Elvish Fighter,Dark Adept,Dark Adept,Elvish Archer,Skeleton Archer,Mage,Walking Corpse,Elvish Shaman,Ghoul,Wose,Skeleton,Elvish Scout,Vampire Bat,Ghost,Ghost,Merman Hunter,Merman Hunter,Mermaid Initiate,Mermaid Initiate
|
||||
image={IMG_GUILD}
|
||||
type=random
|
||||
|
@ -13,7 +13,7 @@
|
|||
commanders=Rebels,Undead
|
||||
heroes=Knalgans_All,Northerners_All,Young Ogre
|
||||
deserters=Loyalists,Drakes,Dune Soldier
|
||||
deserters_names={WC_STR_DUNE_SOLDIER}+", "+{WC_STR_LOYALISTS}+{WC_STR_AND}+{WC_STR_DRAKES}
|
||||
deserters_names=_ "Dune Soldier, Loyalists and Drakes"
|
||||
{WC_II_PAIR "Elvish Fighter" "Elvish Fighter"}
|
||||
{WC_II_PAIR "Dark Adept" "Dark Adept"}
|
||||
{WC_II_PAIR "Elvish Archer" "Skeleton Archer"}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#textdomain wesnoth-units
|
||||
#textdomain wesnoth-wc
|
||||
|
||||
#define MULTIPLAYER_SIDE_THE_HAND
|
||||
[multiplayer_side]
|
||||
id=The Hand
|
||||
name={WC_STR_HAND}
|
||||
name=_"The Hand"
|
||||
recruit=Spearman,Orcish Grunt,Bowman,Orcish Assassin,Mage,Orcish Archer,Troll Whelp,Troll Whelp,Heavy Infantryman,Heavy Infantryman,Young Ogre,Young Ogre,Cavalryman,Wolf Rider,Horseman,Orcish Leader,Fencer,Goblin Spearman,Merman Fighter,Naga Fighter
|
||||
image={IMG_HAND}
|
||||
type=random
|
||||
|
@ -14,7 +14,7 @@
|
|||
heroes=Undead_All,Rebels_All
|
||||
# TODO: this contained 'Dune Piercer' in 1.14
|
||||
deserters=Knalgans,Drakes
|
||||
deserters_names={WC_STR_DUNE_RIDER}+", "+{WC_STR_KNALGAN}+{WC_STR_AND}+{WC_STR_DRAKES}
|
||||
deserters_names=_ "Dune Rider, Knalgan Alliance and Drakes"
|
||||
{WC_II_PAIR "Spearman" "Orcish Grunt"}
|
||||
{WC_II_PAIR "Bowman" "Orcish Assassin"}
|
||||
{WC_II_PAIR "Mage" "Orcish Archer"}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#textdomain wesnoth-units
|
||||
#textdomain wesnoth-wc
|
||||
|
||||
#define MULTIPLAYER_SIDE_THE_HORDE
|
||||
[multiplayer_side]
|
||||
id=The Horde
|
||||
name={WC_STR_HORDE}
|
||||
name=_"The Horde"
|
||||
recruit=Orcish Grunt,Drake Fighter,Orcish Archer,Drake Burner,Orcish Assassin,Saurian Augur,Troll Whelp,Drake Clasher,Wolf Rider,Drake Glider,Goblin Spearman,Goblin Spearman,Saurian Skirmisher,Saurian Skirmisher,Naga Fighter,Naga Fighter
|
||||
image={IMG_HORDE}
|
||||
type=random
|
||||
|
@ -13,7 +13,7 @@
|
|||
commanders=Drakes,Northerners
|
||||
heroes=Undead_All,Loyalists_All
|
||||
deserters=Knalgans,Rebels,Dune Rider
|
||||
deserters_names={WC_STR_DUNE_RIDER}+", "+{WC_STR_KNALGAN}+{WC_STR_AND}+{WC_STR_REBELS}
|
||||
deserters_names=_ "Dune Rider, Knalgan Alliance and Rebels"
|
||||
{WC_II_PAIR "Orcish Grunt" "Drake Fighter"}
|
||||
{WC_II_PAIR "Orcish Archer" "Drake Burner"}
|
||||
{WC_II_PAIR "Orcish Assassin" "Saurian Augur"}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#textdomain wesnoth-units
|
||||
#textdomain wesnoth-wc
|
||||
|
||||
#define MULTIPLAYER_SIDE_THE_MILITIA
|
||||
[multiplayer_side]
|
||||
id=The Militia
|
||||
name={WC_STR_MILITIA}
|
||||
name=_"The Militia"
|
||||
recruit=Dwarvish Fighter,Elvish Scout,Thug,Elvish Fighter,Dwarvish Thunderer,Elvish Archer,Poacher,Elvish Shaman,Dwarvish Guardsman,Wose,Footpad,Mage,Dwarvish Ulfserker,Thief,Gryphon Rider,Merman Hunter
|
||||
image={IMG_MILITIA}
|
||||
type=random
|
||||
|
@ -13,7 +13,7 @@
|
|||
commanders=Rebels,Knalgans,Thug
|
||||
heroes=Northerners_All,Young Ogre,Drakes
|
||||
deserters=Undead,Loyalists,Dune Rover
|
||||
deserters_names={WC_STR_DUNE_ROVER}+", "+{WC_STR_THE_UNDEAD}+{WC_STR_AND}+{WC_STR_LOYALISTS}
|
||||
deserters_names=_ "Dune Rover, Undead and Loyalists"
|
||||
{WC_II_PAIR "Dwarvish Fighter" "Elvish Scout"}
|
||||
{WC_II_PAIR "Thug" "Elvish Fighter"}
|
||||
{WC_II_PAIR "Dwarvish Thunderer" "Elvish Archer"}
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
#define MULTIPLAYER_SIDE_THE_SCOURGE
|
||||
[multiplayer_side]
|
||||
id=The Scourge
|
||||
name={WC_STR_SCOURGE}
|
||||
#textdomain wesnoth-wc
|
||||
name=_"The Scourge"
|
||||
#textdomain wesnoth-units
|
||||
recruit=Skeleton,Drake Fighter,Skeleton Archer,Drake Burner,Dark Adept,Saurian Augur,Ghoul,Drake Clasher,Ghost,Saurian Skirmisher,Vampire Bat,Drake Glider,Walking Corpse,Walking Corpse
|
||||
image={IMG_SCOURGE}
|
||||
type=random
|
||||
|
@ -13,7 +15,7 @@
|
|||
commanders=Drakes,Undead
|
||||
heroes=Loyalists_All,Knalgans_All
|
||||
deserters=Rebels,Northerners,Young Ogre
|
||||
deserters_names={WC_STR_YOUNG_OGRE}+", "+{WC_STR_REBELS}+{WC_STR_AND}+{WC_STR_NORTHERENS}
|
||||
deserters_names=_ "Young Ogre, Rebels and Northerners"
|
||||
{WC_II_PAIR "Skeleton" "Drake Fighter"}
|
||||
{WC_II_PAIR "Skeleton Archer" "Drake Burner"}
|
||||
{WC_II_PAIR "Dark Adept" "Saurian Augur"}
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
#define MULTIPLAYER_SIDE_THE_TRUST
|
||||
[multiplayer_side]
|
||||
id=The Trust
|
||||
name={WC_STR_TRUST}
|
||||
#textdomain wesnoth-wc
|
||||
name=_"The Trust"
|
||||
#textdomain wesnoth-units
|
||||
recruit=Drake Fighter,Dwarvish Fighter,Drake Burner,Dwarvish Thunderer,Saurian Augur,Dwarvish Ulfserker,Drake Clasher,Dwarvish Guardsman,Saurian Skirmisher,Poacher,Drake Glider,Footpad,Thief,Thief
|
||||
image={IMG_TRUST}
|
||||
type=random
|
||||
|
@ -13,7 +15,7 @@
|
|||
commanders=Drakes,Knalgans
|
||||
heroes=Loyalists_All,Northerners_All,Young Ogre
|
||||
deserters=Rebels,Undead,Dune Burner
|
||||
deserters_names={WC_STR_DUNE_BURNER}+", "+{WC_STR_REBELS}+{WC_STR_AND}+{WC_STR_THE_UNDEAD}
|
||||
deserters_names=_ "Dune Burner, Rebels and Undead"
|
||||
{WC_II_PAIR "Drake Fighter" "Dwarvish Fighter"}
|
||||
{WC_II_PAIR "Drake Burner" "Dwarvish Thunderer"}
|
||||
{WC_II_PAIR "Saurian Augur" "Dwarvish Ulfserker"}
|
||||
|
|
|
@ -1,86 +0,0 @@
|
|||
#textdomain wesnoth-wc
|
||||
|
||||
#define WC_STR_ERA_ID_WC_II
|
||||
world_conquest_era#enddef
|
||||
|
||||
#define WC_STR_ERA_NAME_WC_II
|
||||
_"World Conquest" #enddef
|
||||
|
||||
#define WC_STR_ERA_DESCRIPTION_WC_II
|
||||
_"Units are defined as pairs in recruit list: Every time a unit is recruited, it is replaced by its pair. This era is designed to be balanced playing World Conquest II.
|
||||
Includes an in-game help to know pairs status, with a right-click on an empty hex." #enddef
|
||||
|
||||
#define WC_STR_HORDE
|
||||
_"The Horde" #enddef
|
||||
|
||||
#define WC_STR_ALLIANCE
|
||||
_"The Alliance" #enddef
|
||||
|
||||
#define WC_STR_GUILD
|
||||
_"The Guild" #enddef
|
||||
|
||||
#define WC_STR_TRUST
|
||||
_"The Trust" #enddef
|
||||
|
||||
#define WC_STR_GANG
|
||||
_"The Gang" #enddef
|
||||
|
||||
#define WC_STR_CULT
|
||||
_"The Cult" #enddef
|
||||
|
||||
#define WC_STR_MILITIA
|
||||
_"The Militia" #enddef
|
||||
|
||||
#define WC_STR_SCOURGE
|
||||
_"The Scourge" #enddef
|
||||
|
||||
#define WC_STR_HAND
|
||||
_"The Hand" #enddef
|
||||
|
||||
#define WC_STR_EMPIRE
|
||||
_"The Empire" #enddef
|
||||
|
||||
######################################
|
||||
#################################
|
||||
#textdomain wesnoth-units
|
||||
#################################
|
||||
|
||||
#define WC_STR_DUNE_SOLDIER
|
||||
_ "Dune Soldier" #enddef
|
||||
|
||||
#define WC_STR_DUNE_HERBALIST
|
||||
_ "Dune Herbalist" #enddef
|
||||
|
||||
#define WC_STR_DUNE_ROVER
|
||||
_ "Dune Rover" #enddef
|
||||
|
||||
#define WC_STR_DUNE_BURNER
|
||||
_ "Dune Burner" #enddef
|
||||
|
||||
#define WC_STR_DUNE_RIDER
|
||||
_ "Dune Rider" #enddef
|
||||
|
||||
#define WC_STR_YOUNG_OGRE
|
||||
_ "Young Ogre" #enddef
|
||||
|
||||
#################################
|
||||
#textdomain wesnoth-multiplayer
|
||||
#################################
|
||||
|
||||
#define WC_STR_DRAKES
|
||||
_ "Drakes" #enddef
|
||||
|
||||
#define WC_STR_KNALGAN
|
||||
_ "Knalgan Alliance" #enddef
|
||||
|
||||
#define WC_STR_LOYALISTS
|
||||
_ "Loyalists" #enddef
|
||||
|
||||
#define WC_STR_NORTHERENS
|
||||
_ "Northerners" #enddef
|
||||
|
||||
#define WC_STR_REBELS
|
||||
_ "Rebels" #enddef
|
||||
|
||||
#define WC_STR_THE_UNDEAD
|
||||
_ "Undead" #enddef
|
Loading…
Add table
Reference in a new issue