diff --git a/.thunderstore/ArtifactOfSequencing/README.md b/.thunderstore/ArtifactOfSequencing/README.md new file mode 100644 index 0000000..7d3ac04 --- /dev/null +++ b/.thunderstore/ArtifactOfSequencing/README.md @@ -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. diff --git a/.thunderstore/ArtifactOfSequencing/changelog.txt b/.thunderstore/ArtifactOfSequencing/changelog.txt new file mode 100644 index 0000000..29012fc --- /dev/null +++ b/.thunderstore/ArtifactOfSequencing/changelog.txt @@ -0,0 +1,2 @@ +1.0.0 -- +- Initial mod release diff --git a/.thunderstore/ArtifactOfSequencing/icon.png b/.thunderstore/ArtifactOfSequencing/icon.png new file mode 100644 index 0000000..5c242a0 Binary files /dev/null and b/.thunderstore/ArtifactOfSequencing/icon.png differ diff --git a/.thunderstore/ArtifactOfSequencing/manifest.json b/.thunderstore/ArtifactOfSequencing/manifest.json new file mode 100644 index 0000000..9d661f7 --- /dev/null +++ b/.thunderstore/ArtifactOfSequencing/manifest.json @@ -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" + ] +} \ No newline at end of file diff --git a/.thunderstore/ArtifactOfSequencing/plugins/Chev/ArtifactOfSequencing.dll b/.thunderstore/ArtifactOfSequencing/plugins/Chev/ArtifactOfSequencing.dll new file mode 100644 index 0000000..3c4a555 Binary files /dev/null and b/.thunderstore/ArtifactOfSequencing/plugins/Chev/ArtifactOfSequencing.dll differ