SpawnNPC_Default
Server/Item/Interactions/SpawnNPC/SpawnNPC_Default.json, 450 B
Fields
| Field | Type |
|---|---|
$Comment | string |
Type | string |
Next | object |
Source
{
"$Comment": "Default SpawnNPC interaction chain. Items should provide InteractionVars to customize the NPC spawned.",
"Type": "Condition",
"Next": {
"Type": "Replace",
"$Comment": "Block condition check - can be overridden to require specific blocks (e.g. water)",
"Var": "SpawnNPC_BlockCondition",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"SpawnNPC_BlockCondition_Default"
]
}
}
}