added advanced sigs

This commit is contained in:
Chr1Z93 2024-10-29 23:17:51 +01:00
parent 6d03079dd6
commit 40614caf2b
7 changed files with 167 additions and 0 deletions

View File

@ -355,6 +355,7 @@
"PowderofIbnGhazi.f96ed0",
"YourWorstNightmare.406ab2",
"TheCodexofAges.df9809",
"TheCodexofAges.df9810",
"WrittenintheStars.320bbe",
"LivredEibon.55001f",
"LuckyPenny2.aae31c",
@ -881,6 +882,7 @@
"SurprisingFind1.ff59dd",
"TristanBotley2.1fd630",
"SerpentsofYig.678391",
"SerpentsofYig.678392",
"Rolands38Special.dbdaff",
"ChicagoTypewriter4.ecfa42",
"HealingWords.bba97a",

View File

@ -0,0 +1,8 @@
{
"id": "90083",
"type": "Enemy",
"class": "Neutral",
"traits": "Humanoid. Monster. Serpent.",
"weakness": true,
"cycle": ""
}

View File

@ -0,0 +1,61 @@
{
"AltLookAngle": {
"x": 0,
"y": 0,
"z": 0
},
"Autoraise": true,
"CardID": 171300,
"ColorDiffuse": {
"b": 0.71324,
"g": 0.71324,
"r": 0.71324
},
"CustomDeck": {
"1713": {
"BackIsHidden": true,
"BackURL": "https://steamusercontent-a.akamaihd.net/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/",
"FaceURL": "",
"NumHeight": 1,
"NumWidth": 1,
"Type": 0,
"UniqueBack": false
}
},
"Description": "Humanoid. Monster. Serpent. (Advanced)",
"DragSelectable": true,
"GMNotes_path": "AllPlayerCards.15bb07/SerpentsofYig.678392.gmnotes",
"GUID": "678392",
"Grid": true,
"GridProjection": false,
"Hands": true,
"HideWhenFaceDown": true,
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "require(\"playercards/cards/SerpentsofYigAdvanced\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "CardCustom",
"Nickname": "Serpents of Yig",
"SidewaysCard": false,
"Snap": true,
"Sticky": true,
"Tags": [
"PlayerCard"
],
"Tooltip": true,
"Transform": {
"posX": 9.146,
"posY": 3.681,
"posZ": -16.726,
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 1,
"scaleY": 1,
"scaleZ": 1
},
"Value": 0,
"XmlUI": ""
}

View File

@ -0,0 +1,12 @@
{
"id": "90082",
"type": "Asset",
"slot": "Hand",
"class": "Neutral",
"cost": 2,
"traits": "Item. Relic. Tome. Blessed.",
"intellectIcons": 1,
"willpowerIcons": 1,
"wildIcons": 1,
"cycle": ""
}

View File

@ -0,0 +1,62 @@
{
"AltLookAngle": {
"x": 0,
"y": 0,
"z": 0
},
"Autoraise": true,
"CardID": 171200,
"ColorDiffuse": {
"b": 0.71324,
"g": 0.71324,
"r": 0.71324
},
"CustomDeck": {
"1712": {
"BackIsHidden": true,
"BackURL": "https://steamusercontent-a.akamaihd.net/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/",
"FaceURL": "",
"NumHeight": 1,
"NumWidth": 1,
"Type": 0,
"UniqueBack": false
}
},
"Description": "finis omnium nunc est (Advanced)",
"DragSelectable": true,
"GMNotes_path": "AllPlayerCards.15bb07/TheCodexofAges.df9810.gmnotes",
"GUID": "df9810",
"Grid": true,
"GridProjection": false,
"Hands": true,
"HideWhenFaceDown": true,
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "require(\"playercards/cards/TheCodexofAgesAdvanced\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "CardCustom",
"Nickname": "The Codex of Ages",
"SidewaysCard": false,
"Snap": true,
"Sticky": true,
"Tags": [
"Asset",
"PlayerCard"
],
"Tooltip": true,
"Transform": {
"posX": 8.99,
"posY": 3.789,
"posZ": -16.692,
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 1,
"scaleY": 1,
"scaleZ": 1
},
"Value": 0,
"XmlUI": ""
}

View File

@ -0,0 +1,11 @@
VALID_TOKENS = {
["Elder Sign"] = true,
["Bless"] = true
}
KEEP_OPEN = true
UPDATE_ON_HOVER = true
MAX_SEALED = 11
SHOW_MULTI_RELEASE = 11
require("playercards/CardsThatSealTokens")

View File

@ -0,0 +1,11 @@
VALID_TOKENS = {
["Elder Sign"] = true,
["Bless"] = true
}
KEEP_OPEN = true
UPDATE_ON_HOVER = true
RESOLVE_TOKEN = true
MAX_SEALED = 3
require("playercards/CardsThatSealTokens")