Unciv/android/assets/jsons/Civ V - Vanilla
Arthur van der Staaij a765caa97c
Add global alerts for certain constructions (#4039)
* Add global alerts for certain constructions

In the original game, certain constructions alert all players upon
their completion. This commit introduces a new unique for this behavior
and adds this unique to the relevant constructions.

The code that implements the new unique is placed in
Building.postBuildEvent, so it can only be activated by buildings. If
other kinds of constructions require a global alert as well, the code
could be moved to CityConstructions.constructionComplete.

* Removed redundant line in template.properties

* Moved global alert logic to CityConstructions

Moved the implementation of "Triggers a global alert upon completion"
from Building.postBuildEvent to CityConstructions.constructionComplete,
close to the similar Wonder notification logic.
2021-06-03 07:31:39 +03:00
..
Buildings.json Add global alerts for certain constructions (#4039) 2021-06-03 07:31:39 +03:00
Difficulties.json New uniques and stuff for mods (#3055) 2020-08-30 15:48:00 +03:00
GreatPeopleNames.json Prepping for multiple rulesets - current ruleset is now is Vanilla folder 2020-04-24 14:03:41 +03:00
Nations.json Genericized "No Maintenance costs for improvements in [] tiles" 2021-05-06 14:34:40 +03:00
Policies.json Tradition works again 2021-05-07 12:03:13 +03:00
Quests.json Clear Barbarian Camp quest (#3246) 2020-10-08 16:29:56 +03:00
Specialists.json Making game data a little more JSON compliant (#3780) 2021-04-12 06:23:44 +03:00
Techs.json Added the amphibious promotion and the marine unit (#3987) 2021-05-29 23:42:04 +03:00
Terrains.json Changes to terrain combat bonuses (#3990) 2021-05-24 20:44:53 +03:00
TileImprovements.json Fixed terrace farm's 'fresh water' bonus - kudos @1.7.4 2021-05-09 00:28:32 +03:00
TileResources.json Resolved #1804 - Renamed "Siege" promotion to "Besiege". Closes #2458 2021-02-23 20:07:49 +02:00
UnitPromotions.json Added the amphibious promotion and the marine unit (#3987) 2021-05-29 23:42:04 +03:00
Units.json 3.14.13 2021-06-01 21:19:06 +03:00