2024-07-22 16:01:10
All checks were successful
sync / build (push) Successful in 58s

This commit is contained in:
actions[bot]
2024-07-22 16:01:11 +08:00
parent 21cb4038a2
commit 5bccce5ada
20 changed files with 357 additions and 119 deletions

View File

@@ -369,7 +369,7 @@ characters={
}
advisor = {
cost = 100
slot = theorist
slot = air_chief
idea_token = xiaochicheng
visible = {
if = {
@@ -1103,4 +1103,69 @@ characters={
logistics_skill = 2
}
}
DOH_yingrui_advisor = {
name = DOH_yingrui_advisor
portraits={
army = {
large="gfx/leaders/DOH/yingrui.png"
small="gfx/interface/ideas/idea_yingrui.png"
}
}
advisor = {
cost = 100
slot = theorist
idea_token = yingrui_advisor
available = {
if = {
limit = { tag = DOH }
has_completed_focus = DOH_junshigaige
}
}
traits = { trait_yingrui }
ai_will_do = {
factor = 50
}
}
}
DOH_pinghai_advisor = {
name = DOH_pinghai_advisor
portraits={
army = {
large="gfx/leaders/DOH/pinghai.png"
small="gfx/interface/ideas/idea_pinghai.png"
}
}
advisor = {
cost = 100
slot = theorist
idea_token = pinghai
traits = { trait_pinghai }
ai_will_do = {
factor = 50
}
}
}
DOH_haerbin_advisor = {
name = DOH_haerbin_advisor
portraits = {
army = {
large="gfx/leaders/DOH/haerbin.png"
small="gfx/interface/ideas/idea_haerbin.png"
}
}
advisor = {
cost = 100
slot = theorist
idea_token = haerbin
traits = { trait_haerbin }
ai_will_do = {
factor = 50
}
}
}
}