Immunity
Server/Entity/Stats/Immunity.json, 352 B
Fields
| Field | Type |
|---|---|
InitialValue | number |
Min | number |
Max | number |
Shared | boolean |
Regenerating | array[1] |
MaxValueEffects | object |
Source
{
"InitialValue": 0,
"Min": 0,
"Max": 100,
"Shared": true,
"Regenerating": [
{
"Interval": 0.1,
"Amount": -0.1,
"RegenType": "Additive"
}
],
"MaxValueEffects": {
"Interactions": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Immune"
}
]
}
}
}