Example mod for custom Across the Obelisk effect traits.
- Clone or fork this repository.
- Update the references to point to your versions of 0Harmony.dll, Assembly-CSharp.dll, BepInEx.dll, Obeliskial Essentials.dll and Obeliskial Content.dll.
- Update the RootNamespace, Product, AssemblyName and Description in TraitMod.csproj.
- In Traits.cs, enter your trait IDs in the myTraitList array.
- In Traits.cs, code effects for your traits in the myDoTrait method.
- Build the project.
... that's it, I guess?