Module:Trait/list

< Module:Trait
Katty von Keksburg讨论 | 贡献2024年5月13日 (一) 20:46的版本 (创建页面,内容为“local icon = require('Module:Icon').icon local color = require('Module:Color').color local flag = require('Module:Flag').flag local p = {} p.dictator = { name = "Dictator", stats = { icon("Political power", 1) .. " Gain: " .. color("green", "+25%"), "Weekly " .. icon("War Support", 1) .. " (Combat Casualties): " .. color("green", "+0.1%"), "AI Modifier: Desired Divisions Factor: " .. "'''+20%'''", } } p.warrior_code = {…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

可在Module:Trait/list/doc创建此模块的帮助文档

local icon =  require('Module:Icon').icon
local color = require('Module:Color').color
local flag = require('Module:Flag').flag

local p = {}
p.dictator = {
    name = "Dictator",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+25%"),
        "Weekly " .. icon("War Support", 1) .. " (Combat Casualties): " .. color("green", "+0.1%"),
        "AI Modifier: Desired Divisions Factor: " .. "'''+20%'''",
    }
}
p.warrior_code = {
    name = "Warrior Code",
    stats = {
        "AI Modifier: Call Ally Desire: " .. "'''-40'''",
        "AI Modifier: Join Ally Desire: " .. "'''-30'''",
    }
}
p.underage_monarch = {
    name = "Underage Monarch",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Political Advisor Cost: " .. color("red", "+25%"),
        "Trade Laws Cost: " .. color("red", "+25%"),
        "Conscription Laws Cost: " .. color("red", "+25%"),
        "Economy Laws Cost: " .. color("red", "+25%"),
    }
}
p.legitimate_heir = {
    name = "Legitimate Heir",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.collaborator_king = {
    name = "Collaborator King",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+75"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.imperial_sanction = {
    name = "Imperial Sanction",
    stats = {
        "(" .. flag("China") .. ")Generate " .. icon("cb", 1) .. " tension limit against country: " .. "'''+75%'''",
        "(" .. flag("Communist China") .. ")Generate " .. icon("cb", 1) .. " tension limit against country: " .. "'''+75%'''",
        "(" .. flag("Shanxi") .. ")Generate " .. icon("cb", 1) .. " tension limit against country: " .. "'''+75%'''",
        "(" .. flag("Guangxi Clique", "The Guangxi Clique") .. ")Generate " .. icon("cb", 1) .. " tension limit against country: " .. "'''+75%'''",
        "(" .. flag("Yunnan") .. ")Generate " .. icon("cb", 1) .. " tension limit against country: " .. "'''+75%'''",
        "(" .. flag("Xibei San Ma") .. ")Generate " .. icon("cb", 1) .. " tension limit against country: " .. "'''+75%'''",
        "(" .. flag("Sinkiang") .. ")Generate " .. icon("cb", 1) .. " tension limit against country: " .. "'''+75%'''",
    }
}
p.emperor_showa = {
    name = "Emperor Showa",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+60%"),
    }
}
p.ww_one_trauma = {
    name = "", --Not localized
    stats = {
        "AI Modifier: Call Ally Desire: " .. "'''+10'''",
    }
}
p.stout_defender = {
    name = "Stout Defender",
    stats = {
        "AI Modifier: Focus on Defense: " .. "'''+50%'''",
    }
}
p.warmonger = {
    name = "Warmonger",
    stats = {
        "AI Modifier: Focus on Offense: " .. "'''+50%'''",
    }
}
p.inexperienced_imperialist = {
    name = "Inexperienced Imperialist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-30%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
    }
}
p.autocratic_imperialist = {
    name = "Autocratic Imperialist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
    }
}
p.cabinet_crisis = {
    name = "Cabinet Crisis",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-50%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
    }
}
p.unpopular_monarch = {
    name = "Unpopular Monarch",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-30%"),
        icon("Stability", 1) .. ": " .. color("red", "-20%"),
    }
}
p.socialite_connections = {
    name = "Socialite Connections",
    stats = {
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
    }
}
p.wallis_fancy_title = {
    name = "Her Majesty Queen Wallis, First of Her Name, by the Grace of God Queen of the Americas, Grand Admiral of the Royal American Navy, Duchess of Wallington, Duchess of Manhattan, Duchess of Long Island, Countess of Orange, Countess of O'ahu, Marquise of New Orleans, Baroness of Springfield, Baroness of Hollywood, Baroness of Central Park, Grand Socialite, Protector of Liberty, Northwest Vanguard of Alaska, Avenger of the Boston Tea Party, Terror of Wallington, D.C.",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
    }
}
p.inexperienced_monarch = {
    name = "Inexperienced Monarch",
    stats = {
        "Political Advisor Cost: " .. color("red", "+25%"),
        "Trade Laws Cost: " .. color("red", "+25%"),
        "Conscription Laws Cost: " .. color("red", "+25%"),
        "Economy Laws Cost: " .. color("red", "+25%"),
        "High Command Cost: " .. color("red", "+25%"),
        "Air Chief Cost: " .. color("red", "+25%"),
        "Army Chief Cost: " .. color("red", "+25%"),
        "Navy Chief Cost: " .. color("red", "+25%"),
    }
}
p.headstrong = {
    name = "Headstrong",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.popular_queen = {
    name = "Popular Queen",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.heels_nipper = {
    name = "Heels Nipper",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Political Advisor Cost: " .. color("green", "-25%"),
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
        "High Command Cost: " .. color("green", "-25%"),
        "Air Chief Cost: " .. color("green", "-25%"),
        "Army Chief Cost: " .. color("green", "-25%"),
        "Navy Chief Cost: " .. color("green", "-25%"),
    }
}
p.snuggler = {
    name = "Snuggler",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.face_licker = {
    name = "Face Licker",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+1%'''",
    }
}
p.stammer = {
    name = "Stammer",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
    }
}
p.humble = {
    name = "Humble",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.british_bulldog = {
    name = "British Bulldog",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.chamberlain_appeaser = {
    name = "Appeaser",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-5%"),
    }
}
p.rearmer = {
    name = "Rearmer",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.conservative_grandee = {
    name = "Conservative Grandee",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Political Advisor Cost: " .. color("green", "-10%"),
    }
}
p.famous_aviator = {
    name = "Famous Aviator",
    stats = {
        "Tactical Bomber:",
        "*Range: " .. color("green", "+1%"),
        "Fighter:",
        "*Range: " .. color("green", "+1%"),
    }
}
p.spirit_of_genghis = {
    name = "Spirit Of Genghis",
    stats = {
        "Cavalry Attack: " .. color("green", "+5%"),
        "Naval Bomber:",
        "*Range: " .. color("green", "+10%"),
        "*Naval Attack: " .. color("green", "+10%"),
    }
}
p.indomitable_perseverance = {
    name = "Indomitable Perseverance",
    stats = {
        "Division Recovery Rate: " .. color("green", "+4%"),
    }
}
p.generallissimo = {
    name = "Generalissimo",
    stats = {
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+40%"),
    }
}
p.great_architect = {
    name = "Great Architect",
    stats = {
        "Construction Speed: " .. color("green", "+1%"),
    }
}
p.head_of_intelligence = {
    name = "Illusive Gentleman",
    stats = {
        "Operative slots: " .. color("green", "+1"),
        "Agency upgrade time: " .. color("green", "-15%"),
    }
}
p.mastermind_code_cracker = {
    name = "Mastermind Codebreaker",
    stats = {
        "Decryption Power: " .. color("green", "+15"),
    }
}
p.dislikes_germany = {
    name = "Dislikes Germany",
    stats = {
    }
}
p.dislikes_soviet = {
    name = "Dislikes the USSR",
    stats = {
    }
}
p.likes_germany = {
    name = "Likes Germany",
    stats = {
    }
}
p.likes_allies = {
    name = "Likes the Allies",
    stats = {
    }
}
p.tenacious_defender = {
    name = "", --Not localized
    stats = {
    }
}
p.exiled = {
    name = "Exiled",
    stats = {
    }
}
p.political_prisoner = {
    name = "", --Not localized
    stats = {
    }
}
p.assassination_survivor = {
    name = "", --Not localized
    stats = {
    }
}
p.stalins_puppet = {
    name = "Stalin's Puppet",
    stats = {
    }
}
p.union_man = {
    name = "", --Not localized
    stats = {
    }
}
p.political_dancer = {
    name = "Master Maneuverer",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.staunch_constitutionalist = {
    name = "Staunch Constitutionalist",
    stats = {
        "Ideology drift defense: " .. color("green", "+50%"),
    }
}
p.first_lady = {
    name = "First Lady of the Republic",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.dealbroker = {
    name = "Deal Broker",
    stats = {
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
    }
}
p.hawk = {
    name = "Hawk",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.cornered_fox = {
    name = "Cornered Fox",
    stats = {
        "Division Defense: " .. color("green", "+15%"),
        "Division Recovery Rate: " .. color("green", "+10%"),
    }
}
p.permanent_revolutionary = {
    name = "Permanent Revolutionary",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-15%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("red", "+15%"),
        "Subversive activities cost: " .. color("green", "-30%"),
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+30"),
    }
}
p.triumphant_revolutionary = {
    name = "Triumphant Revolutionary",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time: " .. color("red", "+15%"),
        "Subversive activities cost: " .. color("green", "-50%"),
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+50"),
        "Ideology drift defense: " .. color("green", "+15%"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+15%"),
    }
}
p.exiled_revolutionary = {
    name = "Exiled Revolutionary",
    stats = {
        "Subversive activities cost: " .. color("green", "-50%"),
        "Ideology drift defense: " .. color("green", "+30%"),
    }
}
p.railroad_enthusiast = {
    name = "Railroad Enthusiast",
    stats = {
        icon("railway", 1) .. " construction speed: " .. color("green", "+25%"),
    }
}
p.strongman_of_san_luis_potosi = {
    name = "Strongman of San Luis Potosí",
    stats = {
        "Division Recovery Rate: " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.revolutionary_general = {
    name = "Revolutionary General",
    stats = {
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+25%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
        "Theorist Cost: " .. color("green", "-25%"),
    }
}
p.fascist_militia_leader = {
    name = "Fascist Militia Leader",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.cristero_general = {
    name = "Cristero General",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+1%'''",
    }
}
p.primate_of_mexico = {
    name = "Primate of México",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.el_jefe_maximo = {
    name = "El Jefe Máximo",
    stats = {
        "Political Advisor Cost: " .. color("green", "-25%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.protector_of_the_campesinos = {
    name = "Protector of the Campesinos",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.refounder_of_mexico = {
    name = "Refounder of México",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Trade deal opinion factor: " .. "'''+20%'''",
    }
}
p.the_gentleman_president = {
    name = "The Gentleman President",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Improve relations maintain cost: " .. color("green", "-50%"),
    }
}
p.conservative_nationalist = {
    name = "Conservative Nationalist",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+20%"),
    }
}
p.conservative_nationalist_lar = {
    name = "Conservative Nationalist",
    stats = {
        "Weekly " .. icon("Stability", 1) .. ": " .. color("green", "+0.5%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+20%"),
    }
}
p.the_silver_president = {
    name = "The Silver President",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-15%'''",
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+50"),
    }
}
p.the_dean_of_mexican_marxism = {
    name = "The Dean of Mexican Marxism",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
    }
}
p.staunch_stalinist = {
    name = "Staunch Stalinist",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+15%"),
    }
}
p.devoted_trotskyist = {
    name = "Devoted Trotskyist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Subversive activities cost: " .. color("green", "-25%"),
    }
}
p.devoted_trotskyist = {
    name = "Devoted Trotskyist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Subversive activities cost: " .. color("green", "-25%"),
    }
}
p.fascist_sympathies = {
    name = "Fascist Sympathies",
    stats = {
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+70"),
    }
}
p.anti_communist = {
    name = "Anti-Communist",
    stats = {
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("red", "-50"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.01"),
    }
}
p.camarilla_leader = {
    name = "Camarilla Leader",
    stats = {
        "Political Advisor Cost: " .. color("green", "-25%"),
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
        "High Command Cost: " .. color("green", "-25%"),
        "Air Chief Cost: " .. color("green", "-25%"),
        "Army Chief Cost: " .. color("green", "-25%"),
        "Navy Chief Cost: " .. color("green", "-25%"),
    }
}
p.hedonist = {
    name = "Hedonist",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.appeaser = {
    name = "Humble Appeaser",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.tenacious_negotiator = {
    name = "Tenacious Negotiator",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Trade deal opinion factor: " .. "'''+25%'''",
    }
}
p.national_integralist = {
    name = "National Integralist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Weekly " .. icon("Stability", 1) .. ": " .. color("green", "+0.1%"),
    }
}
p.retired_officer = {
    name = "Retired Officer",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "High Command Cost: " .. color("green", "-25%"),
        "Air Chief Cost: " .. color("green", "-25%"),
        "Army Chief Cost: " .. color("green", "-25%"),
        "Navy Chief Cost: " .. color("green", "-25%"),
    }
}
p.eager_collaborator = {
    name = "Eager Collaborator",
    stats = {
        "Max volunteer force divisions: " .. color("green", "+2"),
        "Improve relations maintain cost: " .. color("green", "-100%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+75"),
    }
}
p.constitutional_monarch = {
    name = "Constitutional Monarch",
    stats = {
        "Weekly " .. icon("Stability", 1) .. ": " .. color("green", "+1%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.1"),
    }
}
p.duke_of_orleans = {
    name = "Duke of Orléans",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
    }
}
p.count_of_paris = {
    name = "Count of Paris",
    stats = {
        "Max Factories in a State: " .. color("green", "+5%"),
    }
}
p.reluctant_veteran = {
    name = "Reluctant Veteran",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
    }
}
p.proletariat_internationalist = {
    name = "Proletariat Internationalist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2.5%"),
    }
}
p.anti_democrat = {
    name = "Anti-Democrat",
    stats = {
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("red", "-50"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("red", "-0.02"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.emergency_powers = {
    name = "Emergency Powers",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.5"),
    }
}
p.popular_figurehead2 = {
    name = "Popular Figurehead",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.popular_figurehead3 = {
    name = "Popular Figurehead",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.american_caesar = {
    name = "American Caesar",
    stats = {
        "High Command Cost: " .. color("green", "-25%"),
        "Air Chief Cost: " .. color("green", "-25%"),
        "Army Chief Cost: " .. color("green", "-25%"),
        "Navy Chief Cost: " .. color("green", "-25%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.great_war_hero = {
    name = "Great War Hero",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Division Attack on core territory: " .. color("green", "+20%"),
        "Division Defense on core territory: " .. color("green", "+20%"),
    }
}
p.imperial_connections = {
    name = "Imperial Connections",
    stats = {
        "Political Advisor Cost: " .. color("green", "-25%"),
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
        "High Command Cost: " .. color("green", "-25%"),
        "Air Chief Cost: " .. color("green", "-25%"),
        "Army Chief Cost: " .. color("green", "-25%"),
        "Navy Chief Cost: " .. color("green", "-25%"),
    }
}
p.kaiserin_of_the_people = {
    name = "Kaiserin of the People",
    stats = {
        "Weekly " .. icon("Stability", 1) .. ": " .. color("green", "+0.1%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.victoria_iii = {
    name = "Victoria III",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.incognito = {
    name = "Incognito",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Ideology drift defense: " .. color("green", "+15%"),
    }
}
p.nationalist_symbol = {
    name = "Nationalist Symbol",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.red_army_organizer = {
    name = "Red Army Organizer",
    stats = {
        "Division Organization: " .. color("green", "+12%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.champion_of_peace_1 = {
    name = "Champion of Peace",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-30%"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''+100%'''",
    }
}
p.champion_of_peace_2 = {
    name = "Champion of Peace",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-24%"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''+80%'''",
    }
}
p.champion_of_peace_3 = {
    name = "Champion of Peace",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-18%"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''+60%'''",
    }
}
p.champion_of_peace_4 = {
    name = "Champion of Peace",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-12%"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''+40%'''",
    }
}
p.champion_of_peace_5 = {
    name = "Champion of Peace",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-6%"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''+20%'''",
    }
}
p.economic_reformer = {
    name = "Economic Reformer",
    stats = {
        "Trade Laws Cost: " .. color("green", "-33%"),
        "Economy Laws Cost: " .. color("green", "-33%"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.strict_austerity_adherent = {
    name = "Strict Austerity Adherent",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-15%"),
        "Economy Laws Cost: " .. color("red", "+50%"),
        "Consumer Goods Factories factor: " .. "'''-30%'''",
    }
}
p.defeatist = {
    name = "Defeatist",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-10%"),
        "Surrender Limit: " .. color("red", "-25%"),
    }
}
p.little_churchill = {
    name = "\"Little Churchill\"",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+15%"),
    }
}
p.wilhelmina = {
    name = "Wilhelmina",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
    }
}
p.disdain_for_politicians_1 = {
    name = "Disdain for Politicians",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.01"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.01"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("red", "-0.01"),
    }
}
p.disdain_for_politicians_2 = {
    name = "Disdain for Politicians",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.02"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.02"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("red", "-0.02"),
    }
}
p.queen_of_the_people = {
    name = "Queen of the People",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Resistance Target in our states occupied by the enemy " .. color("green", "+25%"),
    }
}
p.leider = {
    name = "Leider",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+50"),
    }
}
p.comintern_workhorse = {
    name = "Comintern Workhorse",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+100%"),
        "Subversive activities cost: " .. color("green", "-50%"),
    }
}
p.veteran_communist = {
    name = "Veteran Communist",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.indecisive = {
    name = "Indecisive",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
    }
}
p.figurehead_president = {
    name = "Figurehead President",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.great_survivor = {
    name = "Great Survivor",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Mobilization speed: " .. color("green", "+15%"),
    }
}
p.the_director = {
    name = "El Director",
    stats = {
        "Planning Speed: " .. color("red", "-10%"),
        "Max planning: " .. color("green", "+10%"),
        "Division Attack on core territory: " .. color("green", "+15%"),
        "Division Defense on core territory: " .. color("green", "+15%"),
    }
}
p.sins_of_the_father = {
    name = "Sins of the Father",
    stats = {
        icon("mic", 1) .. " construction speed: " .. color("green", "+10%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("red", "-0.1"),
        "High Command Cost: " .. color("green", "-34%"),
        "Air Chief Cost: " .. color("green", "-34%"),
        "Army Chief Cost: " .. color("green", "-34%"),
        "Navy Chief Cost: " .. color("green", "-34%"),
    }
}
p.empire_builder = {
    name = "Empire Builder",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
    }
}
p.jefe = {
    name = "Jefe",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.caudillo_1 = {
    name = "Caudillo",
    stats = {
        "Damage to Garrisons: " .. color("green", "-15%"),
        "High Command Cost: " .. color("green", "-15%"),
    }
}
p.caudillo_2 = {
    name = "Caudillo",
    stats = {
        "Damage to Garrisons: " .. color("green", "-15%"),
        "High Command Cost: " .. color("green", "-15%"),
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+20"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+25%"),
    }
}
p.the_lion_of_the_rif = {
    name = "Lion of the Rif",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Division Organization: " .. color("green", "+5%"),
    }
}
p.the_sacred_king = {
    name = "The Sacred King",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.disgraced_monarch = {
    name = "Disgraced Monarch",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-15%'''",
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
    }
}
p.the_legitimist = {
    name = "The Legitimist",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.divided_interests = {
    name = "Divided Interests",
    stats = {
        "Division Attack on core territory: " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("red", "-5%"),
        "Research Speed: " .. color("red", "-10%"),
    }
}
p.our_right_to_survive = {
    name = "Our Right to Survive",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.anarchist_zeal = {
    name = "Anarchist Zeal",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Minimum training level: " .. color("green", "-10%"),
    }
}
p.militant_socialist = {
    name = "Militant Socialist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "(" .. flag("Soviet Union", "The Soviet Union") .. ")Attack bonus against country: " .. color("green", "+10%"),
        "(" .. flag("Soviet Union", "The Soviet Union") .. ")Defense bonus against country: " .. color("green", "+10%"),
    }
}
p.constitutional_monarch_minor = {
    name = "Constitutional Monarch",
    stats = {
        "Weekly " .. icon("Stability", 1) .. ": " .. color("green", "+0.5%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.1"),
    }
}
p.arkhigos = {
    name = "Arkhigos",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.02"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("red", "-0.02"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+35"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.divisive_absolute_monarch = {
    name = "Divisive Absolute Monarch",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Political Advisor Cost: " .. color("green", "-15%"),
        "High Command Cost: " .. color("green", "-15%"),
        "Air Chief Cost: " .. color("green", "-15%"),
        "Army Chief Cost: " .. color("green", "-15%"),
        "Navy Chief Cost: " .. color("green", "-15%"),
    }
}
p.monarchist_puppet = {
    name = "Royal Puppet",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.02"),
        "Weekly " .. icon("Stability", 1) .. ": " .. color("red", "-3%"),
    }
}
p.elected_monarchist_puppet = {
    name = "Elected Monarchist Puppet",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.ethnarch = {
    name = "Ethnarch",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+15%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.15"),
        "Political Advisor Cost: " .. color("green", "-25%"),
    }
}
p.professional_crisis_solver = {
    name = "Professional Crisis Solver",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
    }
}
p.the_banker = {
    name = "The Banker",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Economy Laws Cost: " .. color("green", "-33%"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("red", "-25"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("red", "-25"),
    }
}
p.the_young_magnate = {
    name = "The Young Magnate",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+10%"),
        "Trade deal opinion factor: " .. "'''+25%'''",
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+25"),
    }
}
p.polemarch = {
    name = "Polemarch",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-15%"),
    }
}
p.likes_turkey = {
    name = "Likes Turkey",
    stats = {
    }
}
p.archon_basileus = {
    name = "Archon",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.15"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        "AI Modifier: Focus on Offense: " .. "'''+50%'''",
        "AI Modifier: Desire to be in or expand a faction: " .. "'''-90'''",
    }
}
p.autokrator = {
    name = "Autokratōr",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.15"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-50%"),
        "AI Modifier: Focus on Offense: " .. "'''+50%'''",
        "AI Modifier: Desire to be in or expand a faction: " .. "'''-100'''",
    }
}
p.basileus = {
    name = "Basileus",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.25"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Military Leader Cost: " .. color("green", "-20%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-50%"),
        "AI Modifier: Focus on Offense: " .. "'''+50%'''",
        "AI Modifier: Desire to be in or expand a faction: " .. "'''-100'''",
    }
}
p.father_of_the_turks = {
    name = "Father of the Turks",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+30%"),
        "Political Advisor Cost: " .. color("green", "-30%"),
        "High Command Cost: " .. color("green", "-30%"),
        "Air Chief Cost: " .. color("green", "-30%"),
        "Army Chief Cost: " .. color("green", "-30%"),
        "Navy Chief Cost: " .. color("green", "-30%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
    }
}
p.father_of_the_turks_1 = {
    name = "Father of the Turks",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+30%"),
        "Political Advisor Cost: " .. color("green", "-22%"),
        "High Command Cost: " .. color("green", "-22%"),
        "Air Chief Cost: " .. color("green", "-22%"),
        "Army Chief Cost: " .. color("green", "-22%"),
        "Navy Chief Cost: " .. color("green", "-22%"),
        "Conscription Laws Cost: " .. color("green", "-18%"),
        "Economy Laws Cost: " .. color("green", "-18%"),
    }
}
p.father_of_the_turks_2 = {
    name = "Father of the Turks",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+30%"),
        "Political Advisor Cost: " .. color("green", "-15%"),
        "High Command Cost: " .. color("green", "-15%"),
        "Air Chief Cost: " .. color("green", "-15%"),
        "Army Chief Cost: " .. color("green", "-15%"),
        "Navy Chief Cost: " .. color("green", "-15%"),
        "Conscription Laws Cost: " .. color("green", "-12%"),
        "Economy Laws Cost: " .. color("green", "-12%"),
    }
}
p.father_of_the_turks_3 = {
    name = "Father of the Turks",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+30%"),
        "Political Advisor Cost: " .. color("green", "-7.5%"),
        "High Command Cost: " .. color("green", "-7.5%"),
        "Air Chief Cost: " .. color("green", "-7.5%"),
        "Army Chief Cost: " .. color("green", "-7.5%"),
        "Navy Chief Cost: " .. color("green", "-7.5%"),
        "Conscription Laws Cost: " .. color("green", "-5%"),
        "Economy Laws Cost: " .. color("green", "-5%"),
    }
}
p.father_of_the_turks_4 = {
    name = "Father of the Turks",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+30%"),
    }
}
p.the_absentee_president = {
    name = "The Absentee President",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-30%"),
    }
}
p.infirm = {
    name = "Infirm",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-25%"),
        "Political Advisor Cost: " .. color("red", "+25%"),
        "High Command Cost: " .. color("red", "+25%"),
        "Air Chief Cost: " .. color("red", "+25%"),
        "Army Chief Cost: " .. color("red", "+25%"),
        "Navy Chief Cost: " .. color("red", "+25%"),
        "Conscription Laws Cost: " .. color("red", "+25%"),
        "Economy Laws Cost: " .. color("red", "+25%"),
    }
}
p.gentle_scholar = {
    name = "Gentle Scholar",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("red", "-10%"),
        "Political Advisor Cost: " .. color("green", "-25%"),
        "High Command Cost: " .. color("green", "-15%"),
        "Air Chief Cost: " .. color("green", "-15%"),
        "Army Chief Cost: " .. color("green", "-15%"),
        "Navy Chief Cost: " .. color("green", "-15%"),
    }
}
p.caliph = {
    name = "Caliph",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+25%"),
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+1250"),
        "Mobilization speed: " .. color("green", "+25%"),
    }
}
p.calipha = {
    name = "Calipha",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+20%"),
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+2000"),
        "Mobilization speed: " .. color("green", "+25%"),
    }
}
p.sultana = {
    name = "The First Ottoman Sultanta",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Daily Compliance Gain: " .. color("green", "+0.01%"),
        "Political Advisor Cost: " .. color("green", "-33%"),
        "High Command Cost: " .. color("green", "-33%"),
        "Air Chief Cost: " .. color("green", "-33%"),
        "Army Chief Cost: " .. color("green", "-33%"),
        "Navy Chief Cost: " .. color("green", "-33%"),
    }
}
p.crown_regent = {
    name = "Crown Regent",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-15%"),
    }
}
p.maresal = {
    name = "Mareşal",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Mobilization speed: " .. color("green", "+10%"),
        "Division Attack on core territory: " .. color("green", "+5%"),
    }
}
p.milli_sef = {
    name = "Millî Şef",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+200%"),
        "Ideology drift defense: " .. color("green", "+25%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.man_of_the_nation = {
    name = "Man of the Nation",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        "Political Advisor Cost: " .. color("green", "-15%"),
    }
}
p.liberal_democratic_paragon = {
    name = "Liberal Democratic Paragon",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        "Ideology drift defense: " .. color("green", "+33%"),
        "Improve relations opinion: " .. color("green", "+25%"),
        "Trade deal opinion factor: " .. "'''+25%'''",
    }
}
p.the_statist = {
    name = "The Statist",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+5%"),
    }
}
p.the_academic = {
    name = "The Academic",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        icon("pe growth", 1) .. ": " .. color("green", "+5%"),
    }
}
p.celebrity_junta_leader = {
    name = "Celebrity Junta Leader",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-15%"),
    }
}
p.reluctant_stalinist = {
    name = "Reluctant Stalinist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        icon("cic", "Civilian") .. " to " .. icon("mic", 1) .. " conversion cost: " .. color("green", "-25%"),
    }
}
p.the_humbled_knyaz = {
    name = "The Humbled Knyaz",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-30%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
    }
}
p.freedom_fighter = {
    name = "Freedom Fighter",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+25%"),
        icon("War support", 1) .. ": " .. color("green", "+15%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.experienced_insurgent = {
    name = "Experienced Insurgent",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+15%"),
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+25"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+25%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+40%"),
    }
}
p.can_liberal_corporatist = {
    name = "Liberal Corporatist",
    stats = {
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+15%"),
        "Research Speed: " .. color("green", "+2%"),
    }
}
p.can_father_of_the_canadian_welfare_state = {
    name = "Father of the Canadian Welfare State",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.can_canadian_fuhrer = {
    name = "The Canadian Führer",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.02"),
    }
}
p.can_social_gospel = {
    name = "Pioneer of the Canadian Social Gospel",
    stats = {
        "Mobilization speed: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.02"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.02"),
    }
}
p.national_socialist_paramilitarist = {
    name = "National Socialist Paramilitarist",
    stats = {
        "Training time: " .. color("green", "-5%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.devoted_corporatist = {
    name = "Devoted Corporatist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.sharp_tongued_lawyer = {
    name = "Sharp Tongued Lawyer",
    stats = {
        "Improve relations maintain cost: " .. color("green", "-50%"),
        "Ideology drift defense: " .. color("green", "+25%"),
    }
}
p.resolute_social_democrat = {
    name = "Resolute Social Democrat",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.gifted_shipping_magnate = {
    name = "Gifted Shipping Magnate",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("supply hub", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+10%"),
        "Trade deal opinion factor: " .. "'''+15%'''",
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.1"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.1"),
    }
}
p.marxist_academic = {
    name = "Marxist Academic",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.marxist_priest = {
    name = "Marxist Priest",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
        "Ideology drift defense: " .. color("green", "+30%"),
    }
}
p.guerilla_warfare_expert = {
    name = "Guerilla Warfare Expert",
    stats = {
        "Required Garrisons: " .. color("green", "-25%"),
        "Damage to Garrisons: " .. color("green", "-15%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+0.2%'''",
    }
}
p.prime_minister_inonu = {
    name = "Prime Minister",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        "Ideology drift defense: " .. color("green", "+25%"),
    }
}
p.prime_minister_cakmak = {
    name = "Prime Minister",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Mobilization speed: " .. color("green", "+15%"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+10%"),
    }
}
p.prime_minister_bayar = {
    name = "Prime Minister",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        "Improve relations opinion: " .. color("green", "+15%"),
        "Trade deal opinion factor: " .. "'''+25%'''",
    }
}
p.prime_minister_okyar = {
    name = "Prime Minister",
    stats = {
        "Resource Gain Efficiency: " .. color("green", "+10%"),
        "Subversive activities cost: " .. color("green", "-15%"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+5%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.prime_minister_saracoglu = {
    name = "Prime Minister",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        "Improve relations opinion: " .. color("green", "+25%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+25%"),
    }
}
p.prime_minister_peker = {
    name = "Prime Minister",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        icon("mic", 1) .. " construction speed: " .. color("green", "+7%"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+7%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.prime_minister_aydemir = {
    name = "Prime Minister",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        "Economy Laws Cost: " .. color("green", "-15%"),
        icon("pe cap", 1) .. ": " .. color("green", "+7%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.prime_minister_husnu = {
    name = "Chairman",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.prime_minister_menderes = {
    name = "Prime Minister",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.07"),
        "Political Advisor Cost: " .. color("green", "-10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.prime_minister_demirag = {
    name = "Prime Minister",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("air base", 1) .. " construction speed: " .. color("green", "+25%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.grand_vizier_nursi = {
    name = "Grand Vizier",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Conscription Laws Cost: " .. color("green", "-33%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+5%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
    }
}
p.prime_minister_atsiz = {
    name = "Prime Minister",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-33%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+0.5%'''",
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.feminist_ultranationalist = {
    name = "Feminist Ultranationalist",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
    }
}
p.pan_turkic_doyen = {
    name = "Pan-Turkic Doyen",
    stats = {
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
        "Root Out Resistance mission effects: " .. color("green", "+10%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+5%"),
    }
}
p.vatan_ideologue = {
    name = "Vatan Ideologue",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
    }
}
p.irredentist_academic = {
    name = "Irredentist Academic",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
        "Mobilization speed: " .. color("green", "+15%"),
        "Ideology drift defense: " .. color("green", "+30%"),
    }
}
p.avid_turanist = {
    name = "Avid Turanist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2.5%"),
    }
}
p.revolutionary_author = {
    name = "Revolutionary Author",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.tsar_unifier = {
    name = "Tsar Unifier",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        "Ideology drift defense: " .. color("green", "+25%"),
    }
}
p.old_coup_maker = {
    name = "The Old Coup-Maker",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
    }
}
p.dreams_of_a_new_byzantium = {
    name = "Dreams of a New Byzantium",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Offensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+20%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-15%"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''-50%'''",
        "Master impact: " .. color("red", "-0.15"),
        "Extra " .. icon("mic", "military") .. " and " .. icon("cic", "civilian") ..  " factories from subjects: " .. color("green", "+40%"),
    }
}
p.the_bloody_professor = {
    name = "The Bloody Professor",
    stats = {
        "Master Ideology Drift: " .. color("green", "+0.1"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Mobilization speed: " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Foreign subversive activities efficiency: " .. color("green", "-50%"),
        "Weekly " .. icon("Stability", 1) .. ": " .. color("red", "-0.2%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-35%"),
    }
}
p.hardened_officer = {
    name = "Hardened Officer",
    stats = {
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
        "Entrenchment speed: " .. color("green", "+5%"),
        "Max Entrenchment: " .. color("green", "+5"),
    }
}
p.incompetent_leader = {
    name = "Incompetent Leader",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-15%"),
    }
}
p.no_designated_regency = {
    name = "No Designated Regency",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Ideology drift defense: " .. color("red", "-25%"),
        "Political Advisor Cost: " .. color("red", "+15%"),
    }
}
p.the_hero_of_the_leipzig_trials = {
    name = "The Hero of the Leipzig Trials",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Political Advisor Cost: " .. color("green", "-10%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+25%"),
        "Improve relations opinion: " .. color("green", "+15%"),
        "Same ideology monthly opinion: " .. color("green", "+30%"),
    }
}
p.political_manipulator = {
    name = "Political Manipulator",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Join faction tension limit: " .. color("green", "-25%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Improve relations maintain cost: " .. color("green", "-50%"),
    }
}
p.elected_regency_council = {
    name = "Elected Regency Council",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Political Advisor Cost: " .. color("green", "-10%"),
    }
}
p.elected_regency_council_pro_axis = {
    name = "Elected Regency Council",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Political Advisor Cost: " .. color("green", "-10%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+50"),
    }
}
p.elected_regency_council_pro_allies = {
    name = "Elected Regency Council",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Political Advisor Cost: " .. color("green", "-10%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
    }
}
p.the_bloody_professor_regency_council = {
    name = "Tsankov heads the Regency Council",
    stats = {
        "Master Ideology Drift: " .. color("green", "+0.1"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Mobilization speed: " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Foreign subversive activities efficiency: " .. color("green", "-50%"),
        "Weekly " .. icon("Stability", 1) .. ": " .. color("red", "-0.2%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-35%"),
    }
}
p.hardened_officer_regency_council = {
    name = "Lukov heads the Regency Council",
    stats = {
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
        "Entrenchment speed: " .. color("green", "+5%"),
        "Max Entrenchment: " .. color("green", "+5"),
    }
}
p.political_manipulator_regency_council = {
    name = "Filov heads the Regency Council",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Join faction tension limit: " .. color("green", "-25%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Improve relations maintain cost: " .. color("green", "-50%"),
    }
}
p.appeaser_regency_council = {
    name = "Mushanov heads the Regency Council",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.tsars_puppet = {
    name = "Tsar's Puppet",
    stats = {
        "Weekly " .. icon("Stability", 1) .. ": " .. color("green", "+0.3%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
    }
}
p.leader_of_the_agrarian_union = {
    name = "Leader of the Agrarian Union",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Max Factories in a State: " .. color("green", "+10%"),
        "Resources to Market: " .. "'''-10%'''",
    }
}
p.industry_reformer = {
    name = "Industry Reformer",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+5%"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
    }
}
p.womens_rights_activist = {
    name = "Women's Rights Activist",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.marxist_philosopher = {
    name = "Marxist Philosopher",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+5%"),
    }
}
p.statism_adept = {
    name = "Statism Adept",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.nazi_sympathizer = {
    name = "Nazi Sympathizer",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Same ideology monthly opinion: " .. color("green", "+75%"),
    }
}
p.ambitious_negotiator_neutrality = {
    name = "Ambitious Negotiator",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Improve relations opinion: " .. color("green", "+25%"),
        "(Will be replaced by Daily Support for Fascism if Bulgaria embraces  " .. icon("Fascism", 1) .. ") '''Bogdan Filov''' increases the chance of success when negotiating with the Axis and decreases it when negotiating with the Allies.",
    }
}
p.ambitious_negotiator_fascism = {
    name = "Ambitious Negotiator",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Improve relations opinion: " .. color("green", "+25%"),
        "(Will be replaced by Daily Support for Unaligned if Bulgaria becomes " .. icon("Non-Aligned", 1) .. ") '''Bogdan Filov''' increases the chance of success when negotiating with the Axis and decreases it when negotiating with the Allies.",
    }
}
p.king_of_kings = {
    name = "By the Conquering Lion of the Tribe of Judah, His Imperial Majesty Haile Selassie I, King of Kings, Lord of Lords, Elect of God",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Mobilization speed: " .. color("green", "+5%"),
    }
}
p.king_of_kings_2 = {
    name = "By the Conquering Lion of the Tribe of Judah, His Imperial Majesty Haile Selassie I, King of Kings, Lord of Lords, Elect of God",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Mobilization speed: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.king_of_kings_3a = {
    name = "By the Conquering Lion of the Tribe of Judah, His Imperial Majesty Haile Selassie I, King of Kings, Lord of Lords, Elect of God",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Mobilization speed: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Puppet cost: " .. color("green", "-10%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("green", "+10%"),
        "Guarantee tension limit: " .. color("green", "-20%"),
    }
}
p.king_of_kings_3b = {
    name = "By the Conquering Lion of the Tribe of Judah, His Imperial Majesty Haile Selassie I, King of Kings, Lord of Lords, Elect of God",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Mobilization speed: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Daily Compliance Gain: " .. color("green", "+0.1%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+25%"),
    }
}
p.king_of_kings_4 = {
    name = "By the Conquering Lion of the Tribe of Judah, His Imperial Majesty Haile Selassie I, King of Kings, Lord of Lords, Elect of God",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Mobilization speed: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Puppet cost: " .. color("green", "-10%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("green", "+10%"),
        "Guarantee tension limit: " .. color("green", "-20%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Daily Compliance Gain: " .. color("green", "+0.1%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+25%"),
    }
}
p.imperator_absentis = {
    name = "Imperator Absentis",
    stats = {
        "Surrender Limit: " .. color("red", "-20%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.god_of_the_rastafari = {
    name = "God of the Rastafari",
    stats = {
        "Compliance Growth Speed: " .. color("green", "+20%"),
        "Daily Compliance Gain: " .. color("green", "+0.01%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+50%"),
    }
}
p.crowned_adder = {
    name = "The Crowned Adder",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-15%"),
        "Improve relations opinion: " .. color("red", "-40%"),
        "Division Attack on core territory: " .. color("green", "+15%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
    }
}
p.crowned_adder_2 = {
    name = "The Crowned Adder",
    stats = {
        "Improve relations opinion: " .. color("red", "-20%"),
        "Division Attack on core territory: " .. color("green", "+15%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
    }
}
p.tainted_ras = {
    name = "The Tainted Ras",
    stats = {
        icon("pe growth", 1) .. ": " .. color("red", "-10%"),
        "Consumer Goods Factories factor: " .. "'''+10%'''",
        "Equipment Capture Ratio Modifier: " .. color("green", "+25%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
    }
}
p.tainted_ras_2 = {
    name = "The Tainted Ras",
    stats = {
        icon("pe growth", 1) .. ": " .. color("red", "-10%"),
        "Consumer Goods Factories factor: " .. "'''+10%'''",
        "Equipment Capture Ratio Modifier: " .. color("green", "+25%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.inexperienced_sultan = {
    name = "Inexperienced Sultan",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Daily " .. icon("Political power", 1) .. " Cost: " .. color("red", "+0.3"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-30%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
    }
}
p.inexperienced_sultan_2 = {
    name = "Inexperienced Sultan",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Political power", 1) .. " Cost: " .. color("red", "+0"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-30%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
    }
}
p.gallant_doctor = {
    name = "Gallant Doctor",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        "Mobilization speed: " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.the_red_ras = {
    name = "The Red Ras",
    stats = {
        "Division Defense on core territory: " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.king_of_ethiopia = {
    name = "King of Ethiopia",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
        "Political Advisor Cost: " .. color("green", "-25%"),
    }
}
p.liberator_of_eth_jofir = {
    name = "Liberator of Jimma",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Political power", 1) .. " Cost: " .. color("green", "-0.1"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-30%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.liberator_of_eth_gugsa = {
    name = "Liberator of Ethiopia",
    stats = {
        "Improve relations opinion: " .. color("green", "+0%"),
        "Division Attack on core territory: " .. color("green", "+15%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.liberator_of_eth_haymanot = {
    name = "Liberator of Gojjam",
    stats = {
        icon("pe growth", 1) .. ": " .. color("green", "+0%"),
        "Consumer Goods Factories factor: " .. "'''+20%'''",
        "Equipment Capture Ratio Modifier: " .. color("green", "+25%"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+30"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.anarcho_communist_council = {
    name = "Anarcho-Communism",
    stats = {
        "Surrender Limit: " .. color("green", "+20%"),
        "Division Defense on core territory: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Mobilization speed: " .. color("green", "+5%"),
    }
}
p.revolutionary_council = {
    name = "Revolutionary Council",
    stats = {
        "Surrender Limit: " .. color("green", "+20%"),
        "Division Attack on core territory: " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
    }
}
p.modernist_and_reformer = {
    name = "Modernist and Reformer",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("green", "+10"),
    }
}
p.staunch_loyalist = {
    name = "Staunch Loyalist",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+30%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.archbishop_of_ethiopian_orthodox_tewahedo_church = {
    name = "Archbishop of the Tewahedo Church",
    stats = {
        "Legitimacy Gain: " .. color("green", "+15%"),
        "Compliance Growth Speed in our states occupied by the enemy: " .. color("green", "-10%"),
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+10%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+25%"),
    }
}
p.international_anarchist = {
    name = "International Anarchist",
    stats = {
        "Legitimacy Gain: " .. color("green", "+15%"),
        "Ideology drift defense: " .. color("green", "+10%"),
        "Lend-lease request tension limit: " .. color("green", "-30%"),
        icon("pe cap", 1) .. ": " .. color("green", "+10%"),
        "Added Female Army Leader Chance: " .. "'''+35%'''",
    }
}
p.minister_of_the_interior_aregai = {
    name = "Minister of the Interior",
    stats = {
        "Surrender Limit: " .. color("green", "+5%"),
        "Construction Speed: " .. color("green", "+5%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Improve relations maintain cost: " .. color("green", "-30%"),
    }
}
p.minister_of_the_interior_abate = {
    name = "Minister of the Interior",
    stats = {
        "Trade deal opinion factor: " .. "'''+10%'''",
        "Lack of Resources Penalty: " .. color("green", "-20%"),
        "Factory Repair Speed: " .. color("green", "+10%"),
        "Supply Range: " .. color("green", "+10%"),
    }
}
p.japanizer = {
    name = "Japanizer",
    stats = {
        "Trade deal opinion factor: " .. "'''+15%'''",
        "Improve relations opinion: " .. color("green", "+5%"),
        "Research Speed: " .. color("green", "+4%"),
    }
}
p.anti_unionist_pure_anarchist = {
    name = "Anti-Unionist Pure Anarchist",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-5%'''",
        "Construction Speed: " .. color("green", "+10%"),
        "Free repair: " .. color("green", "+15%"),
    }
}
p.transnational_anarchist = {
    name = "Transnational Anarchist",
    stats = {
        "Max Factories in a State: " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+5%"),
    }
}
p.constitutional_philosopher = {
    name = "Constitutional Philosopher",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.democratic_firebrand = {
    name = "Democratic Firebrand",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.10"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
    }
}
p.communist_orator = {
    name = "Resistance Orator",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.10"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.harsh_propagandist = {
    name = "Harsh Propagandist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.10"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        "Offensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
    }
}
p.commander_of_the_fetno_derash = {
    name = "Commander of the Fetno-Derash",
    stats = {
        "Special Forces Capacity Multiplier: " .. color("green", "+20%"),
        "Special Forces Non-Combat Out of Supply: " .. color("green", "-10%"),
        "Agency upgrade time: " .. color("green", "-10%"),
        "Intel network strength gain factor: " .. color("green", "+10%"),
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+10%"),
        "Operative slots: " .. color("green", "+1"),
    }
}
p.commander_of_the_fetno_derash_no_lar = {
    name = "Commander of the Fetno-Derash",
    stats = {
        "Special Forces Capacity Multiplier: " .. color("green", "+20%"),
        "Special Forces Non-Combat Out of Supply: " .. color("green", "-15%"),
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+15%"),
    }
}
p.modernizer_and_diplomat = {
    name = "Modernizer And Diplomat",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+25%"),
        "Declare war tension on us: " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+2%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.minister_of_finance_deressa = {
    name = "Minister of Finance",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Resources to Market: " .. "'''-5%'''",
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        "Lack of Resources Penalty: " .. color("green", "-5%"),
    }
}
p.minister_of_finance_mariyam = {
    name = "Minister of Finance",
    stats = {
        "Research Speed: " .. color("green", "+2%"),
        "Lack of Resources Penalty: " .. color("green", "-10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.patroness_of_ethiopian_red_cross = {
    name = "Patroness of the Ethiopian Red Cross",
    stats = {
        "Non-Combat Out of Supply Penalties: " .. color("green", "-10%"),
        "Enemy Air Support: " .. color("green", "-10%"),
    }
}
p.collaborationist_arch_bishop = {
    name = "Collaborationist Arch Bishop",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Required Garrisons: " .. color("green", "-10%"),
    }
}
p.arch_bishop_of_gojjam = {
    name = "Arch Bishop of Gojjam",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Required Garrisons: " .. color("green", "-15%"),
        "Surrender Limit: " .. color("green", "+10%"),
    }
}
p.rebellious_educator = {
    name = "Rebellious Educator",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+20%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.imprisoned_emperor = {
    name = "Imprisoned Emperor",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Mobilization speed: " .. color("green", "+5%"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("red", "-50"),
    }
}
p.rich_sultan = {
    name = "The Rich Sultan",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        "Consumer Goods Factories factor: " .. "'''+10%'''",
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.il_duce = {
    name = "Il Duce",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("red", "-10%"),
        "Economy, Trade and Conscription Laws Cost: " .. color("green", "-15%"),
    }
}
p.il_duce_providence = {
    name = "Il Duce",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("red", "-10%"),
        "Economy, Trade and Conscription Laws Cost: " .. color("green", "-15%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.il_duce_strengthen = {
    name = "Il Duce",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("red", "-10%"),
        "Economy, Trade and Conscription Laws Cost: " .. color("green", "-15%"),
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.il_duce_providence_strengthen = {
    name = "Il Duce",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("red", "-10%"),
        "Economy, Trade and Conscription Laws Cost: " .. color("green", "-15%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.il_duce_devotion = {
    name = "Il Duce",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("red", "-10%"),
        "Economy, Trade and Conscription Laws Cost: " .. color("green", "-15%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+15%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+15%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.il_duce_heroes = {
    name = "Il Duce",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Economy, Trade and Conscription Laws Cost: " .. color("green", "-15%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+15%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+15%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.lion_tamer = {
    name = "Lion Tamer",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        "Surrender Limit: " .. color("green", "+5%"),
        "Damage to Garrisons: " .. color("green", "-15%"),
    }
}
p.lion_tamer_2 = {
    name = "Lion Tamer",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        "Surrender Limit: " .. color("green", "+5%"),
        "Damage to Garrisons: " .. color("green", "-15%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Offensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
    }
}
p.capo_supremo = {
    name = "Capo Supremo",
    stats = {
        "Subject " .. icon("Manpower", 1) .. " requirement: " .. "'''+15%'''",
        "Master impact: " .. color("red", "-0.15"),
        "Puppet cost: " .. color("green", "-10%"),
        icon("militia", 1) .. " Organization: " .. color("green", "+10%"),
    }
}
p.mussolini_minister_of_foreign_affairs = {
    name = "Minister of Foreign Affairs (Ad Interim)",
    stats = {
        "Improve relations opinion: " .. color("green", "+7%"),
        "Damage to Garrisons: " .. color("green", "-7%"),
    }
}
p.mussolini_minister_of_justice = {
    name = "Minister of Justice (Ad Interim)",
    stats = {
        "Improve relations maintain cost: " .. color("green", "-25%"),
        "Resistance Decay Speed: " .. color("green", "+2%"),
    }
}
p.mussolini_minister_of_education = {
    name = "Minister of Education (Ad Interim)",
    stats = {
        "Research Speed: " .. color("green", "+1%"),
        icon("Stability", 1) .. ": " .. color("green", "+2%"),
    }
}
p.mussolini_minister_of_corporations = {
    name = "Minister of Corporations (Ad Interim)",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+2%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+2%"),
    }
}
p.the_soldier_king = {
    name = "The Soldier King",
    stats = {
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.king_of_albania = {
    name = "King of Albania",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+2%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        "Compliance Growth Speed: " .. color("green", "+10%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2.5%"),
    }
}
p.emperor_of_ethiopia = {
    name = "Emperor of Ethiopia",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+2%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        "Compliance Growth Speed: " .. color("green", "+10%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2.5%"),
    }
}
p.eager_commander = {
    name = "Eager Commander",
    stats = {
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("green", "+15%"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.supreme_pontiff = {
    name = "Supreme Pontiff",
    stats = {
        "Improve relations opinion: " .. color("green", "+25%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
    }
}
p.temperamental = {
    name = "Temperamental",
    stats = {
        "Improve relations opinion: " .. color("red", "-35%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        "Commander Abilities Cost: " .. color("green", "-15%"),
        "Master impact: " .. color("red", "-0.5"),
    }
}
p.grand_master_of_the_equestrian_order_of_the_holy_sepulcher_of_jerusalem = {
    name = "Grand Master of the Equestrian Order of the Holy Sepulcher of Jerusalem",
    stats = {
        "Cavalry Attack: " .. color("green", "+10%"),
        "Division Organization: " .. color("green", "+3%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("green", "+25%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
    }
}
p.master_of_politics = {
    name = "Master of Politics",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Consumer Goods Factories factor: " .. "'''-5%'''",
    }
}
p.resistance_leader = {
    name = "Resistance Leader",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Damage to Enemy Garrisons in our states occupied by the enemy: " .. color("green", "+10%"),
        "Resistance Target in our states occupied by the enemy " .. color("green", "+10%"),
        "Resistance Decay Speed in our states occupied by the enemy: " .. color("green", "-10%"),
        "High Command Cost: " .. color("green", "-25%"),
    }
}
p.moderate_reformist = {
    name = "Moderate Reformist",
    stats = {
        "Political Advisor Cost: " .. color("green", "-25%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
    }
}
p.anti_fascist_committee = {
    name = "Anti-Fascist Committee",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-30%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+10%"),
    }
}
p.indisposed_political_scientist = {
    name = "Indisposed Political Scientist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
        "Antonio Gramsci needs time to recover from his severe illness, this trait will be significantly improved in the future.",
    }
}
p.cultural_hegemony_theorist = {
    name = "Cultural Hegemony Theorist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+3%"),
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
        "Surrender Limit: " .. color("green", "+10%"),
    }
}
p.conservative_communist = {
    name = "Conservative Communist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("red", "-5%"),
    }
}
p.staunch_anti_fascist = {
    name = "Staunch Anti-Fascist",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+25%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.the_grand_council = {
    name = "The Grand Council",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-1%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.aviation_hero = {
    name = "Aviation Hero",
    stats = {
        "Air Research Speed: " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.military_modernizer = {
    name = "Military Modernizer",
    stats = {
        "Air Doctrine Cost: " .. color("green", "-15%"),
        "Land Doctrine Cost: " .. color("green", "-15%"),
        "Coordination: " .. color("green", "+2%"),
        "Daily " ..icon("Command Power", 1) .. " Gain: " .. color("green", "+0.1"),
    }
}
p.silver_tongue = {
    name = "Silver Tongue",
    stats = {
        "Improve relations opinion: " .. color("green", "+20%"),
        "Improve relations maintain cost: " .. color("green", "-20%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-15%"),
        "Foreign subversive activities efficiency: " .. color("green", "-10%"),
    }
}
p.silver_tongue_no_lar = {
    name = "Silver Tongue",
    stats = {
        "Improve relations opinion: " .. color("green", "+20%"),
        "Improve relations maintain cost: " .. color("green", "-20%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-15%"),
    }
}
p.father_of_the_empire = {
    name = "Father of the Empire",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
    }
}
p.political_reformer_1 = {
    name = "Political Reformer",
    stats = {
        "All Advisors Cost: " .. color("green", "-25%"),
    }
}
p.political_reformer_2_no_lar = {
    name = "Political Reformer",
    stats = {
        "All Advisors Cost: " .. color("green", "-25%"),
        "Ideology drift defense: " .. color("green", "+5%"),
        "Research Speed: " .. color("green", "+2.5%"),
    }
}
p.political_reformer_2 = {
    name = "Political Reformer",
    stats = {
        "All Advisors Cost: " .. color("green", "-25%"),
        "Ideology drift defense: " .. color("green", "+5%"),
        "Research Speed: " .. color("green", "+2.5%"),
        "Operative slots: " .. color("green", "+1"),
    }
}
p.ita_tomislav_of_croatia = {
    name = "Tomislav II, King of Croatia",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-25%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Fleet Coordination: " .. color("green", "+20%"),
        "Breakthrough against minor countries: " .. color("green", "+30%"),
    }
}
p.bba_alb_fascist_lawyer = {
    name = "The Fascist Lawyer",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.25"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Puppet cost: " .. color("green", "-40%"),
    }
}
p.ita_head_of_the_national_committee = {
    name = "Head of the National Committee",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("mountaineers", 1) .. " Attack: " .. color("green", "+10%"),
        icon("mountaineers", 1) .. " Speed: " .. color("green", "+10%"),
        icon("mountaineers", 1) .. " Organization: " .. color("green", "+15%"),
    }
}
p.hierarch_minister_of_foreign_affairs = {
    name = "Hierarch - Minister of Foreign Affairs",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Improve relations opinion: " .. color("green", "+15%"),
        "Damage to Garrisons: " .. color("green", "-15%"),
        "When hired the '''National Balance of Power''' moves '''15%''' towards '''The Grand Council of Fascism'''.",
    }
}
p.hierarch_minister_of_justice = {
    name = "Hierarch - Minister of Justice",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Improve relations maintain cost: " .. color("green", "-50%"),
        "Resistance Decay Speed: " .. color("green", "+5%"),
        "When hired the '''National Balance of Power''' moves '''15%''' towards '''The Grand Council of Fascism'''.",
    }
}
p.hierarch_minister_of_education = {
    name = "Hierarch - Minister of Education",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        "Research Speed: " .. color("green", "+2%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "When hired the '''National Balance of Power''' moves '''15%''' towards '''The Grand Council of Fascism'''.",
    }
}
p.hierarch_minister_of_corporations = {
    name = "Hierarch - Minister of Corporations",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+5%"),
        "When hired the '''National Balance of Power''' moves '''15%''' towards '''The Grand Council of Fascism'''.",
    }
}
p.minister_of_peasants = {
    name = "Minister of Peasants",
    stats = {
        "Research Speed: " .. color("green", "+2%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Max Factories in a State: " .. color("green", "+10%"),
    }
}
p.partisans_organizer = {
    name = "Partisans Organizer",
    stats = {
        "Damage to Enemy Garrisons in our states occupied by the enemy: " .. color("green", "+10%"),
        "Resistance Target in our states occupied by the enemy " .. color("green", "+10%"),
        "Boost Ideology mission effects: " .. color("green", "+15%"),
        "Operative slots: " .. color("green", "+1"),
        icon("militia", 1) .. " Defense: " .. color("green", "+5%"),
    }
}
p.gallo = {
    name = "El Gallo",
    stats = {
        "Max volunteer force divisions: " .. color("green", "+3"),
        "Air volunteer cap: " .. color("green", "+1"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("militia", 1) .. " Attack: " .. color("green", "+3%"),
    }
}
p.minister_of_posts_and_telegraphs = {
    name = "Minister of Posts and Telegraphs",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        "Reinforce Rate: " .. color("green", "+2%"),
    }
}
p.liberal_professor = {
    name = "Liberal Professor",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+2%"),
    }
}
p.anti_fascist_chaplain = {
    name = "Anti-Fascist Chaplain",
    stats = {
        "Division Recovery Rate: " .. color("green", "+5%"),
        "Army Organization Regain: " .. color("green", "+5%"),
        "Resistance Decay Speed in our states occupied by the enemy: " .. color("green", "-10%"),
    }
}
p.duke_of_aosta = {
    name = "Third Duke of Aosta",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Daily " ..icon("Command Power", 1) .. " Gain: " .. color("green", "+0.05"),
    }
}
p.viceroy_of_aoi = {
    name = "Viceroy of Africa Orientale Italiana",
    stats = {
        "Required Garrisons: " .. color("green", "-10%"),
        "Daily Compliance Gain: " .. color("green", "+0.1%"),
    }
}
p.iron_duke = {
    name = "The Iron Duke",
    stats = {
        "Resistance Growth Speed: " .. color("green", "-15%"),
        "Damage to Garrisons: " .. color("green", "-10%"),
    }
}
p.scholar_of_ethiopian_and_somali_studies = {
    name = "Scholar of Ethiopian and Somali Studies",
    stats = {
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+10%"),
        "Resistance Target: " .. color("green", "-5%"),
    }
}
p.swi_commander_in_chief = {
    name = "Commander in Chief",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
        "Division Defense: " .. color("green", "+15%"),
        "Daily " ..icon("Command Power", 1) .. " Gain: " .. color("green", "+0.07"),
    }
}
p.swi_guisan_leader_trait = {
    name = "Popular Dictator",
    stats = {
        "Division Defense: " .. color("green", "+15%"),
        "Division Attack: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.swi_radical_democrat = {
    name = "Radical Democrat",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.07"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.swi_democratic_capitalist = {
    name = "Democratic Capitalist",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.03"),
        "Construction Speed: " .. color("green", "+5%"),
    }
}
p.swi_cantonal_conservative = {
    name = "Cantonal Conservative",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.1"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.swi_anarchist = {
    name = "Anarchist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.swi_trade_unionist = {
    name = "Trade Unionist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
        "Lack of Resources Penalty: " .. color("green", "-30%"),
    }
}
p.swi_fascist_appeaser = {
    name = "Fascist Appeaser",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.03"),
        "Improve relations opinion: " .. color("green", "+20%"),
        "Surrender Limit: " .. color("red", "-10%"),
    }
}
p.swi_fascist = {
    name = "Fascist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.07"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.swi_fascist_propagandist = {
    name = "Fascist Propagandist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.07"),
        icon("War support", 1) .. ": " .. color("green", "+15%"),
    }
}
p.swi_fascist_recruiter = {
    name = "Fascist Recruiter",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.07"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
    }
}
p.swi_corporatist = {
    name = "Corporatist",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("red", "-0.05"),
        "Surrender Limit: " .. color("red", "-10%"),
        "Improve relations opinion: " .. color("red", "-10%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.3"),
    }
}
p.swi_social_democrat = {
    name = "Social Democrat",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.03"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.swi_socialist_pacifist = {
    name = "Socialist Pacifist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("red", "-20%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.25"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.swi_pragmatic_democrat = {
    name = "Pragmatic Democrat",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.swi_conservative_democrat = {
    name = "Conservative Democrat",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.swi_militaristic_democrat = {
    name = "Militaristic Democrat",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.03"),
        "Daily " ..icon("Command Power", 1) .. " Gain: " .. color("green", "+0.07"),
    }
}
p.swi_militaristic_nationalist = {
    name = "Militaristic Nationalist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Improve relations opinion: " .. color("red", "-10%"),
        "Surrender Limit: " .. color("green", "+20%"),
    }
}
p.swi_nationalistic_industrialist = {
    name = "Nationalistic Industrialist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.07"),
        "Lack of Resources Penalty: " .. color("green", "-30%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.swi_soviet_spy = {
    name = "Soviet Spy",
    stats = {
        "Intel network strength gain factor: " .. color("green", "+20%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.swi_diplomat = {
    name = "Diplomat",
    stats = {
        "Improve relations opinion: " .. color("green", "+30%"),
        "Trade deal opinion factor: " .. "'''+50%'''",
        "Ideology drift defense: " .. color("green", "+20%"),
        "Intel network strength gain factor: " .. color("green", "+15%"),
    }
}
p.swi_intelligence_officer = {
    name = "Intelligence Officer",
    stats = {
        "Agency upgrade time: " .. color("green", "-15%"),
        "Decryption: " .. color("green", "+10%"),
        "Army Intelligence: " .. color("green", "+30%"),
        "Operative slots: " .. color("green", "+1"),
    }
}
p.swi_humanitarian = {
    name = "Humanitarian",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("red", "-15%"),
        "Join faction tension limit: " .. color("green", "-15%"),
        "Civilian Intelligence: " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+50%"),
    }
}
p.swi_weapons_designer = {
    name = "Weapons Designer",
    stats = {
        icon("pe cap", 1) .. ": " .. color("green", "+10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.03"),
        "Materiel Military Industrial Organization cost: " .. color("green", "-75%"),
        "Research Speed: " .. color("green", "+10%"),
    }
}
p.swi_brandy_the_st_bernard_trait = {
    name = "Incompetent councilor",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-30%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("red", "-10%"),
    }
}
p.den_socialdemokrat = {
    name = "Socialist Politician",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        "Political Advisor Cost: " .. color("green", "-15%"),
        "Conscription Laws Cost: " .. color("red", "+10%"),
        "Trade Laws Cost: " .. color("green", "-10%"),
    }
}
p.den_venstre = {
    name = "Liberal Politician",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+5%"),
        "Political Advisor Cost: " .. color("green", "-15%"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Economy Laws Cost: " .. color("red", "+15%"),
        "Trade Laws Cost: " .. color("green", "-15%"),
    }
}
p.den_kommunist = {
    name = "Communist Politician",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+5%"),
        "Trade Laws Cost: " .. color("green", "-10%"),
        "Consumer Goods Factories factor: " .. "'''-20%'''",
        icon("Recruitable Population", 1) .. ": " .. "'''+1.5%'''",
    }
}
p.den_konservativ = {
    name = "Converative Politician",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+5%"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2.5%'''",
        "All Military Advisors Cost: " .. color("green", "-15%"),
    }
}
p.den_rightwing_populist = {
    name = "Right-wing Populist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Monthly " .. icon("pop", 1) .. ": " .. color("green", "+5%"),
        "Conscription Laws Cost: " .. color("red", "+15%"),
        "Economy Laws Cost: " .. color("green", "-10%"),
        "Trade Laws Cost: " .. color("green", "-10%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+1.5%'''",
    }
}
p.den_the_king = {
    name = "Sovereign of Elefantordenen",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
        "Economy Laws Cost: " .. color("green", "-10%"),
        "Trade Laws Cost: " .. color("red", "+15%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2.5%'''",
        "All Military Advisors Cost: " .. color("green", "-15%"),
    }
}
p.den_fascist_militarist = {
    name = "Fascist Militarist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+5%"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
        "Economy Laws Cost: " .. color("green", "-10%"),
        "Trade Laws Cost: " .. color("red", "+15%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+1.5%'''",
        "All Military Advisors Cost: " .. color("green", "-10%"),
    }
}
p.den_fascist_populist = {
    name = "Fascist Populist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
        "Economy Laws Cost: " .. color("green", "-10%"),
        "Trade Laws Cost: " .. color("red", "+15%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+1.5%'''",
    }
}
p.den_freedom_council_traits = {
    name = "Political Unity",
    stats = {
        "All Advisors Cost: " .. color("green", "-25%"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
        "Economy Laws Cost: " .. color("green", "-10%"),
        "Trade Laws Cost: " .. color("green", "-10%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2.5%'''",
        "Weekly " .. icon("War Support", 1) .. " (Combat Casualties): " .. color("green", "+0.1%"),
        "Weekly " .. icon("War Support", 1) .. " (Enemy Bombing): " .. color("green", "+0.1%"),
        "Weekly " .. icon("War Support", 1) .. " (Sunk Convoys): " .. color("green", "+0.1%"),
    }
}
p.den_plenipotentiary = {
    name = "Overlords Plenipotentiary",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
        "Conscription Laws Cost: " .. color("red", "+5%"),
        "Economy Laws Cost: " .. color("red", "+5%"),
        "Trade Laws Cost: " .. color("red", "+5%"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Weekly Balance of Power Change: " .. color("green", "-0.5%"),
        "Master Ideology Drift: " .. color("green", "+0.01"),
    }
}
p.udenrigsminister = {
    name = "Udenrigsminister",
    stats = {
        "Improve relations maintain cost: " .. color("green", "-25%"),
        "Improve relations opinion: " .. color("green", "+15%"),
        "Trade deal opinion factor: " .. "'''+15%'''",
    }
}
p.landbrugsminister = {
    name = "Landbrugsminister",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        "Monthly " .. icon("pop", 1) .. ": " .. color("green", "+5%"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Economy Laws Cost: " .. color("green", "-10%"),
    }
}
p.forsvarsminister = {
    name = "Forsvarsminister",
    stats = {
        icon("mic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("nic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("air base", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("naval base", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.undervisningsminister = {
    name = "Undervisningsminister",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
    }
}
p.finansminister = {
    name = "Finansminister",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-15%'''",
        "Economy Laws Cost: " .. color("green", "-15%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.welfare_architect = {
    name = "Welfare Architect",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.disarmament_proponent = {
    name = "Disarmament Proponent",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Trade Laws Cost: " .. color("green", "-15%"),
    }
}
p.rearmament_proponent = {
    name = "Rearmament Proponent",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+1.5%'''",
        "Conscription Laws Cost: " .. color("green", "-15%"),
        icon("cic", "Civilian") .. " to " .. icon("mic", 1) .. " conversion cost: " .. color("green", "-10%"),
    }
}
p.industry_magnate = {
    name = "Industry Magnate",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+10%"),
    }
}
p.kokoomus_policies = {
    name = "Kokoomus Policies",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
    }
}
p.member_of_the_suojeluskunta = {
    name = "Member of the Suojeluskunta",
    stats = {
        "Minimum Surrender Limit: " .. 0.15,
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Ideology drift defense: " .. color("green", "+15%"),
    }
}
p.member_of_the_suojeluskunta_improved = {
    name = "Member of the Suojeluskunta",
    stats = {
        "Minimum Surrender Limit: " .. 0.3,
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Ideology drift defense: " .. color("green", "+25%"),
        "Justify " .. icon("cb", 1) .. " time when at war with a major: " .. color("green", "-35%"),
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("green", "+25%"),
    }
}
p.paasikivi_doctrine = {
    name = "Paasikivi Doctrine",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Improve relations maintain cost: " .. color("green", "-10%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("green", "+50"),
    }
}
p.paasikivi_doctrine_improved = {
    name = "Paasikivi Doctrine",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Improve relations maintain cost: " .. color("green", "-20%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Daily Compliance Gain: " .. color("green", "+0.1%"),
        "Research Speed: " .. color("green", "+10%"),
    }
}
p.backed_by_political_coalition = {
    name = "Backed by Political Coalition",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Political Advisor Cost: " .. color("green", "-25%"),
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
    }
}
p.white_liberal_leader = {
    name = "White Liberal",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
    }
}
p.white_liberal_leader_improved = {
    name = "White Liberal",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("pe cap", 1) .. ": " .. color("green", "+10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
    }
}
p.expansionist_policies = {
    name = "Expansionist Policies",
    stats = {
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''-25%'''",
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        "'''Reduced cost''' for '''Take States''' action on " .. flag("Soviet Union", "Soviet") .. " '''cores''' in Peace Conferences.",
    }
}
p.sotamarsalkka = {
    name = "Sotamarsalkka",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+1%'''",
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
    }
}
p.sotamarsalkka_improved = {
    name = "Sotamarsalkka",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+20%"),
    }
}
p.architect_of_finnish_coporatism = {
    name = "Architect of Finnish Corporatism",
    stats = {
        "Trade Laws Cost: " .. color("green", "-33%"),
        "Economy Laws Cost: " .. color("green", "-33%"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
        "Max Factories in a State: " .. color("green", "+1"),
        "Construction Speed: " .. color("green", "+15%"),
    }
}
p.pragmatic_socialist = {
    name = "Pragmatic Socialist",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        "Political Advisor Cost: " .. color("green", "-20%"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("red", "-35"),
    }
}
p.champion_of_national_cooperation = {
    name = "Champion of National Cooperation",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+20%"),
        "Political Advisor Cost: " .. color("green", "-20%"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("red", "-70"),
        "Conscription Laws Cost: " .. color("green", "-33%"),
        "Economy Laws Cost: " .. color("green", "-33%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
    }
}
p.committed_anti_fascist = {
    name = "Committed Anti-Fascist",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+25%"),
        "Max volunteer force divisions: " .. color("green", "+2"),
        "Agency upgrade time: " .. color("green", "-15%"),
        "Ideology drift defense: " .. color("green", "+50%"),
    }
}
p.unbreakable_anti_fascist = {
    name = "Unbreakable Anti-Fascist",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+25%"),
        "Max volunteer force divisions: " .. color("green", "+4"),
        "Agency upgrade time: " .. color("green", "-30%"),
        "Ideology drift defense: " .. color("green", "+50%"),
        "Root Out Resistance mission effects: " .. color("green", "+20%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.committed_anti_fascist_no_lar = {
    name = "Committed Anti-Fascist",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+25%"),
        "Max volunteer force divisions: " .. color("green", "+2"),
        "Foreign subversive activities efficiency: " .. color("green", "-15%"),
        "Ideology drift defense: " .. color("green", "+50%"),
    }
}
p.unbreakable_anti_fascist_no_lar = {
    name = "Unbreakable Anti-Fascist",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+25%"),
        "Max volunteer force divisions: " .. color("green", "+4"),
        "Foreign subversive activities efficiency: " .. color("green", "-30%"),
        "Ideology drift defense: " .. color("green", "+50%"),
        "Subversive activities cost: " .. color("green", "-20%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.devoted_communist = {
    name = "Devoted Communist",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        "Resistance Activity Chance: " .. color("green", "-10%"),
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
    }
}
p.fin_stalins_puppet_kuusinen = {
    name = "Stalin's Puppet",
    stats = {
        "Construction Speed: " .. color("green", "+10%"),
        "Finnish goods will flow to the Soviet Union, granting them temporary bonuses to Consumer Goods and Supply.",
    }
}
p.international_communist = {
    name = "International Communist",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+100%"),
        "Subversive activities cost: " .. color("green", "-50%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.crown_prince_of_finland = {
    name = "Crown Prince of Finland",
    stats = {
        "'''Reduced cost''' for '''Take States''' action in Peace Conferences. Cost for " .. flag("Estonia", "Estonian") .. " '''cores''' is further reduced.",
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+75"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2.5%'''",
    }
}
p.personal_agenda_svinhufvud = {
    name = "Personal Agenda",
    stats = {
        color("green", "Eradicate Socialism") .. ": Having less than '''1%''' support for " .. icon("democratic", 1) .. " and " .. icon("communism", 1) .. " ideologies will increase '''Public Trust'''.<br>" .. color("red", "Concerning Support for Socialists") .. ": Having more than '''9%''' support for " .. icon("democratic", 1) .. " or " .. icon("communism", 1) .. " ideologies will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_kallio = {
    name = "Personal Agenda",
    stats = {
        color("green", "Eradicate Extremists") .. ": Having less than '''1%''' support for " .. icon("fascism", 1) .. " and " .. icon("communism", 1) .. " ideologies will increase '''Public Trust'''.<br>" .. color("red", "Concerning Support for Extremists") .. ": Having more than '''9%''' support for " .. icon("fascism", 1) .. " or " .. icon("communism", 1) .. " ideologies will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_ryti = {
    name = "Personal Agenda",
    stats = {
        color("green", "Dream of Greater Finland") .. ": Occupying Finnish core states owned by an enemy will increase '''Public Trust'''.<br>" .. color("red", "Concerning Support for Socialists") .. ": Having more than '''9%''' support for " .. icon("democratic", 1) .. " or " .. icon("communism", 1) .. " ideologies will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_mannerheim = {
    name = "Personal Agenda",
    stats = {
        color("green", "Reliable Leader") .. ": Being at war will increase '''Public Trust'''.<br>" .. color("red", "Appointed Regent") .. ": Being at peace will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_paasikivi = {
    name = "Personal Agenda",
    stats = {
        color("green", "Realist Conservative") .. ": Having more than '''95%''' " .. icon("stability", 1) .. " will increase '''Public Trust'''.<br>" .. color("red", "Caretaker") .. ": Having less than '''60%''' " .. icon("stability", 1) .. " will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_annala = {
    name = "Personal Agenda",
    stats = {
        color("green", "Strong Nation") .. ": Having more than '''300.000''' " .. icon("manpower", 1) .. " in the field and less than '''5%''' Surrender Progress while at war will increase '''Public Trust'''.<br>" .. color("red", "Concerning Support for Socialists") .. ": Having more than '''9%''' support for " .. icon("democratic", 1) .. " or " .. icon("communism", 1) .. " ideologies will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_tanner = {
    name = "Personal Agenda",
    stats = {
        color("green", "United Nation") .. ": Controlling '''Karjala''' and every owned state while having more than '''95%''' support for " .. icon("democratic", 1) .. " ideology will increase '''Public Trust'''.<br>" .. color("red", "Concerning Support for Extremists") .. ": Having more than '''9%''' support for " .. icon("fascism", 1) .. " or " .. icon("communism", 1) .. " ideologies will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_aaltonen = {
    name = "Personal Agenda",
    stats = {
        color("green", "Anti-Fascist Crusade") .. ": Having a contribution of more than '''10%''' War Participation in all active wars and less than '''5%''' Surrender Progress while being at war against a Fascist country will increase '''Public Trust'''.<br>" .. color("red", "Divided Proletariat") .. ": Having less than '''80%''' support for " .. icon("communism", 1) .. " ideology will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_leino = {
    name = "Personal Agenda",
    stats = {
        color("green", "Obliteraded European Fascism") .. ": Having less than '''1%''' support for " .. icon("fascism", 1) .. " ideology while keeping Europe free of Fascist governments will increase '''Public Trust'''.<br>" .. color("red", "Divided Proletariat") .. ": Having less than '''80%''' support for " .. icon("communism", 1) .. " ideology will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_kuusinen = {
    name = "Personal Agenda",
    stats = {
        color("green", "A Solar System of Organizations") .. ": Having all '''Scandinavian''' and '''Baltic core states''' controlled by Finland or an ally will increase '''Public Trust'''.<br>" .. color("red", "Forgotten Finno-Karelians") .. ": Not controlling the states of '''Karjala''', '''Kola''', '''Onega''' and '''Olonets''' will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.personal_agenda_von_hesse = {
    name = "Personal Agenda",
    stats = {
        color("green", "Dream of Greater Finland") .. ": Occupying Finnish core states owned by an enemy will increase '''Public Trust'''.<br>" .. color("red", "Concerning Support for Socialists") .. ": Having more than '''9%''' support for " .. icon("democratic", 1) .. " or " .. icon("communism", 1) .. " ideologies will decrease '''Public Trust'''.<br>" .. color("red", "Finnish Sovereignty Threatened") .. ": Losing control over a Finnish core state will decrease '''Public Trust'''.",
    }
}
p.grandpa_vainamoinen = {
    name = "Grandpa Väinämöinen",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-15%'''",
        "Required Garrisons: " .. color("green", "-30%"),
    }
}
p.tribal_warrior = {
    name = "Tribal Warrior",
    stats = {
        "Divisions speed: " .. color("green", "+5%"),
        "Org Loss when Moving: " .. color("green", "-15%"),
        "Initiative: " .. color("green", "+4%"),
    }
}
p.veteran_guerrilla_fighter = {
    name = "Veteran Guerrilla Fighter",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+15%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.fin_communist_revolutionary_leino = {
    name = "Communist Revolutionary",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        "Unlocks decisions in preparation for a civil war: '''Gather Popular Support''', '''Crack Down on Fascists''' and '''Crack Down on the Military'''",
    }
}
p.fin_technocrat_saarinen = {
    name = "Technocrat",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+5%"),
        "Research Speed: " .. color("green", "+5%"),
        "Unlocks decisions in preparation for a civil war: '''Prepare Construction Workers' Actions''' and '''Align the Trade Unions'''",
    }
}
p.fin_patriotic_socialist_kuusinen = {
    name = "Patriotic Socialist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Unlocks decisions in preparation for a civil war: '''Purchase Soviet Equipment''' and '''Infiltrate Soviet Commandos into Finland'''",
    }
}
p.fin_democratic_reformer_fagerholm = {
    name = "Democratic Reformer",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
        "Unlocks decision '''Call to Union Activism'''",
    }
}
p.fin_humble_appeaser_tanner = {
    name = "Humble Appeaser",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Unlocks decision '''Push for Cabinet Participation'''",
    }
}
p.fin_champion_of_equality_sillanpaa = {
    name = "Champion of Equality",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        "Unlocks decision '''Gather Funds for Women's Shelters''''",
    }
}
p.white_liberal = {
    name = "White Liberal",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.fascist_corporatist = {
    name = "Fascist Corporatist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.model_cajander = {
    name = "Model Cajander",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
        "Mobilization speed: " .. color("red", "-10%"),
        "Conscription Laws Cost: " .. color("red", "+15%"),
    }
}
p.hurja_hilja = {
    name = "Hurja Hilja",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.nationalist_lutheran_priest = {
    name = "Nationalist Lutheran Priest",
    stats = {
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+200"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.maan_turva_headman = {
    name = "Maan Turva Headman",
    stats = {
        "Counter intelligence: " .. color("green", "+0.05"),
        "Civilian intelligence to others: " .. color("green", "-10%"),
        "Damage to Garrisons: " .. color("red", "+10%"),
        "Ideology drift defense: " .. color("green", "+20%"),
    }
}
p.white_chaplain = {
    name = "White Chaplain",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Division Recovery Rate: " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
        "Ideology drift defense: " .. color("green", "+10%"),
    }
}
p.karelian_irredentist_writer = {
    name = "Karelian Irredentist Writer",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.1"),
    }
}
p.agrarian_nationalist = {
    name = "Agrarian Nationalist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Max Factories in a State: " .. color("green", "+10%"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
    }
}
p.champion_of_equality = {
    name = "Champion of Equality",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.kautskyian_socialist = {
    name = "Kautskyian Socialist",
    stats = {
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
        "Offensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("red", "-10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.socialist_journalist = {
    name = "Socialist Journalist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily Compliance Gain: " .. color("green", "+0.02%"),
    }
}
p.veteran_trade_unionist = {
    name = "Veteran Trade Unionist",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        "Construction Speed: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
    }
}
p.former_leader_of_red_finland = {
    name = "Former Leader of Red Finland",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("nic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.anti_soviet_socialist = {
    name = "Anti-Soviet Socialist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+40"),
        "Ideology drift defense: " .. color("green", "+10%"),
    }
}
p.master_armorer = {
    name = "Master Armorer",
    stats = {
        "Equipment Conversion Speed: " .. color("green", "+15%"),
        "Equipment Experience Cost: " .. color("green", "-10%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        "Lack of Resources Penalty: " .. color("green", "-10%"),
    }
}
p.swe_committee_against_the_finnish_white_terror_idea = {
    name = "Committee Against the Finnish White Terror",
    stats = {
        "Breakthrough against minor countries: " .. color("green", "+6%"),
    }
}
p.swe_support_party_in_power = {
    name = "Supporting party in power",
    stats = {
        "Political Advisor Cost: " .. color("red", "+25%"),
        "Economy Laws Cost: " .. color("red", "+25%"),
        "Trade Laws Cost: " .. color("red", "+25%"),
        "Conscription Laws Cost: " .. color("red", "+25%"),
    }
}
p.swe_minor_opposition_party_in_power = {
    name = "Minor opposition party in power",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.swe_rearnament_proponent = {
    name = "Rearmament Proponent",
    stats = {
        "Infantry Equipment:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.swe_rearnament_proponent_upgraded = {
    name = "Rearmament Adherent",
    stats = {
        "Infantry Equipment:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.swe_fallen_riksdag_trait = {
    name = "Chaos and confusion",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-25%"),
    }
}
p.swe_solidified_mandate = {
    name = "Solidified Mandate",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Trade Laws Cost: " .. color("green", "-10%"),
        "Economy Laws Cost: " .. color("green", "-15%"),
        icon("Stability", 1) .. ": " .. color("green", "+2.5%"),
    }
}
p.swe_solidified_mandate_upgraded = {
    name = "Mandate of the people",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Trade Laws Cost: " .. color("green", "-20%"),
        "Economy Laws Cost: " .. color("green", "-30%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.swe_admiral_of_industry = {
    name = "Admiral of industry",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+17%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+17%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+17%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+17%"),
    }
}
p.swe_close_ties_to_the_military = {
    name = "Close ties to the military",
    stats = {
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+30"),
        "Training time: " .. color("green", "-10%"),
    }
}
p.swe_landsfader = {
    name = "Landsfader",
    stats = {
        "Division Defense on core territory: " .. color("green", "+6%"),
        "Division Attack on core territory: " .. color("green", "+6%"),
        "Supply Combat Penalties on Core Territory: " .. color("green", "-8%"),
    }
}
p.swe_respectful_occupier = {
    name = "Respectful occupier",
    stats = {
        "Resistance Target: " .. color("green", "-10%"),
        "Resistance Growth Speed: " .. color("green", "-15%"),
        "Resistance Activity Chance: " .. color("green", "-20%"),
    }
}
p.swe_education_for_all = {
    name = "Education for all",
    stats = {
        "Research Speed: " .. color("green", "+6%"),
    }
}
p.swe_every_barrel_counts = {
    name = "Every barrel counts",
    stats = {
        "Supply Consumption: " .. color("green", "-5%"),
        "Air " .. icon("Fuel", 1) .. " Consumption: " .. color("green", "-5%"),
        "Navy " .. icon("Fuel", 1) .. " Consumption: " .. color("green", "-5%"),
    }
}
p.swe_reluctant_towards_rearmament = {
    name = "Reluctant towards Rearmament",
    stats = {
        "Conscription Laws Cost: " .. color("red", "+15%"),
        icon("War support", 1) .. ": " .. color("red", "-5%"),
    }
}
p.swe_minister_of_trade = {
    name = "Minister of Trade",
    stats = {
        "Trade Laws Cost: " .. color("green", "-30%"),
        "Trade deal opinion factor: " .. "'''+35%'''",
    }
}
p.swe_minister_of_supply = {
    name = "Minister of Supply",
    stats = {
        "Supply Efficiency: " .. color("green", "+10%"),
        "Lack of Resources Penalty: " .. color("green", "-20%"),
    }
}
p.swe_minister_of_justice = {
    name = "Minister of Justice",
    stats = {
        "Resistance Target: " .. color("green", "-5%"),
    }
}
p.swe_minister_of_state = {
    name = "Minister of State",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.swe_suffragette = {
    name = "Suffragette",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Construction Speed: " .. color("green", "+5%"),
    }
}
p.swe_suffragette_research = {
    name = "Women pioneers",
    stats = {
        "Research Speed: " .. color("green", "+4%"),
        icon("Stability", 1) .. ": " .. color("red", "-4%"),
    }
}
p.swe_suffragette_production = {
    name = "The new workforce",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+4%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+4%"),
        icon("Stability", 1) .. ": " .. color("red", "-4%"),
    }
}
p.swe_suffragette_clout = {
    name = "Equality in politics",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
        "Conscription Laws Cost: " .. color("green", "-25%"),
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Political Advisor Cost: " .. color("green", "-15%"),
    }
}
p.swe_suffragette_rfsu = {
    name = "RFSU institution",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.08"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+8%"),
        "Same ideology monthly opinion: " .. color("green", "+20%"),
    }
}
p.swe_committee_against_the_finnish_white_terror = {
    name = "Committee Against the Finnish White Terror",
    stats = {
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Breakthrough against minor countries: " .. color("green", "+6%"),
    }
}
p.swe_high_defense_budget = {
    name = "High Defense Budget",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
    }
}
p.swe_foreign_minister = {
    name = "Foreign Minister",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+30%"),
        "Lend-lease request tension limit: " .. color("green", "-50%"),
        "Lend-lease tension limit: " .. color("green", "-50%"),
        "Embargo Tension Limit: " .. color("green", "-50%"),
        "Embargo Cost Modifier: " .. color("green", "-50%"),
        "Funds Gain: " .. color("green", "+15%"),
    }
}
p.swe_foreign_minister_no_bba = {
    name = "Foreign Minister",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+30%"),
        "Lend-lease request tension limit: " .. color("green", "-50%"),
        "Lend-lease tension limit: " .. color("green", "-50%"),
        "Funds Gain: " .. color("green", "+25%"),
    }
}
p.swe_minister_of_agriculture = {
    name = "Minister of Agriculture",
    stats = {
        icon("infra", 1) .. " construction speed: " .. color("green", "+20%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.swe_interventionist_firebrand = {
    name = "Interventionist Firebrand",
    stats = {
        "Send volunteers tension limit: " .. color("green", "-70%"),
        "Divisions required for sending volunteer force: " .. color("green", "-50%"),
        "Max volunteer force divisions: " .. color("green", "+3"),
        "Attack against major countries: " .. color("green", "+8%"),
        "Defense against major countries: " .. color("green", "+8%"),
    }
}
p.swe_minister_of_defense = {
    name = "Minister of Defense",
    stats = {
        icon("land fort", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("coastal fort", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("static aa", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.swe_family_oriented_sociologist = {
    name = "Family Oriented Sociologist",
    stats = {
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+80"),
        "Monthly " .. icon("pop", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.03"),
        icon("War support", 1) .. ": " .. color("red", "-1%"),
    }
}
p.swe_anti_nazi_interdisciplinary_social_scientist = {
    name = "Anti-Nazi Social Scientist",
    stats = {
        "War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+4%"),
        "Resistance Target in our states occupied by the enemy " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.1"),
    }
}
p.swe_partners_in_a_dangerous_time_gunnar = {
    name = "Partners in a Dangerous Time",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+3%"),
    }
}
p.swe_partners_in_a_dangerous_time_alva = {
    name = "Partners in a Dangerous Time",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+2%"),
    }
}
p.swe_minister_of_transport = {
    name = "Minister of Transport",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("supply hub", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.swe_former_autocrat = {
    name = "Former Autocrat",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+20"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+20"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.01"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+15%"),
    }
}
p.swe_former_autocrat_upgraded = {
    name = "", --Not localized
    stats = {
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+20"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+20"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.01"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+15%"),
    }
}
p.swe_exiled_revolutionaries = {
    name = "Exiled Communist Military Council",
    stats = {
        "Division Attack: " .. color("green", "+16%"),
        icon("Stability", 1) .. ": " .. color("red", "-8%"),
        "Division Organization: " .. color("red", "-6%"),
    }
}
p.swe_ardent_conservative = {
    name = "Ardent Conservative",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        "Grant Medal Cost: " .. color("green", "-15%"),
        "Entrenchment speed: " .. color("green", "+20%"),
        "Max Entrenchment: " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
    }
}
p.swe_the_great = {
    name = "The Great",
    stats = {
        "Max training: " .. color("green", "+15%"),
        "Division Experience Gain: " .. color("green", "+15%"),
        "Experienced soldier losses: " .. color("green", "-25%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2%"),
    }
}
p.swe_the_eternal = {
    name = "The Eternal",
    stats = {
        "Max training: " .. color("green", "+15%"),
        "Division Experience Gain: " .. color("green", "+15%"),
        "Experienced soldier losses: " .. color("green", "-25%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+3%'''",
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2%"),
        "Resistance Target: " .. color("green", "-5%"),
        "Damage to Garrisons: " .. color("green", "-10%"),
    }
}
p.the_spider = {
    name = "The Spider",
    stats = {
        "Land Night Attack: " .. color("green", "+10%"),
        "Night Operations Penalty: " .. color("green", "-10%"),
        "Night-time Attack: " .. color("green", "+10%"),
    }
}
p.untethered = {
    name = "Untethered",
    stats = {
        "Divisions speed: " .. color("green", "+10%"),
        "Org Loss when Moving: " .. color("green", "-10%"),
    }
}
p.mild_mannered_no_lar = {
    name = "Mild Mannered",
    stats = {
        "Trade deal opinion factor: " .. "'''+20%'''",
        "Improve relations maintain cost: " .. color("green", "-25%"),
        "Subversive activities cost: " .. color("green", "-25%"),
    }
}
p.mild_mannered = {
    name = "Mild Mannered",
    stats = {
        "Trade deal opinion factor: " .. "'''+20%'''",
        "Improve relations maintain cost: " .. color("green", "-25%"),
        "Own operative capture chance: " .. color("green", "-5%"),
    }
}
p.unbreakable = {
    name = "Unbreakable",
    stats = {
        "No Entrenchment Lose On Attack: " .. color("green", "yes"),
        "Attack: " .. color("red", "-5%"),
        "Defense: " .. color("green", "+15%"),
    }
}
p.hyena = {
    name = "Hyena",
    stats = {
        "Equipment Capture Ratio Modifier: " .. color("green", "+10%"),
    }
}
p.lucky = {
    name = "Lucky",
    stats = {
        "Reinforce Rate: " .. color("green", "+2%"),
        "Chance to score Critical Hit: " .. color("green", "+10%"),
        "Chance to Receive Critical Hit: " .. color("green", "-10%"),
    }
}
p.amnesiac = {
    name = "Amnesiac",
    stats = {
        "Rocket Damage: " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        "Planning Speed: " .. color("red", "-20%"),
        "Coordination: " .. color("red", "-20%"),
    }
}
p.trusty_no_lar = {
    name = "Trusty",
    stats = {
        "Trade deal opinion factor: " .. "'''+20%'''",
        "Improve relations opinion: " .. color("green", "+0.25"),
        "Foreign subversive activities efficiency: " .. color("red", "+30%"),
    }
}
p.trusty = {
    name = "Trusty",
    stats = {
        "Trade deal opinion factor: " .. "'''+20%'''",
        "Improve relations opinion: " .. color("green", "+0.25"),
        "Stage Coup effectiveness: " .. color("green", "+25%"),
        "Infiltration effectiveness: " .. color("green", "+25%"),
        "Strengthen Resistance effectiveness: " .. color("green", "+35%"),
        "Sabotage Industry effectiveness: " .. color("green", "+35%"),
        "Sabotage Resources effectiveness: " .. color("green", "+35%"),
        "Sabotage Infrastructure effectiveness: " .. color("green", "+35%"),
    }
}
p.ice_hot_tempered_reformer = {
    name = "Hot Tempered Reformer",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.01"),
    }
}
p.ice_national_romanticist = {
    name = "National Romanticist",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
        "Ideology drift defense: " .. color("green", "+25%"),
    }
}
p.ice_revolutionary_educator = {
    name = "Revolutionary Educator",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
        "Research Speed: " .. color("green", "+10%"),
    }
}
p.ice_the_strict_regent = {
    name = "The Strict Regent",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-15%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.ice_independence_advocate = {
    name = "Independence Advocate",
    stats = {
        "Daily autonomy progress gain: " .. color("green", "+0.1"),
        "All autonomy gain: " .. color("green", "+20%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
    }
}
p.ice_the_navy_king = {
    name = "The Navy King",
    stats = {
        "Naval Doctrine Cost: " .. color("green", "-10%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+20%"),
    }
}
p.ice_transportation_enthusiast = {
    name = "Transportation Enthusiast",
    stats = {
        "Train:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-15%"),
        "Truck:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-15%"),
    }
}
p.ice_minister_of_healthcare_and_finance = {
    name = "Minister of Healthcare And Finance",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.ice_internationalist_guardian = {
    name = "Internationalist Guardian",
    stats = {
        "Join faction tension limit: " .. color("green", "-5%"),
        "Send volunteers tension limit: " .. color("green", "-15%"),
        "Divisions required for sending volunteer force: " .. color("green", "-75%"),
    }
}
p.ice_minister_of_finance_moller = {
    name = "Minister of Finance",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-5%'''",
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        "Lack of Resources Penalty: " .. color("green", "-5%"),
    }
}
p.ice_judge_and_editor = {
    name = "Judge and Newspaper Editor",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+20%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.ice_travel_enthusiast = {
    name = "Travel Enthusiast",
    stats = {
        "Aircraft Research Speed: " .. color("green", "+15%"),
        "Send volunteers tension limit: " .. color("green", "-5%"),
        "Divisions required for sending volunteer force: " .. color("green", "-5%"),
    }
}
p.ice_progressive_doctor = {
    name = "Progressive Doctor",
    stats = {
        "Ideology drift defense: " .. color("green", "+20%"),
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+100"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
    }
}
p.ice_trade_unionist = {
    name = "Trade Unionist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.02"),
        icon("pe cap", 1) .. ": " .. color("green", "+10%"),
        "Lack of Resources Penalty: " .. color("green", "-30%"),
    }
}
p.ice_german_consul = {
    name = "German Consul",
    stats = {
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Same ideology monthly opinion: " .. color("green", "+15%"),
        "Research Speed: " .. color("green", "+5%"),
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+50"),
    }
}
p.ice_shipping_concern = {
    name = "Shipping Concern",
    stats = {
    }
}
p.anti_stalinist_marxist = {
    name = "Anti-Stalinist Marxist",
    stats = {
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("red", "-20"),
        "Trade deal opinion factor: " .. "'''+10%'''",
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
    }
}
p.national_socialist_sympathizer = {
    name = "National Socialist Sympathizer",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.02"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+40"),
    }
}
p.minister_of_ecclesiastical_affairs = {
    name = "Minister of Education",
    stats = {
        "Research Speed: " .. color("green", "+6%"),
    }
}
p.special_envoy = {
    name = "Special Envoy",
    stats = {
        "Operative slots: " .. color("green", "+1"),
        "Agency upgrade time: " .. color("green", "-20%"),
        "Civilian Intelligence: " .. color("green", "+20%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.minister_of_ecclesiastical_affairs_upgraded = {
    name = "Minister of Education",
    stats = {
        "Research Speed: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.national_socialist_veterinarian = {
    name = "National Socialist Veterinarian",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
    }
}
p.munckska_karens_member = {
    name = "Munckska Kårens Member",
    stats = {
        "Resistance Activity Chance: " .. color("green", "-10%"),
        "Ideology drift defense: " .. color("green", "+25%"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("red", "-50"),
    }
}
p.socialist_writer = {
    name = "Socialist Writer",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
    }
}
p.protector_of_cultural_heritage = {
    name = "Protector of Cultural Heritage",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+60"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("green", "+60"),
    }
}
p.humanist = {
    name = "Humanist",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        "Civilian Intelligence: " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.minister_of_the_interior_aregai_no_lar = {
    name = "Minister of the Interior",
    stats = {
        "Surrender Limit: " .. color("green", "+5%"),
        "Construction Speed: " .. color("green", "+5%"),
        "Improve relations maintain cost: " .. color("green", "-50%"),
        "Foreign subversive activities efficiency: " .. color("green", "-10%"),
    }
}
p.arg_fraudulent_industrialist = {
    name = "Fraudulent Industrialist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Construction Speed: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.arg_radical_antipersonnel = {
    name = "Radical Antipersonnel",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.03"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.01"),
    }
}
p.arg_conservative_traditionalist = {
    name = "Conservative Traditionalist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.03"),
    }
}
p.arg_moderate_dictator = {
    name = "Moderate Dictator",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.03"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+30"),
    }
}
p.arg_brigadier_general = {
    name = "Brigadier General",
    stats = {
        "Mobilization speed: " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
    }
}
p.arg_argentine_nationalist = {
    name = "Argentine Nationalist",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
    }
}
p.arg_harsh_democrat = {
    name = "Harsh Democrat",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+40"),
    }
}
p.arg_feminist_revolutionary = {
    name = "Feminist Revolutionary",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+0.5%'''",
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.arg_communist_insurrectionist = {
    name = "Communist Insurrectionist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
    }
}
p.arg_anarchosyndicalist = {
    name = "Anarcho-syndicalist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Minimum training level: " .. color("green", "-10%"),
    }
}
p.arg_socialist_feminist = {
    name = "Socialist Feminist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        "Weekly " .. icon("Stability", 1) .. ": " .. color("green", "+0.5%"),
    }
}
p.arg_university_rector = {
    name = "University Rector",
    stats = {
        "Research Speed: " .. color("green", "+10%"),
    }
}
p.arg_nobel_peace_prize_winner = {
    name = "Nobel Peace Prize Winner",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time: " .. color("red", "+30%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+30%"),
        "Send volunteers tension limit: " .. color("green", "-20%"),
    }
}
p.arg_bolivar_agent = {
    name = "Bolívar Agent",
    stats = {
        "Subversive activities cost: " .. color("green", "-35%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Decryption: " .. color("green", "+10%"),
    }
}
p.arg_prominent_centrist = {
    name = "Prominent Centrist",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.02"),
    }
}
p.arg_father_of_argentine_democracy = {
    name = "Father of Argentine Democracy",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+5%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+10%"),
    }
}
p.arg_peronism_trait = {
    name = "Peronism",
    stats = {
        "Division Defense on core territory: " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
    }
}
p.arg_womans_peronist = {
    name = "Women's Peronist Advocate",
    stats = {
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.arg_argentine_fascist = {
    name = "Argentine Fascist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.bra_father_of_the_poor = {
    name = "Father of the Poor",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+2%"),
    }
}
p.bra_sugar_king = {
    name = "Sugar King",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Consumer Goods Factories factor: " .. "'''-5%'''",
    }
}
p.bra_reluctant_integralist = {
    name = "Reluctant Integralist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.03"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
    }
}
p.bra_authoritarian_populist = {
    name = "Authoritarian Populist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.01"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+5%"),
    }
}
p.bra_supreme_court_justice = {
    name = "Supreme Court Justice",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.02"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.bra_political_fox = {
    name = "Political Fox",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+15%"),
        "Political Advisor Cost: " .. color("green", "-20%"),
    }
}
p.bra_modernist_architect = {
    name = "Modernist Architect",
    stats = {
        "Research Speed: " .. color("green", "+2%"),
        "Construction Speed: " .. color("green", "+5%"),
    }
}
p.bra_distinguished_diplomat = {
    name = "Distinguished Diplomat",
    stats = {
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Trade deal opinion factor: " .. "'''+50%'''",
        icon("Political power", 1) .. " Gain: " .. color("green", "+7%"),
    }
}
p.bra_minister_of_transport = {
    name = "Minister of Transport",
    stats = {
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("supply hub", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.bra_right_wing_ideologue = {
    name = "Right-Wing Ideologue",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.03"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Same ideology monthly opinion: " .. color("green", "+15%"),
        "Supply Combat Penalties on Core Territory: " .. color("red", "+10%"),
    }
}
p.bra_head_of_political_police = {
    name = "Head of the Political Police",
    stats = {
        "Intel network strength gain factor: " .. color("green", "+20%"),
        "Agency upgrade time: " .. color("green", "-20%"),
        "Operative slots: " .. color("green", "+1"),
    }
}
p.bra_nobel_peace_prize_nominee = {
    name = "Nobel Peace Prize Nominee",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time: " .. color("red", "+20%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+20%"),
        "Send volunteers tension limit: " .. color("green", "-75%"),
        "Divisions required for sending volunteer force: " .. color("red", "+30%"),
        "Max volunteer force divisions: " .. color("green", "+3"),
    }
}
p.bra_deposed_former_president = {
    name = "Deposed Former President",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.02"),
        "Ideology drift defense: " .. color("green", "+5%"),
    }
}
p.bra_renowned_ambassador = {
    name = "Renowned Ambassador",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.02"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("red", "-50"),
        "Trade deal opinion factor: " .. "'''+30%'''",
    }
}
p.bra_anti_authoritarian = {
    name = "Anti-Authoritarian",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+20%"),
        "Political Advisor Cost: " .. color("green", "-20%"),
    }
}
p.bra_academic_writer = {
    name = "Academic Writer",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.02"),
        "Acceptance of " .. icon("Unaligned", 1) .. " Diplomacy: " .. color("green", "+40"),
    }
}
p.bra_controversial_academic = {
    name = "Controversial Academic",
    stats = {
        "Research Speed: " .. color("green", "+3%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
    }
}
p.bra_education_pioneer = {
    name = "Education Pioneer",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.03"),
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        icon("Stability", 1) .. ": " .. color("green", "+3%"),
    }
}
p.bra_democratic_engineer = {
    name = "Democratic Engineer",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.02"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("supply hub", 1) .. " construction speed: " .. color("green", "+5%"),
    }
}
p.bra_minister_of_defense = {
    name = "Minister of Defense",
    stats = {
        "Division Defense on core territory: " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("red", "-25"),
    }
}
p.bra_politically_educated = {
    name = "Politically Educated",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.02"),
        "Economy Laws Cost: " .. color("green", "-10%"),
        "Trade Laws Cost: " .. color("green", "-10%"),
    }
}
p.bra_the_white_dove = {
    name = "The White Dove",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.02"),
        "Air Accidents Chance: " .. color("red", "+5%"),
        "Divisions speed: " .. color("green", "+2%"),
    }
}
p.bra_militant_communist = {
    name = "Militant Communist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+2%"),
        "Send volunteers tension limit: " .. color("green", "-20%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.02"),
    }
}
p.bra_soviet_spy = {
    name = "Soviet Spy",
    stats = {
        "Intel network strength gain factor: " .. color("green", "+20%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Operative slots: " .. color("green", "+1"),
    }
}
p.bra_emperor_trait = {
    name = "Emperor of Brazil",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
    }
}
p.bra_coffee_king = {
    name = "Coffee King",
    stats = {
        icon("railway", 1) .. " construction speed: " .. color("green", "+5%"),
        "Construction Speed: " .. color("green", "+10%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        "Research Speed: " .. color("red", "-5%"),
    }
}
p.bra_vengeful_industrialist = {
    name = "Vengeful Industrialist",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.01"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_uruguyan_revisionist = {
    name = "Uruguayan Revisionist",
    stats = {
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+75"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-35%"),
    }
}
p.stalin_political_paranoia = {
    name = "Political Paranoia",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        "Political Paranoia increases by " .. icon("red", 1) .. " weekly",
    }
}
p.stalin_political_paranoia_advanced = {
    name = "Political Paranoia",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        "Political Paranoia increases by " .. icon("red", 2) .. " weekly",
    }
}
p.stalin_heart_of_steel = {
    name = "Heart of Steel",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Improve relations opinion: " .. color("red", "-5%"),
        "Master impact: " .. color("red", "-0.1"),
    }
}
p.stalin_heart_of_steel_opposition = {
    name = "Heart of Steel",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Improve relations opinion: " .. color("red", "-5%"),
        "Master impact: " .. color("red", "-0.1"),
    }
}
p.stalin_inheritor_of_lenin = {
    name = "Inheritor of the Mantle of Lenin",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
    }
}
p.stalin_inheritor_of_lenin_genius = {
    name = "Inheritor of the Mantle of Lenin",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        "Research Speed: " .. color("green", "+5%"),
    }
}
p.stalin_inheritor_of_lenin_leader = {
    name = "Inheritor of the Mantle of Lenin",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+40%"),
        "Political Advisor Cost: " .. color("green", "-25%"),
    }
}
p.stalin_inheritor_of_lenin_final = {
    name = "Inheritor of the Mantle of Lenin",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        "Research Speed: " .. color("green", "+5%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+40%"),
        "Political Advisor Cost: " .. color("green", "-25%"),
    }
}
p.stalin_servant_of_lenin = {
    name = "Faithful Servant of Lenin",
    stats = {
        "Ideology drift defense: " .. color("green", "+15%"),
        "Guarantee Cost: " .. color("green", "-50%"),
    }
}
p.stalin_servant_of_lenin_worship = {
    name = "Faithful Servant of Lenin",
    stats = {
        "Ideology drift defense: " .. color("green", "+15%"),
        "Guarantee Cost: " .. color("green", "-50%"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
    }
}
p.stalin_servant_of_lenin_leader = {
    name = "Faithful Servant of Lenin",
    stats = {
        "Ideology drift defense: " .. color("green", "+15%"),
        "Guarantee Cost: " .. color("green", "-50%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+40%"),
        "Political Advisor Cost: " .. color("green", "-25%"),
    }
}
p.stalin_servant_of_lenin_final = {
    name = "Faithful Servant of Lenin",
    stats = {
        "Ideology drift defense: " .. color("green", "+15%"),
        "Guarantee Cost: " .. color("green", "-50%"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
        "Defensive War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+40%"),
        "Political Advisor Cost: " .. color("green", "-25%"),
    }
}
p.stalin_great_commander = {
    name = "Great Commander",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Division Recovery Rate: " .. color("green", "+5%"),
        "Annex cost: " .. color("green", "-10%"),
    }
}
p.stalin_architect_of_communism = {
    name = "Architect of Communism",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        "Master Ideology Drift: " .. color("green", "+0.1"),
        "Puppet cost: " .. color("green", "-20%"),
    }
}
p.stalin_father_of_nations = {
    name = "Father of Nations",
    stats = {
        "Weekly " .. icon("Stability", 1) .. ": " .. color("green", "+0.1%"),
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
        "Justify " .. icon("cb", 1) .. " time when at war with a major: " .. color("green", "-50%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
    }
}
p.stalin_authority_undermined = {
    name = "Authority Undermined",
    stats = {
        "Ideology drift defense: " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Political Paranoia increases by " .. icon("red", 2) .. " weekly",
    }
}
p.unscrupulous_orchestrator = {
    name = "Unscrupulous Orchestrator",
    stats = {
        "Intel network strength gain factor: " .. color("green", "+15%"),
        "Own operative capture chance: " .. color("green", "-10%"),
        "Counter intelligence: " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
    }
}
p.unscrupulous_orchestrator_no_lar = {
    name = "Unscrupulous Orchestrator",
    stats = {
        "Subversive activities cost: " .. color("green", "-35%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
    }
}
p.the_siberian_lenin = {
    name = "The Siberian Lenin",
    stats = {
        "Resistance Activity Chance: " .. color("green", "-10%"),
        "Damage to Garrisons: " .. color("green", "-10%"),
        "Operative slots: " .. color("green", "+1"),
        "Resistance Decay Speed: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.strong_party_discipline = {
    name = "Strong Party Discipline",
    stats = {
        "Ideology drift defense: " .. color("green", "+15%"),
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
        "Resistance Decay Speed: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Surrender Limit: " .. color("green", "+10%"),
    }
}
p.defender_of_the_peasantry = {
    name = "Defender of the Peasantry",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Research Speed: " .. color("green", "+2%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Civilian intelligence to others: " .. color("red", "+15%"),
        icon("Factory Output", 1) .. ": " .. color("red", "-5%"),
    }
}
p.hero_of_the_peasantry = {
    name = "Hero of the Peasantry",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+5%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+50"),
        "Civilian intelligence to others: " .. color("red", "+15%"),
        icon("Factory Output", 1) .. ": " .. color("red", "-2%"),
    }
}
p.labor_defense_organizer = {
    name = "Organizer of Labor and Defense",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-15%'''",
        "Division Defense on core territory: " .. color("green", "+5%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+5%"),
        "Research Speed: " .. color("red", "-3%"),
    }
}
p.born_agitator = {
    name = "Born Agitator",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+15%"),
        "Division Recovery Rate: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Compliance Growth Speed: " .. color("red", "-5%"),
    }
}
p.the_faded_star = {
    name = "The Faded Star",
    stats = {
        "Research Speed: " .. color("green", "+3%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        "Ideology drift defense: " .. color("red", "-10%"),
    }
}
p.defier_of_the_sun_god = {
    name = "Defier of the Sun God",
    stats = {
        "Division Recovery Rate: " .. color("green", "+5%"),
        "Compliance Growth Speed: " .. color("green", "+5%"),
        "(" .. flag("Japan") .. ")Attack bonus against country: " .. color("green", "+10%"),
        "(" .. flag("Japan") .. ")Defense bonus against country: " .. color("green", "+10%"),
    }
}
p.supreme_representative_of_god_on_earth = {
    name = "Supreme Representative of God on Earth",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+100%"),
    }
}
p.fascist_orchestrator = {
    name = "Fascist Orchestrator",
    stats = {
        "Political Advisor Cost: " .. color("green", "-33%"),
        "High Command Cost: " .. color("green", "-33%"),
        "Air Chief Cost: " .. color("green", "-33%"),
        "Army Chief Cost: " .. color("green", "-33%"),
        "Navy Chief Cost: " .. color("green", "-33%"),
        "Master impact: " .. color("red", "-0.3"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("nic", 1) .. " construction speed: " .. color("green", "+5%"),
    }
}
p.emperor_and_autocrat_of_all_the_russias = {
    name = "Emperor and Autocrat of All the Russias",
    stats = {
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+10%"),
        "Required Garrisons: " .. color("green", "-15%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.emigre_connections = {
    name = "Émigré Connections",
    stats = {
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+2000"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
    }
}
p.desperate_gambit = {
    name = "Desperate Gambit",
    stats = {
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+25%"),
    }
}
p.dysfunctional_assembly = {
    name = "Dysfunctional Assembly",
    stats = {
        "Weekly " .. icon("Stability", 1) .. ": " .. color("red", "-0.2%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("red", "-0.5"),
    }
}
p.head_of_the_nkvd_yagoda_initial = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Enemy operative capture chance: " .. color("green", "+5%"),
        "Civilian intelligence to others: " .. color("green", "-5%"),
        "'''The Head of the NKVD cannot be manually replaced or removed from post until the Great Purge has concluded.'''",
    }
}
p.head_of_the_nkvd_yagoda = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Enemy operative capture chance: " .. color("green", "+5%"),
        "Civilian intelligence to others: " .. color("green", "-5%"),
        "Political Paranoia increases by an extra " .. icon("red", 1) .. " weekly",
        "'''The Head of the NKVD cannot be manually replaced or removed from post until the Great Purge has concluded.'''",
    }
}
p.head_of_the_nkvd_yagoda_no_paranoia = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Enemy operative capture chance: " .. color("green", "+5%"),
        "Civilian intelligence to others: " .. color("green", "-5%"),
    }
}
p.head_of_the_nkvd_yezhov_initial = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Enemy operative capture chance: " .. color("green", "+10%"),
        "Civilian intelligence to others: " .. color("green", "-10%"),
        "Agency upgrade time: " .. color("green", "-10%"),
        "'''The Head of the NKVD cannot be manually replaced or removed from post until the Great Purge has concluded.'''",
    }
}
p.head_of_the_nkvd_yezhov = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Enemy operative capture chance: " .. color("green", "+10%"),
        "Civilian intelligence to others: " .. color("green", "-10%"),
        "Agency upgrade time: " .. color("green", "-10%"),
        "Political Paranoia increases by an extra " .. icon("red", 2) .. " weekly",
        "'''The Head of the NKVD cannot be manually replaced or removed from post until the Great Purge has concluded.'''",
    }
}
p.head_of_the_nkvd_yezhov_no_paranoia = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Enemy operative capture chance: " .. color("green", "+10%"),
        "Civilian intelligence to others: " .. color("green", "-10%"),
        "Agency upgrade time: " .. color("green", "-10%"),
    }
}
p.head_of_the_nkvd_beriya_initial = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Enemy operative capture chance: " .. color("green", "+15%"),
        "Civilian intelligence to others: " .. color("green", "-10%"),
        "Intel network strength gain factor: " .. color("green", "+10%"),
        "'''The Head of the NKVD cannot be manually replaced or removed from post until the Great Purge has concluded.'''",
    }
}
p.head_of_the_nkvd_beriya = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.1%"),
        "Enemy operative capture chance: " .. color("green", "+15%"),
        "Civilian intelligence to others: " .. color("green", "-10%"),
        "Intel network strength gain factor: " .. color("green", "+10%"),
        "Political Paranoia increases by an extra " .. icon("red", 2) .. " weekly",
        "'''The Head of the NKVD cannot be manually replaced or removed from post until the Great Purge has concluded.'''",
    }
}
p.head_of_the_nkvd_beriya_no_paranoia = {
    name = "Head of the NKVD",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Enemy operative detection chance offset: " .. color("green", "+0.2%"),
        "Enemy operative capture chance: " .. color("green", "+15%"),
        "Civilian intelligence to others: " .. color("green", "-10%"),
        "Intel network strength gain factor: " .. color("green", "+10%"),
    }
}
p.iron_lazar = {
    name = "Iron Lazar",
    stats = {
        "Train:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+5%"),
        "*Armor: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("supply hub", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("Fuel", 1) .. " gain per " .. icon("oil", 1) .. ": " .. color("green", "+5%"),
    }
}
p.political_commissar = {
    name = "Political Commissar",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+30"),
    }
}
p.pc_for_foreign_affairs_molotov = {
    name = "People's Commissar for Foreign Affairs",
    stats = {
        "Trade deal opinion factor: " .. "'''+10%'''",
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-10%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+40"),
    }
}
p.pc_for_foreign_affairs_litvinov = {
    name = "People's Commissar for Foreign Affairs",
    stats = {
        "Improve relations opinion: " .. color("green", "+15%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+15%"),
        "Lend-lease request tension limit: " .. color("green", "-20%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+40"),
    }
}
p.patriarch_of_moscow_and_all_russia = {
    name = "Patriarch of Moscow and all Russia",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Division Recovery Rate: " .. color("green", "+10%"),
        "Compliance Growth Speed in our states occupied by the enemy: " .. color("green", "-15%"),
    }
}
p.head_directorate_of_new_buildings = {
    name = "Head of Directorate of New Buildings",
    stats = {
        "Construction Speed: " .. color("green", "+10%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.soviet_economist = {
    name = "Soviet Economist",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+15%"),
        "Subversive activities cost: " .. color("green", "-5%"),
    }
}
p.international_revolutionary = {
    name = "International Revolutionary",
    stats = {
        "Subversive activities cost: " .. color("green", "-10%"),
        "Intel network strength gain factor: " .. color("green", "+10%"),
        "Boost Ideology mission effects: " .. color("green", "+10%"),
        "Diplomatic Pressure mission effects: " .. color("green", "+10%"),
    }
}
p.ecomonist_publicist = {
    name = "Economist and Publicist",
    stats = {
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
    }
}
p.left_trade_unionist = {
    name = "Left Wing Trade Unionist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        "Ideology drift defense: " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+10%"),
        "Resources to Market: " .. "'''-10%'''",
    }
}
p.pc_military_naval_affairs = {
    name = "Commissar for Military and Navy",
    stats = {
        "Resistance Growth Speed: " .. color("green", "-10%"),
        "Division Organization: " .. color("green", "+10%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+10%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+10%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("red", "-10%"),
    }
}
p.economy_reformer = {
    name = "Reformer of Economy",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.right_trade_unionist = {
    name = "Right Wing Trade Unionist",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        icon("pe cap", 1) .. ": " .. color("green", "+10%"),
        icon("pe retention", 1) .. ": " .. color("green", "+10%"),
        icon("pe growth", 1) .. ": " .. color("red", "-5%"),
    }
}
p.chair_of_the_unions = {
    name = "Chair of the Unions",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        icon("pe cap", 1) .. ": " .. color("green", "+15%"),
        icon("pe retention", 1) .. ": " .. color("green", "+10%"),
    }
}
p.peoples_commissar_for_posts_and_telegraphs = {
    name = "Commissar for Posts and Telegraphs",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Reinforce Rate: " .. color("green", "+2%"),
    }
}
p.communist_theorist = {
    name = "Communist Theorist",
    stats = {
        "Ideology drift defense: " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.appeasing_technocrat = {
    name = "Appeasing Technocrat",
    stats = {
        "Ideology drift defense: " .. color("red", "-10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily Compliance Gain: " .. color("green", "+0.02%"),
    }
}
p.anti_stalinist_propagandist = {
    name = "Anti-Stalinist Propagandist",
    stats = {
        "Subversive activities cost: " .. color("green", "-15%"),
        "Strengthen Resistance efficiency: " .. color("green", "+10%"),
        "Resistance Decay Speed in our states occupied by the enemy: " .. color("green", "-10%"),
        "Intelligence gained from Operatives and Infiltrated Assets: " .. color("green", "+10%"),
    }
}
p.peoples_commissar_of_finance = {
    name = "People's Commissar of Finance",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+15%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+15%"),
        "Construction Speed: " .. color("red", "-5%"),
        "Factory Repair Speed: " .. color("red", "-5%"),
    }
}
p.ataman_transbaikal_host = {
    name = "Ataman of the Transbaikal Host",
    stats = {
        "Attack against major countries: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
        "Attacking divisions speed: " .. color("green", "+10%"),
        "Cavalry Unit Design Cost: " .. color("green", "-25%"),
    }
}
p.internal_rivalry = {
    name = "Internal Rivalry",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
        "Encryption: " .. color("red", "-15%"),
        "Join faction tension limit: " .. color("red", "+50%"),
        "Improve relations opinion: " .. color("red", "-25%"),
    }
}
p.political_chameleon = {
    name = "Political Chameleon",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.mladorossi_theorist = {
    name = "Mladorossi Theorist",
    stats = {
        "Weekly " .. icon("Stability", 1) .. ": " .. color("red", "-0.1%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.03"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.15"),
    }
}
p.the_foreign_connection = {
    name = "The Foreign Connection",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Same ideology monthly opinion: " .. color("green", "+15%"),
    }
}
p.theocratic_diplomat = {
    name = "Theocratic Diplomat",
    stats = {
        "Improve relations opinion: " .. color("green", "+15%"),
        "Ideology drift defense: " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.orthodox_rabblerouser = {
    name = "Orthodox Rabblerouser",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+1%'''",
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2.5%"),
    }
}
p.driver_of_the_faithful = {
    name = "Driver of the Faithful",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.the_masses_opium = {
    name = "The Masses' Opium",
    stats = {
        "Required Garrisons: " .. color("green", "-20%"),
        "Garrison Penetration Chance: " .. color("green", "-25%"),
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+1000"),
    }
}
p.communist_revolutionary = {
    name = "Communist Revolutionary",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.democratic_reformer = {
    name = "Democratic Reformer",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.fascist_demagogue = {
    name = "Fascist Demagogue",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.staunch_monarchist = {
    name = "Staunch Monarchist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
    }
}
p.shadow_of_calles = {
    name = "Shadow of Calles",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.social_reformer = {
    name = "Social Reformer",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
    }
}
p.syncretic_revanchist = {
    name = "Syncretic Revanchist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''-50%'''",
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
    }
}
p.ambitious_union_boss = {
    name = "Ambitious Union Boss",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.popular_figurehead = {
    name = "Popular Figurehead",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
    }
}
p.anti_communist_crusader = {
    name = "Anti-Communist Crusader",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.1"),
    }
}
p.propaganda_expert = {
    name = "Propaganda Master",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.technocrat = {
    name = "Technocrat",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+5%"),
        "Research Speed: " .. color("green", "+5%"),
    }
}
p.silent_workhorse = {
    name = "Silent Workhorse",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.prince_of_terror = {
    name = "Prince of Terror",
    stats = {
        "Damage to Garrisons: " .. color("green", "-25%"),
        "Foreign subversive activities efficiency: " .. color("green", "-30%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2%"),
    }
}
p.compassionate_gentleman = {
    name = "Compassionate Gentleman",
    stats = {
        "Improve relations opinion: " .. color("green", "+15%"),
        "Damage to Garrisons: " .. color("green", "-15%"),
    }
}
p.backroom_backstabber = {
    name = "Backroom Backstabber",
    stats = {
        "Subversive activities cost: " .. color("green", "-25%"),
        "Ideology drift defense: " .. color("green", "+25%"),
    }
}
p.smooth_talking_charmer = {
    name = "Smooth-Talking Charmer",
    stats = {
        "Improve relations maintain cost: " .. color("green", "-50%"),
        "Trade deal opinion factor: " .. "'''+10%'''",
    }
}
p.ideological_crusader = {
    name = "Ideological Crusader",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+100%"),
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+10%"),
    }
}
p.fortification_engineer = {
    name = "Fortification Engineer",
    stats = {
        icon("land fort", 1) .. " construction speed: " .. color("green", "+20%"),
        icon("coastal fort", 1) .. " construction speed: " .. color("green", "+20%"),
        icon("static aa", 1) .. " construction speed: " .. color("green", "+20%"),
    }
}
p.war_industrialist = {
    name = "War Industrialist",
    stats = {
        icon("mic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("nic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("fuel silo", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.captain_of_industry = {
    name = "Captain of Industry",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.financial_expert = {
    name = "Financial Expert",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.economist = {
    name = "Economist",
    stats = {
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
    }
}
p.editor = {
    name = "Editor",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.armaments_organizer = {
    name = "Armaments Organizer",
    stats = {
        icon("cic", "Civilian") .. " to " .. icon("mic", 1) .. " conversion cost: " .. color("green", "-20%"),
        icon("supply hub", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.reluctant_interventionist = {
    name = "Reluctant Interventionist",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Lend-lease tension limit: " .. color("green", "-20%"),
        "Lend-lease request tension limit: " .. color("green", "-20%"),
    }
}
p.quartermaster_general = {
    name = "Quartermaster General",
    stats = {
        icon("air base", 1) .. " construction speed: " .. color("green", "+15%"),
        icon("naval base", 1) .. " construction speed: " .. color("green", "+15%"),
        icon("rocket site", 1) .. " construction speed: " .. color("green", "+15%"),
        icon("radar station", 1) .. " construction speed: " .. color("green", "+15%"),
        icon("reactor", 1) .. " construction speed: " .. color("green", "+15%"),
    }
}
p.rocket_scientist = {
    name = "Rocket Scientist",
    stats = {
    }
}
p.nuclear_scientist = {
    name = "Nuclear Scientist",
    stats = {
    }
}
p.propaganda_bungler = {
    name = "Propaganda Bungler",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.silent_mule = {
    name = "Silent Mule",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.baron_of_terror = {
    name = "Baron of Terror",
    stats = {
        "Damage to Garrisons: " .. color("green", "-15%"),
        "Foreign subversive activities efficiency: " .. color("green", "-15%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+1%"),
    }
}
p.compassionate_commoner = {
    name = "Compassionate Commoner",
    stats = {
        "Improve relations opinion: " .. color("green", "+5%"),
    }
}
p.backroom_windbag = {
    name = "Backroom Windbag",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+2%"),
        "Ideology drift defense: " .. color("green", "+5%"),
    }
}
p.smooth_talking_con_man = {
    name = "Smooth-Talking Con-Man",
    stats = {
        "Trade deal opinion factor: " .. "'''+5%'''",
    }
}
p.ideological_groupie = {
    name = "Ideological Groupie",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+5%"),
    }
}
p.fortification_armchair_general = {
    name = "Fortification Armchair General",
    stats = {
        icon("land fort", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("coastal fort", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("static aa", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.war_profiteer = {
    name = "War Profiteer",
    stats = {
        icon("mic", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("nic", 1) .. " construction speed: " .. color("green", "+5%"),
    }
}
p.lieutenant_of_industry = {
    name = "Lieutenant of Industry",
    stats = {
        icon("cic", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+5%"),
    }
}
p.finance_graduate = {
    name = "Finance Graduate",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
    }
}
p.armaments_aficionado = {
    name = "Armaments Aficionado",
    stats = {
        icon("cic", "Civilian") .. " to " .. icon("mic", 1) .. " conversion cost: " .. color("green", "-10%"),
    }
}
p.quartermaster_trainee = {
    name = "Quartermaster Trainee",
    stats = {
        icon("air base", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("naval base", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("rocket site", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("radar station", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("reactor", 1) .. " construction speed: " .. color("green", "+5%"),
    }
}
p.little_rocket_man = {
    name = "Little Rocket Man",
    stats = {
    }
}
p.nuclear_enthusiast = {
    name = "Nuclear Enthusiast",
    stats = {
    }
}
p.adventurous_daredevil = {
    name = "Adventurous Daredevil",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Division Recovery Rate: " .. color("green", "+10%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+3%"),
    }
}
p.princess_of_terror = {
    name = "Princess of Terror",
    stats = {
        "Damage to Garrisons: " .. color("green", "-25%"),
        "Foreign subversive activities efficiency: " .. color("green", "-30%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2%"),
    }
}
p.socialist_novelist = {
    name = "Socialist Novelist",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.red_suffragette = {
    name = "Red Suffragette",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
    }
}
p.royalist_bulldog = {
    name = "Royalist Bulldog",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        "Weekly " .. icon("War Support", 1) .. " (Enemy Bombing): " .. color("green", "+0.1%"),
    }
}
p.economic_organizer = {
    name = "Economic Reformer",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.old_figurehead = {
    name = "Old Figurehead",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.council_communist = {
    name = "Council Communist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-30%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+10%"),
    }
}
p.resistance_banker = {
    name = "Resistance Banker",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-30%'''",
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+10%"),
    }
}
p.colonial_communist = {
    name = "Colonial Communist",
    stats = {
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2%"),
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+250"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.genial_anti_revolutionary = {
    name = "Genial Anti-Revolutionary",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.liberal_journalist = {
    name = "Liberal Journalist",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.anti_fascist_agent = {
    name = "Anti-Fascist Agent",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.02"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.monarchist_media_mogul = {
    name = "Monarchist Media Mogul",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
    }
}
p.connected_citizen = {
    name = "Connected Citizen",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.education_reformer = {
    name = "Education Reformer",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
    }
}
p.voice_of_restraint = {
    name = "Voice of Restraint",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.gran_carabinero = {
    name = "Gran Carabinero",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. ": " .. "'''+0.5%'''",
    }
}
p.la_pasionaria = {
    name = "La Pasionaria",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.social_revolutionary = {
    name = "Social Revolutionary",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.revolutionary_culture_minister = {
    name = "Revolutionary Culture Minister",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.collectivization_specialist = {
    name = "Collectivization Specialist",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.nkvd_rezident = {
    name = "NKVD Rezident",
    stats = {
        "Damage to Garrisons: " .. color("green", "-10%"),
        "Foreign subversive activities efficiency: " .. color("green", "-20%"),
        "Ideology drift defense: " .. color("green", "+20%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.traditionalist_theorist = {
    name = "Traditionalist Theorist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.lifelong_carlist = {
    name = "Lifelong Carlist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.falangist_industrialist = {
    name = "Industrial Falangist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.falangist_syndicalist = {
    name = "Syndicalist Falangist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.leftist_freemason = {
    name = "Leftist Freemason",
    stats = {
        "Same ideology monthly opinion: " .. color("green", "+25%"),
        "Civilian Intelligence: " .. color("green", "+10%"),
        "Army Intelligence: " .. color("green", "+10%"),
        "Navy Intelligence: " .. color("green", "+10%"),
        "Air Intelligence: " .. color("green", "+10%"),
    }
}
p.loyal_falangist = {
    name = "Loyal Falangist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.falangist_figurehead = {
    name = "Falangist Figurehead",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.carlist_intellectual = {
    name = "Carlist Intellectual",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
        "Improve relations opinion: " .. color("green", "+15%"),
    }
}
p.regional_traditionalist_leader = {
    name = "Regional Traditionalist Leader",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+15%"),
    }
}
p.priestly_prime_minister = {
    name = "Priestly Prime Minister",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.militant_minister = {
    name = "Militant Minister",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+40"),
    }
}
p.democratic_crusader = {
    name = "Democratic Crusader",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.05"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.05"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+40"),
    }
}
p.agricultural_nationalist = {
    name = "Agricultural Nationalist",
    stats = {
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("red", "-0.05"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.05"),
    }
}
p.agricultural_capitalist = {
    name = "Agricultural Capitalist",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-15%'''",
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
    }
}
p.anti_german_personality = {
    name = "Staunch Anti-German",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("red", "-0.05"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("red", "-40"),
        "(" .. flag("German Reich", "The German Reich") .. ")Attack bonus against country: " .. color("green", "+10%"),
        "(" .. flag("German Reich", "The German Reich") .. ")Defense bonus against country: " .. color("green", "+10%"),
    }
}
p.subservient_democrat = {
    name = "Subservient Democrat",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Political Advisor Cost: " .. color("green", "-10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.subservient_democrat_democratic = {
    name = "Subservient Democrat",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Political Advisor Cost: " .. color("green", "-10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.hardline_latvian_nationalist = {
    name = "Hardline Latvian Nationalist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.15"),
        "Division Attack on core territory: " .. color("green", "+7.5%"),
        "Division Defense on core territory: " .. color("green", "+7.5%"),
    }
}
p.married_to_latvia = {
    name = "Married to Latvia",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.veteran_minister = {
    name = "Veteran Minister",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+10%"),
        "High Command Cost: " .. color("green", "-15%"),
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+20"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+10%"),
    }
}
p.vapsid_economist = {
    name = "Vapsid Economist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.subservient_ultranationalist = {
    name = "Subservient Ultranationalist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Acceptance of " .. icon("Fascist", 1) .. " Diplomacy: " .. color("green", "+85"),
    }
}
p.veteran_anti_bolshevik = {
    name = "Veteran Anti-Bolshevik",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.05"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("red", "-0.5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
    }
}
p.revolutionary_poet = {
    name = "Revolutionary Poet",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.socialist_justice = {
    name = "Socialist Justice",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        "Resistance Target: " .. color("green", "-5%"),
    }
}
p.marxist_fundamentalist = {
    name = "Marxist Fundamentalist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
    }
}
p.patriotic_socialist = {
    name = "Patriotic Socialist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.lat_military_dictator = {
    name = "Military Dictator",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("red", "-0.2"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
    }
}
p.latvian_militant = {
    name = "Latvian Militant",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+10%"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
    }
}
p.the_king_of_the_castle = {
    name = "The King of the Castle",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.left_sanationist_minister = {
    name = "Leftist Minister",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+85"),
    }
}
p.leftist_legionary = {
    name = "Leftist Legionary",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
        "Special forces Attack: " .. color("green", "+15%"),
        "Special forces Defense: " .. color("green", "+15%"),
    }
}
p.noble_beurocrat = {
    name = "Noble Bureaucrat",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.national_determinist = {
    name = "National Determinist",
    stats = {
        "Damage to Garrisons: " .. color("green", "-25%"),
        "Foreign subversive activities efficiency: " .. color("green", "-30%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("red", "-2%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
    }
}
p.leftist_intellectual = {
    name = "Communist Intellectual",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("green", "+25"),
        "Research Speed: " .. color("green", "+5%"),
    }
}
p.right_industrialist = {
    name = "Right Industrialist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("synth", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.sanation_militarist = {
    name = "Sanation Militarist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
        "Land Doctrine Cost: " .. color("green", "-10%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.04") .. " daily",
    }
}
p.sanation_militarist_falangist = {
    name = "Sanation Militarist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.04") .. " daily",
    }
}
p.falangist_militarist = {
    name = "Falangist Militarist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        "Damage to Garrisons: " .. color("green", "-25%"),
        "Foreign subversive activities efficiency: " .. color("green", "-30%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+2%"),
    }
}
p.patriotic_guerilla = {
    name = "Patriotic Guerilla",
    stats = {
        "Weekly Exiled Government " .. icon("Manpower", 1) .. ": " .. color("green", "+700"),
        "Daily Legitimacy Gain: " .. color("green", "+0.1"),
        "Division Attack: " .. color("green", "+10%"),
        "Division Defense: " .. color("green", "+10%"),
    }
}
p.polish_legionary = {
    name = "Polish Legionary",
    stats = {
        "Weekly Exiled Government " .. icon("Manpower", 1) .. ": " .. color("green", "+700"),
        "Division Attack on core territory: " .. color("green", "+15%"),
        "Division Defense on core territory: " .. color("green", "+15%"),
    }
}
p.democratic_restorationist = {
    name = "Democratic Restorationist",
    stats = {
        "Weekly Exiled Government " .. icon("Manpower", 1) .. ": " .. color("green", "+700"),
        "Daily Legitimacy Gain: " .. color("green", "+0.1"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.exile_king = {
    name = "King of the Exiles",
    stats = {
        "Weekly Exiled Government " .. icon("Manpower", 1) .. ": " .. color("green", "+700"),
        "Daily Legitimacy Gain: " .. color("green", "+0.1"),
        "Division Attack on core territory: " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.anti_bolshevik_leftist = {
    name = "Anti-Bolshevik Leftist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+15%"),
    }
}
p.devoted_marxist = {
    name = "Devoted Marxist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        "Same ideology monthly opinion: " .. color("green", "+100%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.baltic_revolutionary = {
    name = "Revolutionary",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.leftist_independent = {
    name = "Independent Leftist",
    stats = {
        "Division Recovery Rate: " .. color("green", "+10%"),
        "Division Attack on core territory: " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.royal_dictator = {
    name = "Royal Dictator",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
    }
}
p.autocratic_archbishop = {
    name = "Autocratic Archbishop",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
    }
}
p.staunch_aristocrat = {
    name = "Staunch Aristocrat",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-20%'''",
        "Ideology drift defense: " .. color("green", "+15%"),
    }
}
p.soviet_thaw = {
    name = "Pro-Soviet",
    stats = {
        "Ideology drift defense: " .. color("green", "+15%"),
        "Daily autonomy progress gain: " .. color("green", "+0.5"),
    }
}
p.socialist_autocrat = {
    name = "Socialist Autocrat",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+20%"),
    }
}
p.the_last_romanov_maybe = {
    name = "The Last Romanov?",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-20%"),
    }
}
p.the_last_romanov_probably = {
    name = "The Last Romanov",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
    }
}
p.the_last_romanov_definitely = {
    name = "The Last Romanov!",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.resistance_artist = {
    name = "Resistance Artist",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Weekly Exiled Government " .. icon("Manpower", 1) .. ": " .. color("green", "+700"),
        "Legitimacy Gain: " .. color("green", "+25%"),
    }
}
p.polish_peasant_champion = {
    name = "Peasant Hero",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
    }
}
p.morges_champion = {
    name = "Champion of Front Morges",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Training time: " .. color("green", "-10%"),
        "Conscription Laws Cost: " .. color("green", "-10%"),
    }
}
p.he_who_bears_the_throne = {
    name = "He Who Bears the Throne",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
        icon("War support", 1) .. ": " .. color("green", "+20%"),
        "Ideology drift defense: " .. color("green", "+50%"),
    }
}
p.personal_union_trait = {
    name = "", --Not localized
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "All autonomy gain: " .. color("red", "-50%"),
    }
}
p.socdem_reformist = {
    name = "Democratic Reformist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.national_propagandist = {
    name = "National Propagandist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.nationalist_journalist = {
    name = "Nationalist Journalist",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.father_of_polish_nationalism = {
    name = "Father of Polish Nationalism",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.1"),
    }
}
p.unruly_falangist = {
    name = "Unruly Falangist",
    stats = {
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''-50%'''",
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.pol_cossack_king = {
    name = "The Cossack-King",
    stats = {
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-25%"),
        "Cavalry Attack: " .. color("green", "+15%"),
        "Cavalry Defense: " .. color("green", "+15%"),
    }
}
p.royal_legitimist = {
    name = "Royal Legitimist",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Daily Compliance Gain: " .. color("green", "+0.05%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.patriot_king = {
    name = "Patriot King",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.king_of_galicia_and_lodomeria = {
    name = "King of Galicia and Lodomeria",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.pol_soldier_king = {
    name = "The Soldier King",
    stats = {
        "Division Recovery Rate: " .. color("green", "+10%"),
    }
}
p.lit_king_of_lithuania = {
    name = "King of Lithuania",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.amateur_aviator_hess = {
    name = "First Among Equals",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Heavy Fighter:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-2.5%"),
    }
}
p.council_of_theorists = {
    name = "Council of Theorists",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.03") .. " daily",
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.03") .. " daily",
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.03") .. " daily",
        "Land Doctrine Cost: " .. color("green", "-5%"),
        "Air Doctrine Cost: " .. color("green", "-5%"),
        "Naval Doctrine Cost: " .. color("green", "-5%"),
    }
}
p.military_theorist = {
    name = "Military Theorist",
    stats = {
        "Land Doctrine Cost: " .. color("green", "-10%"),
    }
}
p.mobile_warfare_expert = {
    name = "Mobile Warfare Expert",
    stats = {
        "Mobile Warfare Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.superior_firepower_expert = {
    name = "Superior Firepower Expert",
    stats = {
        "Superior Firepower Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.grand_battle_plan_expert = {
    name = "Grand Battleplan Expert",
    stats = {
        "Grand Battleplan Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.mass_assault_expert = {
    name = "Mass Assault Expert",
    stats = {
        "Mass Assault Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.air_warfare_theorist = {
    name = "Air Warfare Theorist",
    stats = {
        "Air Doctrine Cost: " .. color("green", "-10%"),
    }
}
p.dive_bomber = {
    name = "Dive Bomber",
    stats = {
        "Close Air Support:",
        "*Ground Attack: " .. color("green", "+10%"),
        "Air Doctrine Cost: " .. color("green", "-10%"),
    }
}
p.victory_through_airpower = {
    name = "Victory Through Airpower",
    stats = {
        "Strategic Destruction Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.close_air_support_proponent = {
    name = "Close Air Support Proponent",
    stats = {
        "Battlefield Support Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.assault_avaition = {
    name = "Assault Aviation",
    stats = {
        "Operational Integrity Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.naval_theorist = {
    name = "Naval Theorist",
    stats = {
        "Naval Doctrine Cost: " .. color("green", "-10%"),
    }
}
p.naval_aviation_pioneer = {
    name = "Naval Aviation Pioneer",
    stats = {
        "Base Strike Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.grand_fleet_proponent = {
    name = "Grand Fleet Proponent",
    stats = {
        "Fleet in Being Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.submarine_specialist = {
    name = "Submarine Specialist",
    stats = {
        "Trade Interdiction Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.blitzkrieg_theorist = {
    name = "Blitzkrieg Theorist",
    stats = {
        "Armor technology:",
        "*Max Speed: " .. color("green", "+10%"),
        "Mobile Warfare Doctrine Cost: " .. color("green", "-15%"),
    }
}
p.aircraft_manufacturer = {
    name = "", --Not localized
    stats = {
    }
}
p.light_aircraft_manufacturer = {
    name = "Light Aircraft Designer",
    stats = {
        "Fighter:",
        "*Agility: " .. color("green", "+10%"),
        "*Max Speed: " .. color("green", "+10%"),
        "Carrier Fighter:",
        "*Agility: " .. color("green", "+10%"),
        "*Max Speed: " .. color("green", "+10%"),
    }
}
p.light_aircraft_manufacturer_2 = {
    name = "Agility-focused Aircraft Designer",
    stats = {
        "Fighter:",
        "*Agility: " .. color("green", "+20%"),
        "*Max Speed: " .. color("green", "+10%"),
        "Carrier Fighter:",
        "*Agility: " .. color("green", "+20%"),
        "*Max Speed: " .. color("green", "+10%"),
    }
}
p.cas_manufacturer = {
    name = "CAS Designer",
    stats = {
        "Close Air Support:",
        "*Ground Attack: " .. color("green", "+10%"),
        "*Reliability: " .. color("green", "+10%"),
        "Carrier Close Air Support:",
        "*Ground Attack: " .. color("green", "+10%"),
        "*Reliability: " .. color("green", "+10%"),
    }
}
p.medium_aircraft_manufacturer = {
    name = "Medium Aircraft Designer",
    stats = {
        "Heavy Fighter:",
        "*Reliability: " .. color("green", "+20%"),
        "Tactical Bomber:",
        "*Reliability: " .. color("green", "+20%"),
        "Scout Plane:",
        "*Reliability: " .. color("green", "+20%"),
    }
}
p.fuel_efficient_aircraft_manufacturer = {
    name = "Range-focused Aircraft Designer",
    stats = {
        "Fighter:",
        "*Range: " .. color("green", "+10%"),
        "Heavy Fighter:",
        "*Range: " .. color("green", "+10%"),
        "*Reliability: " .. color("green", "+20%"),
        "Tactical Bomber:",
        "*Reliability: " .. color("green", "+20%"),
    }
}
p.heavy_aircraft_manufacturer = {
    name = "Heavy Aircraft Designer",
    stats = {
        "Strategic Bomber:",
        "*Strat. Bombing: " .. color("green", "+10%"),
    }
}
p.naval_aircraft_manufacturer = {
    name = "Naval Aircraft Designer",
    stats = {
        "Naval Bomber:",
        "*Range: " .. color("green", "+10%"),
        "*Naval Attack: " .. color("green", "+10%"),
        "Carrier Naval Bomber:",
        "*Range: " .. color("green", "+10%"),
        "*Naval Attack: " .. color("green", "+10%"),
        "Carrier Fighter:",
        "*Range: " .. color("green", "+10%"),
        "*Agility: " .. color("green", "+10%"),
        "Carrier Close Air Support:",
        "*Range: " .. color("green", "+10%"),
        "*Naval Attack: " .. color("green", "+10%"),
    }
}
p.multi_role_aircraft_manufacturer = {
    name = "Multi-Role Aircraft Designer",
    stats = {
        "Naval Bomber:",
        "*Reliability: " .. color("green", "+10%"),
        "Tactical Bomber:",
        "*Reliability: " .. color("green", "+10%"),
        "Close Air Support:",
        "*Reliability: " .. color("green", "+10%"),
        "Scout Plane:",
        "*Reliability: " .. color("green", "+10%"),
    }
}
p.tank_refurbishment_plant = {
    name = "Tank Refurbishment Plant",
    stats = {
        "Armor technology:",
        "*Reliability: " .. color("green", "+5%"),
    }
}
p.fast_tank_manufacturer = {
    name = "Mobile Tank Designer",
    stats = {
        "Armor technology:",
        "*Max Speed: " .. color("green", "+5%"),
        "*Reliability: " .. color("green", "+10%"),
    }
}
p.armored_car_manufacturer = {
    name = "Armored Car Designer",
    stats = {
        "Armored Car:",
        "*Max Speed: " .. color("green", "+5%"),
        "*Soft attack: " .. color("green", "+5%"),
        "*Hard attack: " .. color("green", "+5%"),
    }
}
p.infantry_tank_manufacturer = {
    name = "Infantry Tank Designer",
    stats = {
        "Armor technology:",
        "*Soft attack: " .. color("green", "+5%"),
        "*Armor: " .. color("green", "+5%"),
    }
}
p.medium_tank_manufacturer = {
    name = "Medium Tank Designer",
    stats = {
        "Armor technology:",
        "*Reliability: " .. color("green", "+5%"),
        "*Soft attack: " .. color("green", "+5%"),
    }
}
p.heavy_tank_manufacturer = {
    name = "Heavy Tank Designer",
    stats = {
        "Armor technology:",
        "*Armor: " .. color("green", "+5%"),
        "*Hard attack: " .. color("green", "+5%"),
    }
}
p.tank_manufacturer = {
    name = "Tank Designer",
    stats = {
        "Armor technology:",
        "*Reliability: " .. color("green", "+5%"),
    }
}
p.repair_and_refurbishment_plant = {
    name = "Repair-Refurbishment Plant",
    stats = {
        "Screens:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-5%"),
        "Submarine:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-5%"),
        "Capital Ships:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-5%"),
        "Carrier:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-5%"),
    }
}
p.black_sea_naval_manufacturer = {
    name = "Black Sea Naval Designer",
    stats = {
        "Screens:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-15%"),
        "*Sub detection: " .. color("green", "+10%"),
        "*Max Range: " .. color("red", "-25%"),
        "Submarine:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-15%"),
        "*Sub Visibility: " .. color("green", "-10%"),
        "*Max Range: " .. color("red", "-25%"),
        "Carrier:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+15%"),
        "*Max Range: " .. color("red", "-25%"),
    }
}
p.submarine_manufacturer = {
    name = "Submarine Designer",
    stats = {
        "Carrier:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+10%"),
        "Capital Ships:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+10%"),
        "Screens:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+10%"),
        "Submarine:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-10%"),
        "*Sub Visibility: " .. color("green", "-10%"),
        "*Surface Visibility: " .. color("green", "-10%"),
        "*Max Speed: " .. color("green", "+10%"),
        "*Max Range: " .. color("green", "+10%"),
    }
}
p.submarine_manufacturer_2 = {
    name = "Submarine Designer",
    stats = {
        "Carrier:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+10%"),
        "Capital Ships:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+10%"),
        "Screens:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+10%"),
        "Submarine:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-15%"),
        "*Sub Visibility: " .. color("green", "-10%"),
        "*Surface Visibility: " .. color("green", "-10%"),
        "*Max Speed: " .. color("green", "+15%"),
        "*Max Range: " .. color("green", "+10%"),
    }
}
p.pacific_fleet_naval_manufacturer = {
    name = "Pacific Fleet Designer",
    stats = {
        "Carrier:",
        "*Deck size: " .. color("green", "+1"),
        "*Armor: " .. color("red", "-15%"),
        "*Max Range: " .. color("green", "+25%"),
        "Capital Ships:",
        "*Max Range: " .. color("green", "+25%"),
        "Screens:",
        "*Max Range: " .. color("green", "+25%"),
        "Submarine:",
        "*Max Range: " .. color("green", "+25%"),
    }
}
p.atlantic_fleet_naval_manufacturer = {
    name = "Atlantic Fleet Designer",
    stats = {
        "Carrier:",
        "*Armor: " .. color("green", "+50%"),
        "*HP: " .. color("green", "+10%"),
        "Capital Ships:",
        "*Armor: " .. color("green", "+10%"),
        "*Heavy Attack: " .. color("green", "+10%"),
    }
}
p.battlefleet_designer = {
    name = "Battlefleet Designer",
    stats = {
        "Capital Ships:",
        "*Armor: " .. color("green", "+15%"),
        "*Heavy Attack: " .. color("green", "+15%"),
        "Screens:",
        "*Torpedo attack: " .. color("green", "+25%"),
        "*Sub detection: " .. color("red", "-25%"),
    }
}
p.raiding_fleet_naval_manufacturer = {
    name = "Raiding Fleet Designer",
    stats = {
        "Carrier:",
        "*Surface Visibility: " .. color("green", "-10%"),
        "*Max Speed: " .. color("green", "+10%"),
        "Capital Ships:",
        "*Surface Visibility: " .. color("green", "-10%"),
        "*Max Speed: " .. color("green", "+10%"),
        "*Heavy Attack: " .. color("red", "-10%"),
        "Screens:",
        "*Surface Visibility: " .. color("green", "-10%"),
        "*Max Speed: " .. color("green", "+10%"),
        "Submarine:",
        "*Sub Visibility: " .. color("green", "-10%"),
        "*Surface Visibility: " .. color("green", "-10%"),
        "*Max Speed: " .. color("green", "+10%"),
    }
}
p.convoy_escort_naval_manufacturer = {
    name = "Escort Fleet Designer",
    stats = {
        "Screens:",
        "*Max Range: " .. color("green", "+30%"),
        "*Sub detection: " .. color("green", "+10%"),
        "*Max Speed: " .. color("green", "+10%"),
        "*" .. icon("Production Cost", 1) .. ": " .. color("red", "+10%"),
    }
}
p.mediterranean_naval_manufacturer = {
    name = "Mediterranean Fleet Designer",
    stats = {
        "Capital Ships:",
        "*Max Range: " .. color("red", "-25%"),
        "*Max Speed: " .. color("green", "+10%"),
        "Screens:",
        "*Max Range: " .. color("red", "-25%"),
        "*Max Speed: " .. color("green", "+10%"),
    }
}
p.coastal_defence_naval_manufacturer = {
    name = "Coastal Defense Fleet Designer",
    stats = {
        "Carrier:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-25%"),
        "*Max Range: " .. color("red", "-50%"),
        "Capital Ships:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-25%"),
        "*Armor: " .. color("red", "-20%"),
        "*Heavy Attack: " .. color("red", "-20%"),
        "*Max Range: " .. color("red", "-50%"),
        "Screens:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-25%"),
        "*Max Range: " .. color("red", "-50%"),
        "Submarine:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-25%"),
        "*Max Range: " .. color("red", "-50%"),
    }
}
p.naval_manufacturer = {
    name = "Ship Designer",
    stats = {
    }
}
p.artillery_manufacturer = {
    name = "Artillery Designer",
    stats = {
    }
}
p.infantry_equipment_manufacturer = {
    name = "Infantry Equipment Designer",
    stats = {
    }
}
p.support_equipment_manufacturer = {
    name = "Support Equipment Designer",
    stats = {
    }
}
p.motorized_equipment_manufacturer = {
    name = "Motorized Equipment Designer",
    stats = {
    }
}
p.industrial_concern = {
    name = "Industrial Concern",
    stats = {
    }
}
p.railway_company = {
    name = "Railway Company",
    stats = {
        icon("railway", 1) .. " construction speed: " .. color("green", "+15%"),
        icon("supply hub", 1) .. " construction speed: " .. color("green", "+15%"),
        "Train:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-25%"),
        "*Armor: " .. color("green", "+15%"),
    }
}
p.construction_company = {
    name = "Construction Company",
    stats = {
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.forestry_company = {
    name = "Forestry Company",
    stats = {
        "Max Factories in a State: " .. color("green", "+30%"),
    }
}
p.refining_concern = {
    name = "Refining Concern",
    stats = {
    }
}
p.merchant_marine_manufacturer = {
    name = "Merchant Marine Manufacturer",
    stats = {
        "Convoy:",
        "*Reliability: " .. color("green", "+10%"),
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-25%"),
    }
}
p.refinery_concern = {
    name = "Refining Concern",
    stats = {
    }
}
p.central_bank = {
    name = "Central Bank",
    stats = {
    }
}
p.electronics_concern = {
    name = "Electronics Concern",
    stats = {
    }
}
p.telephone_company = {
    name = "Telephone Company",
    stats = {
        "Reinforce Rate: " .. color("green", "+2%"),
        "Coordination: " .. color("green", "+4%"),
    }
}
p.mining_company = {
    name = "Mining Company",
    stats = {
        "Resource Gain Efficiency: " .. color("green", "+10%"),
        "Lack of Resources Penalty: " .. color("green", "-15%"),
    }
}
p.electronics_developer = {
    name = "Electronics Developer",
    stats = {
    }
}
p.british_industrial_benefactor = {
    name = "British Industrial Benefactor",
    stats = {
        icon("infra", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("Dockyard Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.german_technological_patron = {
    name = "German Technological Patron",
    stats = {
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
    }
}
p.the_council_on_the_management_of_turkish_debt = {
    name = "Turkish Debt Council",
    stats = {
        "Resources to Market: " .. "'''+30%'''",
        "Improve relations opinion: " .. color("red", "-5%"),
        "Consumer Goods Factories factor: " .. "'''+10%'''",
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("red", "-0.15"),
    }
}
p.turkish_public_debt_administration = {
    name = "Turkish Public Debt Administration",
    stats = {
        "Resources to Market: " .. "'''+15%'''",
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("red", "-0.05"),
    }
}
p.linchpin_of_infrastructure = {
    name = "Linchpin of Infrastructure",
    stats = {
        icon("infra", 1) .. " construction speed: " .. color("green", "+15%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+15%"),
        "Factory Repair Speed: " .. color("green", "+20%"),
    }
}
p.industrial_monopoly = {
    name = "Industrial Monopoly",
    stats = {
        "Resources to Market: " .. "'''+15%'''",
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("red", "-0.05"),
        "Construction Speed: " .. color("green", "+5%"),
        icon("pe cap", 1) .. ": " .. color("green", "+15%"),
    }
}
p.inventive_genius = {
    name = "Inventive Genius",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        "Improve relations opinion: " .. color("green", "+5%"),
    }
}
p.nor_royal_chamberlain = {
    name = "Royal Chamberlain",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
    }
}
p.nor_shrewd_regent = {
    name = "Shrewd Regent",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
        "Daily " .. icon("Political power", 1) .. " Cost: " .. color("red", "+0.15"),
    }
}
p.nor_queen_of_norway = {
    name = "Sovereign of The Norwegians",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
        "Daily " .. icon("Political power", 1) .. " Cost: " .. color("green", "-0.05"),
        "Consumer Goods Factories factor: " .. "'''+15%'''",
    }
}
p.nor_aristocratic_industrialist = {
    name = "Aristocratic Industrialist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.03"),
        "Construction Speed: " .. color("green", "+10%"),
        icon("land fort", 1) .. " construction speed: " .. color("green", "+25%"),
        icon("coastal fort", 1) .. " construction speed: " .. color("green", "+25%"),
    }
}
p.nor_democratic_powerhouse = {
    name = "Democratic Powerhouse",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.1"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("red", "-15%"),
    }
}
p.nor_pacifist_diplomat = {
    name = "Pacifist Diplomat",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-10%"),
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.15"),
        "Improve relations opinion: " .. color("green", "+25%"),
    }
}
p.nor_shipping_capitalist = {
    name = "Shipping Capitalist",
    stats = {
        icon("nic", 1) .. " construction speed: " .. color("green", "+17%"),
    }
}
p.nor_stern_communist = {
    name = "Stern Communist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.09"),
        "Surrender Limit: " .. color("green", "+25%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-5%"),
    }
}
p.nor_conciliatory_socialist = {
    name = "Conciliatory Socialist",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.01"),
    }
}
p.nor_communist_agitator = {
    name = "Communist Agitator",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+15%"),
    }
}
p.nor_radical_trade_unionist = {
    name = "Radical Trade Unionist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        "Construction Speed: " .. color("green", "+12%"),
    }
}
p.nor_permanent_revolutionary = {
    name = "Permanent Revolutionary",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.08"),
        "War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("red", "-20%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+7%"),
    }
}
p.nor_fascist_lackey = {
    name = "Fascist Lackey",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.08"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        "War Penalty " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.nor_fascist_dilettante = {
    name = "Fascist Dilettante",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.01"),
        icon("Stability", 1) .. ": " .. color("red", "-15%"),
        icon("War support", 1) .. ": " .. color("red", "-10%"),
        "Resistance Decay Speed: " .. color("red", "-15%"),
    }
}
p.nor_fascist_landssviker = {
    name = "Fascist Landssviker",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.01"),
        icon("Stability", 1) .. ": " .. color("red", "-20%"),
        icon("War support", 1) .. ": " .. color("red", "-15%"),
        "Resistance Decay Speed: " .. color("red", "-15%"),
    }
}
p.nor_ruthless_administrator = {
    name = "Ruthless Administrator",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.12"),
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
        "Resistance Decay Speed: " .. color("green", "+10%"),
    }
}
p.nor_fascist_judiciary = {
    name = "Fascist Judiciary",
    stats = {
        "Compliance Growth Speed: " .. color("green", "+5%"),
        "Resistance Growth Speed: " .. color("green", "-10%"),
    }
}
p.nor_fascist_advocate = {
    name = "Fascist Advocate",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.02"),
    }
}
p.nor_callous_engineer = {
    name = "Callous Engineer",
    stats = {
        "Research Speed: " .. color("green", "+9%"),
    }
}
p.nor_tobacco_industrialist = {
    name = "Tobacco Industrialist",
    stats = {
        icon("War support", 1) .. ": " .. color("red", "-15%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+25%"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+20%"),
    }
}
p.nor_compliant_politician = {
    name = "Compliant Politician",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.nor_conservative_businessman = {
    name = "Conservative Businessman",
    stats = {
        "Construction Speed: " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.03"),
    }
}
p.nor_germanophile_officer = {
    name = "Germanophile Officer",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.03"),
        icon("War support", 1) .. ": " .. color("green", "+20%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.09") .. " daily",
        "Resistance Decay Speed: " .. color("red", "-25%"),
        icon("Stability", 1) .. ": " .. color("red", "-25%"),
    }
}
p.nor_ruthless_police_captain = {
    name = "Ruthless Police Captain",
    stats = {
        "Damage to Garrisons: " .. color("green", "-30%"),
        "Foreign subversive activities efficiency: " .. color("green", "-40%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+4%"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+20%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.01"),
    }
}
p.nor_clueless_defense_minister = {
    name = "Clueless Defense Minister",
    stats = {
        "Land Doctrine Cost: " .. color("green", "-10%"),
        "Conscription Laws Cost: " .. color("red", "+75%"),
    }
}
p.nor_minister_of_agriculture = {
    name = "Minister of Agriculture",
    stats = {
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+300"),
        icon("War support", 1) .. ": " .. color("red", "-5%"),
    }
}
p.nor_defeatist_commander_in_chief = {
    name = "Defeatist Commander",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
        "Max Entrenchment: " .. color("green", "+10%"),
        "Entrenchment speed: " .. color("green", "+25%"),
        "Surrender Limit: " .. color("red", "-20%"),
    }
}
p.nor_hydroelectric_company_trait = {
    name = "Hydroelectric Concern",
    stats = {
        icon("Aluminum", 1) .. ": " .. color("green", "+10"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+15%"),
    }
}
p.nor_nationalized_hydroelectric_company_trait = {
    name = "National Hydroelectric Concern",
    stats = {
        icon("Aluminum", 1) .. ": " .. color("green", "+20"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+20%"),
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.nor_oppportunistic_officer = {
    name = "Opportunistic Officer",
    stats = {
        "Land Doctrine Cost: " .. color("green", "-10%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+7%"),
    }
}
p.nor_pragmatic_defense_minister = {
    name = "Pragmatic Defense Minister",
    stats = {
        "Land Doctrine Cost: " .. color("green", "-10%"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.nor_vigilant_fort_commander = {
    name = "Vigilant Fort Commander",
    stats = {
        icon("coastal fort", 1) .. " effectiveness: " .. color("green", "+5%"),
        icon("land fort", 1) .. " effectiveness: " .. color("green", "+10%"),
        "Initiative: " .. color("green", "+2%"),
    }
}
p.jan_polarizing_leader = {
    name = "Polarizing Leader",
    stats = {
        "Invasion Preparation Speed: " .. color("green", "+30%"),
        "Chance to score Critical Hit: " .. color("green", "+30%"),
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+500"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-50%"),
        "Base " .. icon("Fuel", 1) .. "Gain: " .. color("green", "+100%"),
        "Construction Speed: " .. color("green", "+25%"),
        "Research Speed: " .. color("green", "+15%"),
        icon("pe cap", 1) .. ": " .. color("green", "+14%"),
        icon("pe growth", 1) .. ": " .. color("green", "+50%"),
        "Lack of Resources Penalty: " .. color("green", "-50%"),
    }
}
p.juno_emergency_powers = {
    name = "Wielder of Emergency Powers",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        icon("mic", 1) .. " construction speed: " .. color("green", "+5%"),
        icon("nic", 1) .. " construction speed: " .. color("green", "+5%"),
    }
}
p.inventive_genius = {
    name = "Inventive Genius",
    stats = {
        "Daily " .. icon("Political power", 1) .. " Gain: " .. color("green", "+0.05"),
        "Improve relations opinion: " .. color("green", "+5%"),
    }
}
p.army_chief_defensive_1 = {
    name = "Army Defense (Specialist)",
    stats = {
        "Division Defense: " .. color("green", "+5%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.army_chief_defensive_2 = {
    name = "Army Defense (Expert)",
    stats = {
        "Division Defense: " .. color("green", "+10%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.army_chief_defensive_3 = {
    name = "Army Defense (Genius)",
    stats = {
        "Division Defense: " .. color("green", "+15%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.army_chief_offensive_1 = {
    name = "Army Offense (Specialist)",
    stats = {
        "Division Attack: " .. color("green", "+5%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.army_chief_offensive_2 = {
    name = "Army Offense (Expert)",
    stats = {
        "Division Attack: " .. color("green", "+10%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.army_chief_offensive_3 = {
    name = "Army Offense (Genius)",
    stats = {
        "Division Attack: " .. color("green", "+15%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.army_chief_old_guard = {
    name = "Old Guard",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+10"),
    }
}
p.army_chief_drill_1 = {
    name = "Army Drill (Specialist)",
    stats = {
        "Division training time: " .. "'''-5%'''",
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.army_chief_drill_2 = {
    name = "Army Drill (Expert)",
    stats = {
        "Division training time: " .. "'''-10%'''",
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.army_chief_drill_3 = {
    name = "Army Drill (Genius)",
    stats = {
        "Division training time: " .. "'''-15%'''",
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.army_chief_reform_1 = {
    name = "Army Reformer (Specialist)",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
        icon("army exp", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.army_chief_reform_2 = {
    name = "Army Reformer (Expert)",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
        icon("army exp", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.army_chief_reform_3 = {
    name = "Army Reformer (Genius)",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
        icon("army exp", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.army_chief_organizational_1 = {
    name = "Army Organization (Specialist)",
    stats = {
        "Division Organization: " .. color("green", "+4%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.army_chief_organizational_2 = {
    name = "Army Organization (Expert)",
    stats = {
        "Division Organization: " .. color("green", "+8%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.army_chief_organizational_3 = {
    name = "Army Organization (Genius)",
    stats = {
        "Division Organization: " .. color("green", "+12%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.army_chief_planning_1 = {
    name = "Army Planning (Specialist)",
    stats = {
        "Planning Speed: " .. color("green", "+5%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.army_chief_planning_2 = {
    name = "Army Planning (Expert)",
    stats = {
        "Planning Speed: " .. color("green", "+10%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.army_chief_planning_3 = {
    name = "Army Planning (Genius)",
    stats = {
        "Planning Speed: " .. color("green", "+15%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.army_chief_morale_1 = {
    name = "Army Morale (Specialist)",
    stats = {
        "Non-Combat Out of Supply Penalties: " .. color("green", "-3%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.army_chief_morale_2 = {
    name = "Army Morale (Expert)",
    stats = {
        "Non-Combat Out of Supply Penalties: " .. color("green", "-6%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.army_chief_morale_3 = {
    name = "Army Morale (Genius)",
    stats = {
        "Non-Combat Out of Supply Penalties: " .. color("green", "-9%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.army_chief_maneuver_1 = {
    name = "Army Maneuver (Specialist)",
    stats = {
        "Divisions speed: " .. color("green", "+5%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.army_chief_maneuver_2 = {
    name = "Army Maneuver (Expert)",
    stats = {
        "Divisions speed: " .. color("green", "+10%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.army_chief_maneuver_3 = {
    name = "Army Maneuver (Genius)",
    stats = {
        "Divisions speed: " .. color("green", "+15%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.army_chief_entrenchment_1 = {
    name = "Entrenchment Specialist",
    stats = {
        "Max Entrenchment: " .. color("green", "+3"),
        "Mobilization speed: " .. color("red", "-2%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.army_chief_entrenchment_2 = {
    name = "Entrenchment Expert",
    stats = {
        "Max Entrenchment: " .. color("green", "+5"),
        "Mobilization speed: " .. color("red", "-4%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.army_chief_entrenchment_3 = {
    name = "Entrenchment Genius",
    stats = {
        "Max Entrenchment: " .. color("green", "+7"),
        "Mobilization speed: " .. color("red", "-6%"),
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.army_entrenchment_1 = {
    name = "Entrenchment (Specialist)",
    stats = {
        "Entrenchment speed: " .. color("green", "+8%"),
    }
}
p.army_entrenchment_2 = {
    name = "Entrenchment (Expert)",
    stats = {
        "Entrenchment speed: " .. color("green", "+16%"),
    }
}
p.army_entrenchment_3 = {
    name = "Entrenchment (Genius)",
    stats = {
        "Entrenchment speed: " .. color("green", "+24%"),
    }
}
p.army_armored_1 = {
    name = "Armor (Specialist)",
    stats = {
        "Armor Attack: " .. color("green", "+5%"),
        "Armor Defense: " .. color("green", "+5%"),
    }
}
p.army_armored_2 = {
    name = "Armor (Expert)",
    stats = {
        "Armor Attack: " .. color("green", "+10%"),
        "Armor Defense: " .. color("green", "+10%"),
    }
}
p.army_armored_3 = {
    name = "Armor (Genius)",
    stats = {
        "Armor Attack: " .. color("green", "+15%"),
        "Armor Defense: " .. color("green", "+15%"),
    }
}
p.army_artillery_1 = {
    name = "Artillery (Specialist)",
    stats = {
        "Artillery Attack: " .. color("green", "+10%"),
        "Artillery Defense: " .. color("green", "+5%"),
    }
}
p.army_artillery_2 = {
    name = "Artillery (Expert)",
    stats = {
        "Artillery Attack: " .. color("green", "+15%"),
        "Artillery Defense: " .. color("green", "+10%"),
    }
}
p.army_artillery_3 = {
    name = "Artillery (Genius)",
    stats = {
        "Artillery Attack: " .. color("green", "+20%"),
        "Artillery Defense: " .. color("green", "+15%"),
    }
}
p.army_infantry_1 = {
    name = "Infantry (Specialist)",
    stats = {
        "Infantry Attack: " .. color("green", "+5%"),
        "Infantry Defense: " .. color("green", "+10%"),
    }
}
p.army_infantry_2 = {
    name = "Infantry (Expert)",
    stats = {
        "Infantry Attack: " .. color("green", "+10%"),
        "Infantry Defense: " .. color("green", "+15%"),
    }
}
p.army_infantry_3 = {
    name = "Infantry (Genius)",
    stats = {
        "Infantry Attack: " .. color("green", "+15%"),
        "Infantry Defense: " .. color("green", "+20%"),
    }
}
p.army_commando_1 = {
    name = "Commando (Specialist)",
    stats = {
        "Special forces Attack: " .. color("green", "+5%"),
        "Special Forces Cap: " .. color("green", "+3"),
    }
}
p.army_commando_2 = {
    name = "Commando (Expert)",
    stats = {
        "Special forces Attack: " .. color("green", "+10%"),
        "Special Forces Cap: " .. color("green", "+6"),
    }
}
p.army_commando_3 = {
    name = "Commando (Genius)",
    stats = {
        "Special forces Attack: " .. color("green", "+15%"),
        "Special Forces Cap: " .. color("green", "+10"),
    }
}
p.army_cavalry_1 = {
    name = "Cavalry (Specialist)",
    stats = {
        "Cavalry Attack: " .. color("green", "+5%"),
        "Cavalry Defense: " .. color("green", "+5%"),
    }
}
p.army_cavalry_2 = {
    name = "Cavalry (Expert)",
    stats = {
        "Cavalry Attack: " .. color("green", "+10%"),
        "Cavalry Defense: " .. color("green", "+10%"),
    }
}
p.army_cavalry_3 = {
    name = "Cavalry (Genius)",
    stats = {
        "Cavalry Attack: " .. color("green", "+15%"),
        "Cavalry Defense: " .. color("green", "+15%"),
    }
}
p.army_combinedarms_1 = {
    name = "Combined Arms (Specialist)",
    stats = {
        "Motorized Attack: " .. color("green", "+5%"),
        "Motorized Defense: " .. color("green", "+5%"),
        "Mechanized Attack: " .. color("green", "+5%"),
        "Mechanized Defense: " .. color("green", "+5%"),
    }
}
p.army_combinedarms_2 = {
    name = "Combined Arms (Expert)",
    stats = {
        "Motorized Attack: " .. color("green", "+10%"),
        "Motorized Defense: " .. color("green", "+10%"),
        "Mechanized Attack: " .. color("green", "+10%"),
        "Mechanized Defense: " .. color("green", "+10%"),
    }
}
p.army_combinedarms_3 = {
    name = "Combined Arms (Genius)",
    stats = {
        "Motorized Attack: " .. color("green", "+15%"),
        "Motorized Defense: " .. color("green", "+15%"),
        "Mechanized Attack: " .. color("green", "+15%"),
        "Mechanized Defense: " .. color("green", "+15%"),
    }
}
p.army_regrouping_1 = {
    name = "Army Regrouping (Specialist)",
    stats = {
        "Division Recovery Rate: " .. color("green", "+4%"),
    }
}
p.army_regrouping_2 = {
    name = "Army Regrouping (Expert)",
    stats = {
        "Division Recovery Rate: " .. color("green", "+8%"),
    }
}
p.army_regrouping_3 = {
    name = "Army Regrouping (Genius)",
    stats = {
        "Division Recovery Rate: " .. color("green", "+12%"),
    }
}
p.army_concealment_1 = {
    name = "Concealment (Specialist)",
    stats = {
        "Enemy Air Support: " .. color("green", "-5%"),
    }
}
p.army_concealment_2 = {
    name = "Concealment (Expert)",
    stats = {
        "Enemy Air Support: " .. color("green", "-10%"),
    }
}
p.army_concealment_3 = {
    name = "Concealment (Genius)",
    stats = {
        "Enemy Air Support: " .. color("green", "-15%"),
    }
}
p.army_logistics_1 = {
    name = "Army Logistics (Specialist)",
    stats = {
        "Division Attrition: " .. color("green", "-4%"),
    }
}
p.army_logistics_2 = {
    name = "Army Logistics (Expert)",
    stats = {
        "Division Attrition: " .. color("green", "-8%"),
    }
}
p.army_logistics_3 = {
    name = "Army Logistics (Genius)",
    stats = {
        "Division Attrition: " .. color("green", "-12%"),
    }
}
p.army_radio_intelligence_1 = {
    name = "Radio Intelligence (Specialist)",
    stats = {
        "Civilian Intelligence: " .. color("green", "+3%"),
        "Army Intelligence: " .. color("green", "+3%"),
        "Navy Intelligence: " .. color("green", "+3%"),
        "Air Intelligence: " .. color("green", "+3%"),
        "Initiative: " .. color("green", "+2%"),
    }
}
p.army_radio_intelligence_2 = {
    name = "Radio Intelligence (Expert)",
    stats = {
        "Civilian Intelligence: " .. color("green", "+6%"),
        "Army Intelligence: " .. color("green", "+6%"),
        "Navy Intelligence: " .. color("green", "+6%"),
        "Air Intelligence: " .. color("green", "+6%"),
        "Initiative: " .. color("green", "+4%"),
    }
}
p.army_radio_intelligence_3 = {
    name = "Radio Intelligence (Genius)",
    stats = {
        "Civilian Intelligence: " .. color("green", "+9%"),
        "Army Intelligence: " .. color("green", "+9%"),
        "Navy Intelligence: " .. color("green", "+9%"),
        "Air Intelligence: " .. color("green", "+9%"),
        "Initiative: " .. color("green", "+6%"),
    }
}
p.army_german_ground_commander = {
    name = "German Commander (Genius)",
    stats = {
        "Amphibious Invasion Speed: " .. color("green", "+10%"),
        "Paratrooper Organization Factor: " .. color("green", "+10%"),
        "Infantry Attack: " .. color("green", "+5%"),
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+60"),
    }
}
p.air_chief_reform_1 = {
    name = "Air Reformer (Specialist)",
    stats = {
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
        icon("air exp", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.air_chief_reform_2 = {
    name = "Air Reformer (Expert)",
    stats = {
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
        icon("air exp", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.air_chief_reform_3 = {
    name = "Air Reformer (Genius)",
    stats = {
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
        icon("air exp", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.air_chief_safety_1 = {
    name = "Air Safety (Specialist)",
    stats = {
        "Air Accidents Chance: " .. color("green", "-5%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.air_chief_safety_2 = {
    name = "Air Safety (Expert)",
    stats = {
        "Air Accidents Chance: " .. color("green", "-10%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.air_chief_safety_3 = {
    name = "Air Safety (Genius)",
    stats = {
        "Air Accidents Chance: " .. color("green", "-15%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.air_chief_old_guard = {
    name = "Old Guard",
    stats = {
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+10"),
    }
}
p.air_chief_night_operations_1 = {
    name = "Night Operations (Specialist)",
    stats = {
        "Night Operations Penalty: " .. color("green", "-10%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.air_chief_night_operations_2 = {
    name = "Night Operations (Expert)",
    stats = {
        "Night Operations Penalty: " .. color("green", "-20%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.air_chief_night_operations_3 = {
    name = "Night Operations (Genius)",
    stats = {
        "Night Operations Penalty: " .. color("green", "-30%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.air_chief_ground_support_1 = {
    name = "Ground Support (Specialist)",
    stats = {
        "Air Superiority: " .. color("green", "+5%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.air_chief_ground_support_2 = {
    name = "Ground Support (Expert)",
    stats = {
        "Air Superiority: " .. color("green", "+10%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.air_chief_ground_support_3 = {
    name = "Ground Support (Genius)",
    stats = {
        "Air Superiority: " .. color("green", "+15%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.air_chief_all_weather_1 = {
    name = "All-Weather (Specialist)",
    stats = {
        "Bad Weather Penalty: " .. color("green", "-10%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.air_chief_all_weather_2 = {
    name = "All-Weather (Expert)",
    stats = {
        "Bad Weather Penalty: " .. color("green", "-20%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.air_chief_all_weather_3 = {
    name = "All-Weather (Genius)",
    stats = {
        "Bad Weather Penalty: " .. color("green", "-30%"),
        icon("air exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.air_air_combat_training_1 = {
    name = "Air Combat Training (Specialist)",
    stats = {
        "Ace generation chance: " .. color("green", "+5%"),
    }
}
p.air_air_combat_training_2 = {
    name = "Air Combat Training (Expert)",
    stats = {
        "Ace generation chance: " .. color("green", "+10%"),
    }
}
p.air_air_combat_training_3 = {
    name = "Air Combat Training (Genius)",
    stats = {
        "Ace generation chance: " .. color("green", "+15%"),
    }
}
p.air_naval_strike_1 = {
    name = "Naval Strike (Specialist)",
    stats = {
        "Naval Bombing: " .. color("green", "+2%"),
        "Naval Targeting: " .. color("green", "+2%"),
        "Naval Agility: " .. color("green", "+2%"),
    }
}
p.air_naval_strike_2 = {
    name = "Naval Strike (Expert)",
    stats = {
        "Naval Bombing: " .. color("green", "+3%"),
        "Naval Targeting: " .. color("green", "+3%"),
        "Naval Agility: " .. color("green", "+3%"),
    }
}
p.air_naval_strike_3 = {
    name = "Naval Strike (Genius)",
    stats = {
        "Naval Bombing: " .. color("green", "+5%"),
        "Naval Targeting: " .. color("green", "+5%"),
        "Naval Agility: " .. color("green", "+5%"),
    }
}
p.air_bomber_interception_1 = {
    name = "Bomber Interception (Specialist)",
    stats = {
        "Interception Mission Efficiency: " .. color("green", "+5%"),
    }
}
p.air_bomber_interception_2 = {
    name = "Bomber Interception (Expert)",
    stats = {
        "Interception Mission Efficiency: " .. color("green", "+10%"),
    }
}
p.air_bomber_interception_3 = {
    name = "Bomber Interception (Genius)",
    stats = {
        "Interception Mission Efficiency: " .. color("green", "+15%"),
    }
}
p.air_air_superiority_1 = {
    name = "Air Superiority (Specialist)",
    stats = {
        "Air Superiority Mission Efficiency: " .. color("green", "+5%"),
    }
}
p.air_air_superiority_2 = {
    name = "Air Superiority (Expert)",
    stats = {
        "Air Superiority Mission Efficiency: " .. color("green", "+10%"),
    }
}
p.air_air_superiority_3 = {
    name = "Air Superiority (Genius)",
    stats = {
        "Air Superiority Mission Efficiency: " .. color("green", "+15%"),
    }
}
p.air_close_air_support_1 = {
    name = "Close Air Support (Specialist)",
    stats = {
        "Air Support Mission Efficiency: " .. color("green", "+5%"),
        "Ground attack factor: " .. color("green", "+3%"),
    }
}
p.air_close_air_support_2 = {
    name = "Close Air Support (Expert)",
    stats = {
        "Air Support Mission Efficiency: " .. color("green", "+10%"),
        "Ground attack factor: " .. color("green", "+5%"),
    }
}
p.air_close_air_support_3 = {
    name = "Close Air Support (Genius)",
    stats = {
        "Air Support Mission Efficiency: " .. color("green", "+15%"),
        "Ground attack factor: " .. color("green", "+8%"),
    }
}
p.air_strategic_bombing_1 = {
    name = "Strategic Bombing (Specialist)",
    stats = {
        "Bomber defense: " .. color("green", "+1%"),
        "Strategic Bombing: " .. color("green", "+3%"),
    }
}
p.air_strategic_bombing_2 = {
    name = "Strategic Bombing (Expert)",
    stats = {
        "Bomber defense: " .. color("green", "+2%"),
        "Strategic Bombing: " .. color("green", "+5%"),
    }
}
p.air_strategic_bombing_3 = {
    name = "Strategic Bombing (Genius)",
    stats = {
        "Bomber defense: " .. color("green", "+3%"),
        "Strategic Bombing: " .. color("green", "+9%"),
    }
}
p.air_tactical_bombing_1 = {
    name = "Tactical Bombing (Specialist)",
    stats = {
        "Ground support: " .. color("green", "+10%"),
    }
}
p.air_tactical_bombing_2 = {
    name = "Tactical Bombing (Expert)",
    stats = {
        "Ground support: " .. color("green", "+15%"),
    }
}
p.air_tactical_bombing_3 = {
    name = "Tactical Bombing (Genius)",
    stats = {
        "Ground support: " .. color("green", "+20%"),
    }
}
p.air_airborne_1 = {
    name = "Airborne Assault (Specialist)",
    stats = {
        "Paratrooper Organization Factor: " .. color("green", "+120%"),
        "Paratrooper Anti Air Defense: " .. color("green", "+10%"),
    }
}
p.air_airborne_2 = {
    name = "Airborne Assault (Expert)",
    stats = {
        "Paratrooper Organization Factor: " .. color("green", "+150%"),
        "Paratrooper Anti Air Defense: " .. color("green", "+15%"),
    }
}
p.air_airborne_3 = {
    name = "Airborne Assault (Genius)",
    stats = {
        "Paratrooper Organization Factor: " .. color("green", "+180%"),
        "Paratrooper Anti Air Defense: " .. color("green", "+25%"),
    }
}
p.air_pilot_training_1 = {
    name = "Pilot Training (Specialist)",
    stats = {
        "Air Wing Training Experience Gain: " .. color("green", "+5%"),
    }
}
p.air_pilot_training_2 = {
    name = "Pilot Training (Expert)",
    stats = {
        "Air Wing Training Experience Gain: " .. color("green", "+10%"),
    }
}
p.air_pilot_training_3 = {
    name = "Pilot Training (Genius)",
    stats = {
        "Air Wing Training Experience Gain: " .. color("green", "+15%"),
    }
}
p.navy_chief_naval_aviation_1 = {
    name = "Naval Aviation (Specialist)",
    stats = {
        "Naval Air Attacks from Carriers: " .. color("green", "+3%"),
        "Naval Air Targeting from Carriers: " .. color("green", "+3%"),
        "Naval Air Agility from Carriers: " .. color("green", "+4%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.navy_chief_naval_aviation_2 = {
    name = "Naval Aviation (Expert)",
    stats = {
        "Naval Air Attacks from Carriers: " .. color("green", "+6%"),
        "Naval Air Targeting from Carriers: " .. color("green", "+7%"),
        "Naval Air Agility from Carriers: " .. color("green", "+8%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.navy_chief_naval_aviation_3 = {
    name = "Naval Aviation (Genius)",
    stats = {
        "Naval Air Attacks from Carriers: " .. color("green", "+10%"),
        "Naval Air Targeting from Carriers: " .. color("green", "+12%"),
        "Naval Air Agility from Carriers: " .. color("green", "+15%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.navy_chief_decisive_battle_1 = {
    name = "Decisive Battle (Specialist)",
    stats = {
        "Capital Ship Attack: " .. color("green", "+5%"),
        "Capital Ship Armor: " .. color("green", "+5%"),
        "Screen Attack: " .. color("green", "+5%"),
        "Screen Defense: " .. color("green", "+5%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.navy_chief_decisive_battle_2 = {
    name = "Decisive Battle (Expert)",
    stats = {
        "Capital Ship Attack: " .. color("green", "+10%"),
        "Capital Ship Armor: " .. color("green", "+10%"),
        "Screen Attack: " .. color("green", "+10%"),
        "Screen Defense: " .. color("green", "+10%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.navy_chief_decisive_battle_3 = {
    name = "Decisive Battle (Genius)",
    stats = {
        "Capital Ship Attack: " .. color("green", "+15%"),
        "Capital Ship Armor: " .. color("green", "+15%"),
        "Screen Attack: " .. color("green", "+15%"),
        "Screen Defense: " .. color("green", "+15%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.navy_chief_commerce_raiding_1 = {
    name = "Commerce Raiding (Specialist)",
    stats = {
        "Convoy Raiding Efficiency: " .. color("green", "+10%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.navy_chief_commerce_raiding_2 = {
    name = "Commerce Raiding (Expert)",
    stats = {
        "Convoy Raiding Efficiency: " .. color("green", "+15%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.navy_chief_commerce_raiding_3 = {
    name = "Commerce Raiding (Genius)",
    stats = {
        "Convoy Raiding Efficiency: " .. color("green", "+20%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.navy_chief_old_guard = {
    name = "Old Guard",
    stats = {
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
        "Maximum  " ..icon("Command Power", 1) .. " Increase: " .. color("green", "+10"),
    }
}
p.navy_chief_reform_1 = {
    name = "Naval Reformer (Specialist)",
    stats = {
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
        icon("navy exp", 1) .. " Gain: " .. color("green", "+5%"),
    }
}
p.navy_chief_reform_2 = {
    name = "Naval Reformer (Expert)",
    stats = {
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
        icon("navy exp", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.navy_chief_reform_3 = {
    name = "Naval Reformer (Genius)",
    stats = {
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
        icon("navy exp", 1) .. " Gain: " .. color("green", "+15%"),
    }
}
p.navy_chief_maneuver_1 = {
    name = "Naval Maneuver (Specialist)",
    stats = {
        "Naval Speed: " .. color("green", "+5%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.20") .. " daily",
    }
}
p.navy_chief_maneuver_2 = {
    name = "Naval Maneuver (Expert)",
    stats = {
        "Naval Speed: " .. color("green", "+10%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.30") .. " daily",
    }
}
p.navy_chief_maneuver_3 = {
    name = "Naval Maneuver (Genius)",
    stats = {
        "Naval Speed: " .. color("green", "+15%"),
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.40") .. " daily",
    }
}
p.navy_anti_submarine_1 = {
    name = "Anti-Submarine (Specialist)",
    stats = {
        "Submarine Detection: " .. color("green", "+10%"),
    }
}
p.navy_anti_submarine_2 = {
    name = "Anti-Submarine (Expert)",
    stats = {
        "Submarine Detection: " .. color("green", "+15%"),
    }
}
p.navy_anti_submarine_3 = {
    name = "Anti-Submarine (Genius)",
    stats = {
        "Submarine Detection: " .. color("green", "+20%"),
    }
}
p.navy_naval_air_defense_1 = {
    name = "Naval Air Defense (Specialist)",
    stats = {
        "Naval AA attack: " .. color("green", "+8%"),
    }
}
p.navy_naval_air_defense_2 = {
    name = "Naval Air Defense (Expert)",
    stats = {
        "Naval AA attack: " .. color("green", "+15%"),
    }
}
p.navy_naval_air_defense_3 = {
    name = "Naval Air Defense (Genius)",
    stats = {
        "Naval AA attack: " .. color("green", "+20%"),
    }
}
p.navy_fleet_logistics_1 = {
    name = "Fleet Logistics (Specialist)",
    stats = {
        "Naval max range factor: " .. color("green", "+5%"),
    }
}
p.navy_fleet_logistics_2 = {
    name = "Fleet Logistics (Expert)",
    stats = {
        "Naval max range factor: " .. color("green", "+10%"),
    }
}
p.navy_fleet_logistics_3 = {
    name = "Fleet Logistics (Genius)",
    stats = {
        "Naval max range factor: " .. color("green", "+15%"),
    }
}
p.navy_amphibious_assault_1 = {
    name = "Amphibious Assault (Specialist)",
    stats = {
        "Amphibious Invasion Speed: " .. color("green", "+5%"),
    }
}
p.navy_amphibious_assault_2 = {
    name = "Amphibious Assault (Expert)",
    stats = {
        "Amphibious Invasion Speed: " .. color("green", "+10%"),
    }
}
p.navy_amphibious_assault_3 = {
    name = "Amphibious Assault (Genius)",
    stats = {
        "Amphibious Invasion Speed: " .. color("green", "+15%"),
    }
}
p.navy_submarine_1 = {
    name = "Submarines (Specialist)",
    stats = {
        "Submarine Attack: " .. color("green", "+10%"),
        "Submarine Defense: " .. color("green", "+5%"),
    }
}
p.navy_submarine_2 = {
    name = "Submarines (Expert)",
    stats = {
        "Submarine Attack: " .. color("green", "+15%"),
        "Submarine Defense: " .. color("green", "+10%"),
    }
}
p.navy_submarine_3 = {
    name = "Submarines (Genius)",
    stats = {
        "Submarine Attack: " .. color("green", "+20%"),
        "Submarine Defense: " .. color("green", "+15%"),
    }
}
p.navy_capital_ship_1 = {
    name = "Capital Ships (Specialist)",
    stats = {
        "Capital Ship Attack: " .. color("green", "+5%"),
        "Capital Ship Armor: " .. color("green", "+5%"),
    }
}
p.navy_capital_ship_2 = {
    name = "Capital Ships (Expert)",
    stats = {
        "Capital Ship Attack: " .. color("green", "+10%"),
        "Capital Ship Armor: " .. color("green", "+10%"),
    }
}
p.navy_capital_ship_3 = {
    name = "Capital Ships (Genius)",
    stats = {
        "Capital Ship Attack: " .. color("green", "+15%"),
        "Capital Ship Armor: " .. color("green", "+15%"),
    }
}
p.navy_screen_1 = {
    name = "Screens (Specialist)",
    stats = {
        "Screen Attack: " .. color("green", "+5%"),
        "Screen Defense: " .. color("green", "+10%"),
    }
}
p.navy_screen_2 = {
    name = "Screens (Expert)",
    stats = {
        "Screen Attack: " .. color("green", "+10%"),
        "Screen Defense: " .. color("green", "+15%"),
    }
}
p.navy_screen_3 = {
    name = "Screens (Genius)",
    stats = {
        "Screen Attack: " .. color("green", "+15%"),
        "Screen Defense: " .. color("green", "+20%"),
    }
}
p.navy_carrier_1 = {
    name = "Carriers (Specialist)",
    stats = {
        "Sortie efficiency: " .. color("green", "+10%"),
    }
}
p.navy_carrier_2 = {
    name = "Carriers (Expert)",
    stats = {
        "Sortie efficiency: " .. color("green", "+15%"),
    }
}
p.navy_carrier_3 = {
    name = "Carriers (Genius)",
    stats = {
        "Sortie efficiency: " .. color("green", "+20%"),
    }
}
p.evans_deakin_trait = {
    name = "Pacific Venture",
    stats = {
        "Carrier:",
        "*Max Range: " .. color("green", "+25%"),
        "Capital Ships:",
        "*Max Range: " .. color("green", "+25%"),
        "Screens:",
        "*Max Range: " .. color("green", "+25%"),
        "Submarine:",
        "*Max Range: " .. color("green", "+25%"),
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-10%"),
        "Convoy:",
        "*" .. icon("Production Cost", 1) .. ": " .. color("green", "-10%"),
    }
}
p.cockatoo_trait = {
    name = "Light Ship Specialist",
    stats = {
        "Cruiser:",
        "*Max Range: " .. color("green", "+30%"),
        "*Sub detection: " .. color("green", "+10%"),
        "*Max Speed: " .. color("green", "+10%"),
        "Light Hull:",
        "*Max Range: " .. color("green", "+30%"),
        "*Sub detection: " .. color("green", "+10%"),
        "*Max Speed: " .. color("green", "+10%"),
    }
}
p.cautious_arbiter = {
    name = "Cautious Arbiter",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        "Acceptance of " .. icon("Communist", 1) .. " Diplomacy: " .. color("green", "+30"),
    }
}
p.viceroy_emeritus = {
    name = "Viceroy Emeritus",
    stats = {
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''+10%'''",
    }
}
p.surveyor = {
    name = "Surveyor",
    stats = {
        "Divisions speed: " .. color("green", "+10%"),
        "Initiative: " .. color("green", "+8%"),
        "Reinforce Rate: " .. color("green", "+2%"),
    }
}
p.batllista_traditionalist = {
    name = "Batllista Traditionalist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.01"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.01"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+10%"),
    }
}
p.the_german_connection = {
    name = "The German Connection",
    stats = {
        "Improve relations maintain cost: " .. color("green", "-30%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.pan_americanist_caudillo = {
    name = "Pan-Americanist Caudillo",
    stats = {
        "Maximum " .. icon("Command Power", 1) .. " Increase Multiplier: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+15%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-50%"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''-100%'''",
    }
}
p.pro_allied_politician = {
    name = "Pro-Allied Politician",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.03"),
        "Acceptance of " .. icon("Democratic", 1) .. " Diplomacy: " .. color("green", "+15"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Lend-lease tension limit: " .. color("green", "-50%"),
    }
}
p.juno_the_lion_of_tarapaca = {
    name = "León de Tarapacá",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        "Ideology drift defense: " .. color("green", "+5%"),
    }
}
p.juno_el_jefe = {
    name = "El Jefe",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+1.5%'''",
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_el_jefe_advisor_trait = {
    name = "El Jefe",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_father_of_industrialization = {
    name = "Father of Industrialization",
    stats = {
        "Construction Speed: " .. color("green", "+7%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_gobernar_es_educar = {
    name = "Gobernar es Educar",
    stats = {
        "Research Speed: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_easter_island_socialist = {
    name = "Easter Island Socialist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.1"),
        "Resistance Growth Speed: " .. color("green", "-15%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.juno_minister_trade_development = {
    name = "Minister of Trade and Development",
    stats = {
        "Trade Laws Cost: " .. color("green", "-15%"),
        "Consumer Goods Factories factor: " .. "'''-5%'''",
        "Construction Speed: " .. color("green", "+5%"),
    }
}
p.juno_president_of_the_senate = {
    name = "President of the Senate",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-30%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.04"),
        "Political Advisor Cost: " .. color("green", "-30%"),
    }
}
p.juno_president_of_the_senate_2 = {
    name = "President of the Senate",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-35%"),
        icon("Stability", 1) .. ": " .. color("green", "+25%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.08"),
        "Political Advisor Cost: " .. color("green", "-50%"),
        "Ideology drift defense: " .. color("green", "+30%"),
    }
}
p.juno_stock_market_financier = {
    name = "Stock Market Financier",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        icon("cic", 1) .. " construction speed: " .. color("green", "+5%"),
    }
}
p.juno_minister_of_finance = {
    name = "Minister of Finance",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.juno_the_workers_president = {
    name = "The Workers' President",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
        "Compliance Growth Speed: " .. color("green", "+2%"),
    }
}
p.juno_the_miners_representative = {
    name = "The Miners' Representative",
    stats = {
        "Construction Speed: " .. color("green", "+6%"),
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.03"),
    }
}
p.juno_the_general_president = {
    name = "The General President",
    stats = {
        "Resistance Growth Speed: " .. color("green", "-5%"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+15%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.juno_military_sapa_inca = {
    name = "Sapa Inca",
    stats = {
        "Resistance Growth Speed: " .. color("green", "-5%"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+25%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.juno_king_of_el_dorado = {
    name = "Resplendent King of El Dorado",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+15%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.juno_high_chief_of_hispaniola = {
    name = "High Chief of Hispaniola",
    stats = {
        icon("navy exp", 1) .. " Gain: " .. color("green", "+0.1") .. " daily",
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.juno_ibanismo = {
    name = "Ibañismo",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.03"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
    }
}
p.juno_ibanist_prime_minister = {
    name = "The Father of Ibañismo",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("red", "-20%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.06"),
        "Division Attack: " .. color("green", "+10%"),
        "Division Defense: " .. color("green", "+10%"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+15%"),
    }
}
p.juno_national_socialist_vanguard = {
    name = "The National Socialist Vanguard",
    stats = {
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Division Attack: " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_pan_hispanic_theorist = {
    name = "Pan-Hispanic Theorist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.02"),
        "Attacking divisions speed: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_fascist_educator = {
    name = "Fascist Educator",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        "Research Speed: " .. color("green", "+15%"),
    }
}
p.juno_devoted_trotskyist = {
    name = "Devoted Trotskyist",
    stats = {
        "Divisions required for sending volunteer force: " .. color("green", "-40%"),
        "Max volunteer force divisions: " .. color("green", "+30%"),
        "Send volunteers tension limit: " .. color("green", "-50%"),
    }
}
p.juno_minister_of_public_works = {
    name = "Minister of Public Works",
    stats = {
        icon("infra", 1) .. " construction speed: " .. color("green", "+15%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.01"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_feminist_editor = {
    name = "Feminist Editor",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.02"),
    }
}
p.juno_mapuche_journalist = {
    name = "Mapuche Journalist",
    stats = {
        "Resistance Target: " .. color("green", "-10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.juno_popular_among_the_people = {
    name = "Popular Among the People",
    stats = {
        "Ideology drift defense: " .. color("green", "+25%"),
        "Compliance Growth Speed: " .. color("green", "+2%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_spearhead_of_the_alianza_democratica = {
    name = "Spearhead of the Alianza Democrática de Chile",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.02"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.03"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_popular_lawyer = {
    name = "Popular Lawyer",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+20%"),
    }
}
p.juno_friend_of_healthcare = {
    name = "Friend of Healthcare",
    stats = {
        "Monthly " .. icon("pop", 1) .. ": " .. color("green", "+10%"),
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+100"),
    }
}
p.juno_minister_of_public_health = {
    name = "Minister of Public Health",
    stats = {
        "Monthly " .. icon("pop", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_sovereign_of_patagonia_1 = {
    name = "Roi d'Araucanie et de Patagonie",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("red", "-10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.02"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.juno_sovereign_of_patagonia_2 = {
    name = "Roi d'Araucanie et de Patagonie",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        icon("War support", 1) .. ": " .. color("red", "-5%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.06"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.juno_sovereign_of_patagonia_3 = {
    name = "Roi d'Araucanie et de Patagonie",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.08"),
        "Division Defense on core territory: " .. color("green", "+5%"),
        "Attack against major countries: " .. color("green", "+5%"),
        "Defense against major countries: " .. color("green", "+10%"),
    }
}
p.juno_defender_of_araucanian_soverighnty = {
    name = "Defender of Araucanían Sovereignty",
    stats = {
        "Ideology drift defense: " .. color("green", "+30%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+8%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.juno_defender_of_araucania = {
    name = "Defender of Araucanía",
    stats = {
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_modern_abajino_lonko = {
    name = "Modern Abajino Lonko",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_mapuche_economist = {
    name = "Mapuche Economist",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-20%'''",
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
    }
}
p.juno_the_legacy_of_1881 = {
    name = "The Legacy of 1881",
    stats = {
        "Division Attack: " .. color("green", "+5%"),
        "Division Defense: " .. color("green", "+10%"),
    }
}
p.juno_minister_of_defense = {
    name = "Minister of Defense",
    stats = {
        icon("land fort", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+7.5%"),
        "Division Defense on core territory: " .. color("green", "+5%"),
    }
}
p.juno_defender_of_the_race = {
    name = "Defender of the Race",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
        "Division Defense on core territory: " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_militant_communist = {
    name = "Militant Communist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        icon("War support", 1) .. ": " .. color("green", "+15%"),
    }
}
p.juno_radical_suffragette = {
    name = "Radical Suffragette",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("red", "-15%"),
    }
}
p.juno_reformist_minister_of_health = {
    name = "Reformist Minister of Health",
    stats = {
        "Weekly " .. icon("Manpower", 1) .. ": " .. color("green", "+50"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.02"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_famous_soprano = {
    name = "Famous Soprano",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+20%"),
    }
}
p.juno_conservative_businessman = {
    name = "Conservative Businessman",
    stats = {
        icon("pe cap", 1) .. ": " .. color("green", "+5%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.03"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.juno_apostlic_prefect_of_araucania = {
    name = "Apostolic Prefect of Araucania",
    stats = {
        "Resistance Growth Speed: " .. color("green", "-10%"),
        "Compliance Growth Speed: " .. color("green", "+5%"),
        icon("Factory Output", 1) .. ": " .. color("green", "+6%"),
    }
}
p.juno_popular_latinian_poet = {
    name = "Popular Latinian Poet",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Ideology drift defense: " .. color("green", "+15%"),
    }
}
p.juno_socialist_economist = {
    name = "Socialist Economist",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.05"),
        "Consumer Goods Factories factor: " .. "'''-7%'''",
        icon("Factory Output", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_minister_of_defense_emilio = {
    name = "Minister of Defense",
    stats = {
        icon("mic", 1) .. " construction speed: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+6%"),
    }
}
p.juno_minister_of_foreign_affairs = {
    name = "Minister of Foreign Affairs",
    stats = {
        "Improve relations opinion: " .. color("green", "+10%"),
        "Trade deal opinion factor: " .. "'''+10%'''",
        "Damage to Garrisons: " .. color("green", "-5%"),
        "Justify " .. icon("war goal", 1) .. " time on us: " .. color("green", "+20%"),
    }
}
p.juno_agricultural_national_socialist = {
    name = "Agricultural National Socialist",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-10%'''",
        "Trade Laws Cost: " .. color("green", "-50%"),
        "Economy Laws Cost: " .. color("green", "-50%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.02"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.juno_minister_of_social_assistance = {
    name = "Minister of Social Assistance",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+15%"),
        icon("Factory Output", 1) .. ": " .. color("red", "-10%"),
    }
}
p.juno_president_of_the_central_bank = {
    name = "President of the Central Bank",
    stats = {
        "Consumer Goods Factories factor: " .. "'''-5%'''",
        icon("Factory Output", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_mapuche_traditionalist = {
    name = "Mapuche Traditionalist",
    stats = {
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.08"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Research Speed: " .. color("red", "-2%"),
    }
}
p.juno_anarcho_socialist = {
    name = "Anarcho-Socialist",
    stats = {
        "Max Factories in a State: " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+10%"),
        "Construction Speed: " .. color("green", "+5%"),
    }
}
p.juno_the_national_falange = {
    name = "The National Falange",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.06"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
        "Research Speed: " .. color("green", "+3%"),
    }
}
p.juno_university_fascist = {
    name = "University Fascist",
    stats = {
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.06"),
        "Research Speed: " .. color("green", "+10%"),
    }
}
p.juno_housing_front_champion = {
    name = "National Housing Front Champion",
    stats = {
        "Monthly " .. icon("pop", 1) .. ": " .. color("green", "+15%"),
        "Max Factories in a State: " .. color("green", "+20%"),
    }
}
p.juno_christian_democrat = {
    name = "Influential Christian Democrat",
    stats = {
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.06"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
    }
}
p.chl_minister_of_transport = {
    name = "Transport Minister",
    stats = {
        icon("infra", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("railway", 1) .. " construction speed: " .. color("green", "+15%"),
        icon("supply hub", 1) .. " construction speed: " .. color("green", "+15%"),
    }
}
p.juno_anti_communist_action = {
    name = "Chilean Anticommunist Action",
    stats = {
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("red", "-0.1"),
        "Ideology drift defense: " .. color("green", "+30%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.juno_miister_of_lands_and_colonization = {
    name = "Minister of Lands and Colonization",
    stats = {
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+4%"),
        "Construction Speed: " .. color("green", "+5%"),
        "Max Factories in a State: " .. color("green", "+15%"),
        "Monthly " .. icon("pop", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_miister_of_lands_and_colonization_2 = {
    name = "Minister of Lands and Colonization",
    stats = {
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+6%"),
        "Construction Speed: " .. color("green", "+10%"),
        "Max Factories in a State: " .. color("green", "+25%"),
        "Monthly " .. icon("pop", 1) .. ": " .. color("green", "+10%"),
    }
}
p.juno_national_socialist_occultist = {
    name = "National Socialist Occultist",
    stats = {
        "Army Organization Regain: " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.08"),
    }
}
p.juno_educational_reformer = {
    name = "Educational Reformer",
    stats = {
        "Research Speed: " .. color("green", "+15%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.05"),
    }
}
p.juno_miniter_of_economy_and_commerce = {
    name = "Minister of Economy and Commerce",
    stats = {
        "Trade Laws Cost: " .. color("green", "-25%"),
        "Economy Laws Cost: " .. color("green", "-25%"),
        "Consumer Goods Factories factor: " .. "'''-15%'''",
    }
}
p.juno_unpopular_economist = {
    name = "Unpopular Economist",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-20%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-10%"),
        "Economy Laws Cost: " .. color("green", "-30%"),
        "Consumer Goods Factories factor: " .. "'''-25%'''",
    }
}
p.juno_bolivian_falange = {
    name = "Founder of the Bolivian Socialist Falange",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+15%"),
        "Justify " .. icon("war goal", 1) .. " time: " .. color("green", "-20%"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.juno_military_socialist = {
    name = "Military Socialist",
    stats = {
        icon("army exp", 1) .. " Gain: " .. color("green", "+0.05") .. " daily",
        "Division Defense on core territory: " .. color("green", "+20%"),
        "Ideology drift defense: " .. color("green", "+15%"),
    }
}
p.juno_nationalizing_foreign_minister = {
    name = "Foreign Minister",
    stats = {
        "Resource Gain Efficiency: " .. color("green", "+20%"),
        "Improve relations opinion: " .. color("green", "+5%"),
        "Damage to Garrisons: " .. color("green", "-5%"),
        "Trade deal opinion factor: " .. "'''-5%'''",
        "Consumer Goods Factories factor: " .. "'''-5%'''",
    }
}
p.juno_revolutionary_writer = {
    name = "Revolutionary Writer",
    stats = {
        "Ideology drift defense: " .. color("green", "+25%"),
        "Resistance Growth Speed in our states occupied by the enemy: " .. color("green", "+30%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.03"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_revolutionary_feberista_hero = {
    name = "Revolutionary Febrerista Hero",
    stats = {
        "Ideology drift defense: " .. color("green", "+50%"),
        "Division Defense on core territory: " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.juno_red_banner_leader = {
    name = "Leader of the Red Banner",
    stats = {
        "Division Attack: " .. color("green", "+5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+15%"),
    }
}
p.juno_president_of_victory = {
    name = "The President of Victory",
    stats = {
        "Party Popularity " .. icon("Stability", 1) .. " Modifier: " .. color("green", "+20%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("red", "-15%"),
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
    }
}
p.juno_the_permanent_leader = {
    name = "The Permanent Leader",
    stats = {
        "Surrender Limit: " .. color("green", "+20%"),
        "Resistance Target: " .. color("green", "-5%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+15%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.juno_cult_of_personality = {
    name = "Cult of Personality",
    stats = {
        "Division Defense on core territory: " .. color("green", "+15%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
    }
}
p.bra_bandit_revolutionary = {
    name = "Bandit Revolutionary",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
        icon("War support", 1) .. ": " .. color("green", "+20%"),
        "Non-Combat Out of Supply Penalties: " .. color("green", "-10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+5%"),
    }
}
p.rapa_nui_ariki = {
    name = "Rapa Nui 'Ariki",
    stats = {
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+25%"),
        "Generate" .. icon("war goal", 1) .. " tension limit: " .. "'''-40%'''",
        "Non-core " .. icon("Manpower", 1) .. ": " .. color("green", "+10%"),
    }
}
p.cultural_preserver = {
    name = "Cultural Preserver and Scholar",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Max Factories in a State: " .. color("green", "+40%"),
    }
}
p.communist_council_trait = {
    name = "People's Revolutionary Council",
    stats = {
        "Ideology drift defense: " .. color("green", "+20%"),
        "Division Attack on core territory: " .. color("green", "+15%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+10%"),
    }
}
p.non_aligned_council_trait = {
    name = "People's United Freedom Council",
    stats = {
        "Division Attack on core territory: " .. color("green", "+10%"),
        "Division Defense on core territory: " .. color("green", "+15%"),
        "Mobilization speed: " .. color("green", "+10%"),
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+15%"),
    }
}
p.democratic_council_trait = {
    name = "Republican People's Council",
    stats = {
        icon("Recruitable Population", 1) .. ": " .. "'''+2%'''",
        icon("Recruitable Population", 1) .. " Factor: " .. color("green", "+10%"),
        "Daily " .. icon("Democracy", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.fascist_council_trait = {
    name = "Corporativist Advisory Board",
    stats = {
        "Attack against major countries: " .. color("green", "+20%"),
        "Divisions speed: " .. color("green", "+10%"),
        "Construction Speed: " .. color("green", "+10%"),
    }
}
p.emperor_of_france_and_the_americas = {
    name = "The True Emperor of France and the Americas",
    stats = {
        "Division Attack on core territory: " .. color("green", "+5%"),
        "Division Defense on core territory: " .. color("green", "+10%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        icon("Stability", 1) .. ": " .. color("green", "+10%"),
        "Daily " .. icon("Command Power", 1) .. " Gain Multiplier: " .. color("green", "+20%"),
    }
}
p.juno_king_of_chile = {
    name = "Grand King of the Chilean Fatherland",
    stats = {
        "Resistance Growth Speed: " .. color("green", "-15%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+20%"),
        "Division Defense on core territory: " .. color("green", "+15%"),
        "Division Attack on core territory: " .. color("green", "+10%"),
    }
}
p.juno_fascist_theologian = {
    name = "Fascist Theologian",
    stats = {
        icon("Political power", 1) .. " Gain: " .. color("green", "+8%"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        icon("War support", 1) .. ": " .. color("green", "+10%"),
        "Daily Support for " .. icon("Unaligned", 1) .. ": " .. color("green", "+0.02"),
        "Daily " .. icon("Fascism", 1) .. " Support: " .. color("green", "+0.05"),
    }
}
p.juno_aligned_with_stalin = {
    name = "Aligned With Stalin",
    stats = {
        "Ideology drift defense: " .. color("green", "+25%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.03"),
        icon("Stability", 1) .. ": " .. color("green", "+5%"),
        "Same ideology monthly opinion: " .. color("green", "+100%"),
    }
}
p.juno_alianca_nacional_libertadora_council = {
    name = "Council of the ANL",
    stats = {
        icon("War support", 1) .. ": " .. color("green", "+15%"),
        icon("Stability", 1) .. ": " .. color("red", "-5%"),
        "Daily " .. icon("Communism", 1) .. " Support: " .. color("green", "+0.03"),
        icon("mic", 1) .. " construction speed: " .. color("green", "+10%"),
        icon("cic", 1) .. " construction speed: " .. color("green", "+10%"),
    }
}
p.juno_unpopular = {
    name = "Unpopular",
    stats = {
        icon("Stability", 1) .. ": " .. color("red", "-10%"),
    }
}
p.juno_mayor_of_the_city_of_asuncion = {
    name = "Mayor of the City of Asunción",
    stats = {
        "Research Speed: " .. color("green", "+5%"),
        icon("Political power", 1) .. " Gain: " .. color("green", "+5%"),
        "Construction Speed: " .. color("green", "+5%"),
    }
}

return p