Skip to content

Commit 0d6e8be

Browse files
Revolt deck expanded
icons and portraits adjusted for tlaxcalan club warrior
1 parent f292a84 commit 0d6e8be

File tree

7 files changed

+124
-3
lines changed

7 files changed

+124
-3
lines changed
Binary file not shown.

data/homecityspanish2.xml

Lines changed: 60 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@
20122012
<maxcount>-1</maxcount>
20132013
<level>0</level>
20142014
<prereqtech>-1</prereqtech>
2015-
<age>2</age>
2015+
<age>1</age>
20162016
<displayunitcount>14</displayunitcount>
20172017
<revoltcard>
20182018
</revoltcard>
@@ -2022,7 +2022,7 @@
20222022
<maxcount>-1</maxcount>
20232023
<level>0</level>
20242024
<prereqtech>-1</prereqtech>
2025-
<age>2</age>
2025+
<age>1</age>
20262026
<displayunitcount>14</displayunitcount>
20272027
<revoltcard>
20282028
</revoltcard>
@@ -2032,12 +2032,59 @@
20322032
<maxcount>-1</maxcount>
20332033
<level>0</level>
20342034
<prereqtech>-1</prereqtech>
2035-
<age>2</age>
2035+
<age>1</age>
20362036
<displayunitcount>14</displayunitcount>
20372037
<revoltcard>
20382038
</revoltcard>
20392039
</card>
2040+
<card>
2041+
<name>HCXPShipMixedCrates5</name>
2042+
<maxcount>1</maxcount>
2043+
<level>25</level>
2044+
<prereqtech>HCXPShipMixedCrates4</prereqtech>
2045+
<age>2</age>
2046+
<displayunitcount>1200</displayunitcount>
2047+
<infiniteinlastage>1</infiniteinlastage>
2048+
</card>
2049+
<card>
2050+
<name>altTetzcocoTemple</name>
2051+
<maxcount>1</maxcount>
2052+
<level>0</level>
2053+
<prereqtech>-1</prereqtech>
2054+
<age>3</age>
2055+
<displayunitcount>7</displayunitcount>
2056+
<revoltcard>
2057+
</revoltcard>
2058+
</card>
20402059

2060+
<!-- Non-unique cards -->
2061+
<card>
2062+
<name>altNativeVilShipment</name>
2063+
<maxcount>-1</maxcount>
2064+
<level>0</level>
2065+
<age>0</age>
2066+
<displayunitcount>8</displayunitcount>
2067+
<revoltcard>
2068+
</revoltcard>
2069+
</card>
2070+
<card>
2071+
<name>HCXPPioneers2</name>
2072+
<maxcount>1</maxcount>
2073+
<level>0</level>
2074+
<prereqtech>XPRevolution</prereqtech>
2075+
<age>1</age>
2076+
<revoltcard>
2077+
</revoltcard>
2078+
</card>
2079+
<card>
2080+
<name>DEHCREVMXMayaJungleVillages</name>
2081+
<maxcount>1</maxcount>
2082+
<level>0</level>
2083+
<prereqtech>XPRevolution</prereqtech>
2084+
<age>0</age>
2085+
<revoltcard>
2086+
</revoltcard>
2087+
</card>
20412088

20422089
</cards>
20432090
<decks>
@@ -2361,6 +2408,16 @@
23612408
<card>altTlaxcalanEliteAge4Rev</card>
23622409
<card>altTlaxcalanClubmanAge4Rev</card>
23632410
<card>altTetzcocoAge4Rev</card>
2411+
<card>altNativeVilShipment</card>
2412+
<card>HCXPPioneers2</card>
2413+
<card>HCExoticHardwoods</card>
2414+
<card>DEHCREVMXMayaJungleVillages</card>
2415+
<card>HCNativeWarriors</card>
2416+
<card>HCNativeTreaties</card>
2417+
<card>HCNativeLore</card>
2418+
<card>HCXPShipMixedCrates5</card>
2419+
<card>altTetzcocoTemple</card>
2420+
<card>HCXPBloodBrothers</card>
23642421
</cards>
23652422
</revoltdeck>
23662423
</decks>

data/strings/english/stringmods.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116
<string _locid="804029">alt Tetzcoco Warrior</string>
117117
<string _locid="804030">Tetzcoco Auxiliaries</string>
118118
<string _locid="804031">Ships a number of Tetzcoco Warriors</string>
119+
<string _locid="804032">Native Villagers</string>
120+
<string _locid="804033">Ships a number of Native Villagers</string>
121+
<string _locid="804034">Temple of Tloque Nahuaque</string>
122+
<string _locid="804035">Ships a number of Tetzcoco Warriors and improves them in combat.</string>
123+
119124

120125
</language>
121126
</stringtable>

data/techtreemods.xml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,19 @@
926926
<target type="Player">
927927
</target>
928928
</effect>
929+
<!-- Disable Villagers -->
930+
<effect type="Data" amount="0.00" subtype="Enable" relativity="Absolute">
931+
<target type="ProtoUnit">Settler</target>
932+
</effect>
933+
<effect type="CommandRemove" proto="Settler">
934+
<target type="ProtoUnit">TownCenter</target>
935+
</effect>
936+
<effect type="CommandRemove" proto="FishingBoat">
937+
<target type="ProtoUnit">Dock</target>
938+
</effect>
939+
<effect type="Data" amount="0.00" subtype="Enable" relativity="Absolute">
940+
<target type="ProtoUnit">FishingBoat</target>
941+
</effect>
929942
</effects>
930943
</tech>
931944
<tech name="altOtontinAge3Rev" type="Normal">
@@ -1053,5 +1066,51 @@
10531066
</effect>
10541067
</effects>
10551068
</tech>
1069+
<tech name="altNativeVilShipment" type="Normal">
1070+
<dbid>60033</dbid>
1071+
<displaynameid>804032</displaynameid>
1072+
<cost resourcetype="Ships">1.0000</cost>
1073+
<researchpoints>40.0000</researchpoints>
1074+
<status>UNOBTAINABLE</status>
1075+
<icon>resources\images\icons\techs\mexicans\revolutions\kuchkabal.png</icon>
1076+
<rollovertextid>804033</rollovertextid>
1077+
<flag>HomeCity</flag>
1078+
<effects>
1079+
<effect type="Data" amount="1.00" subtype="Enable" relativity="Absolute">
1080+
<target type="ProtoUnit">deREVNativeVillager</target>
1081+
</effect>
1082+
<effect type="Data" amount="8.00" subtype="FreeHomeCityUnit" unittype="deREVNativeVillager" relativity="Absolute">
1083+
<target type="Player">
1084+
</target>
1085+
</effect>
1086+
</effects>
1087+
</tech>
1088+
<tech name="altTetzcocoTemple" type="Normal">
1089+
<dbid>60034</dbid>
1090+
<displaynameid>804034</displaynameid>
1091+
<cost resourcetype="Gold">500.0000</cost>
1092+
<cost resourcetype="Ships">1.0000</cost>
1093+
<researchpoints>40.0000</researchpoints>
1094+
<status>UNOBTAINABLE</status>
1095+
<icon>resources\tlaxcalan\otontinAge3.png</icon>
1096+
<rollovertextid>804035</rollovertextid>
1097+
<flag>HomeCity</flag>
1098+
<effects>
1099+
<effect type="Data" amount="7.00" subtype="FreeHomeCityUnit" unittype="altTetzcocoWarrior" relativity="Absolute">
1100+
<target type="Player">
1101+
</target>
1102+
</effect>
1103+
<effect type="Data" amount="1.35" subtype="Hitpoints" relativity="BasePercent">
1104+
<target type="ProtoUnit">altTetzcocoWarrior</target>
1105+
</effect>
1106+
<effect type="Data" amount="1.10" subtype="Damage" allactions="1" relativity="BasePercent">
1107+
<target type="ProtoUnit">altTetzcocoWarrior</target>
1108+
</effect>
1109+
<effect type="Data" amount="0.25" subtype="MaximumVelocity" relativity="Absolute">
1110+
<target type="ProtoUnit">altTetzcocoWarrior</target>
1111+
</effect>
1112+
1113+
</effects>
1114+
</tech>
10561115

10571116
</techtreemods>
Loading
Loading

0 commit comments

Comments
 (0)