Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #FOCUS
- focus = {
- id = DEI_resource_extraction_cooperation
- icon = GFX_focus_generic_resource_extraction
- prerequisite = { focus = null }
- x = 1
- y = 2
- relative_position_id = DEI_regional_influence
- mutually_exclusive = { focus = DEI_malayan_expansion }
- cost = 10
- completion_reward = {
- MAL = { country_event = { id = dei_event_mal_dei_trade } }
- custom_effect_tooltip = "MAL got mal dei event"
- }
- }
- #EVENT
- add_namespace = dei_event_mal_dei_trade
- country_event = {
- id = dei_event_mal_dei_trade.1
- title = dei_event_mal_dei_trade.1.t
- desc = dei_event_mal_dei_trade.1.d
- picture = GFX_report_event_generic_diplomatic
- #is_triggered_only = yes
- trigger = {
- tag = DEI
- has_completed_focus = DEI_resource_extraction_cooperation
- }
- mean_time_to_happen = {
- hours = 6
- }
- trigger_for = MAL
- fire_only_once = yes
- option = {
- name = dei_event_mal_dei_trade.1.a
- ai_chance = {
- factor = 100
- }
- MAL = { add_ideas = DEI_mal_dei_trade_mal } # Malaya gets this
- DEI = { add_ideas = DEI_mal_dei_trade_dei } # DEI gets this
- }
- option = {
- name = dei_event_mal_dei_trade.1.b
- ai_chance = {
- factor = 0
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement