Files
Aris-Random-Additions/elements/StinkyEffect.mod.json
2026-03-02 14:53:17 -08:00

26 lines
571 B
JSON

{
"_fv": 73,
"_type": "potioneffect",
"definition": {
"effectName": "Stinky",
"icon": "stinky_effect",
"color": {
"value": -2621555,
"falpha": 0.0
},
"isInstant": false,
"mobEffectCategory": "HARMFUL",
"renderStatusInInventory": true,
"renderStatusInHUD": true,
"isCuredByMilk": false,
"isProtectedByTotem": false,
"isCuredbyHoney": false,
"modifiers": [],
"onActiveTick": {
"name": "StinkyEffectOnEffectActiveTick"
},
"onExpired": {
"name": "StinkyEffectEffectExpires"
}
}
}