openly-retro / stellaris-machine-robot-expansion

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

Can add higher lvl traits to leader then decrease level and assemble them #107

Closed openly-retro closed 3 weeks ago

openly-retro commented 4 months ago

Leader assembler:

  1. select level 4
  2. pick shared memory
  3. select level 1
  4. assemble

expectation: can't assemble leaders at a lower lvl with high lvl traits

openly-retro commented 4 months ago

image

openly-retro commented 3 months ago

Down arrow button effect will have to know which are the paragon/destiny traits, check if any are applied, and prevent clicking if any are applied

openly-retro commented 3 months ago

create a is_paragon_trait trigger create a is_veteran_trait trigger

openly-retro commented 1 month ago

need a way of knowing that paragon traits are selected, and can't drop the level below 8 if the paragon traits are selected same for veteran traits, cant drop below lvl 4

openly-retro commented 1 month ago

there are no remove trait button effects... if there were, it might be possible to toggle/untoggle a country flag that says leader_builder_paragon_trait_selected

maybe adding the trait can set the flag, reset button will clear the flag ... and the number buttons will evaluate whether a veteran/paragon trait is selected

openly-retro commented 3 weeks ago

addressed in https://github.com/openly-retro/stellaris-machine-robot-expansion/pull/187