Koppa Dasao
Chieftain
Fast worker:
- Works 25% faster than a normal worker
- May defend itself. (I hope)
<GameData>
<units>
<Row>
<Class>UNITCLASS_WORKER</Class>
<Type>UNIT_FAST_WORKER</Type>
<Cost>70</Cost>
<Moves>2</Moves>
<Capture>UNITCLASS_WORKER</Capture>
<Domain>DOMAIN_LAND</Domain>
<DefaultUnitAI>UNITAI_WORKER</DefaultUnitAI>
<Description>TXT_KEY_UNIT_FAST_WORKER</Description>
<Civilopedia>TXT_KEY_CIV5_ANTIQUITY_WORKER_TEXT</Civilopedia>
<Strategy>TXT_KEY_UNIT_WORKER_STRATEGY</Strategy>
<Help>TXT_KEY_UNIT_HELP_FAST_WORKER</Help>
<AdvancedStartCost>20</AdvancedStartCost>
<WorkRate>125</WorkRate>
<CombatLimit>0</CombatLimit>
<XPValueDefense>3</XPValueDefense>
<UnitArtInfo>ART_DEF_UNIT__WORKER</UnitArtInfo>
<UnitArtInfoEraVariation>true</UnitArtInfoEraVariation>
<UnitFlagIconOffset>1</UnitFlagIconOffset>
<PortraitIndex>1</PortraitIndex>
<IconAtlas>UNIT_ATLAS_1</IconAtlas>
</Row>
</units>
<Unit_AITypes>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<UnitAIType>UNITAI_WORKER</UnitAIType>
</Row>
</Unit_AITypes>
<Unit_Builds>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_ROAD</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_RAILROAD</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_FARM</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_MINE</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_TRADING_POST</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_LUMBERMILL</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_PASTURE</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_CAMP</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_PLANTATION</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_QUARRY</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_WELL</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_FORT</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REMOVE_JUNGLE</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REMOVE_MARSH</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REMOVE_FOREST</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_SCRUB_FALLOUT</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REPAIR</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REMOVE_ROUTE</BuildType>
</Row>
</Unit_Builds>
<Unit_Flavors>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<FlavorType>FLAVOR_TILE_IMPROVEMENT</FlavorType>
<Flavor>15</Flavor>
</Row>
</Unit_Flavors>
<Row tag="TXT_KEY_UNIT_FAST_WORKER">
<Text>Fast Worker</Text>
</Row>
<Row tag="TXT_KEY_UNIT_HELP_FAST_WORKER">
<Text>This unit's ability to work 25% faster makes developing land around your cities easier.</Text>
</Row>
</GameData>
To activate the unit add the following to your files:
<Civilization_UnitClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_YOUR_CIVILIZATION</CivilizationType>
<UnitClassType>UNITCLASS_WORKER</UnitClassType>
<UnitType>UNIT_FAST_WORKER</UnitType>
</Row>
</Civilization_UnitClassOverrides>
- Works 25% faster than a normal worker
- May defend itself. (I hope)
Spoiler :
<GameData>
<units>
<Row>
<Class>UNITCLASS_WORKER</Class>
<Type>UNIT_FAST_WORKER</Type>
<Cost>70</Cost>
<Moves>2</Moves>
<Capture>UNITCLASS_WORKER</Capture>
<Domain>DOMAIN_LAND</Domain>
<DefaultUnitAI>UNITAI_WORKER</DefaultUnitAI>
<Description>TXT_KEY_UNIT_FAST_WORKER</Description>
<Civilopedia>TXT_KEY_CIV5_ANTIQUITY_WORKER_TEXT</Civilopedia>
<Strategy>TXT_KEY_UNIT_WORKER_STRATEGY</Strategy>
<Help>TXT_KEY_UNIT_HELP_FAST_WORKER</Help>
<AdvancedStartCost>20</AdvancedStartCost>
<WorkRate>125</WorkRate>
<CombatLimit>0</CombatLimit>
<XPValueDefense>3</XPValueDefense>
<UnitArtInfo>ART_DEF_UNIT__WORKER</UnitArtInfo>
<UnitArtInfoEraVariation>true</UnitArtInfoEraVariation>
<UnitFlagIconOffset>1</UnitFlagIconOffset>
<PortraitIndex>1</PortraitIndex>
<IconAtlas>UNIT_ATLAS_1</IconAtlas>
</Row>
</units>
<Unit_AITypes>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<UnitAIType>UNITAI_WORKER</UnitAIType>
</Row>
</Unit_AITypes>
<Unit_Builds>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_ROAD</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_RAILROAD</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_FARM</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_MINE</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_TRADING_POST</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_LUMBERMILL</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_PASTURE</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_CAMP</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_PLANTATION</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_QUARRY</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_WELL</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_FORT</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REMOVE_JUNGLE</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REMOVE_MARSH</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REMOVE_FOREST</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_SCRUB_FALLOUT</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REPAIR</BuildType>
</Row>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<BuildType>BUILD_REMOVE_ROUTE</BuildType>
</Row>
</Unit_Builds>
<Unit_Flavors>
<Row>
<UnitType>UNIT_FAST_WORKER</UnitType>
<FlavorType>FLAVOR_TILE_IMPROVEMENT</FlavorType>
<Flavor>15</Flavor>
</Row>
</Unit_Flavors>
<Row tag="TXT_KEY_UNIT_FAST_WORKER">
<Text>Fast Worker</Text>
</Row>
<Row tag="TXT_KEY_UNIT_HELP_FAST_WORKER">
<Text>This unit's ability to work 25% faster makes developing land around your cities easier.</Text>
</Row>
</GameData>
To activate the unit add the following to your files:
Spoiler :
<Civilization_UnitClassOverrides>
<Row>
<CivilizationType>CIVILIZATION_YOUR_CIVILIZATION</CivilizationType>
<UnitClassType>UNITCLASS_WORKER</UnitClassType>
<UnitType>UNIT_FAST_WORKER</UnitType>
</Row>
</Civilization_UnitClassOverrides>