forked from ScottWilson0903/SigilADay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
julianperge.inscryption.sigiladay.cfg
47 lines (38 loc) · 1.76 KB
/
julianperge.inscryption.sigiladay.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## Settings file was created by plugin SigilADay_julianperge v1.7.0
## Plugin GUID: julianperge.inscryption.sigiladay
[Cards for Nest]
## Max value is 10
# Setting type: Int32
# Default value: 4
How many cards to have in draw pile to search for? = 4
## If set to true, this will set the tutored deck to a random set of cards. Overrides all other settings here.
# Setting type: Boolean
# Default value: false
Pure randomness? = false
## If set to true, this will include blood cost cards to be added to the tutored deck.
# Setting type: Boolean
# Default value: true
Allow searching for Blood cost cards? = true
## If set to true, this will include bone cost cards to be added to the tutored deck.
# Setting type: Boolean
# Default value: true
Allow searching for Bones cost cards? = true
## Set list of possible cards to tutor for. Comma separated.
## If a number is set, will randomly generate cards of that blood cost.
## If allowing to search for bones cards is set to true, all bones cards will be searched for due to the limited number of bones cards in Act 1.
## e.g. 3 will generate cards of only 3 blood cost type.
## If the cards added below is greater than 10, only those first 10 will be chosen
## If you have set the draw pile number higher than the list provided, random cards will be added until total has been reached.
# Setting type: String
# Default value: Skunk,Shark,Wolf
List of cards = Skunk,Shark,Wolf
[EvolveRandomly]
# Setting type: Int32
# Default value: 1
Sets of cards to modify = 1
## Set list of possible cards to evolve into.
## Card to set specified evolutions to, has a hyphen before the other cards.
## e.g. Geck-Skink,Raven will set the Geck card with 2 possible evolutions.
# Setting type: String
# Default value: Geck-Skunk,RavenEgg
Card1 = Geck-Skunk,RavenEgg