fix: support mixed SCUM gift catalog entries

This commit is contained in:
npc0-hue
2026-09-20 16:46:42 +08:00
parent 4abdf75c77
commit 5f2bac3280
4 changed files with 48 additions and 13 deletions
@@ -21,6 +21,9 @@
],
"deliveryCommands": [
{ "kind": "item", "template": "#SpawnItem {itemCode} {quantity}" },
{ "kind": "vehicle", "template": "#SpawnVehicle {vehicleCode}" }
{ "kind": "vehicle", "template": "#SpawnVehicle {vehicleCode}" },
{ "kind": "animal", "template": "#SpawnAnimal {entityCode}" },
{ "kind": "zombie", "template": "#SpawnZombie {entityCode}" },
{ "kind": "armed-npc", "template": "#SpawnArmedNPC {entityCode}" }
]
}