
AcciónCambiado en esta versión
Promulgar ley de bienes
Al promulgar un nuevo decreto sobre bienes o transacciones, podremos desviar más dinero de nuestras colonias.
Revolución colonialSituaciónselect trigger 1Definiciónin_game/common/generic_actions/colonial_revolution.txt:367
368type = situation
370ai_tick = monthly
371ai_tick_frequency = 6
372automation_tick = monthly
373automation_tick_frequency = 1
375potential = {
376scope:actor ?= {
377is_colonial_overlord = yes
}
}
380allow = {
}
383price = price:establish_goods_act
385cooldown = {
386type = recently_established_goods_act
387years = 4
}
390select_trigger = {
391looking_for_a = situation
392target_flag = recipient
393name = "choose_situation" Elige la Situation:
394column = {
395data = name
}
}
403select_trigger = {
404looking_for_a = country
405target_flag = target_country
406name = "choose_country" Elige el Country:
407none_available_msg_key = "no_valid_countries"
408column = {
409data = name
}
411visible = {
412is_colonial_subject = yes
413overlord ?= scope:actor
}
}
417effect = {
418if = {
419limit = {
420exists = scope:target_country
}
422scope:target_country ?= {
423transfer_yearly_gold = {
424value = 0.5
425target = scope:actor
}
}
}
430else = {
431custom_tooltip = establish_goods_act_tt Nos quedaremos con 6 meses de ingresos de una de nuestras naciones coloniales, lo que aumentará su Liberty Desire.
}
}
434ai_will_do = {
435add = -10
436add = {
437if = {
438limit = {
439scope:target_country = {
440subject_loyalty > 70
}
}
}
444value = 20
}
446add = {
447if = {
448limit = {
449scope:target_country = {
450subject_loyalty < 50
}
}
}
454value = -20
}
456add = {
457if = {
458limit = {
459scope:target_country = {
460is_during_bankruptcy = yes
}
}
}
464value = -20
}
466add = {
467if = {
468limit = {
469scope:actor = {
470is_during_bankruptcy = yes
}
}
}
474value = 20
}
}