Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / Block / Block_Damage.json

Block_Damage

Server/Item/Interactions/Block/Block_Damage.json, 309 B

Fields

FieldType
Typestring
RequiredGameModestring
Nextobject

Source

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