Intangible_Smol
Server/Entity/Effects/Weapons/Intangible_Smol.json, 324 B
Fields
| Field | Type |
|---|---|
Duration | number |
ApplicationEffects | object |
OverlapBehavior | string |
Source
{
"Duration": 0.5,
"ApplicationEffects": {
"Particles": [
{
"SystemId": "Daggers_Dash_Status",
"TargetEntityPart": "Entity",
"TargetNodeName": "Hip",
"PositionOffset": {
"Y": 1.0
},
"Color": "#1c1e23"
}
]
},
"OverlapBehavior": "Extend"
}