Stellaris
Yeterli oy yok
Even more traits, even more picks
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Dosya Boyutu
Gönderilme
Güncellenme
110.066 KB
8 Mar 2022 @ 14:09
29 Mar 2022 @ 11:58
2 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
Even more traits, even more picks

Açıklama
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 Yorum
jomo mojo 5 Nis 2022 @ 21: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  [yaratıcı] 29 Mar 2022 @ 15: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 25 Mar 2022 @ 20:34 
This mod seems to disable robot assembly.
Haarlock 8 Mar 2022 @ 14: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.