Fix carthage stone bonus

Add a civ restriction to make the bonus only apply to Carthage.

(cherry picked from commit 8d38ecda26)
(cherry picked from commit a03b01c935)
(cherry picked from commit f30271e955)
(cherry picked from commit 9c836d39e6)
(cherry picked from commit 91baeeb94e)
(cherry picked from commit cb3fecfce9)
Signed-off-by: phosit <phosit@autistici.org>
This commit is contained in:
cube002 2025-11-23 08:38:20 +01:00 committed by phosit
parent a6403f27d5
commit 2b85f5abf6
No known key found for this signature in database
GPG key ID: C9430B600671C268
3 changed files with 6 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",