Skip to content

Commit

Permalink
Update 62
Browse files Browse the repository at this point in the history
  • Loading branch information
ReikaKalseki committed Jan 6, 2021
1 parent 6705cf4 commit 95fb2fe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions common/casus_belli/dragon_cb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,25 @@ cb_dragon = {
OR = {
from = { is_country_type = default }
from = { is_country_type = primitive }
from = { is_country_type = rebel }
from = { is_country_type = ratlings }
from = { is_country_type = nivlacs }
}
OR = {
from = { has_valid_civic = civic_machine_terminator }
from = { has_valid_civic = civic_machine_assimilator }
from = { has_valid_civic = civic_barbaric_despoilers }
from = { has_valid_civic = civic_hive_devouring_swarm }
from = { has_valid_civic = civic_fanatic_purifiers }
from = { has_ai_personality_behaviour = slaver }
from = { has_ai_personality_behaviour = purger }
from = { has_ai_personality_behaviour = displacer }
from = { has_ai_personality = evangelising_zealots }
from = { has_ai_personality = slaving_despots }
from = { has_ai_personality = fanatic_purifiers }
from = { has_ai_personality = devouring_swarm }
from = { has_ai_personality = assimilators }
from = { has_ai_personality = exterminators }
from = { has_ethic = ethic_fanatic_xenophobe }
AND = {
from = { has_ethic = ethic_fanatic_egalitarian }
Expand Down
8 changes: 8 additions & 0 deletions common/static_modifiers/dragon_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ moralistic_fervor_weak = {

country_piracy_risk_mult = -0.4
country_naval_cap_mult = 0.25
starbase_upgrade_speed_mult = 0.2
shipsize_military_station_small_build_speed_mult = 0.2

icon = "gfx/interface/icons/modifiers/moralistic_fervor.dds"
}
Expand Down Expand Up @@ -313,6 +315,9 @@ moralistic_fervor = {
planet_army_build_cost_mult = -0.5
country_naval_cap_mult = 0.4

starbase_upgrade_speed_mult = 0.5
shipsize_military_station_small_build_speed_mult = 0.5

icon = "gfx/interface/icons/modifiers/moralistic_fervor.dds"
}

Expand All @@ -324,6 +329,9 @@ aleran_contact_war_prepare = {
planet_army_build_speed_mult = 0.2
country_naval_cap_mult = 0.15

starbase_upgrade_speed_mult = 0.1
shipsize_military_station_small_build_speed_mult = 0.1

icon = "gfx/interface/icons/modifiers/war_prepare.dds"
}

Expand Down
1 change: 1 addition & 0 deletions common/war_goals/enlightenment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ wg_dragon = {
NOR = {
is_same_value = root
is_same_value = from
is_at_war_with = root
}
}
add_opinion_modifier = { modifier = opinion_enlighten_threat_counter who = root }
Expand Down
4 changes: 3 additions & 1 deletion events/aleran_society_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,9 @@ country_event = {
}

owner = {
country_event = { id = aleran_society.102 days = 3600 random = 3600 }
hidden_effect = {
country_event = { id = aleran_society.102 days = 3600 random = 3600 }
}
}
}
}
Expand Down

0 comments on commit 95fb2fe

Please sign in to comment.