cawezs_expanded_world/elements/PotionOfFlight.mod.json
COW_ILLUMINATI ea3188c2f7 1.3.2
2024-06-01 07:40:53 -04:00

23 lines
450 B
JSON
Executable File

{
"_fv": 60,
"_type": "potioneffect",
"definition": {
"effectName": "Flight",
"icon": "flight.png",
"color": {
"value": -16724737,
"falpha": 0.0
},
"isInstant": false,
"isBad": false,
"isBenefitical": true,
"renderStatusInInventory": true,
"renderStatusInHUD": true,
"onStarted": {
"name": "FlightEffect"
},
"onExpired": {
"name": "PotionOfFlightEffectExpires"
}
}
}