Results 1 to 9 of 9

Thread: Inheriting Hero Abilities

Hybrid View

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

    Default Inheriting Hero Abilities

    Hello everyone, I was playing my mod that ports the new units into vanilla along with new hero abilities and it hit me. Is there a way to make the hero attributes inheritable? Say the faction leader of a certain faction always has that ability, or not always, there could be some conditions to get them. What does the community think about that.
    Sadly, I have been looking and can not think of a way to do this. Is there any interest?

  2. #2
    Matz's Avatar Civis
    Join Date
    Oct 2007
    Location
    Low Lands
    Posts
    120

    Default Re: Inheriting Hero Abilities

    Hey raven,

    it might be neat to have hero traits inheritable, but I think it would sorta ruin the specialness they have.

    Making a hero trait inheritable seems to me a bit strange as well, because they're meant as individual achievements I think.

    Matz

  3. #3

    Default Re: Inheriting Hero Abilities

    Yeah, I understand the feeling you have. I want to experiment to see if I can make the game different thats all. For factions like the byzantines, they were considered very tricky... and I thought this would portray that if the king could actually always play a trick.

  4. #4
    Matz's Avatar Civis
    Join Date
    Oct 2007
    Location
    Low Lands
    Posts
    120

    Default Re: Inheriting Hero Abilities

    Hahaha, that would be very cool, but I don't think it'd work to well. You could however maybe make some byzantine-only traits (think that's possible) that emphasize on tactic play.

    For example maybe a trait that increases command extra when commanding cavalry, or play with authority. Most interesting could maybe be extra movement bonussess for generals, to give byzantines an edge at least on the campaign map.

    Don't think the game is built for much deeper tactics in general :p. Could be wrong though!

    Matz
    Last edited by Matz; December 06, 2007 at 09:31 AM. Reason: maybemaybe

  5. #5

    Default Re: Inheriting Hero Abilities

    For whats its worth I figured it out. Add this to the scripts

    ;----------------Hero Abilities Inherit --------------------------------;

    monitor_event BecomesFactionLeader FactionType byzantium
    change_hero_ability byzantium leader Byzantine_Politics
    end_monitor

  6. #6

    Default Re: Inheriting Hero Abilities

    Never mind , it does not work. I had it hard coded and got confused

  7. #7
    BigJake's Avatar Tiro
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    221

    Default Re: Inheriting Hero Abilities

    thats to bad, woulda been great.

  8. #8

    Default Re: Inheriting Hero Abilities

    Here is my progress now, I can not just give the abilities because they are not traits. However I can create a new general at the faction leader's death with the ability. This is not quite as good but it works, at least it keeps one person in the game who can do the ability. The general has a random name and appears outside of Constantinople. Here is the code so far.

    monitor_event BecomesFactionLeader FactionType byzantium
    spawn_army
    faction byzantium
    character random_name, named character, age 19, x 369, y 165, hero_ability Byzantine_Politics
    traits LoyaltyStarter 1 , GoodCommander 1 , ReligionStarter 1, PoliticsSkill 1
    unit Greek Bodyguard exp 1 armour 0 weapon_lvl 0

    end
    end_monitor

  9. #9
    BigJake's Avatar Tiro
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    221

    Default Re: Inheriting Hero Abilities

    well its a start.
    +rep

Posting Permissions

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