SigilADay julianperge
Collection of custom sigils
| Date uploaded | 4 years ago |
| Version | 1.2.0 |
| Download link | JulianMods-SigilADay_julianperge-1.2.0.zip |
| Downloads | 431 |
| Dependency string | JulianMods-SigilADay_julianperge-1.2.0 |
This mod requires the following mods to function
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.0.1README
SigilADay
Collection of custom sigils added to daily by Julian Perge.
This was forked from Cyantist's repo as I wanted to make my own sigils that could be used in the JSONCardLoader
Sigils so far
Day 1
- Excavator: When played, remove all
Terraincards on your side of the field. For each card removed, place aSquirrelin your hand. - Nest: When attacked, this creature will
Tutorfor a card from a specific set of cards that is not your main deck. - Split: When played, this creature will create a copy of itself in an open space on your side of the field.
Day 2
- Flight Of The Valkyrie: When the creature is played, fill all open slots on your side of the field with 1/1
Norse WarriorsNorse Warriorsare defined as: 1/1 withBrittleability.
Day 3
- Miasma - When this creature dies, spawn a Greater Smoke creature in its place.
- A
Greater Smokeis defined as: 1/3 withQuadrupleBonesability.
- A
Changelog
v1.2.0
Miasma: When this creature dies, spawn aGreater Smokecreature in its place.- A
Greater Smokeis defined as: 1/3 withQuadrupleBonesability.
- A
- Removed abstract class
CustomAbilityBehaviordue to static reference issues where the only NewAbility that can be added to cards is the last one created. - Changed list of cards in
Nestability that can be tutored for. New cards are:Tail_Bird,Tail_Furry,Tail_Insect,Boulder
v1.1.0
- Updated to use API v1.12.1
- Corrected logic for checking for if PlayerSlots are full in
Splitability. - Created
Flight of the Valkyrieability.- When the creature is played, fill all open slots on your side of the field with 1/1
Norse Warriors. Norse Warrioris defined as 1/1 withBrittleability.
- When the creature is played, fill all open slots on your side of the field with 1/1
- Added Resource image loading so that users no longer have to copy/paste the artwork folder. Images are built with the .dll
Installation (automated)
This is the recommended way to install the API on the game.
- Download and install Thunderstore Mod Manager or r2modman
- Click Install with Mod Manager button on top of the page
- Run the game via the mod manager
Installation (manual)
To install this plugin first you need to install BepInEx as a mod loader for Inscryption. A guide to do this can be found here. Inscryption needs the 86x (32 bit) mono version.
You will also need to install the CardLoaderPlugin To install Inscryption API you simply need to copy API.dll from releases to Inscryption/BepInEx/plugins.
To install SigilADay_julianperge.dll you simply need to copy SigilADay_julianperge.dll folder from the source code zip in releases to a JulianPerge-SigilADay folder inside Inscryption/BepInEx/plugins.