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

This mod adds 2 new tribes with totems for modders to use on their cards.
This is how you can add each tribe to a card using JSONLoader:
"tribes": [ "Lily.BOT.feline", "Lily.BOT.amphibian" ]
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", "amphibian") };
Card.AddTribes(tribes);
These are the cards that will be added to each tribe if this option is enabled:
Feline: Cat
Amphibian: Bullfrog, Tadpole and Kraken
(i don't remember who made the tribe icon for the amphibian tribe, but if you know who did or are the person who made it please contact me on discord at lilysylvie)