msicraft-AddCharacterSkills icon

AddCharacterSkills

Add skill

Last updated 2 years ago
Total downloads 9056
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-5.4.19 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.19
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3
tristanmcpherson-R2API-4.3.5 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 4.3.5

README

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

Discord

Changelog

v1.0.1

  • Fix incorrect config

v1.0.0

  • Release