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

razorbird789

Major
83 Badges
Sep 15, 2009
696
2
  • Arsenal of Democracy
  • Crusader Kings II
  • Victoria: Revolutions
  • Darkest Hour
  • Age of Wonders III
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Humanoids Species Pack
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Stellaris: Lithoids
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Victoria 3 Sign Up
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Parklife
  • Surviving Mars
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Cities: Skylines Industries
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome Deluxe Edition
  • Stellaris: Federations
  • Cities: Skylines - Campus
  • Stellaris: Ancient Relics
  • Europa Universalis IV
  • Europa Universalis IV: El Dorado
  • Hearts of Iron IV: La Resistance
  • Stellaris: Apocalypse
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Hearts of Iron IV: Death or Dishonor
  • Victoria 2
  • Cities: Skylines - Green Cities
  • 500k Club
  • Battle for Bosporus
I was wondering if anybody with event writing experience could help me.... I'm completely new to modding my own files (I've downloaded some mods and have some ideas for single events that I could use) so i need some help :). I've begun writing a generic decision that has a random chance to increase tech team skill depending on how much you invest (along the lines of invest in national Research/Infrastructure but more complicated). I wasn't sure how to write it out so it does a random tech team skill increase. I tried using an Arsenal of Democracy line from the random event they have that does it but it wasn't compatible with Darkest Hour (This is my first ever event writing attempt so don't scream at me that it was doomed to fail). Any help would be appreciated :)

This is what i have so far on one small section

action = { trigger = { IC = 80 money = 3500 }
ai_chance = 30
name = "19111993a"
command = { type = dissent value = -0.5 }
command = { type = money value = -3500 }
command = { type = add_team_skill which = -1 value = 1 }


The underlined part is the copy from Arsenal of Democracy, what could i replace that with??
 
so is there anyway to make any event that can improve tech teams.... i reached 1947 with nat china once and unified china under my rule yet had awful tech teams.... it seems silly that such a nation would not improve its technology (hence why i want to make this event)
 
so is there anyway to make any event that can improve tech teams.... i reached 1947 with nat china once and unified china under my rule yet had awful tech teams.... it seems silly that such a nation would not improve its technology (hence why i want to make this event)
The only way to have this for now is to make several additional tech teams similar than your own but stronger, and make some events to sleep your old teams while waking up your newer teams.
 
that would be alot of work to do it for smaller nations ,with not so good teams, who might improve their tech teams once they have increased their IC enough (Brit raj/ Hungary/Italy/Com china/Nat China etc) I might take a suggestion to the Darkest Hour team being as i think events similar to this have been attempted before and none have found a way to do it whilst AoD has done a random event for it.....