2024-11-16 20:00:50
All checks were successful
sync / build (push) Successful in 52s

This commit is contained in:
actions[bot]
2024-11-16 20:00:50 +00:00
parent 58a98d207c
commit 8f0f2272c6
34 changed files with 1245 additions and 187 deletions

View File

@@ -1434,4 +1434,67 @@ characters={
logistics_skill = 3
}
}
#scientists
HUJ_chaijun_sci = {
name = HUJ_chaijun
portraits={
army = {
large="gfx/leaders/HUJ/chaijun.png"
small="gfx/interface/ideas/idea_chaijun.png"
}
}
scientist = {
traits = { scientist_trait_nuclear_specialist scientist_trait_schrodingers_trait }
skills = {
specialization_nuclear = 2
}
}
}
HUJ_dujiaoshou_sci = {
name = HUJ_dujiaoshou
portraits={
army = {
large="gfx/leaders/HUJ/dujiaoshou.png"
small="gfx/interface/ideas/idea_dujiaoshou.png"
}
}
scientist = {
traits = { scientist_trait_artillery_specialist scientist_trait_resourceful }
skills = {
specialization_land = 1
}
}
}
HUJ_yingxianzuo_sci = {
name = HUJ_yingxianzuo
portraits={
army = {
large="gfx/leaders/HUJ/yingxianzuo.png"
small="gfx/interface/ideas/idea_yingxianzuo.png"
}
}
scientist = {
traits = { scientist_trait_surface_ship_specialist scientist_trait_genius }
skills = {
specialization_naval = 3
}
}
}
HUJ_aerbien_sci = {
name = HUJ_aerbien
portraits={
army = {
large="gfx/leaders/HUJ/aerbien.png"
small="gfx/interface/ideas/idea_aerbien.png"
}
}
scientist = {
traits = { scientist_trait_aircraft_specialist scientist_trait_bombs_expert scientist_trait_electronics_specialist scientist_trait_bright }
skills = {
specialization_air = 3
}
}
}
}