Projectile_Config_Debug_TriggerVolume
Server/ProjectileConfigs/_Debug/Projectile_Config_Debug_TriggerVolume.json, 776 B
Fields
| Field | Type |
|---|---|
Parent | string |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Arrow_Base",
"Interactions": {
"ProjectileHit": {
"Interactions": [
{
"Type": "SpawnTriggerVolume",
"EffectAsset": "Debug_TriggerVolume",
"Shape": { "Type": "Sphere", "Center": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Radius": 3.0 },
"LifetimeS": 10.0
},
{ "Type": "RemoveEntity", "Entity": "User" }
]
},
"ProjectileMiss": {
"Interactions": [
{
"Type": "SpawnTriggerVolume",
"EffectAsset": "Debug_TriggerVolume",
"Shape": { "Type": "Sphere", "Center": { "X": 0.0, "Y": 0.0, "Z": 0.0 }, "Radius": 3.0 },
"LifetimeS": 10.0
},
{ "Type": "RemoveEntity", "Entity": "User" }
]
}
}
}