[Gameplay] "Nile Delta" civ bonus for Ptolemies

Makes all farming techs at the Farmstead available in the Village Phase
(I) for the Ptolemies.

Patch by: @borg-
Accepted by: @real_tabasco_sauce, @wowgetoffyourcellphone
Differential revision: https://code.wildfiregames.com/D5180
This was SVN commit r27915.
This commit is contained in:
wowgetoffyourcellphone 2023-11-05 23:43:25 +00:00
parent b38aa7d6dd
commit 97412464ca
6 changed files with 59 additions and 2 deletions

View File

@ -32,6 +32,11 @@
"Name": "Polybolos",
"History": "",
"Description": "Bolt Shooters −33% attack damage and −33% attack time."
},
{
"Name": "Nile Delta",
"History": "The Nile Delta is a region where the Nile River divides into several branches to flow into the Mediterranean Sea, in northern Egypt.",
"Description": "The three farming technologies are available in Village Phase."
}
],
"WallSets": [

View File

@ -9,7 +9,8 @@
"requirements": {
"all": [
{ "tech": "phase_city" },
{ "notciv": "han" }
{ "notciv": "han" },
{ "notciv": "ptol" }
]
},
"requirementsTooltip": "Unlocked in City Phase.",

View File

@ -0,0 +1,24 @@
{
"genericName": "Fertilizer",
"description": "Extra nutrients for farms.",
"cost": {
"wood": 400,
"metal": 300
},
"supersedes": "gather_farming_training_ptol",
"requirements": {
"all": [
{ "tech": "phase_village" },
{ "civ": "ptol" }
]
},
"requirementsTooltip": "Unlocked in Village Phase.",
"icon": "olives.png",
"researchTime": 60,
"tooltip": "Workers +20% grain gather rate.",
"modifications": [
{ "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.2 }
],
"affects": ["Worker"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}

View File

@ -9,7 +9,8 @@
"requirements": {
"all": [
{ "tech": "phase_town" },
{ "notciv": "han" }
{ "notciv": "han" },
{ "notciv": "ptol" }
]
},
"requirementsTooltip": "Unlocked in Town Phase.",

View File

@ -0,0 +1,24 @@
{
"genericName": "Gather Training",
"description": "Training for workers to increase farm gathering speed.",
"cost": {
"wood": 300,
"metal": 200
},
"supersedes": "gather_farming_plows",
"requirements": {
"all": [
{ "tech": "phase_village" },
{ "civ": "ptol" }
]
},
"requirementsTooltip": "Unlocked in Village Phase.",
"icon": "farming_training.png",
"researchTime": 50,
"tooltip": "Workers +20% grain gather rate.",
"modifications": [
{ "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.2 }
],
"affects": ["Worker"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}

View File

@ -43,7 +43,9 @@
gather_wicker_baskets
gather_farming_plows
gather_farming_training
gather_farming_training_ptol
gather_farming_fertilizer
gather_farming_fertilizer_ptol
gather_farming_seed_drill
gather_farming_water_weeding
gather_farming_chain_pump