Artifact of Sequencing Thunderstore package

This commit is contained in:
Chev 2021-04-18 17:55:00 -07:00
parent 843d137314
commit 222ac275a1
5 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,5 @@
Spawn with a starting item of every tier. Any picked up items will be converted to the starting item of the same tier.
It's basically like a Shrine of Order that is applied at the very start of a run, and auto-converts any items picked up after the start.
It doesn't apply to no-tier items (like tonic affliction), nor does it apply to equipment items.

View file

@ -0,0 +1,2 @@
1.0.0 --
- Initial mod release

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -0,0 +1,10 @@
{
"name": "Artifact of Sequencing",
"version_number": "1.0.0",
"website_url": "https://github.com/chev2/RoR2-Mods",
"description": "Spawn with a starting item of every tier. Any picked up items will be converted to the starting item of the same tier.",
"dependencies": [
"bbepis-BepInExPack-5.4.9",
"tristanmcpherson-R2API-3.0.25"
]
}