You are viewing a potentially older version of this package. View all versions.
Judgy-EclipseArtifacts-1.3.0 icon

EclipseArtifacts

Makes all Eclipse modifiers available as individual artifacts.

Date uploaded 5 months ago
Version 1.3.0
Download link Judgy-EclipseArtifacts-1.3.0.zip
Downloads 8711
Dependency string Judgy-EclipseArtifacts-1.3.0

This mod requires the following mods to function

RiskofThunder-R2API_Language-1.0.1 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.0.1
bbepis-BepInExPack-5.4.2117 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2117
RiskofThunder-HookGenPatcher-1.2.5 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.5

README

EclipseArtifacts

RoR2 Mod. Makes all Eclipse modifiers available as individual artifacts.

Confirmed Compatibility with :

Configuration

Every configuration entry is editable in-game via the Risk Of Options mod.

Name Type Default Description
Artifact of Frailty Enum Additive Determines how Artifact of Eclipse 3 and Artifact of Frailty interacts with each other.
- Vanilla: only counts 1 of them (+100% damage)
- Additive: adds the values (+200% damage)
- Multiplicative: multiplies the values (+300% damage)

Credits

Eclipse modifiers enabling code is based of William758's ZetArtifacts Artifact of the Eclipse.

CHANGELOG

1.3.0

  • Added compatibility between Artifact of Eclipse 3 and Artifact of Frailty.
  • Added config option Artifact of Frailty, allowing customization of the interaction.
  • Added optional RiskOfOptions support.

1.2.1

  • Rework the internal selected difficulty Hook for improved compatibility with other mods

1.2.0

  • Artifacts descriptions are now extracted instead of hardcoded. This allows other mods to override the default description.
  • Added compatibility with EclipseRefurbished.

1.1.0

  • Fix broken E2 and E8 artifact after SotS.
  • Update Dependencies.
    • Now only requires R2API_Language instead of the entire R2API framework.

1.0.0

  • Initial Release