Skip to content

Commit

Permalink
Update 74
Browse files Browse the repository at this point in the history
  • Loading branch information
ReikaKalseki committed Apr 2, 2021
1 parent f2e264b commit 23d1760
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 25 deletions.
38 changes: 19 additions & 19 deletions common/casus_belli/dragon_cb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cb_dragon = {
}
is_valid = {
NOR = {
has_country_flag = aleran
has_valid_civic = civic_dragon_gov
from = { has_country_flag = aleran }
from = { has_valid_civic = civic_dragon_gov }
}
OR = {
AND = {
Expand Down Expand Up @@ -126,23 +126,23 @@ cb_dragon = {
}
}

from = { has_policy_flag = pre_sapients_purge }

AND = {
NOR = {
is_country_type = fallen_empire
is_country_type = awakened_fallen_empire
is_country_type = nomad
is_country_type = primitive
is_country_type = enclave
is_country_type = shroud
#is_country_type = ratlings
#is_country_type = nivlacs
}
OR = {
#from = { has_policy_flag = ai_outlawed }
from = { has_policy_flag = robots_outlawed }
from = { has_policy_flag = refugees_not_allowed }
from = {
AND = {
NOR = {
is_country_type = fallen_empire
is_country_type = awakened_fallen_empire
is_country_type = nomad
is_country_type = primitive
is_country_type = enclave
is_country_type = shroud
#is_country_type = ratlings
#is_country_type = nivlacs
}
OR = {
#has_policy_flag = ai_outlawed
has_policy_flag = robots_outlawed
has_policy_flag = refugees_not_allowed
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions common/pop_faction_types/aleran_faction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -806,12 +806,12 @@ aleran_faction = {

potential = {
exists = owner
owner = { has_country_flag = aleran }
}

trigger = {
owner = {
has_country_flag = aleran
has_country_flag = refused_coexist
NOT = { has_country_flag = refused_coexist }
}
}
}
Expand Down
9 changes: 5 additions & 4 deletions events/aleran_society_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespace = aleran_society
#events designed to guide the player onto the right play path

#100s: inter-empire interactions
#200s: presapients, try to encourage enlightenment
#400s: events that can happen due to being evil
#500s: events that can happen due to mismanagement
#1000s: actually dishing out the punishments
Expand Down Expand Up @@ -135,7 +136,7 @@ event = {
event_target:alerans = { country_event = { id = aleran_society.103 days = 360 random = 720} }
}
else = {
#log = "AleranSoc 102, not valid; no target found"
#log = "AleranSoc 102 not valid; no target found"
}
}
}
Expand All @@ -146,7 +147,7 @@ event = {
is_triggered_only = yes

immediate = {
log = "validating queued war call with [event_target:empire.GetName] at future date"
#log = "validating queued war call with [event_target:empire.GetName] at future date"
if = {
limit = {
exists = event_target:alerans
Expand All @@ -165,11 +166,11 @@ event = {
event_target:alerans = { has_casus_belli = {target = prev type = cb_dragon} }
}
}
log = "Validation passed, queued AleranSoc 102"
#log = "Validation passed, queued AleranSoc 102"
event_target:alerans = { country_event = { id = aleran_society.102 } }
}
else = {
log = "AleranSoc 103, validation failed"
#log = "AleranSoc 103 validation failed"
}
}
}
Expand Down
9 changes: 9 additions & 0 deletions localisation/dragon_race_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ aleran_faction_solarstorm:0 "Solar Storm Deflected"
aleran_faction_solarstorm_unfilled:0 "Solar Storm Ignored"
aleran_faction_solarstorm_desc:0 "The [Root.GetName] will expect all attempts to be made to prevent a solar storm from obliterating a sapient civilization."

aleran_faction_coexist:0 "Planet Sharing"
aleran_faction_coexist_unfilled:0 "Genocidal Expansion"
aleran_faction_coexist_desc:0 "The [Root.GetName] does not abide by destroying all those who share space with the [PrevPrev.GetName]."


#TILE BLOCKERS#
tb_animal_yard:0 "£blocker Abandoned Animal Farm"
Expand Down Expand Up @@ -595,6 +599,11 @@ aleran_society.110.click.a:0 "Indeed we must, and we shall."
aleran_society.110.click.b:0 "We are not prepared for this."
aleran_society.110.click.c:0 "This is not our concern."

aleran_society.202.name:0 "Primitive Suffering"
aleran_society.202.desc:0 ""
aleran_society.202.click.a:0 ""
aleran_society.202.click.b:0 ""

aleran_society.401.name:0 "Coexistence Rejected"
aleran_society.401.desc:0 "Our refusal to coexist with our immediate planetary neighbors has not gone unnoticed; large segments of the population are severely offended that our reaction to finding other life on our worlds is to exterminate it."
aleran_society.401.click.a:0 "We had more important concerns."
Expand Down

0 comments on commit 23d1760

Please sign in to comment.