1
0
forked from 0ad/0ad

Rename the Briton hero Cynvelin to Cunobelin, which is a more common appellation, and is coherent with the historical data of the game. Also fix some typos by this mean.

Fixes #2639

This was SVN commit r15759.
This commit is contained in:
Nicolas Auvray 2014-09-16 09:13:26 +00:00
parent 809189d953
commit b5f32e720f
16 changed files with 43 additions and 43 deletions

View File

@ -4,10 +4,10 @@
<castshadow/>
<group>
<variant frequency="1" name="cynelvin-head">
<variant frequency="1" name="cunobelin-head">
<colour>78 55 24</colour>
<mesh>props/dude_head.dae</mesh>
<textures><texture file="props/head/celt_cynvelin.dds" name="baseTex"/></textures>
<textures><texture file="props/head/celt_cunobelin.dds" name="baseTex"/></textures>
</variant>
</group>

View File

@ -18,12 +18,12 @@
</animations>
<mesh>skeletal/m_hero_cape.dae</mesh>
<props>
<prop actor="props/units/heads/head_cynelvin.xml" attachpoint="head"/>
<prop actor="props/units/shields/celt_cynelvin.xml" attachpoint="shield"/>
<prop actor="props/units/heads/head_cunobelin.xml" attachpoint="head"/>
<prop actor="props/units/shields/celt_cunobelin.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/csword.xml" attachpoint="r_hand"/>
<prop actor="props/temp/l_sheath.xml" attachpoint="l_hip"/>
</props>
<textures><texture file="skeletal/celt_cynelvin.dds" name="baseTex"/></textures>
<textures><texture file="skeletal/celt_cunobelin.dds" name="baseTex"/></textures>
</variant>
</group>

View File

@ -14,9 +14,9 @@
<colour>0 0 0</colour>
<mesh>skeletal/horse.pmd</mesh>
<props>
<prop actor="units/celts/cynvelin_r.xml" attachpoint="rider"/>
<prop actor="units/celts/cunobelin_r.xml" attachpoint="rider"/>
</props>
<textures><texture file="skeletal/horse_celt_cynelvin.dds" name="baseTex"/></textures>
<textures><texture file="skeletal/horse_celt_cunobelin.dds" name="baseTex"/></textures>
</variant>
</group>
<group>

View File

@ -13,13 +13,13 @@
</animations>
<mesh>skeletal/m_hero_cape.dae</mesh>
<props>
<prop actor="props/units/heads/head_cynelvin.xml" attachpoint="head"/>
<prop actor="props/units/shields/celt_cynelvin.xml" attachpoint="shield"/>
<prop actor="props/units/heads/head_cunobelin.xml" attachpoint="head"/>
<prop actor="props/units/shields/celt_cunobelin.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/csword.xml" attachpoint="r_hand"/>
<prop actor="props/temp/l_sheath.xml" attachpoint="l_hip"/>
<prop actor="props/units/heads/celt_hood_priest.xml" attachpoint="helmet"/>
</props>
<textures><texture file="skeletal/celt_cynelvin.dds" name="baseTex"/></textures>
<textures><texture file="skeletal/celt_cunobelin.dds" name="baseTex"/></textures>
</variant>
</group>
<material>player_trans.xml</material>

Binary file not shown.

View File

@ -36,7 +36,7 @@
<Entities datatype="tokens">
units/brit_hero_boudicca
units/brit_hero_caratacos
units/brit_hero_cynvelin
units/brit_hero_cunobelin
units/brit_champion_cavalry
units/brit_champion_infantry
units/brit_mechanical_siege_ram

View File

@ -37,7 +37,7 @@
<Entities datatype="tokens">
units/celt_hero_boudicca
units/celt_hero_caratacos
units/celt_hero_cynvelin
units/celt_hero_cunobelin
units/celt_champion_cavalry_brit
units/celt_champion_infantry_brit
units/celt_mechanical_siege_ram

View File

@ -24,7 +24,7 @@
<Identity>
<Civ>brit</Civ>
<SpecificName>Caratacos</SpecificName>
<History>Caratacos's name is better known in its Romanized form, Caratacus. Under this name he is remembered as a fierce defender of Britain against the Romans after their invasion in 43 AD. Son of King Cynvelin of the Catuvellauni tribe, Caratacos fought for nine years against the Romans with little success, eventually fleeing to the tribes in Wales, where he was defeated decisively. Finally he entered Northern Britain, where was handed over to the Romans. Taken to Rome, Caratacos was allowed to live by the Emperor Claudius and died in Italy.</History>
<History>Caratacos's name is better known in its Romanized form, Caratacus. Under this name he is remembered as a fierce defender of Britain against the Romans after their invasion in 43 AD. Son of King Cunobelin of the Catuvellauni tribe, Caratacos fought for nine years against the Romans with little success, eventually fleeing to the tribes in Wales, where he was defeated decisively. Finally he entered Northern Britain, where was handed over to the Romans. Taken to Rome, Caratacos was allowed to live by the Emperor Claudius and died in Italy.</History>
<Icon>units/celt_hero_caratacos.png</Icon>
</Identity>
<VisualActor>

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero_cavalry_swordsman">
<Auras>
<Aura1>
<Type>range</Type>
<Radius>60</Radius>
<Affects>Unit</Affects>
<Modifications>
<Health.RegenRate> <Add>1</Add> </Health.RegenRate>
</Modifications>
<AuraName>Hero Aura</AuraName>
<AuraDescription>Let all units heal at 1 HP per second</AuraDescription>
</Aura1>
</Auras>
<Armour>
<Hack>10</Hack>
</Armour>
<Identity>
<Civ>brit</Civ>
<SpecificName>Cunobelin</SpecificName>
<History>Cunobelin was a powerful ruler centered in the territory around modern day London. Ruling the Catuvellauni from Camulodunum, he was a warrior king who conquered a neighboring tribe and was referred to by the Romans as the King of the Britons. Eventually Cunobelin retired to become the arch-druid of Siluria, but was taken to Rome with his son upon Caratacos's capture. According to legend, the Apostle Paul baptized Cunobelin into Christianity before he died in Italy.</History>
<Icon>units/celt_hero_cunobelin.png</Icon>
</Identity>
<VisualActor>
<Actor>units/celts/cunobelin_horse.xml</Actor>
</VisualActor>
</Entity>

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero_cavalry_swordsman">
<Auras>
<Aura1>
<Type>range</Type>
<Radius>60</Radius>
<Affects>Unit</Affects>
<Modifications>
<Health.RegenRate> <Add>1</Add> </Health.RegenRate>
</Modifications>
<AuraName>Hero Aura</AuraName>
<AuraDescription>Let all units heal at 1 HP per second</AuraDescription>
</Aura1>
</Auras>
<Armour>
<Hack>10</Hack>
</Armour>
<Identity>
<Civ>brit</Civ>
<SpecificName>Cynvelin</SpecificName>
<History>Cynvelin was a powerful ruler centered in the territory around modern day London. Ruling the Catuvellauni from Camulodunum, he was a warrior king who conquered a neighboring tribe and was referred to by the Romans as the King of the Britons. Eventually Cynvelin retired to become the arch-druid of Siluria, but was taken to Rome with his son upon Caratacos's capture. According to legend, the Apostle Paul baptized Cynvelin into Christianity before he died in Italy.</History>
<Icon>units/celt_hero_cynvelin.png</Icon>
</Identity>
<VisualActor>
<Actor>units/celts/cynvelin_horse.xml</Actor>
</VisualActor>
</Entity>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/brit_hero_cynvelin">
<Entity parent="units/brit_hero_cunobelin">
<Identity>
<Civ>celt</Civ>
</Identity>