HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #855938 ยป m-30-26-multicultural-description.patch
data/civ2civ3/game.ruleset | ||
---|---|---|
1516 | 1516 |
unique = FALSE |
1517 | 1517 |
value = 2 |
1518 | 1518 |
culture = 100 |
1519 |
first_msg = _("You're the first nation with a city containing 2 different nationalities!")
|
|
1520 |
cons_msg = _("One of your cities has 2 different nationalities!")
|
|
1519 |
first_msg = _("You're the first nation to have citizens of multiple nationalities!")
|
|
1520 |
cons_msg = _("Your nation now has citizens of multiple nationalities!")
|
|
1521 | 1521 | |
1522 | 1522 |
[achievement_metropolis] |
1523 | 1523 |
name = _("Metropolis") |
data/sandbox/game.ruleset | ||
---|---|---|
1703 | 1703 |
unique = FALSE |
1704 | 1704 |
value = 2 |
1705 | 1705 |
culture = 100 |
1706 |
first_msg = _("You're the first nation with a city containing 2 different nationalities!")
|
|
1707 |
cons_msg = _("One of your cities has 2 different nationalities!")
|
|
1706 |
first_msg = _("You're the first nation to have citizens of multiple nationalities!")
|
|
1707 |
cons_msg = _("Your nation now has citizens of multiple nationalities!")
|
|
1708 | 1708 | |
1709 | 1709 |
[achievement_metropolis] |
1710 | 1710 |
name = _("Metropolis") |
doc/README.achievements | ||
---|---|---|
1 |
Achivements are something player can gain in game by reaching |
|
2 |
set goals. Achivements active in the ruleset are defined in |
|
1 |
Achievements are something player can gain in game by reaching
|
|
2 |
set goals. Achievements active in the ruleset are defined in
|
|
3 | 3 |
game.ruleset. |
4 | 4 | |
5 | 5 |
Depending on whether achievement is defined unique or not, |
... | ... | |
21 | 21 | |
22 | 22 |
Multicultural |
23 | 23 |
Achievement is granted when player has citizens of at least |
24 |
<value> different nationalities. |
|
24 |
<value> different nationalities (across all their cities).
|
|
25 | 25 | |
26 | 26 |
Cultured_City |
27 | 27 |
Achievement is granted when player has a city with at least |