Block_Damage
Server/Item/Interactions/Block/Block_Damage.json, 309 B
Fields
| Field | Type |
|---|---|
Type | string |
RequiredGameMode | string |
Next | object |
Source
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Next": {
"Type": "ApplyEffect",
"EffectId": {
"Locale": "block",
"Duration": 0.2,
"OverlapBehavior": "Overwrite",
"DamageCalculator": {
"BaseDamage": {
"Physical": 5
}
}
}
}
}