Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Entity / Effects / Projectiles / Rubble / Rubble_Miss.json

Rubble_Miss

Server/Entity/Effects/Projectiles/Rubble/Rubble_Miss.json, 196 B

Fields

FieldType
Durationnumber
ApplicationEffectsobject
OverlapBehaviorstring

Source

{
  "Duration": 1,
  "ApplicationEffects": {
    "Particles": [
      {
        "SystemId": "Stone_Bounce",
        "TargetEntityPart": "Entity"
      }
    ]
  },
  "OverlapBehavior": "Extend"
}