7d650ebbc3
- 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
28 lines
518 B
JSON
28 lines
518 B
JSON
{
|
|
"enabled": {
|
|
"book": true,
|
|
"scroll": true,
|
|
"wands": true,
|
|
"npcs": true,
|
|
"dispensers": true,
|
|
"commands": true,
|
|
"treasure": true,
|
|
"trades": true,
|
|
"looting": true
|
|
},
|
|
"tier": "master",
|
|
"element": "lightning",
|
|
"type": "attack",
|
|
"cost": 100,
|
|
"chargeup": 25,
|
|
"cooldown": 300,
|
|
"base_properties": {
|
|
"range": 40,
|
|
"duration": 600,
|
|
"effect_radius": 10,
|
|
"secondary_max_targets": 8,
|
|
"attack_interval": 40,
|
|
"direct_damage": 10,
|
|
"splash_damage": 6
|
|
}
|
|
} |