A powerful tool designed for casting, the magician staff unleashes explosive bats upon your enemies.
Magician Staff Overview
A magician staff is a specialized casting tool that launches explosive bats. It provides an increase of 6 mana capacity. | Statistics |
---|---|
Casting Damage | 15 (Explosion) |
Knockback | 0 |
Mana Consumption | 4 |
Velocity | 1 |
Rarity | Rare |
How to Use the Magician Staff
Executing an Attack
While holding the magician staff in your primary hand, you can shoot an explosive bat by pressing the use button which costs 4 mana.
Mana Consumption Based on Utilization Level
Base Mana Usage | Utilization I | Utilization II | Utilization III | Utilization IV | Utilization V |
---|---|---|---|---|---|
4.0 | 3.6 | 3.2 | 2.8 | 2.4 | 2.0 |
Understanding the Explosive Bat
An explosive bat is a unique entity that flies straight forward at a speed of 1 block per tick, matching the orientation of the caster. Upon collision or after 6 seconds, it detonates with an explosive force of 1. Notably, the bat will not explode if it is killed, and its blast does not affect blocks in the environment.
Data Information
A designated item with minecraft:custom_data.id
marked as “magician_staff:magician_staff” is recognized as a magician staff.
Give Command Syntax
/give @s minecraft:stick[custom_data={id:"magician_staff:magician_staff",modifiers:[{attribute:"pentamana:mana_capacity",base:6.0d,operation:"add_value",slot:"mainhand"}]},enchantable={value:15},item_name={text:"Magician Staff"},item_model="minecraft:netherite_shovel",rarity="rare"]
Loot Table Details
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_components",
"components": {
"minecraft:custom_data": {
"id": "magician_staff:magician_staff",
"modifiers": [
{
"attribute":"pentamana:mana_capacity",
"base":6.0,
"operation":"add_value",
"slot":"mainhand"
}
],
},
"minecraft:enchantable": {
"value": 15
},
"minecraft:item_model": "minecraft:netherite_shovel",
"minecraft:rarity": "rare"
}
},
{
"function": "minecraft:set_name",
"name": {
"text": "Magician Staff"
},
"target": "item_name"
}
],
"name": "minecraft:stick"
}
Configuration Settings
The following is an example configuration file config/magician-staff.json
with preset values. You only need to input the lines you wish to change.
{
"manaConsumption": 4.0,
"movementSpeed": 1.0,
"explosionFuse": 120,
"explosionRadius": 1,
"isParticleVisible": true
}