mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07: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:
parent
a6403f27d5
commit
2b85f5abf6
3 changed files with 6 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue