Adding infusions

Advanced Roleplay Environment supports modular infusions. This means you can easily add medications or edit them accordingly.

Adding infusions

In order to add a infusion we just need to add the infusion inside the infusions file and configure the properties accordingly.

Adding the infusion

Since all infusion are saved inside script/entities/infusions.lua, we will open this file. This should look like this:

Now we will scroll to the bottom and just copy a infusion from above and edit it to our needs so it should look like this:

Configuring the infusion

There are many options available for us to configure the infusion perfectly to our needs.

Adding the translation

Since the translation is missing it will look weird inside the ui. So we need to add it in our locale files. So we open our locale file (example: languages/en.json) and copy 'n' paste just an other entry and edit the values accordingly. So it should look like this if added like above:

Last updated