Results 1 to 5 of 5

Thread: Praetorian Prefect Ancillaries

  1. #1

    Default Praetorian Prefect Ancillaries

    Any idea how to get the Praetorian Prefect Ancillary? The civil war has come and gone and I have an emperor. I've parked prefectus ala and prefectus legionus in rome, with and without the emperor without any luck.

    I have one character who got the ancillary, but he died and nobody got it since then. Any suggestions?


    thanks.

    Tom

  2. #2
    dvk901's Avatar Consummatum est
    Patrician

    Join Date
    Mar 2006
    Location
    Michigan
    Posts
    20,984

    Default Re: Praetorian Prefect Ancillaries

    These are all Traits...not ancillaries.

    Creator of: "Ecce, Roma Surrectum....Behold, Rome Arises!"
    R.I.P. My Beloved Father

  3. #3
    Agrippa19's Avatar Tiro
    Join Date
    Mar 2012
    Location
    On top of the hill
    Posts
    241

    Default Re: Praetorian Prefect Ancillaries

    Prefectus ala and praefectis legionis are traits, but the Praetorian Prefect of the guards is definiately an ancillary, at least it was in RS 2.5 unless it's been changed in 2.6.

    I'm also having trouble getting this ancillary. I thought you needed an equestrian, praefectis legionis stationed in Rome but I'm unable to get the Praetorian Prefect ancillary whereas I could in a campaign maybe a year or 2 ago. Can't remember if I'm forgetting something.

  4. #4

    Default Re: Praetorian Prefect Ancillaries

    I'll check the text files for you when I get back to my computer with RS2 on it.

  5. #5

    Default Re: Praetorian Prefect Ancillaries

    I'm going to guess you're looking for this ancillary:
    Code:
    {Roman_Praetorian_Legion}	Praetorian Guard
    
    {Roman_Praetorian_Legion_desc}
    This man is the Praetorian Prefect (Praefectus Praetorio), the current commander of the Praetorian Guard. The holder of the post was chosen by the emperor from among the equestrians. The special position of the praetorians made them a power in their own right in the Roman state, and their prefect, praefectus praetorio, soon became one of the most powerful men in this society. The emperors tried to flatter and control the praetorians, but they staged many coups d'état and contributed to a rapid rate of turnover in the imperial succession. The praetorians thus came to destabilize the Roman state, contrary to their purpose. The praetorian prefect became a major administrative figure in the later empire, when the post combined in one individual the duties of an imperial chief of staff with direct command over the guard also. Diocletian greatly reduced the power of these prefects as part of his sweeping reform of the empire's administrative and military structures.
    
    {Roman_Praetorian_Legion_effects_desc}
    Command +1 TroopMorale +1 Influence +1
    export_descr_ancillaries entry, first part:
    Code:
    Ancillary Roman_Praetorian_Legion
        Image PRAETORIAN.tga
        ExcludeCultures barbarian, carthaginian, eastern, egyptian, greek
        Description Roman_Praetorian_Legion_desc
        EffectsDescription Roman_Praetorian_Legion_effects_desc
        Effect Command 1
        Effect TroopMorale  1
        Effect Influence  1
        Effect Subterfuge  1
        Effect Negotiation  1
    Triggers:
    export_descr_ancillaries entry, second part:
    Code:
    Trigger trigger_PRAETORIAN
        WhenToTest CharacterTurnEnd
        Condition EndedInSettlement
              and FactionType romans_brutii
              and IsGeneral
              and SettlementName Roma
              and SettlementBuildingExists >= praetorian_training
              and not FactionwideAncillaryExists Roman_Praetorian_Legion
              and Attribute Subterfuge < 1
              and not Trait City_Has_Governor > 0
    
        AcquireAncillary Roman_Praetorian_Legion chance 100
    So in general: be a general, in Roma, with the praetorian_training building built. Don't be a governor (it's ok, if you just move someone in for a turn they won't get that trait)

    The critical thing is this: "Attribute Subterfuge < 1"

    Yes, generals can get this, it's used to control their gaining of ancillaries, very clever

    What ancillaries give this? Ones like:
    "Roman_XXVIII_Legion"
    Code:
    {Roman_XXVIII_Legion}	Legio XXII Primigenia
    
    {Roman_XXVIII_Legion_desc}
    This man is the current commander of Legio XXII Primigenia.
    Easiest way to get your desired Praetorian guard is probably to just move a general (that doesn't have the governor trait) with no ancillaries to Roma to pick it up.

    FYI, the required building is just what it sounds like from the internal name:

    Code:
    {praetorian_training}	Praetorian Guard Training Grounds
    You may or may not be able to stack a bunch of different "legion command" ancillaries on a single general... Not that these do much other than give +1 morale, which you should hardly need anyway.
    Last edited by Alavaria; July 18, 2015 at 03:26 AM.

Posting Permissions

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