Stellaris

Stellaris

评价数不足
Even more traits, even more picks
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
110.066 KB
2022 年 3 月 8 日 下午 2:09
2022 年 3 月 29 日 上午 11:58
2 项改动说明 ( 查看 )

订阅以下载
Even more traits, even more picks

描述
Yet another mod for adding more trait points & picks, this one swings in a weird way; Low points (in comparison to other mods out there) but really high picks;

Robots base trait points; 2
Robot max trait picks; 12
Machine base trait points; 4
Machine max trait picks; 14
Species base trait points; 6
Species max trait picks; 14
4 条留言
jomo mojo 2022 年 4 月 5 日 下午 9:30 
Robot synth production was still broken for me - I think I got it working with this (my own custom variables)

--

@robot_trait_points = 7
@robot_max_traits = 9
@machine_trait_points = 8
@machine_max_traits = 10
@species_trait_points = 10
@species_max_traits = 12



BIOLOGICAL = {
species_trait_points = @species_trait_points
species_max_traits = @species_max_traits
}
ROBOT = {
species_trait_points = @robot_trait_points
species_max_traits = @robot_max_traits
robotic = yes
}
MACHINE = {
species_trait_points = @machine_trait_points
species_max_traits = @machine_max_traits
robotic = yes
}
PRESAPIENT = {
species_trait_points = @species_trait_points
species_max_traits = @species_max_traits
uses_modifiers = no
}
LITHOID = {
inherit_trait_points_from = BIOLOGICAL
}
OTHER = {
uses_modifiers = no
}
Machina Ex Terra  [作者] 2022 年 3 月 29 日 下午 3:14 
@oldmanpaco: Got it fixed

@Haarlock: Sadly that is really outside of my ability, I barely know what I'm doing; and species points and picks is just copy-paste and some number changes, and even then I screwed that up until paco pointed it out.
oldmanpaco 2022 年 3 月 25 日 下午 8:34 
This mod seems to disable robot assembly.
Haarlock 2022 年 3 月 8 日 下午 2:58 
Thank you so much for this. It's been infuriating trying to find mods/modders who understand that their 20/50/1 gazillion point mods are worthless without enough trait pick slots to actually use them.

If you could make a standalone that does nothing but over-write the trait-pick max, that would be even better.