You are viewing a potentially older version of this package. View all versions.
cyaneko-CyanToolbox-0.0.1 icon

CyanToolbox

Adds even more Jade Box modifiers.

By cyaneko
Date uploaded 2 years ago
Version 0.0.1
Download link cyaneko-CyanToolbox-0.0.1.zip
Downloads 136
Dependency string cyaneko-CyanToolbox-0.0.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
TeamNeo-Sideloader-0.9.7847 icon
TeamNeo-Sideloader

Modding framework for working with LBoL entities

Preferred version: 0.9.7847

README

Template for Sideloader mod.

Use is highly encouraged as it has dependencies, publicizer and common boilerplate setup.

Instructions:

  • Copy LBoL Sideloader Template.zip to <User>\Documents\Visual Studio 2022\Templates\ProjectTemplates do NOT unzip.

  • Create a new project, search for LBoL Sideloader template.

image

  • Change GameFolder in .csproj file to target the game installation folder.

image

  • In PluginInfo.cs class fill out GUID and Name. Mod will fail to load without GUID!

image

For first time setup:

  • Download Sideloader.dll and put it in BepInEx/plugins folder. It will be used as reference in the project.
  • Download scriptengine.dll, put in plugins folder. Create BepInEx/plugins/scripts directory. Technically, this is optional but workflow without scriptengine is 10 times slower.

Change post-build command to copy to plugins folder instead of scripts if ScriptEngine is not used.

https://nuget.bepinex.dev/v3/index.json might need to be added as a source for nuget manager for BepInEx packages to be installed correctly.

image

CHANGELOG

0.4.1

  • Updated to work with LBoL v1.8.0. Incompatible with previous versions.
  • Changed the mod icon.

0.4.0

  • Updated to work with LBoL v1.7.0. Incompatible with previous versions.

0.3.3

  • Millenial Revelation: Adjusted interaction with Replenish cards - they will now count as draw step draws for the jadebox rules

0.3.2

  • Added "Millenial Revelation"

0.3.1

  • Double Trouble: Now halves damage until either boss is defeated instead, and does not halve special skill effectiveness

0.3.0

  • Added "Double Trouble"
  • Rusty Battery: Fixed interaction with "Proof of Donation" that caused the exhibit to only give 100 P, instead of also increasing spell card charges

0.2.4

  • Added Japanese translation
  • Night of Nightmares: Changed "Long Night: 5 AM" to increase card costs by 3 instead of 4, more accurately to its pre-rework effect

0.2.3

  • Update Sideloader dependency

0.2.2

  • Fixed patch disabling Debug UI

0.2.1

  • Added Korean translation for "Night of Nightmares" and "Rusty Battery"

0.2.0

  • Added "Night of Nightmares" and "Rusty Battery"

0.1.1

  • Fixed "Ace in the Hole" converting mana when using other jadeboxes that already do so

0.1.0

  • Added "Ace in the Hole"

0.0.4

  • Added "Thunderlord's Decree"

0.0.3

  • Added Korean translation
  • Added Polish translation
  • Adjusted internal patch to not be as aggressive

0.0.2

  • Added English translation

0.0.1

  • First release
  • Added "Highlander"