DamageEntityParent
Server/Item/Interactions/Weapons/DamageEntityParent.json, 1.0 KB
Fields
| Field | Type |
|---|---|
Type | string |
DamageEffects | object |
Next | object |
Source
{
"Type": "DamageEntity",
"DamageEffects": {},
"Next": {
"Type": "Serial",
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Red_Flash",
"Entity": "Target"
},
{
"Type": "ClearEntityEffect",
"Entity": "Target",
"EntityEffectId": "Potion_Health_Regen_Lesser"
},
{
"Type": "ClearEntityEffect",
"Entity": "Target",
"EntityEffectId": "Potion_Health_Regen_Small"
},
{
"Type": "ClearEntityEffect",
"Entity": "Target",
"EntityEffectId": "Potion_Health_Regen"
},
{
"Type": "ClearEntityEffect",
"Entity": "Target",
"EntityEffectId": "Potion_Health_Regen_Greater"
},
{
"Type": "ClearEntityEffect",
"Entity": "Target",
"EntityEffectId": "Potion_Health_Regen_Large"
},
{
"Type": "ClearEntityEffect",
"Entity": "Target",
"EntityEffectId": "Potion_Stamina_Regen"
}
]
}
}