Skip to content

Commit

Permalink
Update blankmod for 1.12.12 (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur authored Apr 14, 2023
1 parent 6f26924 commit 438be0f
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 21 deletions.
2 changes: 1 addition & 1 deletion data/blank_mod/common/ai_strategy/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ dont_build_capitals_if_on_treaty = {
}

abort = {
not = { has_idea = MTG_naval_treaty_adherent }
NOT = { has_idea = MTG_naval_treaty_adherent }
}

ai_strategy = {
Expand Down
4 changes: 2 additions & 2 deletions data/blank_mod/common/country_leader/00_traits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7018,12 +7018,12 @@ leader_traits = {
cockatoo_trait = { #at end for save compat
random = no
equipment_bonus = {
heavy_cruiser = {
ship_hull_cruiser = { #CLs & CAs
naval_range = 0.3
sub_detection = 0.1
naval_speed = 0.1
}
screen_ship = {
ship_hull_light = { #DDs
naval_range = 0.3
sub_detection = 0.1
naval_speed = 0.1
Expand Down
204 changes: 204 additions & 0 deletions data/blank_mod/common/decisions/_debug_decisions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,209 @@
debug_decisions = {

research_all_tank_techs_nsb = {
icon = generic_tank

visible = {
is_ai = no
is_debug = yes
}

complete_effect = {
set_technology = {
gwtank_chassis = 1
popup = no
}
set_technology = {
basic_light_tank_chassis = 1
popup = no
}
set_technology = {
improved_light_tank_chassis = 1
popup = no
}
set_technology = {
amphibious_tank_chassis = 1
popup = no
}
set_technology = {
amphibious_drive = 1
popup = no
}
set_technology = {
advanced_light_tank_chassis = 1
popup = no
}
set_technology = {
basic_medium_tank_chassis = 1
popup = no
}
set_technology = {
improved_medium_tank_chassis = 1
popup = no
}
set_technology = {
advanced_medium_tank_chassis = 1
popup = no
}
set_technology = {
main_battle_tank_chassis = 1
popup = no
}
set_technology = {
basic_heavy_tank_chassis = 1
popup = no
}
set_technology = {
improved_heavy_tank_chassis = 1
popup = no
}
set_technology = {
advanced_heavy_tank_chassis = 1
popup = no
}
set_technology = {
super_heavy_tank_chassis = 1
popup = no
}
set_technology = {
armor_tech_1 = 1
popup = no
}
set_technology = {
armor_tech_2 = 1
popup = no
}
set_technology = {
armor_tech_3 = 1
popup = no
}
set_technology = {
armor_tech_4 = 1
popup = no
}
set_technology = {
engine_tech_1 = 1
popup = no
}
set_technology = {
engine_tech_2 = 1
popup = no
}
set_technology = {
engine_tech_3 = 1
popup = no
}
set_technology = {
engine_tech_4 = 1
popup = no
}
set_technology = {
gw_artillery = 1
popup = no
}
set_technology = {
interwar_artillery = 1
popup = no
}
set_technology = {
artillery1 = 1
popup = no
}
set_technology = {
artillery2 = 1
popup = no
}
set_technology = {
artillery3 = 1
popup = no
}
set_technology = {
artillery4 = 1
popup = no
}
set_technology = {
artillery5 = 1
popup = no
}
set_technology = {
mountain_gun = 1
popup = no
}
set_technology = {
rocket_artillery = 1
popup = no
}
set_technology = {
rocket_artillery2 = 1
popup = no
}
set_technology = {
rocket_artillery3 = 1
popup = no
}
set_technology = {
rocket_artillery4 = 1
popup = no
}
set_technology = {
interwar_antiair = 1
popup = no
}
set_technology = {
antiair1 = 1
popup = no
}
set_technology = {
antiair2 = 1
popup = no
}
set_technology = {
antiair3 = 1
popup = no
}
set_technology = {
antiair4 = 1
popup = no
}
set_technology = {
antiair5 = 1
popup = no
}
set_technology = {
interwar_antitank = 1
popup = no
}
set_technology = {
antitank1 = 1
popup = no
}
set_technology = {
antitank2 = 1
popup = no
}
set_technology = {
antitank3 = 1
popup = no
}
set_technology = {
antitank4 = 1
popup = no
}
set_technology = {
antitank5 = 1
popup = no
}
set_technology = {
tech_engineers = 1
popup = no
}
set_technology = {
tech_engineers2 = 1
popup = no
}
}
}

add_efficiency_growth_debug = {
icon = generic_research

Expand Down
3 changes: 1 addition & 2 deletions data/blank_mod/common/ideas/army_spirits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ ideas = {
modifier = {
custom_modifier_tooltip = superior_firepower_academy_spirit_tt
trait_engineer_xp_gain_factor = 0.2
trait_fortress_buster_xp_gain_factor = 0.1
trait_scavenger_xp_gain_factor = 0.1
initiative_factor = 0.04
}
ai_will_do = {
base = 1
Expand Down
Empty file.
1 change: 0 additions & 1 deletion data/blank_mod/common/on_actions/05_lar_on_actions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ on_actions = {
if = {
limit = {
has_trait = operative_linguist
NOT = { operative_leader_mission = no_mission }
NOT = { has_nationality = FROM }
}
random_list = {
Expand Down
Loading

0 comments on commit 438be0f

Please sign in to comment.