Poland, Lithuania, PLC, LPC Ideas on Wiki?

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

CoolSpin

Lt. General
35 Badges
Jun 8, 2015
1.452
305
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis 4: Emperor
  • Prison Architect
  • Imperator: Rome
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Cradle of Civilization
  • Age of Wonders III
  • Surviving Mars
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV
I can edit and make simple changes, but this is twice out of my league.

The ideas on the wiki, or perhaps the whole Poland-Lithuania mix, is not right. For the record, on the Wiki it says Polish Ideas on Commonwealth, and on both Poland and Commonwealth pages have the same idea values.

Apparently PLC is not Polish Ideas, and LPC are not PLC Ideas, and depending on who forms whichever Commonwealth, gets a variant of the nation forming it, it seems depending on primary culture.

I saw Zlewikk community post on YouTube, and I was puzzled, some digging led me to the previous sentence. My lack of wiki skills led me here.

So I found this in Europa Universalis IV\common\ideas\00_country_ideas.txt: start of lines 1427-1630.

How or who can wiki-magic this into however this need to be presented correctly on the Wiki?

Code:
POL_ideas = {
    start = {
        cavalry_cost = -0.1
        num_accepted_cultures = 1
    }
    
    bonus = {
         tolerance_heretic = 3
    }
    
    trigger = {
        tag = POL
    }
    free = yes        #will be added at load.
    
    folwark_system = {
        production_efficiency = 0.1
    }
    nihil_novi = {
        stability_cost_modifier = -0.1
        war_exhaustion = -0.02
    }
    peichota_wybraniecka = {
        global_manpower_modifier = 0.25
        infantry_power = 0.1
    }
    winged_hussars = {
        cavalry_power = 0.3
        can_recruit_hussars = yes
    }
    wojsko_komputoe = {
        global_regiment_cost = -0.10
    }
    foreign_section = {
        discipline = 0.05
    }
    focus_on_field_defences = {
        land_morale = 0.15
    }
}
Code:
LIT_ideas = {
    start = {
        manpower_recovery_speed = 0.15
        tolerance_heretic = 3
    }
    
    bonus = {
        leader_land_manuever = 1
    }
    
    trigger = {
        tag = LIT
        NOT = { has_country_flag = lit_new_magdeburg_laws }
    }
    free = yes        #will be added at load.
    
    warlord_dukes = {
        leader_land_shock = 1
    }
    auksine_laisve = {
        stability_cost_modifier = -0.1
    }
    magdeburg_laws = {
        global_tax_modifier = 0.1
    }
    magnate_estates = {
        production_efficiency = 0.1
    }
    lithuanian_hussars = {
        cavalry_power = 0.25
        can_recruit_hussars = yes
    }
    statutes_of_lithuania = {
        global_unrest = -2
    }
    lithuanian_renaissance = {
        technology_cost = -0.05
    }
}
Code:
LIT2_ideas = {
    start = {
        manpower_recovery_speed = 0.15
        tolerance_heretic = 3
    }
    
    bonus = {
        leader_land_manuever = 1
    }
    
    trigger = {
        tag = LIT
        has_country_flag = lit_new_magdeburg_laws
    }
    free = yes        #will be added at load.
    
    warlord_dukes = {
        leader_land_shock = 1
    }
    auksine_laisve = {
        stability_cost_modifier = -0.1
    }
    lit_new_magdeburg_laws = {
        development_cost = -0.1
        global_trade_goods_size_modifier = 0.05
    }
    magnate_estates = {
        production_efficiency = 0.1
    }
    lithuanian_hussars = {
        cavalry_power = 0.25
        can_recruit_hussars = yes
    }
    statutes_of_lithuania = {
        global_unrest = -2
    }
    lithuanian_renaissance = {
        technology_cost = -0.05
    }
}
Code:
PLC_ideas = {
    start = {
        nobles_loyalty_modifier = 0.1
        num_accepted_cultures = 2
    }
    
    bonus = {
        tolerance_heretic = 3
    }
    
    trigger = {
        tag = PLC
        NOT = { primary_culture = lithuanian }
    }
    free = yes
    
    plc_prosperous_folwarks = { #Same for all of them
        global_trade_goods_size_modifier = 0.10
    }
    pol_jagiellonian_university = {
        idea_cost = -0.10
    }
    plc_the_obrona_potoczna = { #Same for all of them
        drill_gain_modifier = 0.25
        army_tradition = 1
    }
    winged_hussars = {
        cavalry_power = 0.3
        can_recruit_hussars = yes
    }
    plc_refine_our_golden_liberty = { #Same for all of them
        country_admin_power = 1
    }
    pol_royal_guards = {
        infantry_power = 0.15
    }
    plc_tempered_by_neighbors = { #Same for all of them
        discipline = 0.05
    }
}
Code:
PLC_LIT_ideas = {
    start = {
        global_manpower_modifier = 0.25
        tolerance_heretic = 3
    }
    
    bonus = {
        governing_capacity_modifier = 0.15
    }
    
    trigger = {
        tag = PLC
        primary_culture = lithuanian
    }
    free = yes   
    
    warlord_dukes = {
        leader_land_shock = 1
    }
    plc_tempered_by_neighbors = {
        discipline = 0.05
    }
    lit_new_magdeburg_laws = {
        development_cost = -0.1
        global_trade_goods_size_modifier = 0.05
    }
    reciprocal_guarantee_of_two_nations = {
        all_estate_loyalty_equilibrium = 0.05
        diplomatic_annexation_cost = -0.15
    }
    lithuanian_hussars = {
        cavalry_power = 0.25
        can_recruit_hussars = yes
    }
    statutes_of_lithuania = {
        global_unrest = -2
    }
    lithuanian_renaissance = {
        technology_cost = -0.05
    }
}
 
In 1.35, forming the Commonwealth forces primary culture to Polish, so you'd have to culture-switch back to Lithuanian while the "new ideas" event is active if you wanted the LPC ideas instead of the PLC ideas (or staying with Lithuanian or Lithuanian(upgraded)). The wiki has all of these NIs now, though, the upgraded Lithuanian ones don't show up anywhere but the list page.
 
  • 1
Reactions: