Projectile_Config_Bomb_Stun
Server/ProjectileConfigs/Weapons/Bombs/Projectile_Config_Bomb_Stun.json, 1012 B
Fields
| Field | Type |
|---|---|
Parent | string |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Bomb_Base",
"Interactions": {
"ProjectileSpawn": {
"Cooldown": {
"Cooldown": 0
},
"Interactions": [
{
"Type": "Simple",
"RunTime": 0.5
},
"Bomb_Explode_Stun",
{
"Type": "RemoveEntity",
"Entity": "User",
"Effects": {
"WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death"
}
}
]
},
"ProjectileHit": {
"Cooldown": {
"Cooldown": 0
},
"Rules": {
"Interrupting": [
"ProjectileSpawn"
]
},
"Interactions": [
"Bomb_Explode_Stun",
{
"Type": "RemoveEntity",
"Entity": "User",
"Effects": {
"WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death"
}
}
]
}
}
}