Versions / 0.5.0 / ProjectileConfigs / NPCs / Intelligent / Goblin_Lobber / Projectile_Config_Goblin_Lobber_Bomb_Large.json
Projectile_Config_Goblin_Lobber_Bomb_Large
Server/ProjectileConfigs/NPCs/Intelligent/Goblin_Lobber/Projectile_Config_Goblin_Lobber_Bomb_Large.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Interactions | object |
Source
{
"Parent": "Projectile_Config_Goblin_Lobber_Bomb",
"Model": "Bomb_Large_Fire_Goblin",
"Interactions": {
"ProjectileSpawn": {
"Cooldown": {
"Cooldown": 0
},
"Interactions": [
{
"Type": "Simple",
"RunTime": 2
},
"Goblin_Lobber_Bomb_Explode_Charged",
{
"Type": "RemoveEntity",
"Entity": "User"
}
]
},
"ProjectileHit": {
"Cooldown": {
"Cooldown": 0
},
"Rules": {
"Interrupting": [
"ProjectileSpawn"
]
},
"Interactions": [
"Goblin_Lobber_Bomb_Explode_Charged",
{
"Type": "RemoveEntity",
"Entity": "User"
}
]
},
"ProjectileMiss": {
"Cooldown": {
"Cooldown": 0
},
"Rules": {
"Interrupting": [
"ProjectileSpawn"
]
},
"Interactions": [
"Goblin_Lobber_Bomb_Explode_Charged",
{
"Type": "RemoveEntity",
"Entity": "User"
}
]
}
}
}