0 of 0

File information

Last updated

Original upload

Created by

HuJohner

Uploaded by

HuJohner

Virus scan

Safe to use

Tags for this mod

About this mod

This is a framework to allow modders to create potions that can imbue.

Requirements
Permissions and credits
Changelogs
Donations

NOTE: This mod uses scripting and requires the Scripting Beta.
There may be issues, so if you encounter any use the Bugs section to report them in as great detail as possible what you were doing when the crash happened.


PCVR version | Nomad version


Imbue Potion Framework


This is a framework to allow modders to create potions that can imbue. It does not add any potions itself.

Installation
Requires Scripting Beta. Can be installed like any other mod.

For Modders:
To make a potion imbue on contact with a weapon you need to replace the item module ThunderRoad.ItemModulePotion, ThunderRoad with the one from the framework ImbuePotionFramework.ItemModuleImbuePotion, ImbuePotionFramework and then add "imbueSpellId": "YOUR_SPELL" with your spell id in the the quotations. Also make sure that the collisionLayer mask includes items (otherwise it will go through the item and not work). I recommend "collisionLayer": 19457

Example with the poison potion: