[Han Chinese - Alpha 26] This retools the Imperial Court upgrade for the Civic Center.

Discussion:
https://wildfiregames.com/forum/topic/71582-fixing-chinese-han/

This removes the Champion training aspect and reduces the GarrisonHolder
from 2x to a 1.5x bonus, the same as the health and capture points
bonus. 2x garrisoning caused there to be a prohibitive number of arrows.

Replaces the champions with faster batch training speed. Unlocked heroes
still remain.

This was SVN commit r26634.
This commit is contained in:
wowgetoffyourcellphone
2022-03-13 04:53:40 +00:00
parent 2c9a6704e0
commit ff4e30d672
2 changed files with 7 additions and 8 deletions
@@ -30,7 +30,7 @@
<Upgrade>
<ImperialCourt>
<Entity>structures/han/civil_centre_court</Entity>
<Tooltip>Greatly increase the health, capture resistance, and garrison capacity of this Civic Center. Unlock training of Heroes and Champions from this Civic Center.</Tooltip>
<Tooltip>This greatly increases the health, capture resistance, and garrison capacity of this specific Civic Center. Unlock training of Heroes here and reduce its research and batch training times by half.</Tooltip>
<RequiredTechnology>phase_city</RequiredTechnology>
<Cost>
<stone>300</stone>
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="structures/han/civil_centre">
<BuildRestrictions>
<Category>ImperialCourt</Category>
</BuildRestrictions>
<Capturable>
<CapturePoints op="mul">1.5</CapturePoints>
</Capturable>
<GarrisonHolder>
<Max op="mul">2</Max>
<Max op="mul">1.5</Max>
</GarrisonHolder>
<Health>
<Max op="mul">1.5</Max>
@@ -14,7 +17,7 @@
<GenericName>Imperial Court</GenericName>
<SpecificName>Cháotíng</SpecificName>
<VisibleClasses datatype="tokens">Defensive ImperialCourt City</VisibleClasses>
<Classes datatype="tokens">CivCentre ImperialCourt CivSpecific</Classes>
<Classes datatype="tokens">CivCentre CivSpecific</Classes>
<RequiredTechnology>phase_city</RequiredTechnology>
<Icon>structures/military_settlement.png</Icon>
</Identity>
@@ -27,15 +30,11 @@
</Technologies>
</Researcher>
<Trainer>
<BatchTimeModifier op="mul">0.5</BatchTimeModifier>
<Entities datatype="tokens">
units/{civ}/champion_infantry_archer
units/{civ}/champion_infantry_swordsman
units/{civ}/hero_han_xin_horse
units/{civ}/hero_liu_bang_horse
units/{civ}/hero_wei_qing_chariot
-units/{civ}/infantry_spearman_b
-units/{civ}/infantry_archer_b
-units/{civ}/cavalry_swordsman_b
</Entities>
</Trainer>
<Upgrade disable=""/>