Rubble_Miss
Server/Entity/Effects/Projectiles/Rubble/Rubble_Miss.json, 196 B
Fields
| Field | Type |
|---|---|
Duration | number |
ApplicationEffects | object |
OverlapBehavior | string |
Source
{
"Duration": 1,
"ApplicationEffects": {
"Particles": [
{
"SystemId": "Stone_Bounce",
"TargetEntityPart": "Entity"
}
]
},
"OverlapBehavior": "Extend"
}