Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Entity / Effects / Projectiles / Rubble / Rubble_Hit.json

Rubble_Hit

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

Fields

FieldType
Durationnumber
ApplicationEffectsobject
OverlapBehaviorstring

Source

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