Results 1 to 5 of 5

Thread: How do you get "Heroic Hoplite" Household Card for Seleucids?

  1. #1

    Default How do you get "Heroic Hoplite" Household Card for Seleucids?

    I havn't played this game in 2 years and picked it up again and continued with my previous save, however due to circumstances I have lost this "Heroic Hoplite" card on one of my now dead generals and it doesn't seem to come back.
    For the love of me I can't remember what I did to get this card, so can someone please help me out and explain how to get this one back.
    I looked everywhere online and can't seem to find any info about this card, this website mentions it briefly but offered no real insight on how to obtain the card either.

  2. #2
    Ygraine's Avatar Campidoctor
    Join Date
    Jul 2013
    Location
    The Frozen North
    Posts
    1,634

    Default Re: How do you get "Heroic Hoplite" Household Card for Seleucids?

    Hello,

    Assumingly it's one of the random ancillaries you can get when you win a battle as a Hellenistic faction. I don't know the % probability to get it though.



    r2_sp_anc_greek_army_hero_hoplite rom_force_unit_mod_infantry_spears_melee_attack this_general_force 8
    r2_sp_anc_greek_army_hero_hoplite rom_building_unit_training_attack_melee_inf this_general_local_province 4
    r2_sp_anc_greek_army_hero_hoplite rom_force_unit_mod_morale this_general_force 4


    --[[ r2_sp_anc_greek_army_hero_hoplite ]]--

    function r2_sp_anc_greek_army_hero_hoplite_impl (context)
    return char_is_general_with_army(context:character()) and context:character():faction():culture() == "rom_Hellenistic" and context:character():won_battle() and context:character():model():turn_number() >= 20 and not context:character():model():campaign_name("prologue_01")
    end

    events.CharacterCompletedBattle[#events.CharacterCompletedBattle+1] =
    function (context)
    if r2_sp_anc_greek_army_hero_hoplite_impl(context) then
    if conditions.DateInRange(-10000, 10000, context) then
    effect.ancillary("r2_sp_anc_greek_army_hero_hoplite", 5, context)
    end
    return true
    end
    return false
    end
    (2nd position - Gameplay Mods-category - 2016 Modding Awards.)

  3. #3
    Jake Armitage's Avatar Artifex
    Patrician

    Join Date
    Apr 2011
    Location
    apartment 6
    Posts
    4,694

    Default Re: How do you get "Heroic Hoplite" Household Card for Seleucids?

    effect.ancillary("r2_sp_anc_greek_army_hero_hoplite", 5, context)

    5%

    effect.ancillary always require a probability value (from 1 to 100, I think)
    Last edited by Jake Armitage; July 03, 2019 at 03:25 AM.

  4. #4

    Default Re: How do you get "Heroic Hoplite" Household Card for Seleucids?

    Thanks for the help guys, did a quite a few extra battles and eventually got it back.

  5. #5
    ♔Greek Strategos♔'s Avatar THE BEARDED MACE
    Artifex Moderator Emeritus

    Join Date
    Feb 2008
    Location
    Athens, Greece
    Posts
    11,588

    Default Re: How do you get "Heroic Hoplite" Household Card for Seleucids?

    Question answered. Thread Closed.

Posting Permissions

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