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
25 lines
433 B
JSON
25 lines
433 B
JSON
{
|
|
"enabled": {
|
|
"book": true,
|
|
"scroll": true,
|
|
"wands": true,
|
|
"npcs": true,
|
|
"dispensers": true,
|
|
"commands": true,
|
|
"treasure": true,
|
|
"trades": true,
|
|
"looting": true
|
|
},
|
|
"tier": "advanced",
|
|
"element": "ice",
|
|
"type": "projectile",
|
|
"cost": 20,
|
|
"chargeup": 5,
|
|
"cooldown": 20,
|
|
"base_properties": {
|
|
"range": 15,
|
|
"damage": 10,
|
|
"effect_duration": 300,
|
|
"effect_strength": 0
|
|
}
|
|
} |