Blade & Sorcery
0 of 0

File information

Last updated

Original upload

Created by

HuJohner

Uploaded by

HuJohner

Virus scan

Safe to use

About this mod

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

Requirements
Permissions and credits
Changelogs
Donations
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
Can be installed like any other mod using a mod manager.

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: