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.