Blade & Sorcery
0 of 0

File information

Last updated

Original upload

Created by

Davi3684

Uploaded by

Davi3684

Virus scan

Safe to use

Tags for this mod

About this mod

Mod that makes it possible to add more spells to the spell wheel, so every spell mod doesn't have to

Requirements
Permissions and credits
Changelogs
Donations
This is no longer a requirement for spells version 8.3 and up! Please uninstall this mod, and wait for the spell mods to update to the new system!

Instead of adding the spells to the custom container, just add it to the PlayerDefault container instead!

So what you can do to quickly update is to open up the CustomSpellContainer in your mod, and change it to this:
{
  "$type": "ThunderRoad.ContainerData, Assembly-CSharp",
  "id": "PlayerDefault",
  "version": 1,
  "exludeFromBuild": false,
  "displayName": "",
  "description": null,
  "content": [
{
"referenceID": "SpellItemId",
"reference": 0,
"quantity": 1,
"customValues": []
}
  ]
}


It is inside the content you add your item spell ids, just like how it was done with the spell injector's container.


I'm working on a guide atm ( I am very slow sry, :(  ), so for the time being this is here to release some early spells.