mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Deletes unused technology file forgotten in 94a240737c, removes 2 tooltips duplicated with aura tooltips. Reviewed by elexis.
This was SVN commit r18595.
This commit is contained in:
parent
657070aea6
commit
66bd4e9da7
4 changed files with 1 additions and 20 deletions
|
|
@ -5,5 +5,6 @@
|
|||
{ "value": "TerritoryInfluence/Radius", "multiply": 1.20 }
|
||||
],
|
||||
"auraDescription": "Increase territory influence by 20% per Theatron owned.",
|
||||
"auraName": "Hellenization.",
|
||||
"stackable": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"genericName": "Hellenization",
|
||||
"specificName": {
|
||||
"athen": "Hellēnízein",
|
||||
"mace": "Hellēnízein",
|
||||
"spart": "Hellēnízein"
|
||||
},
|
||||
"description": "The Hellenic culture was very influential. Greek became the spoken language of commerce and politics for much of the Mediterranean basin and Middle East for centuries.",
|
||||
"cost": {"food": 0, "wood": 0, "stone": 0, "metal": 1000},
|
||||
"requirements": {"all": [{"tech": "phase_city"}, {"any": [{"civ": "athen"},{"civ": "mace"},{"civ": "spart"}]}]},
|
||||
"requirementsTooltip": "Unlocked in City Phase.",
|
||||
"icon": "political_face.png",
|
||||
"researchTime": 60,
|
||||
"tooltip": "The Hellenic culture is very influential. +20% territory effect for all buildings.",
|
||||
"modifications": [{"value": "TerritoryInfluence/Radius", "multiply": 1.20}],
|
||||
"affects": ["Structure"],
|
||||
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
|
||||
}
|
||||
|
|
@ -20,7 +20,6 @@
|
|||
<GenericName>Rotary Mill</GenericName>
|
||||
<SpecificName>Melonas</SpecificName>
|
||||
<Classes datatype="tokens">-ConquestCritical</Classes>
|
||||
<Tooltip>Increase nearby farming output +25%.</Tooltip>
|
||||
<History>The Celts developed the first rotary flour mill.</History>
|
||||
<Icon>structures/rotarymill.png</Icon>
|
||||
</Identity>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
<GenericName>Greek Theater</GenericName>
|
||||
<SpecificName>Théātron</SpecificName>
|
||||
<Classes datatype="tokens">Theater -ConquestCritical</Classes>
|
||||
<Tooltip>Hellēnízein (Hellenization): +20% territory influence per Theatron owned.</Tooltip>
|
||||
<History>Greek theatres were places where the immortal tragedies of Aeschylus, Sophocles and many other talented dramatists were staged to the delight of the populace. They were instrumental in enriching Hellenic culture and spreading its influence.</History>
|
||||
<Icon>structures/theatron.png</Icon>
|
||||
</Identity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue