Dragon_Frost_Blast
Server/Item/Interactions/NPCs/Elemental/Dragon_Frost_Blast.json, 538 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"Particles": [
{
"PositionOffset": {
"X": 1,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Pitch": 0,
"Roll": 0,
"Yaw": 0
},
"TargetNodeName": "Handle",
"SystemId": "Impact_Ice"
}
]
},
"RunTime": 0.1,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.1,
"Effects": {},
"ProjectileId": "Goblin_Duke_Ice",
"Tags": {
"AimingReference": []
}
}
}