updated tabood scavenging
This commit is contained in:
parent
43a194768b
commit
0dfdd325da
@ -1505,7 +1505,6 @@
|
||||
"PayDay1Taboo.9f0b35",
|
||||
"Scavenging2Taboo.ff4aeb",
|
||||
"ScavengingTaboo.1b76c8",
|
||||
"ScavengingTaboo.b9e533",
|
||||
"DeckofPossibilities.fefdfa",
|
||||
"IsamaraOrdoez.860cd7",
|
||||
"JennyBarnes.48b174",
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"id": "01073-t",
|
||||
"alternate_ids": [
|
||||
"01573-t"
|
||||
],
|
||||
"type": "Asset",
|
||||
"class": "Survivor",
|
||||
"cost": 1,
|
||||
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "01573-t",
|
||||
"type": "Asset",
|
||||
"class": "Survivor",
|
||||
"cost": 1,
|
||||
"level": 0,
|
||||
"traits": "Talent.",
|
||||
"intellectIcons": 1,
|
||||
"cycle": "Core"
|
||||
}
|
@ -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": ""
|
||||
}
|
@ -132,7 +132,6 @@ end
|
||||
|
||||
function buildSupplementalIndexes()
|
||||
for cardId, card in pairs(cardIdIndex) do
|
||||
local cardData = card.data
|
||||
local cardMetadata = card.metadata
|
||||
-- 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
|
||||
|
Loading…
Reference in New Issue
Block a user