CustomItems ZH
对CustomItems模组的汉化,无需下载原英文模组即可使用
Last updated | 6 months ago |
Total downloads | 4909 |
Total rating | 0 |
Categories | Mods |
Dependency string | lostone-CustomItems_ZH-1.1.1 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_Skul
BepInEx pack for Skul: the Hero Slayer. Includes unstripped core and Unity libraries. Ready to use.
Preferred version: 5.4.2100README
此模组是对CustomItems模组的汉化,无需下载原英文模组即可使用。
翻译人员:李逍遥_CHEN
图标所用字体:乾隆体
下方是原本的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!