mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 13:33:11 +00:00
Fix carthage stone bonus
Add a civ restriction to make the bonus only apply to Carthage. (cherry picked from commit8d38ecda26) (cherry picked from commita03b01c935) (cherry picked from commitf30271e955) (cherry picked from commit9c836d39e6) (cherry picked from commit91baeeb94e) (cherry picked from commitcb3fecfce9) Signed-off-by: phosit <phosit@autistici.org>
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
||||
"description": "Hire servants to help quarry stone. Increases stone gathering rates.",
|
||||
"requirements": {
|
||||
"all": [
|
||||
{ "tech": "phase_village" }
|
||||
{ "tech": "phase_village" },
|
||||
{ "civ": "cart" }
|
||||
]
|
||||
},
|
||||
"icon": "mining_stone_01.png",
|
||||
|
||||
+2
-1
@@ -4,7 +4,8 @@
|
||||
"description": "Hire servants to help quarry stone. Increases stone gathering rates.",
|
||||
"requirements": {
|
||||
"all": [
|
||||
{ "tech": "phase_town" }
|
||||
{ "tech": "phase_town" },
|
||||
{ "civ": "cart"}
|
||||
]
|
||||
},
|
||||
"icon": "mining_stone_02.png",
|
||||
|
||||
+2
-1
@@ -4,7 +4,8 @@
|
||||
"description": "Hire servants to help quarry stone. Increases stone gathering rates.",
|
||||
"requirements": {
|
||||
"all": [
|
||||
{ "tech": "phase_city" }
|
||||
{ "tech": "phase_city" },
|
||||
{ "civ": "cart"}
|
||||
]
|
||||
},
|
||||
"icon": "mining_stone_03.png",
|
||||
|
||||
Reference in New Issue
Block a user