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

21 lines
448 B
JSON
Executable File

{
"_fv": 60,
"_type": "potion",
"definition": {
"potionName": "Potion of Flight",
"splashName": "Splash Potion of Flight",
"lingeringName": "Lingering Potion of Flight",
"arrowName": "Arrow of Flight",
"effects": [
{
"effect": {
"value": "CUSTOM:PotionOfFlight"
},
"duration": 7200,
"amplifier": 0,
"ambient": false,
"showParticles": true
}
]
}
}