RiskofThunder-R2API_DamageType icon

R2API DamageType

API for registering damage types

Last updated a year ago
Total downloads 1533052
Total rating 6 
Categories Libraries
Dependency string RiskofThunder-R2API_DamageType-1.0.4
Dependants 724 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2109 icon
bbepis-BepInExPack

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

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

MMHOOK generation at runtime.

Preferred version: 1.2.3
RiskofThunder-R2API_Core-5.0.6 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.0.6

README

R2API.DamageType - Custom DamageType creation and management

About

R2API.DamageType is a submodule assembly for R2API that allows mod creators to add their own DamageTypes to attacks.

Use Cases / Features

R2API.DamageType can be used for mod creators to add their own DamageTypes to the game, and later use said damage types on different damage sources.

This is done via the DamageAPI class, which is used for reserving DamageTypes and adding them to the following damage sources:

  • DamageInfo
  • BulletAttack
  • DamageOrb
  • GenericDamageOrb
  • LightningOrb
  • BlastAttack
  • OverlapAttack
  • DotController.DotStack

Related Pages

Changelog

'1.0.4'

  • Memory optimization

'1.0.3'

  • Optimization

'1.0.2'

  • Fix projectile IL hooks

'1.0.1'

  • Made IL hooks more robust to stop API failing because of other mods

'1.0.0'

  • Split from the main R2API.dll into its own submodule.