Versions / 0.5.0-pre.9.1 / ProjectileConfigs / Weapons / Bombs / Projectile_Config_Bomb_Popberry.json
Projectile_Config_Bomb_Popberry
Server/ProjectileConfigs/Weapons/Bombs/Projectile_Config_Bomb_Popberry.json, 1.0 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Bomb_Base",
"Model": "Bomb_Popberry",
"Interactions": {
"ProjectileSpawn": {
"Cooldown": {
"Cooldown": 0
},
"Interactions": [
{
"Type": "Simple",
"RunTime": 1
},
"Bomb_Explode",
{
"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",
{
"Type": "RemoveEntity",
"Entity": "User",
"Effects": {
"WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death"
}
}
]
}
}
}