CustomItems
Adds new items to Skul: the Hero Slayer!
Last updated | 7 months ago |
Total downloads | 13719 |
Total rating | 4 |
Categories | Mods |
Dependency string | MrBacanudo-CustomItems-1.1.0 |
Dependants | 0 other packages depend on this package |
README
Custom Items mod for Skul: the Hero Slayer
(Code by MrBacanudo, art by Haxa)
This mod contains both the foundation for new custom items in the game, and a pack of items to increase diversity!
The initial release has:
- 4 Commons
- 4 Rares
- 3 Uniques
- 3 Omens
- 4 Legendaries
About the items
The description of the items is left outside this README on purpose, in order to keep things fresh for the player.
However, here are some teasers:
- Two effects that were never seen in the world of Skul - one is a mysterious Legendary!
- A very powerful Omen that calls back to two items that were removed from the game
- Multiple enablers of multi-status runs
- Two enablers of mixed-damage builds at low rarities
- A common masterpiece item with a powerful transformation
- A legendary item called Quindent of Sadism designed by Beelz
- An enabler and payoff for defensive builds
- Two powerful legendaries for all-in strategies
- ... and still many more items!
Making your own custom items
In the future, there will be a more streamlined process for adding custom items, especially for non-programmers. For programmers, there are two ways:
- Fork the mod repository and extend the mod with your custom items
- Easy to get started – recommended way for prototyping
- Not Recommended
- Add this mod as dependency of yours
- In BepInEx for the order of initialization, on the Assembly for the build, and on the Thunderstore package for distribution
- No patching necessary: You can just append your custom items to
CustomItems.Items
, and they will be added to the game! - Template project coming soon - Contributions welcome!