Results 1 to 4 of 4

Thread: stronger charge

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Icon5 stronger charge

    Hi, i've been trying to make cavalery charge stronger, like in RTW. I already try to add more mass to their mount bu thhat does not work.
    What I want is a cavalry charge that would kill more men, and send a little bit more man flying in the air.
    So, if mass doesn't change anything what should I change in the stats?

    PS: I don't want cavalery charge to be over-powerfull, but at least 2x powerfull.

  2. #2
    The Holy Pilgrim's Avatar In Memory of Blackomur
    Citizen

    Join Date
    Feb 2009
    Location
    Someplace other than here
    Posts
    11,921

    Default Re: stronger charge

    Hey GueulEclator,

    All you have to do is change the charge value in bold red) in the "stat_pri" line of the unit you want to have a greater charge. That should do the trick

    Code:
    type             Gondor Cavalry
    dictionary       Gondor_Cavalry      ; Gondor Cavalry
    category         cavalry
    class            heavy
    voice_type       Heavy
    banner faction   main_cavalry
    banner holy      crusade
    soldier          gondor_cavalry, 30, 0, 1
    officer             gondor_captain_early_flag
    officer             gondor_captain_early_flag
    mount            gondor horse
    mount_effect     elephant -4, camel -4
    attributes       sea_faring, hide_forest, can_withdraw, legionary_name, can_formed_charge, knight, free_upkeep_unit
    formation        2, 4.4, 3, 6, 2, square
    stat_health      1, 3
    stat_pri         6, 9, no, 0, 0, melee, melee_blade, piercing, spear, 25, 1
    stat_pri_attr    no
    stat_sec         8, 4, no, 0, 0, melee, melee_blade, piercing, sword, 25, 1
    stat_sec_attr    no
    stat_pri_armour  8, 4, 0, metal
    stat_sec_armour  0, 0, flesh
    stat_heat        6
    stat_ground      -1, -2, -3, -2
    stat_mental      14, disciplined, trained
    stat_charge_dist 45
    stat_fire_delay  0
    stat_food        60, 300
    stat_cost        1, 890, 320, 100, 100, 890, 3, 150
    armour_ug_levels 3, 4, 5
    armour_ug_models gondor_cavalry, gondor_cavalry_ug1, gondor_cavalry_ug2
    ownership        sicily, timurids
    era 0            sicily
    era 1            sicily
    era 2            sicily
    recruit_priority_offset    15

  3. #3

    Default Re: stronger charge

    Yep it worked fine! thanks.
    I had forgotten that there was 2 different attack (normal and charge)

  4. #4
    The Holy Pilgrim's Avatar In Memory of Blackomur
    Citizen

    Join Date
    Feb 2009
    Location
    Someplace other than here
    Posts
    11,921

    Default Re: stronger charge

    Glad that I could help

Posting Permissions

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