openly-retro / stellaris-machine-robot-expansion

Reviving XVCV's "Machine & Robot Expansion" mod
https://steamcommunity.com/sharedfiles/filedetails/?id=3163759042
2 stars 2 forks source link

Add potential effect for button effects where trait has_ancrel = True #85

Closed openly-retro closed 6 months ago

openly-retro commented 6 months ago

Some trait tooltips come from files named after certain DLCs. I thought that means there is a DLC requirement to be able to use those traits.

Only DLC requirements come from "has_paragons_dlc" and "has_ancrel" -- factor for these.

has_paragons_dlc is redundant because the builder GUIs are locked behind that flag.

So only need to plan for has_ancrel

openly-retro commented 6 months ago

This is probably not an issue, overall.

There are a couple of instances of has_ancrel in 00_scientist_traits.txt. They should have the require dlc pattern in the button effect.

openly-retro commented 6 months ago

done, as "allow" not "potential"... so it's visible but not clickable