
Inscryption
You are viewing a potentially older version of this package. View Latest Version

This mod adds 3 new tribes for modders to use on their card, with a custom totem for each of them.
This is how you can add each tribe to a card using JSONLoader:
"tribes": [ "Lily.BOT.feline", "Lily.BOT.aquatic", "Lily.BOT.undead" ]
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") };
Card.AddTribes(tribes);
These are the cards that will be added to each tribe if this option is enabled:
Feline: Cat
Aquatic: Bullfrog, Tadpole and Kraken
Undead: Snelk, Snek_Neck, SkeletonPirate, SkeletonParrot