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

Pioniere

Field Marshal
17 Badges
May 29, 2006
5.278
298
  • Hearts of Iron III
  • Europa Universalis III: Collection
  • 500k Club
  • Rome Gold
  • Europa Universalis: Rome
  • Europa Universalis III Complete
  • Iron Cross
  • Europa Universalis III Complete
  • Heir to the Throne
  • Hearts of Iron Anthology
  • For The Glory
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Darkest Hour
  • Hearts of Iron II: Armageddon
  • Arsenal of Democracy
Any interests for new minister trait? We can more and less build one what we got from before and make a variations perhapes. I was thiking "infatry general" "macavillian" and "pragmatic minister" just as idea.


Infantry research +1%. Inf and AT def. mod. +2% Inf construction -2%. "infatry general"
If you have better idea just post it?
Does construction -xx%. means les time to build?
 
Last edited:

Pang Bingxun

Field Marshal
2 Badges
Nov 22, 2011
5.596
185
  • Arsenal of Democracy
  • 500k Club
Does construction -xx%. means les time to build?

Should mean less. -5% on days and ic make -9.75% icd, but of course the different components of the same modifiers are added first, so -5% from one minister and -10% from another make -15% together and total with -27.75% icd.

There already are many ministers types, 80 in total and ideas will still have to be added to that. The ministers includes infantry proponents, "pragmatic" administrius genius and many more.
 

KostasL

Dead already!
6 Badges
Jan 17, 2005
1.025
67
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • 500k Club
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
Any interests for new minister trait? We can more and less build one what we got from before and make a variations perhapes. I was thiking "infatry general" "macavillian" and "pragmatic minister" just as idea.


Infantry research +1%. Inf and AT def. mod. +2% Inf construction -2%. "infatry general"
If you have better idea just post it?

Well...the sky is the limit!

I do use a lot of new minister traits in my own mod!

Feel free to add new traits using your imagination !
 

Pioniere

Field Marshal
17 Badges
May 29, 2006
5.278
298
  • Hearts of Iron III
  • Europa Universalis III: Collection
  • 500k Club
  • Rome Gold
  • Europa Universalis: Rome
  • Europa Universalis III Complete
  • Iron Cross
  • Europa Universalis III Complete
  • Heir to the Throne
  • Hearts of Iron Anthology
  • For The Glory
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Darkest Hour
  • Hearts of Iron II: Armageddon
  • Arsenal of Democracy
ok, im working on a new minister type:
// Head of State: Effects:
81_PERSONALITY_Machiavellian archtype: Organisation regain +1%; Dissent growth rate -1%; Wartime Belligerence +0.1 per month;Chance to coup us -2%;

personality = {
personality_string = "machiavellian archtype"
name = "NPERSONALITY_Machiavellian Archtype"
desc = "DPERSONALITY_Machiavellian Archtype"
minister_position = HeadOfState
modifier = { type = dissent_mod modifier_effect = -0.1000 }
modifier = { type = war_bell_rate_mod modifier_effect = 0.1000 }
modifier = { type = diplomatic_cost_mod value = coup_nation modifier_effect = -0.1000 }
}

what would I need for makin it work? is a -0.1000 the same as -1? if so I need a -0.2000 instad.

Where do I find the descriptions for the ministers? I can find them in minister folder.
I only plan to use the Machiavellian archtype for ahistorical hos, becuse I dont know the historical that well.
 
Last edited:

KostasL

Dead already!
6 Badges
Jan 17, 2005
1.025
67
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • 500k Club
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
what would I need for makin it work? is a -0.1000 the same as -1? if so I need a -0.2000 instad.

Set numbers as high or low you like...then in the game...you shall see if it works like you intended to!

Where do I find the descriptions for the ministers? I can find them in minister folder.
I only plan to use the Machiavellian archtype for ahistorical hos, becuse I dont know the historical that well.

Just check an original ingame minister description...and then search through all files in the config folder to locate it...
This way i locate all the descriptions and texts of AoD and edit them or add new ones!