New Republic

I'm glad I'm not the only humongous nerd here, then, because I did the same.

Yeah, I was going to be really lazy and do CannotConstruct. Haven't gotten to it yet though.
 
Wait there is a New version of KOTOR called KOTNR? (J/K)
 
There will be, eventually. Okay the name might not be Knights of the New Republic, but there will inevitably be a d20 based crpg of the new Jedi order. Star Wars just sells too well.
 
Here's the python... I hadn't realized it'd be this simple - hardly worth posting. :)
And since I'm not sure just where Vehem wants to go with the Code of Laws buildings it assumes the status quo, which means 2/3s won't apply to Fall Flat anyway.

Spoiler :

Code:
        if eBuilding == gc.getInfoTypeForString('BUILDING_VACANT_MAUSOLEUM'):
            if pPlayer.getLeaderType() == gc.getInfoTypeForString('LEADER_RISEN_EMPEROR'):
                return True

        if eBuilding == gc.getInfoTypeForString('BUILDING_TEMPLE_OF_THE_GIFT'):
            if pPlayer.getLeaderType() == gc.getInfoTypeForString('LEADER_ALEXI'):
                return True

        if eBuilding == gc.getInfoTypeForString('BUILDING_IMPERIAL_CENOTAPH'):
            if pPlayer.getLeaderType() == gc.getInfoTypeForString('LEADER_RISEN_EMPEROR'):
                return True
 
When I ran republic, I got the spiritual trait, which I immediately used to change civics (but not republic), but when I wanted to change civics some time later it said it would take a turn for revolution. I don't think I got any more senate events.
 
Back
Top Bottom