Files
Aris-Random-Additions/elements/BleedEffect.mod.json
nimsolated 5631439606 2.1.1
2026-03-24 21:59:09 -07:00

23 lines
493 B
JSON

{
"_fv": 73,
"_type": "potioneffect",
"definition": {
"effectName": "Bleeding",
"icon": "bleed",
"color": {
"value": -65536,
"falpha": 0.0
},
"isInstant": false,
"mobEffectCategory": "HARMFUL",
"renderStatusInInventory": true,
"renderStatusInHUD": true,
"isCuredByMilk": false,
"isProtectedByTotem": true,
"isCuredbyHoney": false,
"modifiers": [],
"onActiveTick": {
"name": "BleedEffectOnEffectActiveTick"
}
}
}