BloomPuritySwap
Swaps Bloom and Purity so that the void clover is the opposite effect to clover. As seen on twitch.tv/races
Develop
There are several parameters that you will need to rename in order to turn this repo into a new mod, they are as follows:
- ModTemplate.sln filename
- ModTemplate.sln line 6 - Rename "ModTemplate" and "Template.csproj"
- The "ModTemplate" folder
- ModTemplate\Template.csproj filename, to match the edit made in the .sln file
- Template.csproj line 20 - change the DeployFolder to the location that your mod is to be output to
- Template.csproj line 25 - change the .dll name to the name of your mod
- The title on line 1 of this README
- ModTemplate\src\Log.cs line 3 - rename the namespace
- ModTemplate\src\Main.cs line 4 - rename the namespace to match the above step
- ModTemplate\src\Main.cs line 12 - rename to the name of your mod
- If you want to make sure that your mod project is clean then you can ctrl+F "Template" and delete all the files that the build task automatically generates
Deploy
- Update
version_number in manifest.json
- Update
PluginVersion in Main.cs
- Update the changelog in this readme
- Execute
$ dotnet build --configuration Release
- Bundled package is located in
/dist
Changelog
1.0.0
- Swap ItemDef.Tier of Purity and Bloom
- Add new lunar bloom and void purity sprites
- Remove Bloom contagious item effect for clover
- Add Purity contagious item effect for clover