• 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.

azerty120

Recruit
18 Badges
Apr 27, 2013
1
0
  • Crusader Kings II
  • Europa Universalis IV: Art of War
  • Crusader Kings III
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
Hi !
I tried to transfert minting revenues from subject if I own their gold mine as overlord with this code :
Code:
if = {
            limit = {
                any_scope_building = {
                    is_building_type = building_gold_mine
                    country_ownership_fraction = {
                        target = scope:overlord
                        value  > 0.5
                    }
                }
            }
            add = {
                country_minting_transfer = 1
                second_country_gets_minting_transfer = no
                minting_transfer_based_on_second_country = yes
            }
        }

But look like "country_minting_transfer" doesn't exist as a variable.

Any idea on how to do it ?

Maybe by tracking the amount of minting the subject own and creating it for the overlord, but no idea how to do that.
 
Last edited: