Skip to content

Example mod for custom Across the Obelisk effect traits.

License

Notifications You must be signed in to change notification settings

stiffmeds/TraitMod

Repository files navigation

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. Rename the namespace in Plugin.cs and Traits.cs to what you set RootNamespace to in step 3.
  5. In Traits.cs, enter your trait IDs in the myTraitList array.
  6. In Traits.cs, code effects for your traits in the myDoTrait method.
  7. Build the project.

... that's it, I guess?

About

Example mod for custom Across the Obelisk effect traits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages