diff --git a/common/pop_needs/elgar_pop_needs.txt b/common/pop_needs/elgar_pop_needs.txt index 54390b2090..6f494210fc 100644 --- a/common/pop_needs/elgar_pop_needs.txt +++ b/common/pop_needs/elgar_pop_needs.txt @@ -4,14 +4,14 @@ #by Marco Dandolo -popneed_art = { +popneed_art = { #TODO this... default = elgar_music entry = { goods = services - weight = 0.25 - max_supply_share = 0.15 # Maxes out at 15% of supply share + weight = 0.5 + max_supply_share = 1.0 # Maxes out at 15% of supply share min_supply_share = 0.0 } @@ -19,15 +19,15 @@ popneed_art = { goods = elgar_music weight = 1 - max_supply_share = 0.75 # Maxes out at 75% of supply share + max_supply_share = 1.0 # Maxes out at 75% of supply share min_supply_share = 0.0 } entry = { goods = fine_art - weight = 2 - max_supply_share = 0.75 # Maxes out at 75% of supply share + weight = 1 + max_supply_share = 1.0 # Maxes out at 75% of supply share min_supply_share = 0.0 } } \ No newline at end of file diff --git a/common/subject_types/rapanui_subject_types.txt b/common/subject_types/rapanui_subject_types.txt index bf83af70f9..902a8629e3 100644 --- a/common/subject_types/rapanui_subject_types.txt +++ b/common/subject_types/rapanui_subject_types.txt @@ -17,11 +17,11 @@ diplomatic_action = rapanui_protectorate lower_autonomy_subject_type_alternatives = { - subject_type_tributary + subject_type_tributary #TODO is this right? } same_autonomy_subject_type_alternatives = { - subject_type_customs_union + subject_type_customs_union #TODO is this right? } valid_overlord_country_types = { diff --git a/events/rapanui_events.txt b/events/rapanui_events.txt index 71fdc05615..6279c951e0 100644 --- a/events/rapanui_events.txt +++ b/events/rapanui_events.txt @@ -5459,7 +5459,7 @@ rapanui.174 = { name = rapanui_war_in_paradise_warname target_country = scope:rapanui_mission_country - type = dp_make_vassal + type = dp_reduce_autonomy #TODO right Diplomatic Play? escalation = 80 } }