Restructure card asset paths and rename card names
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
"property": "minecraft:display_context"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "deck", "model": { "type": "model", "model": "cards:item/deck" } },
|
||||
{ "when": "deck_custom", "model": { "type": "model", "model": "cards:item/custom/deck" } }
|
||||
{ "when": "Deck of Cards", "model": { "type": "model", "model": "cards:item/standard/deck" } },
|
||||
{ "when": "Custom Deck of Cards", "model": { "type": "model", "model": "cards:item/custom/deck" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
+110
-114
@@ -8,129 +8,125 @@
|
||||
"model": "minecraft:item/paper"
|
||||
},
|
||||
"cases": [
|
||||
{ "when": "card_base", "model": { "type": "model", "model": "cards:item/base" } },
|
||||
{ "when": "Base Card", "model": { "type": "model", "model": "cards:item/standard/base" } },
|
||||
{ "when": "Card Back", "model": { "type": "model", "model": "cards:item/standard/back" } },
|
||||
|
||||
{ "when": "card_s01", "model": { "type": "model", "model": "cards:item/s_01" } },
|
||||
{ "when": "card_s02", "model": { "type": "model", "model": "cards:item/s_02" } },
|
||||
{ "when": "card_s03", "model": { "type": "model", "model": "cards:item/s_03" } },
|
||||
{ "when": "card_s04", "model": { "type": "model", "model": "cards:item/s_04" } },
|
||||
{ "when": "card_s05", "model": { "type": "model", "model": "cards:item/s_05" } },
|
||||
{ "when": "card_s06", "model": { "type": "model", "model": "cards:item/s_06" } },
|
||||
{ "when": "card_s07", "model": { "type": "model", "model": "cards:item/s_07" } },
|
||||
{ "when": "card_s08", "model": { "type": "model", "model": "cards:item/s_08" } },
|
||||
{ "when": "card_s09", "model": { "type": "model", "model": "cards:item/s_09" } },
|
||||
{ "when": "card_s10", "model": { "type": "model", "model": "cards:item/s_10" } },
|
||||
{ "when": "card_s11", "model": { "type": "model", "model": "cards:item/s_11" } },
|
||||
{ "when": "card_s12", "model": { "type": "model", "model": "cards:item/s_12" } },
|
||||
{ "when": "card_s13", "model": { "type": "model", "model": "cards:item/s_13" } },
|
||||
{ "when": "Ace of Spades", "model": { "type": "model", "model": "cards:item/standard/s_01" } },
|
||||
{ "when": "Two of Spades", "model": { "type": "model", "model": "cards:item/standard/s_02" } },
|
||||
{ "when": "Three of Spades", "model": { "type": "model", "model": "cards:item/standard/s_03" } },
|
||||
{ "when": "Four of Spades", "model": { "type": "model", "model": "cards:item/standard/s_04" } },
|
||||
{ "when": "Five of Spades", "model": { "type": "model", "model": "cards:item/standard/s_05" } },
|
||||
{ "when": "Six of Spades", "model": { "type": "model", "model": "cards:item/standard/s_06" } },
|
||||
{ "when": "Seven of Spades", "model": { "type": "model", "model": "cards:item/standard/s_07" } },
|
||||
{ "when": "Eight of Spades", "model": { "type": "model", "model": "cards:item/standard/s_08" } },
|
||||
{ "when": "Nine of Spades", "model": { "type": "model", "model": "cards:item/standard/s_09" } },
|
||||
{ "when": "Ten of Spades", "model": { "type": "model", "model": "cards:item/standard/s_10" } },
|
||||
{ "when": "Jack of Spades", "model": { "type": "model", "model": "cards:item/standard/s_11" } },
|
||||
{ "when": "Queen of Spades", "model": { "type": "model", "model": "cards:item/standard/s_12" } },
|
||||
{ "when": "King of Spades", "model": { "type": "model", "model": "cards:item/standard/s_13" } },
|
||||
|
||||
{ "when": "card_h01", "model": { "type": "model", "model": "cards:item/h_01" } },
|
||||
{ "when": "card_h02", "model": { "type": "model", "model": "cards:item/h_02" } },
|
||||
{ "when": "card_h03", "model": { "type": "model", "model": "cards:item/h_03" } },
|
||||
{ "when": "card_h04", "model": { "type": "model", "model": "cards:item/h_04" } },
|
||||
{ "when": "card_h05", "model": { "type": "model", "model": "cards:item/h_05" } },
|
||||
{ "when": "card_h06", "model": { "type": "model", "model": "cards:item/h_06" } },
|
||||
{ "when": "card_h07", "model": { "type": "model", "model": "cards:item/h_07" } },
|
||||
{ "when": "card_h08", "model": { "type": "model", "model": "cards:item/h_08" } },
|
||||
{ "when": "card_h09", "model": { "type": "model", "model": "cards:item/h_09" } },
|
||||
{ "when": "card_h10", "model": { "type": "model", "model": "cards:item/h_10" } },
|
||||
{ "when": "card_h11", "model": { "type": "model", "model": "cards:item/h_11" } },
|
||||
{ "when": "card_h12", "model": { "type": "model", "model": "cards:item/h_12" } },
|
||||
{ "when": "card_h13", "model": { "type": "model", "model": "cards:item/h_13" } },
|
||||
{ "when": "Ace of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_01" } },
|
||||
{ "when": "Two of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_02" } },
|
||||
{ "when": "Three of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_03" } },
|
||||
{ "when": "Four of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_04" } },
|
||||
{ "when": "Five of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_05" } },
|
||||
{ "when": "Six of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_06" } },
|
||||
{ "when": "Seven of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_07" } },
|
||||
{ "when": "Eight of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_08" } },
|
||||
{ "when": "Nine of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_09" } },
|
||||
{ "when": "Ten of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_10" } },
|
||||
{ "when": "Jack of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_11" } },
|
||||
{ "when": "Queen of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_12" } },
|
||||
{ "when": "King of Hearts", "model": { "type": "model", "model": "cards:item/standard/h_13" } },
|
||||
|
||||
{ "when": "card_c01", "model": { "type": "model", "model": "cards:item/c_01" } },
|
||||
{ "when": "card_c02", "model": { "type": "model", "model": "cards:item/c_02" } },
|
||||
{ "when": "card_c03", "model": { "type": "model", "model": "cards:item/c_03" } },
|
||||
{ "when": "card_c04", "model": { "type": "model", "model": "cards:item/c_04" } },
|
||||
{ "when": "card_c05", "model": { "type": "model", "model": "cards:item/c_05" } },
|
||||
{ "when": "card_c06", "model": { "type": "model", "model": "cards:item/c_06" } },
|
||||
{ "when": "card_c07", "model": { "type": "model", "model": "cards:item/c_07" } },
|
||||
{ "when": "card_c08", "model": { "type": "model", "model": "cards:item/c_08" } },
|
||||
{ "when": "card_c09", "model": { "type": "model", "model": "cards:item/c_09" } },
|
||||
{ "when": "card_c10", "model": { "type": "model", "model": "cards:item/c_10" } },
|
||||
{ "when": "card_c11", "model": { "type": "model", "model": "cards:item/c_11" } },
|
||||
{ "when": "card_c12", "model": { "type": "model", "model": "cards:item/c_12" } },
|
||||
{ "when": "card_c13", "model": { "type": "model", "model": "cards:item/c_13" } },
|
||||
{ "when": "Ace of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_01" } },
|
||||
{ "when": "Two of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_02" } },
|
||||
{ "when": "Three of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_03" } },
|
||||
{ "when": "Four of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_04" } },
|
||||
{ "when": "Five of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_05" } },
|
||||
{ "when": "Six of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_06" } },
|
||||
{ "when": "Seven of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_07" } },
|
||||
{ "when": "Eight of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_08" } },
|
||||
{ "when": "Nine of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_09" } },
|
||||
{ "when": "Ten of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_10" } },
|
||||
{ "when": "Jack of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_11" } },
|
||||
{ "when": "Queen of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_12" } },
|
||||
{ "when": "King of Clubs", "model": { "type": "model", "model": "cards:item/standard/c_13" } },
|
||||
|
||||
{ "when": "card_d01", "model": { "type": "model", "model": "cards:item/d_01" } },
|
||||
{ "when": "card_d02", "model": { "type": "model", "model": "cards:item/d_02" } },
|
||||
{ "when": "card_d03", "model": { "type": "model", "model": "cards:item/d_03" } },
|
||||
{ "when": "card_d04", "model": { "type": "model", "model": "cards:item/d_04" } },
|
||||
{ "when": "card_d05", "model": { "type": "model", "model": "cards:item/d_05" } },
|
||||
{ "when": "card_d06", "model": { "type": "model", "model": "cards:item/d_06" } },
|
||||
{ "when": "card_d07", "model": { "type": "model", "model": "cards:item/d_07" } },
|
||||
{ "when": "card_d08", "model": { "type": "model", "model": "cards:item/d_08" } },
|
||||
{ "when": "card_d09", "model": { "type": "model", "model": "cards:item/d_09" } },
|
||||
{ "when": "card_d10", "model": { "type": "model", "model": "cards:item/d_10" } },
|
||||
{ "when": "card_d11", "model": { "type": "model", "model": "cards:item/d_11" } },
|
||||
{ "when": "card_d12", "model": { "type": "model", "model": "cards:item/d_12" } },
|
||||
{ "when": "card_d13", "model": { "type": "model", "model": "cards:item/d_13" } },
|
||||
{ "when": "Ace of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_01" } },
|
||||
{ "when": "Two of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_02" } },
|
||||
{ "when": "Three of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_03" } },
|
||||
{ "when": "Four of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_04" } },
|
||||
{ "when": "Five of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_05" } },
|
||||
{ "when": "Six of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_06" } },
|
||||
{ "when": "Seven of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_07" } },
|
||||
{ "when": "Eight of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_08" } },
|
||||
{ "when": "Nine of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_09" } },
|
||||
{ "when": "Ten of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_10" } },
|
||||
{ "when": "Jack of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_11" } },
|
||||
{ "when": "Queen of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_12" } },
|
||||
{ "when": "King of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_13" } },
|
||||
|
||||
{ "when": "card_jr", "model": { "type": "model", "model": "cards:item/joker_red" } },
|
||||
{ "when": "card_jb", "model": { "type": "model", "model": "cards:item/joker_black" } },
|
||||
{ "when": "card_back", "model": { "type": "model", "model": "cards:item/back" } },
|
||||
{ "when": "Custom Base Card", "model": { "type": "model", "model": "cards:item/custom/base" } },
|
||||
{ "when": "Custom Card Back", "model": { "type": "model", "model": "cards:item/custom/back" } },
|
||||
|
||||
{ "when": "card_custom_base", "model": { "type": "model", "model": "cards:item/base" } },
|
||||
{ "when": "Ace of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_01" } },
|
||||
{ "when": "Two of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_02" } },
|
||||
{ "when": "Three of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_03" } },
|
||||
{ "when": "Four of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_04" } },
|
||||
{ "when": "Five of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_05" } },
|
||||
{ "when": "Six of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_06" } },
|
||||
{ "when": "Seven of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_07" } },
|
||||
{ "when": "Eight of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_08" } },
|
||||
{ "when": "Nine of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_09" } },
|
||||
{ "when": "Ten of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_10" } },
|
||||
{ "when": "Jack of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_11" } },
|
||||
{ "when": "Queen of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_12" } },
|
||||
{ "when": "King of Creeper", "model": { "type": "model", "model": "cards:item/custom/s_13" } },
|
||||
|
||||
{ "when": "card_custom_s01", "model": { "type": "model", "model": "cards:item/custom/s_01" } },
|
||||
{ "when": "card_custom_s02", "model": { "type": "model", "model": "cards:item/custom/s_02" } },
|
||||
{ "when": "card_custom_s03", "model": { "type": "model", "model": "cards:item/custom/s_03" } },
|
||||
{ "when": "card_custom_s04", "model": { "type": "model", "model": "cards:item/custom/s_04" } },
|
||||
{ "when": "card_custom_s05", "model": { "type": "model", "model": "cards:item/custom/s_05" } },
|
||||
{ "when": "card_custom_s06", "model": { "type": "model", "model": "cards:item/custom/s_06" } },
|
||||
{ "when": "card_custom_s07", "model": { "type": "model", "model": "cards:item/custom/s_07" } },
|
||||
{ "when": "card_custom_s08", "model": { "type": "model", "model": "cards:item/custom/s_08" } },
|
||||
{ "when": "card_custom_s09", "model": { "type": "model", "model": "cards:item/custom/s_09" } },
|
||||
{ "when": "card_custom_s10", "model": { "type": "model", "model": "cards:item/custom/s_10" } },
|
||||
{ "when": "card_custom_s11", "model": { "type": "model", "model": "cards:item/custom/s_11" } },
|
||||
{ "when": "card_custom_s12", "model": { "type": "model", "model": "cards:item/custom/s_12" } },
|
||||
{ "when": "card_custom_s13", "model": { "type": "model", "model": "cards:item/custom/s_13" } },
|
||||
{ "when": "Ace of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_01" } },
|
||||
{ "when": "Two of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_02" } },
|
||||
{ "when": "Three of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_03" } },
|
||||
{ "when": "Four of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_04" } },
|
||||
{ "when": "Five of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_05" } },
|
||||
{ "when": "Six of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_06" } },
|
||||
{ "when": "Seven of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_07" } },
|
||||
{ "when": "Eight of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_08" } },
|
||||
{ "when": "Nine of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_09" } },
|
||||
{ "when": "Ten of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_10" } },
|
||||
{ "when": "Jack of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_11" } },
|
||||
{ "when": "Queen of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_12" } },
|
||||
{ "when": "King of Hearts", "model": { "type": "model", "model": "cards:item/custom/h_13" } },
|
||||
|
||||
{ "when": "card_custom_h01", "model": { "type": "model", "model": "cards:item/custom/h_01" } },
|
||||
{ "when": "card_custom_h02", "model": { "type": "model", "model": "cards:item/custom/h_02" } },
|
||||
{ "when": "card_custom_h03", "model": { "type": "model", "model": "cards:item/custom/h_03" } },
|
||||
{ "when": "card_custom_h04", "model": { "type": "model", "model": "cards:item/custom/h_04" } },
|
||||
{ "when": "card_custom_h05", "model": { "type": "model", "model": "cards:item/custom/h_05" } },
|
||||
{ "when": "card_custom_h06", "model": { "type": "model", "model": "cards:item/custom/h_06" } },
|
||||
{ "when": "card_custom_h07", "model": { "type": "model", "model": "cards:item/custom/h_07" } },
|
||||
{ "when": "card_custom_h08", "model": { "type": "model", "model": "cards:item/custom/h_08" } },
|
||||
{ "when": "card_custom_h09", "model": { "type": "model", "model": "cards:item/custom/h_09" } },
|
||||
{ "when": "card_custom_h10", "model": { "type": "model", "model": "cards:item/custom/h_10" } },
|
||||
{ "when": "card_custom_h11", "model": { "type": "model", "model": "cards:item/custom/h_11" } },
|
||||
{ "when": "card_custom_h12", "model": { "type": "model", "model": "cards:item/custom/h_12" } },
|
||||
{ "when": "card_custom_h13", "model": { "type": "model", "model": "cards:item/custom/h_13" } },
|
||||
{ "when": "Ace of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_01" } },
|
||||
{ "when": "Two of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_02" } },
|
||||
{ "when": "Three of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_03" } },
|
||||
{ "when": "Four of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_04" } },
|
||||
{ "when": "Five of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_05" } },
|
||||
{ "when": "Six of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_06" } },
|
||||
{ "when": "Seven of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_07" } },
|
||||
{ "when": "Eight of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_08" } },
|
||||
{ "when": "Nine of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_09" } },
|
||||
{ "when": "Ten of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_10" } },
|
||||
{ "when": "Jack of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_11" } },
|
||||
{ "when": "Queen of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_12" } },
|
||||
{ "when": "King of Pickaxe", "model": { "type": "model", "model": "cards:item/custom/c_13" } },
|
||||
|
||||
{ "when": "card_custom_c01", "model": { "type": "model", "model": "cards:item/custom/c_01" } },
|
||||
{ "when": "card_custom_c02", "model": { "type": "model", "model": "cards:item/custom/c_02" } },
|
||||
{ "when": "card_custom_c03", "model": { "type": "model", "model": "cards:item/custom/c_03" } },
|
||||
{ "when": "card_custom_c04", "model": { "type": "model", "model": "cards:item/custom/c_04" } },
|
||||
{ "when": "card_custom_c05", "model": { "type": "model", "model": "cards:item/custom/c_05" } },
|
||||
{ "when": "card_custom_c06", "model": { "type": "model", "model": "cards:item/custom/c_06" } },
|
||||
{ "when": "card_custom_c07", "model": { "type": "model", "model": "cards:item/custom/c_07" } },
|
||||
{ "when": "card_custom_c08", "model": { "type": "model", "model": "cards:item/custom/c_08" } },
|
||||
{ "when": "card_custom_c09", "model": { "type": "model", "model": "cards:item/custom/c_09" } },
|
||||
{ "when": "card_custom_c10", "model": { "type": "model", "model": "cards:item/custom/c_10" } },
|
||||
{ "when": "card_custom_c11", "model": { "type": "model", "model": "cards:item/custom/c_11" } },
|
||||
{ "when": "card_custom_c12", "model": { "type": "model", "model": "cards:item/custom/c_12" } },
|
||||
{ "when": "card_custom_c13", "model": { "type": "model", "model": "cards:item/custom/c_13" } },
|
||||
|
||||
{ "when": "card_custom_d01", "model": { "type": "model", "model": "cards:item/custom/d_01" } },
|
||||
{ "when": "card_custom_d02", "model": { "type": "model", "model": "cards:item/custom/d_02" } },
|
||||
{ "when": "card_custom_d03", "model": { "type": "model", "model": "cards:item/custom/d_03" } },
|
||||
{ "when": "card_custom_d04", "model": { "type": "model", "model": "cards:item/custom/d_04" } },
|
||||
{ "when": "card_custom_d05", "model": { "type": "model", "model": "cards:item/custom/d_05" } },
|
||||
{ "when": "card_custom_d06", "model": { "type": "model", "model": "cards:item/custom/d_06" } },
|
||||
{ "when": "card_custom_d07", "model": { "type": "model", "model": "cards:item/custom/d_07" } },
|
||||
{ "when": "card_custom_d08", "model": { "type": "model", "model": "cards:item/custom/d_08" } },
|
||||
{ "when": "card_custom_d09", "model": { "type": "model", "model": "cards:item/custom/d_09" } },
|
||||
{ "when": "card_custom_d10", "model": { "type": "model", "model": "cards:item/custom/d_10" } },
|
||||
{ "when": "card_custom_d11", "model": { "type": "model", "model": "cards:item/custom/d_11" } },
|
||||
{ "when": "card_custom_d12", "model": { "type": "model", "model": "cards:item/custom/d_12" } },
|
||||
{ "when": "card_custom_d13", "model": { "type": "model", "model": "cards:item/custom/d_13" } },
|
||||
|
||||
{ "when": "card_custom_jr", "model": { "type": "model", "model": "cards:item/custom/joker_red" } },
|
||||
{ "when": "card_custom_jb", "model": { "type": "model", "model": "cards:item/custom/joker_black" } },
|
||||
{ "when": "card_custom_back", "model": { "type": "model", "model": "cards:item/custom/back" } },
|
||||
{ "when": "Ace of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_01" } },
|
||||
{ "when": "Two of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_02" } },
|
||||
{ "when": "Three of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_03" } },
|
||||
{ "when": "Four of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_04" } },
|
||||
{ "when": "Five of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_05" } },
|
||||
{ "when": "Six of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_06" } },
|
||||
{ "when": "Seven of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_07" } },
|
||||
{ "when": "Eight of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_08" } },
|
||||
{ "when": "Nine of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_09" } },
|
||||
{ "when": "Ten of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_10" } },
|
||||
{ "when": "Ten of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_10" } },
|
||||
{ "when": "Ten of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_10" } },
|
||||
{ "when": "Jack of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_11" } },
|
||||
{ "when": "Queen of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_12" } },
|
||||
{ "when": "King of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_13" } },
|
||||
|
||||
{ "when": "presents", "model": { "type": "model", "model": "lz:festive/presents" } }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user