This commit is contained in:
nimsolated
2026-03-24 21:59:09 -07:00
parent cec0364d50
commit 5631439606
48 changed files with 991 additions and 19 deletions

View File

@@ -0,0 +1,23 @@
{
"_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"
}
}
}