Results 1 to 14 of 14

Thread: some questions regarding hellenistic factions in EB1.0

Hybrid View

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

    Default Re: some questions regarding hellenistic factions in EB1.0

    Did those reforms not get turned fully dynamic then? (Assuming it's Vanilla Marian Reforms you speak of.) Let's see if I can dig something up. Else you'd have to wait till a city in Italia apart from Roma reaches Imperial size. Not that it take that long: that should be somewhere 260-250 BC -ish.
    - Tellos Athenaios
    CUF tool - XIDX - PACK tool - SD tool - EVT tool - EB Install Guide - How to track down loading CTD's - EB 1.1 Maps thread


    ὁ δ᾽ ἠλίθιος ὣσπερ πρόβατον βῆ βῆ λέγων βαδίζει” – Kratinos in Dionysalexandros.

  2. #2

    Default Re: some questions regarding hellenistic factions in EB1.0

    Let's see what I found:

    Code:
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;Section 2d: Seleukid Cataphract Reforms
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    ;triggers
    declare_counter Seleukid_Reform
    monitor_event CharacterTurnEnd FactionType romans_julii
    and Trait ImpressedByCats = 2
    set_counter Seleukid_Reform 1
    end_monitor
    
    monitor_event CharacterTurnEnd FactionType romans_julii
    and Trait SeleukidsDevelopCats > 0
    set_counter Seleukid_Refom 1
    end_monitor
    Code:
    ;Section: Seleukid-Specific
    ;------------------------------------------
    Trait BeatenByCats
        Characters family
        Hidden
        AntiTraits ReverseBeatenByCats
    
        Level Beaten_By_Cats
            Description Beaten_By_Cats_desc
            EffectsDescription Beaten_By_Cats_effects_desc
            Threshold  1
    
    ;------------------------------------------
    Trait ReverseBeatenByCats
        Characters family
        Hidden
        AntiTraits BeatenByCats
    
        Level Reverse_Beaten_By_Cats
            Description Reverse_Beaten_By_Cats_desc
            EffectsDescription Reverse_Beaten_By_Cats_effects_desc
            Threshold  1
    
    
    ;------------------------------------------
    ;Trait: ImpressedByCats
    ; o Intrigued by Kataphractoi (1): This man may cause his faction to develop kataphractoi within a few years.
    
    Trait ImpressedByCats
        Characters family
        AntiTraits SeleukidsDevelopCats
    
        Level Impressed_By_Cats
             Description Impressed_By_Cats_desc
             EffectsDescription Impressed_By_Cats_effects_desc
             Threshold  1
    
        Level Impressed_By_Cats2
             Description Impressed_By_Cats2_desc
             EffectsDescription Impressed_By_Cats2_effects_desc
             Threshold  21
    
    ;------------------------------------------
    ;Trait: SeleukidsDevelopCats
    ; o SeleukidsDevelopCats
    
    Trait SeleukidsDevelopCats
        Characters family
        Hidden
        NoGoingBackLevel 1
        AntiTraits ImpressedByCats
    
        Level Seleukids_Develop_Cats
             Description Seleukids_Develop_Cats_desc
             EffectsDescription Seleukids_Develop_Cats_effects_desc
             Threshold  1
    - Tellos Athenaios
    CUF tool - XIDX - PACK tool - SD tool - EVT tool - EB Install Guide - How to track down loading CTD's - EB 1.1 Maps thread


    ὁ δ᾽ ἠλίθιος ὣσπερ πρόβατον βῆ βῆ λέγων βαδίζει” – Kratinos in Dionysalexandros.

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