Files
Wizardry/src/main/resources/assets/ebwizardry/spells/ray_of_purification.json
T
2020-06-11 22:20:58 +01:00

26 lines
465 B
JSON

{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "advanced",
"element": "healing",
"type": "attack",
"cost": 10,
"chargeup": 10,
"cooldown": 40,
"base_properties": {
"range": 10,
"damage": 2,
"effect_duration": 60,
"burn_duration": 5,
"undead_damage_multiplier": 2
}
}