Lily-Bundle_Of_Totems icon

Bundle Of Totems

A collection of 4 vanilla-like tribes with totems for modders to use.

By Lily
Last updated 2 months ago
Total downloads 1600
Total rating 5 
Categories Libraries Act I Kaycee's Mod
Dependency string Lily-Bundle_Of_Totems-1.3.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Inscryption-5.4.1902 icon
BepInEx-BepInExPack_Inscryption

BepInEx pack for Inscryption. Preconfigured and ready to use.

Preferred version: 5.4.1902
API_dev-API-2.18.4 icon
API_dev-API

The de-facto standard core API for all Inscryption mods. This lets you create new cards, abilities, challenges, map nodes, starter decks, and more.

Preferred version: 2.18.4

README

Bundle Of Totems

This mod adds 4 new tribes for modders to use on their card, with a custom totem for each of them.

Tribes:

  • Feline Tribe
  • Aquatic Tribe
  • Undead Tribe
  • Rodent Tribe

How to add these tribes to a card

This is how you can add each tribe to a card using JSONLoader:

"tribes": [ "Lily.BOT.feline", "Lily.BOT.aquatic", "Lily.BOT.undead", "Lily.BOT.rodent" ]

And here's how you can add each tribe to a card using c#:

Tribe[] tribes = { GuidManager.GetEnumValue<Tribe>("Lily.BOT", "feline"),
                   GuidManager.GetEnumValue<Tribe>("Lily.BOT", "aquatic"),
		   GuidManager.GetEnumValue<Tribe>("Lily.BOT", "undead"),
		   GuidManager.GetEnumValue<Tribe>("Lily.BOT", "rodent") };
            
Card.AddTribes(tribes);

Configs

  • Add Tribes To Vanilla Cards, makes it so vanilla cards gain custom tribes from this mod if said tribe fits that card
  • Add Rodent Tribe To Squirrels, Makes it so squirrels and aquasquirrels gain the rodent tribe

These are the cards that will be added to each tribe if this option is enabled:
Feline: Cat
Aquatic: Bullfrog, Tadpole, Kraken and Great White
Undead: Long Elk, Vertebrae, Skeleton Crew and Skeleton Parrot Rodent: Beaver, Field Mice, Rat King, Mole, Mole Man, Mole Seaman, Pack Rat, Porcupine, Rabbit and Warren

Credits

  • yisus, for creating the 3d model for the feline totem
  • eri, for creating the 3d model for the aquatic and rodent totem
  • bonie, for creating the 3d model for the undead totem, texturing the 3d model for the rodent totem
  • catboy stinkbug, for texturing the 3d models for the feline totem and for the amphibian totem
  • quietgrave, for making the tribe icon for the feline tribe
  • nevernamed, for making the tribe icon for the aquatic tribe
  • professoreggnog, for shading all the tribe icons and for making the tribe icons for the undead tribe and for the rodent tribe