Cheat Events
Jump to navigation
Jump to search
Overview
Some minor cheat events... You can save them into ../events/Surrender.txt
Get military access
country_event = { id = 66504 is_triggered_only = yes title = "Ispanecabg" desc = "Cheat event giving some millitary access" picture = "FIN_give_in" option = { name = "Allow us to move..." military_access = SOV } }
+/- Neutrality
country_event = { id = 66503 is_triggered_only = yes title = "Ispanika" desc = "Cheats" picture = "Bitter_Peace" option = { name = "Reduce Neutrality" neutrality = -10 } option = { name = "Add Neutrality" neutrality = 10 } }
Extra Manpower
country_event = { id = 66502 is_triggered_only = yes title = "Ispanecabg" desc = "Cheats" picture = "SPA_fascist" option = { name = "Add Manpower" manpower = 200 } }
Some money + resource
country_event = { id = 66501 is_triggered_only = yes title = "Ispanika" desc = "Cheats" picture = "SPA_fascist" option = { name = "Add resources" crude_oil = 99000 supplies = 99000 energy = 99000 metal = 99000 money = 99000 rare_materials = 99000 } }
Reduce Dissent
country_event = { id = 66500 is_triggered_only = yes title = "Ispanecabg" desc = "Cheats" picture = "Danzig" option = { name = "Kill the rebels" dissent = -20 } }
Unit and research reduced
current text in common\events_modifiers add:
cheatunits = { unit_recruitment_time = -100 } cheatresearch = { research_efficiency = 100 }
bottom of all the text in events\political_events add :
<NOTICE every change which effects by time should given a duration>
country_event = { id = 9999 is_triggered_only = yes title = "EVTNAME5001" desc = "EVTDESC5001" picture = "parliamentary_scandal" option = { name = "EVTOPTA5001" add_country_modifier = { name = "cheatunits" duration = 20 } } option = { name = "EVTOPTB5034" add_country_modifier = { name = "cheatresearch" duration = 20 } } }
Some more leadership
current text in common\events_modifiers add:
leadship1 = { global_leadership_modifier = 5 leadership_gain = 3 }
bottom of all the text in events\surrender.txt add :
<NOTICE every change which effects by time should given a duration>
country_event = { id = 66509 is_triggered_only = yes title = "EVTNAME5001" desc = "EVTDESC5001" picture = "parliamentary_scandal" option = { name = "Leadership + 500%" add_country_modifier = { name = "leadship1" duration = 60 } } }
Getting extra stuff (soldiers, buildings)
country_event = { id = 96992 is_triggered_only = yes title = "Ispanika" desc = "Cheats" picture = "SPA_fascist" option = { name = "OK" 9415 = { air_base = 1 } # Airbase in that province 9415 = { strategic_bomber = current }# Strategic bomber in that province 9415 = { interceptor = current } # And interceptor too ( u can put any unti in here) relation = { who = SOV value = 10 } #Changing relations supplies = 1000 #Extra Supplies non_aggression_pact = SOV #Changing politics military_access = SOV #(getting military access) u can to ~ number of countries in one event } }
- For more modifications, write me on my website: ispanika.info
Super all-in-one cheat
That is a cheat that give you resources, officers, manpower, national unity and reduce dissent!!
country_event = { id = 9999 is_triggered_only = yes title = "Tikanaren" desc = "Cheats" picture = "soviet_law" option = { name = "Add resources" crude_oil = 99000 supplies = 99000 energy = 99000 metal = 99000 money = 99000 fuel = 99000 rare_materials = 99000 national_unity = 200 manpower = 200 dissent = -50 officer_pool = 200 } }