Results 1 to 3 of 3

Thread: All rome temples for each roman faction?

  1. #1

    Default All rome temples for each roman faction?

    Is there any way to edit the temples so each of the roman factions get all the roman temples?

  2. #2
    Pincushioned Ashigaru Member Poulp''s Avatar
    Join Date
    Sep 2006
    Location
    Paris, France
    Posts
    464

    Default Re: All rome temples for each roman faction?

    yup, easy

    give me a few minutes to post what I just did for my game


    in data/export_descr_buildings, copy and paste the required factions just like this
    building temple_of_naval
    {
    levels temple_of_naval_shrine temple_of_naval_temple temple_of_naval_large_temple temple_of_naval_awesome_temple temple_of_naval_pantheon
    {
    temple_of_naval_shrine requires factions { greek_cities, macedon, seleucid, romans_julii, romans_scipii, romans_brutii, } and building_present_min_level port_buildings port
    {
    do this for all the temples; and notice that there's a space after the last comma

    then, in data/export_descr_ancillaries, change the entry "faction type roman_something" to '"culture type roman"
    ;------------------------------------------
    Trigger trigger_priest_of_Jupiter
    WhenToTest CharacterTurnEnd
    Condition EndedInSettlement
    and RemainingMPPercentage = 100
    and SettlementBuildingExists >= temple_of_leadership_temple
    and CultureType roman
    and IsGeneral

    AcquireAncillary priest_of_Jupiter chance 15
    it'll let your family members gain the others roman ancillaries
    if it is just about allowing roman temples to every roman house, that should do the trick
    Last edited by Poulp'; 04-13-2007 at 06:16.

  3. #3

    Default Re: All rome temples for each roman faction?

    Thanks, that did it. I was always annoyed at how the Julii family seemed to get the bad end of the deal in terms of temples.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO