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
24 lines
417 B
JSON
24 lines
417 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": "minion",
|
|
"cost": 40,
|
|
"chargeup": 10,
|
|
"cooldown": 200,
|
|
"base_properties": {
|
|
"minion_lifetime": 600,
|
|
"minion_count": 1,
|
|
"summon_radius": 2
|
|
}
|
|
} |