mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
[Gameplay A24] - Make unlock_shared_dropsites independent from unlock_shared_los.
Since one may start a match with all visible and then the tech is useless and hides what is underneath. Patch by: @Nescio Differential revision: D2999 Reviewed by: @borg- This was SVN commit r24541.
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
"genericName": "Diaspora",
|
||||
"description": "The extension of trade leads to the permanent establishment of storekeepers and their families in foreign countries, allowing them to exploit the wealth of these countries.",
|
||||
"cost": { "food": 200, "wood": 200, "stone": 100, "metal": 100 },
|
||||
"requirements": { "entity": { "class": "Trader", "number": 3 } },
|
||||
"requirements": {
|
||||
"entity": {
|
||||
"class": "Trader",
|
||||
"number": 3
|
||||
}
|
||||
},
|
||||
"requirementsTooltip": "Requires 3 Traders",
|
||||
"supersedes": "unlock_shared_los",
|
||||
"icon": "diaspora.png",
|
||||
"researchTime": 40,
|
||||
"tooltip": "Allows using allied dropsites.",
|
||||
|
||||
Reference in New Issue
Block a user