/TraitMod

Example mod for custom Across the Obelisk effect traits.

Primary LanguageC#

TraitMod

Example mod for custom Across the Obelisk effect traits.

Usage

  1. Clone or fork this repository.
  2. Update the references to point to your versions of 0Harmony.dll, Assembly-CSharp.dll, BepInEx.dll, Obeliskial Essentials.dll and Obeliskial Content.dll.
  3. Update the RootNamespace, Product, AssemblyName and Description in TraitMod.csproj.
  4. In Traits.cs, enter your trait IDs in the myTraitList array.
  5. In Traits.cs, code effects for your traits in the myDoTrait method.
  6. Build the project.

... that's it, I guess?