Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
| Last updated | 3 years ago |
| Total downloads | 14703 |
| Total rating | 1 |
| Categories | Skills |
| Dependency string | msicraft-AddCharacterSkills-1.0.1 |
| Dependants | 9 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.19README
AddCharacterSkills
This mod adds a character's skill.
Added Skill
(multiple) = Multiple can be changed in config
LevelScale = 1 + (characterlevel * 0.04)
[Acrid]
-
VoidOpen.Strike: [Slayer] Use the power of the void to deal heavy damage to nearby enemies.
Heal HP equal to 10% of damage.
Enemies hit receive a HealingDisabled buff for 5 seconds.
Attack Damage: Damage x (multiple) x LevelScale
-
Emergency Escape: Stun nearby enemies and leap upwards. (Maybe unfinished)
[Mercenary]
-
Multiple Slash: [Slayer] Cleaves nearby enemies very quickly several times. (Increases number of hits according to attack speed)
Gain a barrier equal to 10% of damage.
10% chance to bleed.
Attack Damage: Damage x (multiple) x 0.3 x LevelScale
-
Void High-Speed Slash: [Slayer] Use the power of the void to slash nearby enemies, dealing massive unavoidable damage.
Heal HP equal to 5% of damage.
Enemies hit receive a HealingDisabled buff for 5 seconds.
Attack Damage: (Damage * (multiple) * LevelScale) + (1% damage of enemy's max HP)
Help & Bugs & Suggestion
Changelog
v1.0.1
- Fix incorrect config
v1.0.0
- Release