2024-06-26 20:45:52

This commit is contained in:
actions[bot]
2024-06-26 20:45:52 +08:00
parent 4f4d88f93d
commit ba6c1f4f97
3 changed files with 2106 additions and 0 deletions

328
src/common/idea_tags/00_idea.txt Executable file
View File

@@ -0,0 +1,328 @@
idea_categories = {
# ledger can be define for idea > idea slot > idea category
# first one overrides the others
# multiple ledgers can be defined, in that case will show on all
# possible values : army, air, navy, military (shows on all military ledgers), civilian, all (shows up everywhere), hidden (does not show up)
hidden_ideas = {
hidden = yes
cost = 0
removal_cost = -1
ledger = hidden
}
country = {
type = national_spirit
cost = 0
removal_cost = -1
ledger = hidden
}
government = {
slot = mobilization_laws
slot = trade_laws
slot = economy
slot = gongzuozhidu
slot = keyancezhong
slot = fangzhen
slot = fangzhen
slot = fangzhen
slot = fangzhen
slot = fangzhen
slot = fangzhen
slot = fangzhen
ledger = civilian
cost = 150
removal_cost = 0
}
az_political_advisor = {
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
character_slot = political_advisor
ledger = civilian
cost = 150
removal_cost = 0
}
research_production = {
slot = tank_manufacturer
slot = naval_manufacturer
slot = aircraft_manufacturer
slot = materiel_manufacturer
slot = industrial_concern
slot = industrial_concern
slot = industrial_concern
slot = industrial_concern
slot = industrial_concern
slot = industrial_concern
slot = industrial_concern
slot = industrial_concern
ledger = civilian
cost = 150
removal_cost = 0
}
research_production = {
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
character_slot = theorist
ledger = civilian
cost = 150
removal_cost = 0
}
military_staff = {
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
character_slot = army_chief
ledger = invalid # must be overridden
cost = 150
removal_cost = 0
}
military_staff = {
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
character_slot = navy_chief
ledger = invalid # must be overridden
cost = 150
removal_cost = 0
}
military_staff = {
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
character_slot = air_chief
ledger = invalid # must be overridden
cost = 150
removal_cost = 0
}
academy_spirit = {
type = army_spirit
cost = 25
removal_cost = -1
politics_tab = no
ledger = hidden
slot = academy_spirit
}
army_spirit = {
type = army_spirit
cost = 50
removal_cost = -1
politics_tab = no
ledger = hidden
slot = army_spirit
}
division_command_spirit = {
type = army_spirit
cost = 75
removal_cost = -1
politics_tab = no
ledger = hidden
slot = division_command_spirit
}
naval_academy_spirit = {
type = navy_spirit
cost = 25
removal_cost = -1
politics_tab = no
ledger = hidden
slot = naval_academy_spirit
}
navy_spirit = {
type = navy_spirit
cost = 50
removal_cost = -1
politics_tab = no
ledger = hidden
slot = navy_spirit
}
naval_command_spirit = {
type = navy_spirit
cost = 75
removal_cost = -1
politics_tab = no
ledger = hidden
slot = naval_command_spirit
}
air_force_academy_spirit = {
type = air_spirit
cost = 25
removal_cost = -1
politics_tab = no
ledger = hidden
slot = air_force_academy_spirit
}
air_force_spirit = {
type = air_spirit
cost = 75
removal_cost = -1
politics_tab = no
ledger = hidden
slot = air_force_spirit
}
air_force_command_spirit = {
type = air_spirit
politics_tab = no
cost = 75
removal_cost = -1
ledger = hidden
slot = air_force_command_spirit
}
junshisili = {
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
character_slot = high_command
ledger = invalid
cost= 150
removal_cost = 0
}
zhihuimiao_neige = {
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
slot = zhihuimiao
ledger = civilian
cost= 0
removal_cost = 0
}
}
slot_ledgers = {
army_chief = army
navy_chief = navy
air_chief = air
tank_manufacturer = army
naval_manufacturer = navy
aircraft_manufacturer = air
theorist = invalid # must be overridden
high_command = invalid # must be overridden
mobilization_laws = civilian
}

12
src/descriptor.mod Executable file
View File

@@ -0,0 +1,12 @@
version="1.12"
tags={
"Alternative History"
"Gameplay"
}
dependencies={
"AzurLane碧蓝航线天降舰娘"
"AzurLane碧蓝航线塞壬之灾"
}
name="碧蓝航线附属:更多槽位"
supported_version="1.14.4"
remote_file_id="3014768049"

File diff suppressed because it is too large Load Diff