Merge pull request #620 from argonui/alternate-id-scavenging

Updated taboo'd Scavenging to use the alternate ID
This commit is contained in:
BootleggerFinn 2024-03-04 14:48:25 -06:00 committed by GitHub
commit f3c48fc3f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 74 deletions

View File

@ -1505,7 +1505,6 @@
"PayDay1Taboo.9f0b35", "PayDay1Taboo.9f0b35",
"Scavenging2Taboo.ff4aeb", "Scavenging2Taboo.ff4aeb",
"ScavengingTaboo.1b76c8", "ScavengingTaboo.1b76c8",
"ScavengingTaboo.b9e533",
"DeckofPossibilities.fefdfa", "DeckofPossibilities.fefdfa",
"IsamaraOrdoez.860cd7", "IsamaraOrdoez.860cd7",
"JennyBarnes.48b174", "JennyBarnes.48b174",

View File

@ -1,5 +1,8 @@
{ {
"id": "01073-t", "id": "01073-t",
"alternate_ids": [
"01573-t"
],
"type": "Asset", "type": "Asset",
"class": "Survivor", "class": "Survivor",
"cost": 1, "cost": 1,

View File

@ -1,10 +0,0 @@
{
"id": "01573-t",
"type": "Asset",
"class": "Survivor",
"cost": 1,
"level": 0,
"traits": "Talent.",
"intellectIcons": 1,
"cycle": "Core"
}

View File

@ -1,62 +0,0 @@
{
"AltLookAngle": {
"x": 0,
"y": 0,
"z": 0
},
"Autoraise": true,
"CardID": 522400,
"ColorDiffuse": {
"b": 0.71324,
"g": 0.71324,
"r": 0.71324
},
"CustomDeck": {
"5224": {
"BackIsHidden": true,
"BackURL": "http://cloud-3.steamusercontent.com/ugc/2342503777940352139/A2D42E7E5C43D045D72CE5CFC907E4F886C8C690/",
"FaceURL": "http://cloud-3.steamusercontent.com/ugc/2503508192924177066/385C3AB53342A717BBE3DE94565C276CF80BD433/",
"NumHeight": 1,
"NumWidth": 1,
"Type": 0,
"UniqueBack": false
}
},
"Description": "",
"DragSelectable": true,
"GMNotes_path": "AllPlayerCards.15bb07/ScavengingTaboo.b9e533.gmnotes",
"GUID": "b9e533",
"Grid": true,
"GridProjection": false,
"Hands": true,
"HideWhenFaceDown": true,
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "CardCustom",
"Nickname": "Scavenging (Taboo)",
"SidewaysCard": false,
"Snap": true,
"Sticky": true,
"Tags": [
"Asset",
"PlayerCard"
],
"Tooltip": true,
"Transform": {
"posX": 78.915,
"posY": 3.32,
"posZ": 7.597,
"rotX": 359,
"rotY": 270,
"rotZ": 1,
"scaleX": 1,
"scaleY": 1,
"scaleZ": 1
},
"Value": 0,
"XmlUI": ""
}

View File

@ -132,7 +132,6 @@ end
function buildSupplementalIndexes() function buildSupplementalIndexes()
for cardId, card in pairs(cardIdIndex) do for cardId, card in pairs(cardIdIndex) do
local cardData = card.data
local cardMetadata = card.metadata local cardMetadata = card.metadata
-- If the ID key and the metadata ID don't match this is a duplicate card created by an -- If the ID key and the metadata ID don't match this is a duplicate card created by an
-- alternate_id, and we should skip it -- alternate_id, and we should skip it