I think that in addition to the rank, it is possible to have at least two single units, for example a captain and a standard carrier, so in theory it would be possible to have a myrmidon unit with captain Achille and a sub-captain Patroclus.
This is an example:
Code:
type spanish bull warriors
dictionary bull_warriors1 ; Devotio Warrior
category infantry
class heavy
voice_type Medium_1
soldier carthage_bull_warrior, 40, 0, 1
officer carthaginian_standard
officer estandarte
attributes sea_faring, hide_improved_forest, hardy
formation 1, 2, 2, 3, 3, square
stat_health 2, 0
stat_pri 17, 5, pilum, 40, 2, thrown, blade, piercing, spear, 25 ,1
stat_pri_attr prec, thrown ap
stat_sec 13, 5, no, 0, 0, melee, simple, piercing, sword, 25 ,0.75
stat_sec_attr no
stat_pri_armour 5, 5, 2, metal
stat_sec_armour 0, 1, flesh
stat_heat 0
stat_ground 2, 1, 0, -1
stat_mental 15, impetuous, untrained
stat_charge_dist 40
stat_fire_delay 0
stat_food 60, 300
stat_cost 2, 1150, 200, 120, 180, 1150
ownership spain
This is the description of the whole unit in export_descr_unit and it is necessary to define the officer in descr_model_battle:
Code:
type estandarte
skeleton fs_standard_bearer
indiv_range 40
texture spain, data/models_unit/textures/Musico_ibero.tga
model_flexi data/models_unit/officer_east_musician_300.cas, 8
model_flexi data/models_unit/officer_east_musician_200.cas, 15
model_flexi data/models_unit/officer_east_musician_100.cas, 30
model_flexi data/models_unit/officer_east_musician_70.cas, max
model_sprite spain, 60.0, data/sprites/numidia_carthage_numidian_cavalry_sprite.spr
model_tri 400, 0.5f, 0.5f, 0.5
Cheers.
Bookmarks