Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Interactions / Block / Environmental_Block_Damage.json

Environmental_Block_Damage

Server/Item/Interactions/Block/Environmental_Block_Damage.json, 314 B

Fields

FieldType
Typestring
RequiredGameModestring
Nextobject

Source

{
  "Type": "Condition",
  "RequiredGameMode": "Adventure",
  "Next": {
    "Type": "ApplyEffect",
    "EffectId": {
      "Locale": "block",
      "Duration": 0.2,
      "OverlapBehavior": "Overwrite",
      "DamageCalculator": {
        "BaseDamage": {
          "Environmental": 5
        }
      }
    }
  }
}