diff --git a/common/ideas/angmar.txt b/common/ideas/angmar.txt index 72e189d24..3b984095a 100644 --- a/common/ideas/angmar.txt +++ b/common/ideas/angmar.txt @@ -186,6 +186,8 @@ ideas = { always = yes } + removal_cost = -1 + picture = generic_goods_red_bonus modifier = { diff --git a/common/scripted_effects/ring_scripted_effects_common.txt b/common/scripted_effects/ring_scripted_effects_common.txt index dbad66cd3..3edade6da 100644 --- a/common/scripted_effects/ring_scripted_effects_common.txt +++ b/common/scripted_effects/ring_scripted_effects_common.txt @@ -250,6 +250,7 @@ ring_fellowship_begin_move_to_next_state = { set_variable = { global.fs_days_left_in_state = 65 } } + # Slow fellowship down by 50% in Mordor territory if = { limit = { var:global.fs_currentstate = { @@ -262,6 +263,7 @@ ring_fellowship_begin_move_to_next_state = { } } multiply_variable = { global.fs_days_left_in_state = 1.5 } + round_variable = global.fs_days_left_in_state } } @@ -276,9 +278,15 @@ ring_daily_update = { limit = { check_variable = { global.fs_days_left_in_state > 0 } } subtract_from_variable = { global.fs_days_left_in_state = 1 } - # When the timer runs out, move fellowship to the enxt state + # When the timer runs out, move fellowship to the next state if = { - limit = { check_variable = { global.fs_days_left_in_state = 0 } } + limit = { + check_variable = { + var = global.fs_days_left_in_state + value = 0 + compare = less_than_or_equals + } + } # This event moves the fellowship to the enxt state #log = "FS_STEP" diff --git a/events/Angmar.txt b/events/Angmar.txt index 41b961368..5c865fe1f 100644 --- a/events/Angmar.txt +++ b/events/Angmar.txt @@ -325,7 +325,10 @@ country_event = { } } } - + diplomatic_relation = { + country = ANG + relation = non_aggression_pact + } } option = { diff --git a/localisation/english/angmar/angmar_ideas_l_english.yml b/localisation/english/angmar/angmar_ideas_l_english.yml index 1e76bf215..bdbace91c 100644 --- a/localisation/english/angmar/angmar_ideas_l_english.yml +++ b/localisation/english/angmar/angmar_ideas_l_english.yml @@ -15,6 +15,7 @@ ANG_civil_unrest_2:0 "Civil Unrest" ANG_legacy_of_danthild:0 "Legacy of Danthild" ANG_strengthen_bonds:0 "Strengthen bonds" ANG_investment:0 "Foreign investment" +generic_investment_in_angmar:0 "Foreign investment" ANG_enslave_the_uruk_hai:0 "Enslave the Uruk-hai" ANG_orthanc_payment:0 "Gondor Orthanc payment"