Humanize custom item names

This commit is contained in:
2026-08-12 23:55:32 +01:00
parent 8202db0e2c
commit 0c77a59b1b
32 changed files with 591 additions and 572 deletions
+4 -1
View File
@@ -67,6 +67,9 @@
{ "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": "Black Joker", "model": { "type": "model", "model": "cards:item/standard/j_01" } },
{ "when": "Red Joker", "model": { "type": "model", "model": "cards:item/standard/j_02" } },
{ "when": "Custom Base Card", "model": { "type": "model", "model": "cards:item/custom/base" } },
{ "when": "Custom Card Back", "model": { "type": "model", "model": "cards:item/custom/back" } },
@@ -112,7 +115,7 @@
{ "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" } }
{ "when": "Presents", "model": { "type": "model", "model": "lz:festive/presents" } }
]
}
}