Skip to content

Commit

Permalink
Updated some minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Sep 30, 2023
1 parent 040f961 commit 2af6d66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions common/pop_needs/elgar_pop_needs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@

#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
}

entry = {
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
}
}
4 changes: 2 additions & 2 deletions common/subject_types/rapanui_subject_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion events/rapanui_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 2af6d66

Please sign in to comment.