1
0
forked from mirrors/0ad

Deprecate rotary mill, and instead introduce a special technology (town phase, workers +15% grain gather rate) for the Gauls, to reflect the fact they invented a harvesting machine in the Iron Age.

Patch by: @Nescio
Accepted by: @scythetwirler, @borg-
This was SVN commit r23803.
This commit is contained in:
Stan
2020-07-04 14:11:17 +00:00
parent 5e57e35c0a
commit 586b045d09
11 changed files with 31 additions and 40 deletions
@@ -18,6 +18,11 @@
"Description": "The Celts of mainland Europe.",
"Technologies":
[
{
"Name": "Harvesting Machine",
"History": "The Gauls invented an harvesting machine, making it much easier to harvest grain.",
"Description": "Workers +15% grain gather rate."
},
{
"Name": "Vae Victis",
"History": "Woe to the Defeated! The Gallic chieftain Brennus seized Rome (with the exception of a garrison on Capitoline Hill). When Camillus besieged him with a relief force from Veii, he negotiated his surrender for 1000 pounds of gold, and adding the weight of his sword on the scale when the Romans complained that he used false weights he uttered those famous words.",
@@ -76,18 +81,7 @@
"Description": "Allied Structures 20% technology research time."
}
],
"Structures":
[
{
"Name": "Melonas",
"Class": "",
"Emblem": "",
"History": "The Celts developed the first rotary flour mill.",
"Requirements": "",
"Phase": "",
"Special": ""
}
],
"Structures": [],
"WallSets":
[
"structures/wallset_palisade",
@@ -0,0 +1,24 @@
{
"genericName": "Harvesting Machine",
"description": "The Gauls invented an harvesting machine, making it much easier to harvest grain.",
"cost": { "food": 0, "wood": 400, "stone": 0, "metal": 200 },
"requirements": {
"all": [
{ "tech": "phase_town" },
{
"any": [
{ "civ": "gaul" }
]
}
]
},
"requirementsTooltip": "Unlocked in Town Phase.",
"icon": "plow.png",
"researchTime": 40,
"tooltip": "Workers +15% grain gather rate.",
"modifications": [
{ "value": "ResourceGatherer/Rates/food.grain", "multiply": 1.15 }
],
"affects": ["Worker"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}
@@ -43,6 +43,7 @@
gather_farming_plows
gather_farming_training
gather_farming_fertilizer
gather_farming_harvester
</Technologies>
</ProductionQueue>
<RallyPoint disable=""/>
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_infantry_ranged_javelinist">
<Builder>
<Entities datatype="tokens">
structures/brit_rotarymill
</Entities>
</Builder>
<Health>
<DamageVariants>
<lightdamage>0.80</lightdamage>
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_infantry_ranged_slinger">
<Builder>
<Entities datatype="tokens">
structures/brit_rotarymill
</Entities>
</Builder>
<Identity>
<Civ>brit</Civ>
<SelectionGroupName>units/brit_infantry_slinger_b</SelectionGroupName>
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_infantry_melee_spearman">
<Builder>
<Entities datatype="tokens">
structures/brit_rotarymill
</Entities>
</Builder>
<Identity>
<Civ>brit</Civ>
<SelectionGroupName>units/brit_infantry_spearman_b</SelectionGroupName>
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_support_female_citizen">
<Builder>
<Entities datatype="tokens">
structures/brit_rotarymill
</Entities>
</Builder>
<Identity>
<Civ>brit</Civ>
<GenericName>Celtic Woman</GenericName>
@@ -3,7 +3,6 @@
<Builder>
<Entities datatype="tokens">
structures/gaul_tavern
structures/gaul_rotarymill
</Entities>
</Builder>
<Identity>
@@ -3,7 +3,6 @@
<Builder>
<Entities datatype="tokens">
structures/gaul_tavern
structures/gaul_rotarymill
</Entities>
</Builder>
<Identity>
@@ -3,7 +3,6 @@
<Builder>
<Entities datatype="tokens">
structures/gaul_tavern
structures/gaul_rotarymill
</Entities>
</Builder>
<Identity>
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_support_female_citizen">
<Builder>
<Entities datatype="tokens">
structures/gaul_rotarymill
</Entities>
</Builder>
<Identity>
<Civ>gaul</Civ>
<GenericName>Celtic Woman</GenericName>