More options

Hey. Hey.
First of all, the perfect plugin that I've been looking for a long time! :)

Could you make everything individual?
Example:

{
  "Multiplier for Doors ": 5.0
  "Multiplier for External Walls": 5.0
  "Multiplier for External Gates": 5.0
}​

honestly i wish i could figure out how to but when you select the doors namespace it includes both the external gates and doors, so you end up with 2 config options instead, theres probably a workaround for it but i just figured it would be easier to just merge everything together into a single config option. il try to figure it out if i get better with json but as it is right now i don't know how i would do it without creating a bug that multiplys the gates twice, though if someone else figures it out in the meantime il gladly push the patch through and add you to the credits 😅



Merged post

like now that you got me thinking about it, it probably could be done with a dirty trick that would first divide the gate health by the door health multiplier then add on its own multiplier afterwards

though i would have to figure out how to select the gates all on their own, idk if it would just be as easy as just using the section nivex helped with for the ice walls to select the gates all by their own prefab shortname... but as noted it would be a jankey script with a dirty loop in it