2024-07-21 20:31:09
All checks were successful
sync / build (push) Successful in 53s

This commit is contained in:
actions[bot]
2024-07-21 20:31:09 +08:00
parent 0bbb942aeb
commit 27ba1589df
29 changed files with 73 additions and 117 deletions

View File

@@ -90,9 +90,9 @@ country_event = {
#Same effect as attacker. Tooltip for their effects
option = {
name = az_NSB_border_conflict_won_defender.1.a
add_political_power = 150
army_experience = 30
add_war_support = .05
add_political_power = 0
army_experience = 0
add_war_support = 0
add_doctrine_cost_reduction = {
name = defensive_border_conflict_won
cost_reduction = 0.25
@@ -103,8 +103,8 @@ country_event = {
limit = { has_country_flag = show_effect_tooltips }
event_target:their_country = {
effect_tooltip = {
add_political_power = -50
army_experience = 10
add_political_power = 0
army_experience = 0
}
}
clr_country_flag = show_effect_tooltips
@@ -135,7 +135,7 @@ country_event = {
#Same effect as defender. Tooltip for their effects
option = {
name = az_NSB_border_conflict_lost_attacker.1.a
add_political_power = -150
add_political_power = -30
army_experience = 10
add_war_support = -.02

View File

@@ -1,18 +0,0 @@
##卖5000步枪=2000物资 买3000物资=5000步枪 1物资=0.8产能
add_namespace = puppetgetcore
country_event = {
id = puppetgetcore.1
title = puppetgetcore.1.t
desc = puppetgetcore.1.d
immediate = {
}
#picture = GFX_aze_haijunxueyuan
is_triggered_only = yes
option = {
#name = azcollege.1.a
ai_chance = {
factor = 4
}
}
}