Potion_Health_Regen_Lesser
Server/Entity/Effects/Potion/Potion_Health_Regen_Lesser.json, 661 B
Fields
| Field | Type |
|---|---|
StatModifiers | object |
ValueType | string |
DamageCalculatorCooldown | number |
Duration | number |
OverlapBehavior | string |
StatusEffectIcon | string |
ApplicationEffects | object |
StatModifierEffects | object |
Source
{
"StatModifiers": {
"Health": 15
},
"ValueType": "Percent",
"DamageCalculatorCooldown": 5,
"Duration": 5.05,
"OverlapBehavior": "Overwrite",
"StatusEffectIcon": "Icons/ItemsGenerated/Potion_Health_Lesser.png",
"ApplicationEffects": {
"Particles": [
{
"SystemId": "Potion_Health_Heal",
"TargetEntityPart": "Entity",
"TargetNodeName": "Pelvis"
}
]
},
"StatModifierEffects": {
"WorldParticles": [
{
"SystemId": "Potion_Health_Implosion",
"PositionOffset": {
"Y": 1.0
}
}
],
"WorldSoundEventId": "SFX_Deployable_Totem_Heal_Despawn"
}
}