Bundle Of Totems
A collection of 2 vanilla-like tribes with totems for modders to use on their cards.
By Lily
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | Lily-Bundle_Of_Totems-1.0.0.zip |
| Downloads | 526 |
| Dependency string | Lily-Bundle_Of_Totems-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Inscryption
BepInEx pack for Inscryption. Preconfigured and ready to use.
Preferred version: 5.4.1902API_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.4README
Bundle Of Totems
This mod adds 2 new tribes with totems for modders to use on their cards.
Tribes:
- Feline Tribe
- Amphibian 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.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);
Configs
- Add Tribes To Vanilla Cards, makes it so vanilla cards gain custom tribes from this mod if said tribe fits that card
These are the cards that will be added to each tribe if this option is enabled:
Feline: Cat
Amphibian: Bullfrog, Tadpole and Kraken
Credits
- yisus, for creating the 3d model for the feline totem
- pink, for creating the 3d model for the amphibian 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
(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)
CHANGELOG
v1.3.0
- removed some leftover debugging code which made it so the totem choices would always be the same
- replaced the rodent tribe icon with a new one
- added shading to each of the tribe icons
v1.2.0
- fixed a bug where some of the vanilla cards wouldn't have the custom tribes added to them
- improved the textures on the undead totem (done by bonie)
- added the rodent tribe and totem
- shaded the zombie tribe icon (done by professoreggnog)
v1.1.0
- added the undead tribe and totem
- renamed the amphibian tribe to the aquatic tribe
v1.0.0
- added the amphibian and feline tribes and totems