Crystal Project

Crystal Project

The Candleholder (Demo 2 Release)
 此主题已被置顶,因此可能具有重要性
Netho Warrior  [开发者] 2024 年 4 月 17 日 下午 6:59
[Short Guide] Making Add-On/Class Mods for Candleholder
Despite currently being a demo, some people have showed interest in making class mods for Candleholder, or making their own classes compatible with the mod. This is a short guide on how to do so.

At the moment, Crystal Project mods typically can't interact with each other. They can't reference another mod's status or item IDs, since the game sorts out all of the IDs whenever loading mods.
However, this can be bypassed by simply "hijacking" the IDs of unused models.

The Candleholder status hijacks the ID of the unused "Corrosion" status. So when making add-on mods, simply reference the Corrosion status when you really mean the Candleholder status - when both mods are loaded, the Corrosion status will be replaced with the Candleholder status and it should function properly.
Additionally, the Candleholder mod gives an item called the "Proof of Journey". Other mods can check for this item by checking for the "Growth Change" item from vanilla.

As long as you remain conscious of what the "Corrosion" status and "Growth Change" equipment are when the mod is enabled, developing add-on mods should be easy as pie!

If you have any additional questions, feel free to ask them in this thread or in the Crystal Project Discord Server.
最后由 Netho Warrior 编辑于; 2024 年 5 月 24 日 上午 10:39
< >
正在显示第 1 - 1 条,共 1 条留言
DawnSire  [开发者] 2024 年 9 月 18 日 下午 5:01 
Recently, the Candleholder mod replaces the ability to skip your turn with the ability to defend instead, which reduces damage by 20%. It does this by giving all classes a universal passive they all share.

Just like what we did to the Corrosion status, the new passive also hijacks a currently unused one. To add this into your modded class, go over to the Unused folder, then into the Passives sub-folder and put in the passive "Levitate" into your class.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50