Stellaris

Stellaris

Not enough ratings
Even more traits, even more picks
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
110.066 KB
Mar 8, 2022 @ 2:09pm
Mar 29, 2022 @ 11:58am
2 Change Notes ( view )

Subscribe to download
Even more traits, even more picks

Description
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 Comments
jomo mojo Apr 5, 2022 @ 9:30pm 
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  [author] Mar 29, 2022 @ 3:14pm 
@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 Mar 25, 2022 @ 8:34pm 
This mod seems to disable robot assembly.
Haarlock Mar 8, 2022 @ 2:58pm 
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.