ADailyNerd-ArtifactOfOrder icon

ArtifactOfOrder

Adds the Artifact of Order, which restricts each run to a single selected item per item tier.

Last updated 2 hours ago
Total downloads 2
Total rating 1 
Categories Items Artifacts Server-side
Dependency string ADailyNerd-ArtifactOfOrder-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

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-R2API_Core-5.3.0 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.3.0
RiskofThunder-R2API_ArtifactCode-1.0.1 icon
RiskofThunder-R2API_ArtifactCode

API for making Artifact Codes

Preferred version: 1.0.1
RiskofThunder-R2API_ContentManagement-1.0.10 icon
RiskofThunder-R2API_ContentManagement

API for adding content to the game

Preferred version: 1.0.10
RiskofThunder-R2API_Language-1.1.0 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.1.0

README

Artifact of Order

Artifact of Order is a Risk of Rain 2 mod that adds a new artifact which forces item uniformity across a run.

When the artifact is enabled:

  • One common item is selected for the run
  • One uncommon item is selected for the run
  • One legendary item is selected for the run
  • One boss item is selected for the run
  • Optional lunar and void tier support can be configured

Features

  • Adds a selectable Artifact of Order
  • Chooses one item per supported tier at run start
  • Replaces drops so the chosen item is used consistently
  • Supports seeded RNG for deterministic selections
  • Includes config options for lunar and void behavior

Installation

Install with Thunderstore Mod Manager or r2modman, or place ArtifactOfOrder.dll in:

BepInEx/plugins/

Dependencies

  • BepInExPack
  • R2API.Core
  • R2API.ArtifactCode
  • R2API.ContentManagement
  • R2API.Language

Configuration

The config file is generated by BepInEx after first launch. Current options include:

  • EnableLunar
  • EnableVoid
  • ItemsPerTier
  • UseSeededRNG

Notes

  • ItemsPerTier is currently implemented as a single-item-per-tier artifact and higher values are not yet expanded into multi-pool behavior.
  • Void tiers may fall back to vanilla behavior if no valid candidates are available in the current run.