1
0
forked from 0ad/0ad

[A26][Persians][Fixes] Fixes the Immortal Archer and Ice House for Persians.

This was SVN commit r26998.
This commit is contained in:
wowgetoffyourcellphone 2022-07-03 21:04:23 +00:00
parent 22466770f1
commit a7c709c58c
4 changed files with 42 additions and 5 deletions

View File

@ -1,6 +1,9 @@
{ {
"genericName": "Subterraneam Aqueducts", "genericName": "Subterranean Aqueducts",
"description": "Qanat, network of underground aqueducts connected to the yakhchal.", "specificName": {
"pers": "Kārēz"
},
"description": "Qanāt or Kārēz, a network of underground aqueducts connected to the yakhchal ice house.",
"cost": { "cost": {
"wood": 300, "wood": 300,
"stone": 300 "stone": 300
@ -12,9 +15,9 @@
] ]
}, },
"requirementsTooltip": "Unlocked in City Phase.", "requirementsTooltip": "Unlocked in City Phase.",
"icon": "cornucopia.png", "icon": "flood_control.png",
"researchTime": 40, "researchTime": 40,
"tooltip": "IceHouse +1 trickle food rate per second.", "tooltip": "Ice House +1 trickle food rate per second.",
"modifications": [ "modifications": [
{ "value": "ResourceTrickle/Rates/food", "add": 1 } { "value": "ResourceTrickle/Rates/food", "add": 1 }
], ],

View File

@ -41,9 +41,15 @@
<ProductionQueue/> <ProductionQueue/>
<Researcher> <Researcher>
<Technologies datatype="tokens"> <Technologies datatype="tokens">
pers_food_trickle subterranean_aqueducts
</Technologies> </Technologies>
</Researcher> </Researcher>
<ResourceTrickle>
<Rates>
<food>1.0</food>
</Rates>
<Interval>2000</Interval>
</ResourceTrickle>
<Sound> <Sound>
<SoundGroups> <SoundGroups>
<select>interface/select/building/sel_farmstead.xml</select> <select>interface/select/building/sel_farmstead.xml</select>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_archer">
<Health>
<Max>140</Max>
</Health>
<Identity>
<Civ>pers</Civ>
<Lang>persian</Lang>
<GenericName>Persian Immortal</GenericName>
<SpecificName>Anušiya</SpecificName>
<VisibleClasses datatype="tokens">Immortal</VisibleClasses>
<Icon>units/pers_champion_infantry_archer.png</Icon>
</Identity>
<Upgrade>
<Immortal_spearman>
<Entity>units/pers/champion_infantry</Entity>
<Tooltip>Switch to using a spear and shield.</Tooltip>
<Variant>upgrading</Variant>
<Time>8</Time>
</Immortal_spearman>
</Upgrade>
<UnitMotion>
<WalkSpeed op="mul">0.79</WalkSpeed>
</UnitMotion>
<VisualActor>
<Actor>units/persians/infantry_archer_c.xml</Actor>
</VisualActor>
</Entity>