Versions / 0.5.0-pre.9.1 / ProjectileConfigs / NPCs / Intelligent / Goblin_Lobber / Projectile_Config_Goblin_Lobber_Bomb_Dud.json
Projectile_Config_Goblin_Lobber_Bomb_Dud
Server/ProjectileConfigs/NPCs/Intelligent/Goblin_Lobber/Projectile_Config_Goblin_Lobber_Bomb_Dud.json, 930 B
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Goblin_Lobber_Bomb",
"Model": "Bomb_Fire_Goblin_Dud",
"Interactions": {
"ProjectileSpawn": {
"Cooldown": {
"Cooldown": 0
},
"Interactions": [
{
"Type": "Simple",
"RunTime": 2
},
{
"Type": "RemoveEntity",
"Entity": "User"
}
]
},
"ProjectileHit": {
"Cooldown": {
"Cooldown": 0
},
"Interactions": [
{
"Type": "RemoveEntity",
"Entity": "User"
}
]
},
"ProjectileBounce": {
"Cooldown": {
"Cooldown": 0
},
"Interactions": [
{
"Type": "Simple",
"RunTime": 0,
"Effects": {
"WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Bounce",
"LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Bounce"
}
}
]
}
}
}