Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Interactions / Block / Block_Speed.json

Block_Speed

Server/Item/Interactions/Block/Block_Speed.json, 268 B

Fields

FieldType
Typestring
RequiredGameModestring
Nextobject

Source

{
  "Type": "Condition",
  "RequiredGameMode": "Adventure",
  "Next": {
    "Type": "ApplyEffect",
    "EffectId": {
      "Duration": 0.1,
      "OverlapBehavior": "Overwrite",
      "ApplicationEffects": {
        "HorizontalSpeedMultiplier": 0.8
      }
    }
  }
}