Skip to content

Commit

Permalink
added start_year and end_year to campaigns, this closes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed May 28, 2018
1 parent ac997ca commit d26f37f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Version 0.6.4.1+dev
- Warlord's Armor in Cave (Chapter 5) now provides leadership on the unit's level, not always 3
- fixed leadership abilities on Wesnoth 1.14
- added 1 scenario to Chapter 6
- added start_year and end_year to campaigns (they are not 100% accurate)

Version 0.6.4.1 was on 1.12, 1.13 and 1.14 server

Expand Down
2 changes: 2 additions & 0 deletions chapter1/_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
" + _ "The First Dash"
abbrev=_"FP1"
define=FOR_POWER_I
start_year=561YW
end_year=561YW

{CAMPAIGN_DIFFICULTY EASY "units/human-magi/mage+female-attack-magic1.png~RC(magenta>red)" _"Wizard's apprentice" _"Easy"}
{CAMPAIGN_DIFFICULTY NORMAL "units/human-magi/red-mage+female-attack-magic-1.png~RC(magenta>red)" _"Wizard" _"Normal"}
Expand Down
2 changes: 2 additions & 0 deletions chapter2/_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
" + _ "The Northern Alliance"
abbrev=_"FP2"
define=FOR_POWER_II
start_year=563YW
end_year=563YW

{CAMPAIGN_DIFFICULTY EASY "units/human-magi/mage+female-attack-magic1.png~RC(magenta>red)" _"Tourist" _"Easy"}
{CAMPAIGN_DIFFICULTY NORMAL "units/human-magi/red-mage+female-attack-magic-1.png~RC(magenta>red)" _"Traveller" _"Normal"}
Expand Down
2 changes: 2 additions & 0 deletions chapter3/_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
" + _ "Enemy in Your Backyard"
abbrev=_"FP3"
define=FOR_POWER_III
start_year=566YW
end_year=566YW

{CAMPAIGN_DIFFICULTY EASY "units/human-magi/mage+female-attack-magic1.png~RC(magenta>red)" _"Tourist" _"Easy"}
{CAMPAIGN_DIFFICULTY NORMAL "units/human-magi/red-mage+female-attack-magic-1.png~RC(magenta>red)" _"Traveller" _"Normal"}
Expand Down
2 changes: 2 additions & 0 deletions chapter4/_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
" + _ "Shadow in the East"
abbrev=_"FP4"
define=FOR_POWER_IV
start_year=586YW
end_year=586YW

{CAMPAIGN_DIFFICULTY EASY "units/human-magi/mage+female-attack-magic1.png~RC(magenta>red)" _"Tourist" _"Easy"}
{CAMPAIGN_DIFFICULTY NORMAL "units/human-magi/red-mage+female-attack-magic-1.png~RC(magenta>red)" _"Traveller" _"Normal"}
Expand Down
2 changes: 2 additions & 0 deletions chapter5/_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
" + _ "The Big Crusade"
abbrev=_"FP5"
define=FOR_POWER_V
start_year=627YW
end_year=627YW

{CAMPAIGN_DIFFICULTY EASY "units/human-magi/mage+female-attack-staff2.png~RC(magenta>white)" _"Battler" _"Easy"}
{CAMPAIGN_DIFFICULTY NORMAL "units/human-magi/white-mage+female-melee-3.png~RC(magenta>white)" _"Campaigner" _"Normal"}
Expand Down
2 changes: 2 additions & 0 deletions chapter6/_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
" + _ "The Dark Age"
abbrev=_"FP6"
define=FOR_POWER_VI
start_year=643YW
end_year=643YW

{CAMPAIGN_DIFFICULTY EASY "units/human-magi/mage+female-attack-staff2.png~RC(magenta>black)" _"Huntress" _"Easy"}
{CAMPAIGN_DIFFICULTY NORMAL "units/human-magi/red-mage+female-attack-staff-2.png~RC(magenta>black)" _"female^Chaser" _"Normal"}
Expand Down

0 comments on commit d26f37f

Please sign in to comment.