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

Fix core modifying subclass buttons and effects #32

Closed openly-retro closed 7 months ago

openly-retro commented 7 months ago

This has two parts:

  1. Put back the subclass buttons and add more for the 3.10 subclasses
    • I removed them accidentally ... look back in the code for the pattern, we will need 12 buttons in total, 4 for each leader class. Unless we find that the core modifying traits don't need so many subclasses.
  2. Core modifying subclass button effects need restrictions vs all subclasses
    • We need to update this pattern for each subclass button picker in the core-modifying button effects. Following
    • xvcv_mdlc_core_modifying_requires_no_ruler_subclass_or_focus_trigger = { CLASS = official ID = subclass_official_diplomacy_councilor }
    • In each subclass trigger, exclude all the other classes and subclass except the one in question.
openly-retro commented 7 months ago

done