Files
Wizardry/src/main/resources/assets/ebwizardry/spells/invisibility.json
T
Electroblob77 7d650ebbc3 Add charge-up mechanic for more powerful spells
- Implements spell charge-up in ItemWand
- Assigns chargeup values in json files for spells that should have one
- Adds a charge meter to the crosshair in first-person
- Updates some javadoc comments appropriately
2020-06-11 22:20:04 +01:00

23 lines
410 B
JSON

{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "advanced",
"element": "sorcery",
"type": "buff",
"cost": 35,
"chargeup": 15,
"cooldown": 200,
"base_properties": {
"invisibility_duration": 600,
"invisibility_strength": 0
}
}