Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
AWUChestReward
Replaces Alloy Worship Unit kill reward by legendary chest(s).
| Last updated | a year ago |
| Total downloads | 11211 |
| Total rating | 1 |
| Categories | |
| Dependency string | Judgy-AWUChestReward-1.0.2 |
| Dependants | 2 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2108README
AWUChestReward
Risk of Rain 2 mod. Replaces Alloy Worship Unit kill reward by legendary chest(s). The amount and the cost of this reward can be configured.
![]()
Configuration
Every configuration entry is editable in-game via the Risk Of Options mod.
| Name | Type | Default | Description |
|---|---|---|---|
| Enabled | Boolean | True | True: mod is enabled and AWU will summon a chest on death. False: mod is disabled and default behaviour is restored. |
| Base Cost | Integer | 0 | Cost of the chest. Default Legendary chest cost is 400. 0 is free. |
| Scaling Mode | Enum | StageStart | Defines how the cost of chest scales : - None: Cost doesn't scale at all. - StageStart: Cost scales with the difficulty at the start of the stage. - OnKill: Cost scales with the difficulty at the time AWU is killed. |
| Scale With Player Count | Boolean | True | True: spawns one chest for each player. False: spawns only one chest disregarding the amount of players. |
TODO
- [x] Add an animation when the chests are spawning.
- [ ] Add sounds to the spawn animation.
- [ ] Fancier animation ?
Credits
- Race for the original idea : clip
- Nuxlar's mod ReplaceAWU for the similar implementation.