mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
fix: source code
This commit is contained in:
26
elements/StinkyEffect.mod.json
Normal file
26
elements/StinkyEffect.mod.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user