<aside> ✨
This section covers a brief overview on how to edit all the stuff you can change within the scope of official modding.
</aside>
<aside> 📌
Modded scripts as detailed in ‘Items’ etc require parameters to be passed via string format. This is so the game can check to see if they existing in your script and if they don’t use either the default or data from the ‘copyDataFrom’ reference.
Parameters are either passed as strings, meaning you need to encapsulate them with “”, or lists of strings which looks like this: [”example1”, “example2”]
</aside>