Results 1 to 12 of 12

Thread: what are all the heros?

Hybrid View

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

    Default what are all the heros?

    is there a hero for every faction? do some have more than one hero? when do they spawn for each country? etc etc
    I am not afraid of an army of lions led by a sheep; I am afraid of an army of sheep led by a lion.
    - Alexander the Great

  2. #2

    Default Re: what are all the heros?

    Each has its' hero and they spawn based on certain conditions that must occur. They might never spawn. In a nearly 100 turn game as Sicily I have seen about 12 spawn with an announcement for each. Not mine tho.

  3. #3
    Stylix's Avatar MOS Team Member
    Join Date
    Apr 2008
    Location
    Alabama, U.S.A.
    Posts
    2,263

    Default Re: what are all the heros?

    Quote Originally Posted by Grislok View Post
    Each has its' hero and they spawn based on certain conditions that must occur. They might never spawn. In a nearly 100 turn game as Sicily I have seen about 12 spawn with an announcement for each. Not mine tho.
    I have noticed the same thing. I am also playing Sicily and it is turn 120+ and I have not yet received a hero. I will have to look at the triggers and see if and when I should be expecting one.

  4. #4

    Default Re: what are all the heros?

    Would you consider posting a shot of your empire for me? Love to compare notes and gauge my progress. I am historically, slow to expand.

  5. #5
    Stylix's Avatar MOS Team Member
    Join Date
    Apr 2008
    Location
    Alabama, U.S.A.
    Posts
    2,263

    Default Re: what are all the heros?

    Quote Originally Posted by Grislok View Post
    Would you consider posting a shot of your empire for me? Love to compare notes and gauge my progress. I am historically, slow to expand.
    Sicily Campaign Screen Shot

    As you can see it is now turn 147 and I am at war with Milan, Venice and France. I am currently allied with the Papal States but they have backstabbed me twice during the campaign even with Perfect relations. The only way I have found to keep them from attacking me is to heavily reinforce any regions that may be threatened. If I outnumber them, they seem to leave me alone. I also try to keep my relation level at Outstanding at minimum. Although I am fighting a two front war I am holding my own. Venice was recently excommunicated which helps my cause and gives me freedom to attack them and keep them on the ropes. I read in another post about the heroes and that not all factions have them. Maybe Soul or someone will finish adding them or maybe we could divide the work and come up with a few possibilities.

    I noticed that the Militia Barracks upgrade for the large city does not allow the construction of any foot soldiers (just crossbowmen) until age of gunpowder. I modified the export_descr_buildings.txt file to allow Sicily to recruit Italian Spear Militia with this building, just like Milan and Venice.

    Best wishes on your campaign.

  6. #6

    Default Re: what are all the heros?

    Interesting Campaign, the thing I love about Sicily is that you have multiple paths to take whether it be defeating the Byzantines, Destroying the Egyptians, Conquering Italy, or going after the Moors.

  7. #7

    Default Re: what are all the heros?

    Does this feature require HHB?

  8. #8
    Magefsx's Avatar Campidoctor
    Join Date
    Dec 2009
    Location
    England
    Posts
    1,564

    Default Re: what are all the heros?

    Quote Originally Posted by Tissot View Post
    Does this feature require HHB?
    yes

  9. #9

    Default Re: what are all the heros?

    And there is really nice models for all heroes.

  10. #10

    Default Re: what are all the heros?

    every faction doesnt have a hero yet. look in the campaign script to see which factions do and what is needed for them to spawn. or check my spoiler.

    Spoiler Alert, click show to read: 
    ;------------------ historic characters------------------;

    monitor_event FactionTurnStart FactionType scotland
    and I_TurnNumber >= 25
    and DiplomaticStanceFromFaction england = AtWar

    spawn_army
    faction scotland
    character William Wallace, named character, age 20, x 175, y 302, portrait williams , battle_model Wallace_General, ;command 8, dread 4, loyalty 7, piety 1
    traits ScotlandHero 1 , GoodCommander 4 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4 , Hatesengland 1
    unit Highland Nobles exp 9 armour 1 weapon_lvl 1
    unit Highlanders exp 0 armour 0 weapon_lvl 0
    unit Highland Pikemen exp 0 armour 0 weapon_lvl 0
    end

    historic_event wallace_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType england
    and I_CrusadeInProgress

    spawn_army
    faction england
    character Robin of Locksley, named character, age 24, x 187, y 276, portrait robinh , battle_model norman_general5 , ;command 8, dread 4, loyalty 7, piety 1
    traits EnglandHero 1 , GoodCommander 3 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit Sherwood Archers exp 9 armour 0 weapon_lvl 1
    unit Spear Militia exp 0 armour 0 weapon_lvl 0
    unit Spear Militia exp 0 armour 0 weapon_lvl 0
    end

    historic_event robin_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType spain
    and I_TurnNumber >= 30
    and I_FactionBesieged spain

    spawn_army
    faction spain
    character El_Cid Campeador, named character, age 26, x 138, y 162, portrait el , ;command 8, dread 4, loyalty 7, piety 1
    traits SpainHero 1 , GoodCommander 4 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit Chivalric Knights exp 9 armour 1 weapon_lvl 1
    unit Spear Militia exp 0 armour 0 weapon_lvl 0
    unit Spear Militia exp 0 armour 0 weapon_lvl 0
    end

    historic_event el_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType aztecs
    and I_CompareCounter invasion > 0

    spawn_army
    faction aztecs
    character Moctezuma, named character, age 20, x 18, y 233, portrait mon , battle_model mesoamerican1_king, ;command 8, dread 4, loyalty 7, piety 1
    traits AztecsHero 1 , GoodCommander 3 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4, Berserker 3, Noctophilia 3, BattleScarred 3
    unit Native Archers exp 9 armour 3 weapon_lvl 1
    unit Eagle Warriors exp 0 armour 0 weapon_lvl 0
    unit Eagle Warriors exp 0 armour 0 weapon_lvl 0
    end

    historic_event mon_arives

    terminate_monitor

    end_monitor

    monitor_conditions I_SettlementUnderSiege Jerusalem
    and I_TurnNumber >= 1

    spawn_army
    faction jerusalem
    character Balian of Ibelin, named character, age 20, x 440, y 91, portrait balian , battle_model dismounted_knights_of_jerusalem, ;command 8, dread 4, loyalty 7, piety 1
    traits KojHero 1 , GoodCommander 3 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4, Noctophilia 3 , BattleScarred 1
    unit Tripolitan Squires exp 9 armour 3 weapon_lvl 1
    unit Maronites of Lebanon exp 0 armour 0 weapon_lvl 0
    unit Maronites of Lebanon exp 0 armour 0 weapon_lvl 0
    end

    historic_event balian_arives

    terminate_monitor

    end_monitor

    monitor_conditions I_CharacterTypeNearTile antioch named_character, 8 374,158
    and I_TurnNumber >= 60
    and DiplomaticStanceFromFaction antioch = AtWar

    spawn_army
    faction byzantium
    character Alexios, named character, age 20, x 374, y 158, family, portrait alex , battle_model norman_general1, ;command 8, dread 4, loyalty 7, piety 1
    traits ByzHero 1 , GoodCommander 3 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4, Noctophilia 3
    unit Archontopoulai exp 9 armour 3 weapon_lvl 1

    end

    historic_event alexios_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType france
    and I_TurnNumber >= 60
    and DiplomaticStanceFromFaction england = AtWar

    spawn_army
    faction france
    character Joan of Arc, named character, age 16, x 184, y 240, portrait joan , battle_model armored_clergy_ug1 ;command 8, dread 4, loyalty 7, piety 1
    traits FranceHero 1 , GoodCommander 3 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , NaturalMilitarySkill 2 , Loyal 4 , Hatesengland 1 , SecretlyFemale 1
    unit Gendarmes exp 9 armour 1 weapon_lvl 1
    unit Spear Militia exp 0 armour 0 weapon_lvl 0
    unit Spear Militia exp 0 armour 0 weapon_lvl 0
    end

    historic_event joan_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType norway
    and I_TurnNumber >= 1
    and I_NumberOfSettlements norway > 4

    spawn_army
    faction norway
    character Skule, named character, age 30, x 252, y 325, family, portrait skule , battle_model Varangian_Guard ;command 8, dread 4, loyalty 7, piety 1
    traits NordicHero 1 , GoodCommander 3 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit Gotland Footmen exp 9 armour 1 weapon_lvl 1
    end

    historic_event skule_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType poland
    and I_TurnNumber >= 1
    and DiplomaticStanceFromFaction mongols = AtWar

    spawn_army
    faction poland
    character Henry the Pious, named character, age 26, x 341, y 243, portrait pious , battle_model merchant_cavalry_militia_ug3 ;command 8, dread 4, loyalty 7, piety 1
    traits PolandHero 1 , GoodCommander 4 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit Polish Guard exp 9 armour 1 weapon_lvl 1
    end

    historic_event pious_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType hungary
    and I_TurnNumber >= 65
    and DiplomaticStanceFromFaction turks = AtWar

    spawn_army
    faction hungary
    character Vlad Dracula, named character, age 20, x 350, y 193, portrait pious , battle_model dismounted_ritterbruder_ug2 ;command 8, dread 4, loyalty 7, piety 1
    traits HungaryHero 1 , GoodCommander 4 , Energetic 1 , BattleDread 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2 , Loyal 4 , Strategydread 3 , BattleScarred 2 , Berserker 2
    unit NE Late Bodyguard exp 9 armour 1 weapon_lvl 1
    end

    historic_event vlad_arives

    terminate_monitor

    end_monitor

    monitor_event FactionWarDeclared FactionType ireland
    and I_NumberOfSettlements ireland > 4

    spawn_army
    faction ireland
    character Hugh O'Neill, named character, age 20, x 160, y 300, portrait hugh , battle_model Muire_ug1 ;command 8, dread 4, loyalty 7, piety 1
    traits IrelandHero 1 , GoodCommander 4 , Energetic 1 , BattleDread 2, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4, Hatesengland 1
    unit Muire exp 9 armour 0 weapon_lvl 1
    end

    historic_event hugh_arives

    terminate_monitor

    end_monitor

    monitor_event SettlementUpgraded SettlementName Nuremburg
    and SettlementBuildingExists = blacksmith

    spawn_army
    faction hre
    character Gottfied von Berlichingen, named character, age 20, x 253, y 233, portrait got , battle_model dismounted_gothic_knights_ug1 ;command 8, dread 4, loyalty 7, piety 1
    traits HreHero 1 , GoodCommander 4 , Energetic 1 , BattleDread 2, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4, Hatesfrance 1
    unit Dismounted Imperial Knights exp 9 armour 1 weapon_lvl 1
    end

    historic_event got_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType wales
    and I_TurnNumber >= 40
    and DiplomaticStanceFromFaction england = AtWar

    spawn_army
    faction wales
    character Llywelyn of Gwynedd, named character, age 20, x 165, y 275, family, portrait pri , battle_model saxon_king, ;command 8, dread 4, loyalty 7, piety 1
    traits WalesHero 1 , GoodCommander 4 , Energetic 1 , BattleDread 2, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit NE Late Bodyguard exp 9 armour 1 weapon_lvl 1
    end

    historic_event pri_arives

    terminate_monitor

    end_monitor

    monitor_event FactionWarDeclared FactionType turks
    and I_TurnNumber >= 60

    spawn_army
    faction turks
    character Khalid Abu Bakr, named character, age 20, x 381, y 158, family, portrait khalid , battle_model sultan_saladin, ;command 8, dread 4, loyalty 7, piety 1
    traits TurksHero 1 , GoodCommander 4 , Energetic 1 , StrategyChivalry 3 , Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit iqta'dar exp 9 armour 1 weapon_lvl 1
    end

    historic_event khalid_arives

    terminate_monitor

    end_monitor

    monitor_conditions I_SettlementUnderSiege Novgorod
    and I_TurnNumber >= 1

    spawn_army
    faction russia
    character Alexander Nevski, named character, age 20, x 356, y 320, family, portrait alexa , battle_model Dismounted_Boyar_Sons_ug2, ;command 8, dread 4, loyalty 7, piety 1
    traits RussiaHero 1 , GoodCommander 4 , Energetic 1 , BattleDread 2, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit Dismounted Boyar Sons exp 9 armour 1 weapon_lvl 1
    end

    historic_event alexa_arives

    terminate_monitor

    end_monitor

    monitor_event FactionWarDeclared FactionType milan
    and I_TurnNumber >= 45

    spawn_army
    faction milan
    character Francesco Sforza, named character, age 20, x 234, y 197, family, portrait fran , battle_model norman_general2, ;command 8, dread 4, loyalty 7, piety 1
    traits MilanHero 1, GoodCommander 4 , Energetic 1 , BattleDread 2, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit Dismounted Broken Lances exp 9 armour 1 weapon_lvl 1
    end

    historic_event fran_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType denmark
    and I_SettlementOwner Stockholm = denmark
    and I_SettlementOwner Uppsala = denmark

    spawn_army
    faction denmark
    character Erik of Pomerania, named character, age 26, x 282, y 315, portrait erik , battle_model norman_general3, ;command 8, dread 4, loyalty 7, piety 1
    traits NordicHero 1 , GoodCommander 3 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4
    unit Norse Axemen exp 9 armour 1 weapon_lvl 1
    end

    historic_event erik_arives

    terminate_monitor

    end_monitor

    monitor_event FactionTurnStart FactionType lithuania
    and I_EventCounter lithuania_conversion_accepted = 1

    spawn_army
    faction lithuania
    character Traidenis, named character, age 26, x 329, y 292, family, portrait traid , battle_model norman_general4, ;command 8, dread 4, loyalty 7, piety 1
    traits LithHero 1 , GoodCommander 4 , Energetic 1 , StrategyChivalry 3, Intelligent 1 , Fertile 1 , NaturalMilitarySkill 2, Loyal 4 , PublicFaith 3 , TouchedByTheGods 3
    unit EE Late Bodyguard exp 9 armour 1 weapon_lvl 1
    end

    historic_event traid_arives

    terminate_monitor

    end_monitor
    Last edited by chris7ian; June 20, 2010 at 06:57 AM.
    Oh, for Heaven's sake, now you're being deliberately stupid.
    Dr. Sheldon Cooper
    Wudang why did you close the thread? Because you can't find a source refuting mine? LoL how's the quest to ban me going?

  11. #11
    Magefsx's Avatar Campidoctor
    Join Date
    Dec 2009
    Location
    England
    Posts
    1,564

    Default Re: what are all the heros?

    Yep- they were the first faction I played in vanilla as well as KGCM, and are definately my favorites, due to their awesome units . I find them a pretty unique faction to play, moreso than most european nations bar scotland, ireland the TO.

  12. #12

    Default Re: what are all the heros?

    My favorite Vanilla faction was the Venetians as if you play them right you can easily steamroll Europe. In KGCM I have to give it to the Teutonic Knights as they provide a challenge and have an awesome unit roster.

Posting Permissions

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