Results 1 to 4 of 4

Thread: How do I change unit stats?

  1. #1

    Default How do I change unit stats?

    I want to boost the attack and defense value of the Roman legions.

    Any simple, easy way that can be done for a non-computer programmer?

    edit- Oh, yeah and how do I change the bonuses in the temples?
    Last edited by RoyalGuard; June 24, 2006 at 04:05 AM.

  2. #2

    Default Re: How do I change unit stats?

    The export_descr_unit.txt contains the stats of the units.
    The top of the page explains the lines of the statistics. For example:
    stat_pri From left to right
    ; attack factor
    ; attack bonus factor if charging
    ; missile type fired (no if not a missile weapon type)
    ; range of missile
    etc
    Which is ''stat_pri 1, 0, no, 0, 0, melee, simple, piercing, knife, 25 ,1''

    The export_descr_buildings.txt contains the informations for the temples
    For example:
    temple_of_battle_temple requires factions { dacia, thrace, }
    {
    capability
    {
    recruit "barb naked fanatics dacian" 0 requires factions { dacia, }
    happiness_bonus bonus 2
    recruits_morale_bonus bonus 1

    You add or change anything you want

  3. #3
    gladiatort's Avatar BamBimBangBam
    Join Date
    May 2006
    Location
    Lithuania/Litauen/Lietuva (LIE-TU-VA!!! ju sanava bych!)
    Posts
    702

    Default Re: How do I change unit stats?

    how to change unit stats.
    1. open you rome data folder
    2. find file export_descr_unit (better to make backup of this file)
    3. find your wanted unit for ex. legionary cohort.
    it looks like this:

    type roman legionary cohort ii
    dictionary roman_legionary_cohort_ii ; Legionary Cohort
    category infantry
    class heavy
    voice_type Medium_1
    soldier roman_legionary_cohort_ii, 40, 0, 1.3
    officer roman_standard
    attributes sea_faring, hide_forest, can_sap, hardy
    formation 1, 2, 2, 3, 4, square, testudo
    stat_health 1, 0
    stat_pri 13, 4, pilum, 35, 2, thrown, blade, piercing, spear, 25 ,1
    stat_pri_attr prec, thrown ap
    stat_sec 9, 4, no, 0, 0, melee, simple, piercing, sword, 25 ,1
    stat_sec_attr no
    stat_pri_armour 12, 5, 5, metal
    stat_sec_armour 0, 1, flesh
    stat_heat 5
    stat_ground 2, 0, 0, 0
    stat_mental 10, disciplined, highly_trained
    stat_charge_dist 30
    stat_fire_delay 0
    stat_food 60, 300
    stat_cost 1, 740, 210, 80, 120, 740
    ownership romans julii,romans brutii,romans scipii,romans senate

    4. to change attack stats find line stat_pri 13, 4, pilum, 35, 2, thrown, blade, for unit's primary weapon.
    From left to right: attack factor, attack bonus factor if charging

    5. to change defense stats find line stat_pri_armour 12, 5, 5, metal.
    from left to right: armour, defensive skill, shield.

    Enjoy

  4. #4

    Default Re: How do I change unit stats?

    Thanks guys!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •