diff --git a/binaries/data/mods/official/entities/units/combat_dude_roman.xml b/binaries/data/mods/official/entities/units/combat_dude_roman.xml index 80a34defc9..9a11df1a7f 100755 --- a/binaries/data/mods/official/entities/units/combat_dude_roman.xml +++ b/binaries/data/mods/official/entities/units/combat_dude_roman.xml @@ -10,6 +10,9 @@ specific="Dude" ranked="Basic Dude" + personal="Vercinius Testiuso" + personal1="rome_male_names_1st.csv" + personal2="rome_male_names_2nd.csv" icon="unit_dude" rollover="Roman Dudes deal more damage, but have less armour compared to other Dudes." history="The Dude has little history, since he's only been in the game for a few months." diff --git a/binaries/data/mods/official/entities/units/hele_csw_b1.xml b/binaries/data/mods/official/entities/units/hele_csw_b1.xml index 13f50f2a6b..0962500699 100755 --- a/binaries/data/mods/official/entities/units/hele_csw_b1.xml +++ b/binaries/data/mods/official/entities/units/hele_csw_b1.xml @@ -9,7 +9,8 @@ generic="Cavalry Swordsman" specific="Hyppikon" ranked="Basic Hyppikon" - personal="hele_names.csv" + personal1="hele_male_names_1st.csv" + personal2="hele_male_names_2nd.csv" icon="unit_cavalrydude" rollover="Cavalry were made up of the upper class since they were the only ones who could afford horses. Initially they were missile troops who avoided close combat, throwing javelins and spears at enemy troops. Later on thanks to developments by the Macedonians they began to close with enemy troops to use their swords. As with all ancient horsemen the Hyppikon did not have stirrups or a saddle." type="UnitCavalry, UnitCitizenSoldier, UnitMelee, UnitMilitary, UnitMounted, UnitNonMechanical, UnitSwordsman, UnitWorker, CavSword" diff --git a/binaries/data/mods/official/entities/units/hele_fem_b1.xml b/binaries/data/mods/official/entities/units/hele_fem_b1.xml index 6febcd7505..991af41141 100755 --- a/binaries/data/mods/official/entities/units/hele_fem_b1.xml +++ b/binaries/data/mods/official/entities/units/hele_fem_b1.xml @@ -7,7 +7,8 @@ class2="Support" generic="Female Citizen" specific="Ghune" - personal="hele_female_names.csv" + personal1="hele_fem_names_1st.csv" + personal2="hele_fem_names_2nd.csv" icon="unit_dudette" rollover="Greek women were kept under tight control by their husbands, rarely leaving the home for anything beyond the necessities of daily life. They could not own anything or be involved in any business or legal transaction. They acted as household cook, nurse, seamstress, and early educator to young children. Spartan women were an exception to the normal code of conduct and enjoyed many freedoms." type="UnitFoot, UnitSupport, UnitWorker" diff --git a/binaries/data/mods/official/entities/units/hele_isp_u1.xml b/binaries/data/mods/official/entities/units/hele_isp_u1.xml index 17f8f54f05..79f8f093fb 100755 --- a/binaries/data/mods/official/entities/units/hele_isp_u1.xml +++ b/binaries/data/mods/official/entities/units/hele_isp_u1.xml @@ -9,7 +9,8 @@ generic="Infantry Spearman" specific="Hoplite" ranked="Ultimate Hoplite" - personal="hele_names.csv" + personal1="hele_male_names_1st.csv" + personal2="hele_male_names_2nd.csv" icon="unit_dude" rollover="Hoplites were the very symbol of Hellenistic prestige and citizenship, armed with a spear and a large round, bronze-coated shield known as a hoplon. Armor was heavy, with bronze helmets and a cuirass of either bronze or linen, in addition to greaves. Hoplites fought in a tight formation called a phalanx, guarding each other with their shields while they attacked the enemy with their spear or a short iron sword." type="UnitSpearman, UnitNonMechanical, UnitMilitary, UnitCitizenSoldier" diff --git a/binaries/data/mods/official/entities/units/hele_isw_b1.xml b/binaries/data/mods/official/entities/units/hele_isw_b1.xml index ff7ba0a636..3a145c8120 100755 --- a/binaries/data/mods/official/entities/units/hele_isw_b1.xml +++ b/binaries/data/mods/official/entities/units/hele_isw_b1.xml @@ -9,7 +9,8 @@ generic="Infantry Swordsman" specific="Dude" ranked="Basic Dude" - personal="hele_names.csv" + personal1="hele_male_names_1st.csv" + personal2="hele_male_names_2nd.csv" icon="unit_dude" rollover="The Dude is hiding among the Hellenic forces, since the Greeks have no swordsmen." type="UnitSwordsman, UnitNonMechanical, UnitMilitary, UnitCitizenSoldier"