A spellcasting device that fires sparks.
Wand of Sparking
| A wand of sparking serves as a spellcasting tool capable of launching spark projectiles. | Specifications |
|---|---|
| Spell Damage | 3 (Magical) |
| Knockback Effect | 0 |
| Mana Cost | 2 |
| Projectile Speed | 1.2 |
| Rarity Level | Uncommon |
How to Use
Spell Casting
By using the wand of sparking while it is equipped in your primary hand, you can unleash a spark projectile, costing 2 mana points.
Mana Costs with Efficiency Modifiers
| Standard Mana Use | Mana Efficiency I | Mana Efficiency II | Mana Efficiency III | Mana Efficiency IV | Mana Efficiency V |
|---|---|---|---|---|---|
| 2.0 | 1.8 | 1.6 | 1.4 | 1.2 | 1.0 |
Sparking Projectiles
A spark travels in a parabolic trajectory at a speed of 1.2 blocks per tick, dealing 3 magical damage and igniting targets upon impact. These projectiles persist for 20 ticks, with the ability to pierce through one target, reducing their lifespan in half. There is a 5/6 (83.33%) chance to ignite for 1 to 2 seconds, and a 1/6 (16.67%) chance to ignite for 2 to 4 seconds.
Item Data
An item with the identifier minecraft:custom_data.id set to “wand_of_sparking:wand_of_sparking” is recognized as a wand of sparking.
Command to Obtain
/give @s minecraft:stick[custom_data={id:"wand_of_sparking:wand_of_sparking"},enchantable={value:15},item_name={text:"Wand of Sparking"},rarity="uncommon"]
Loot Table Configuration
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_components",
"components": {
"minecraft:custom_data": {
"id": "wand_of_sparking:wand_of_sparking"
},
"minecraft:enchantable": {
"value": 15
},
"minecraft:rarity": "uncommon"
}
},
{
"function": "minecraft:set_name",
"name": {
"text": "Wand of Sparking"
},
"target": "item_name"
}
],
"name": "minecraft:stick"
}
Configuration Settings
Presented below is a sample configuration file config/wand-of-sparking.json populated with default parameters. You need to specify only the lines you wish to modify.
{
"manaConsumption": 2.0,
"movementSpeed": 1.2,
"dissipationFuse": 20,
"castingDamage": 3.0,
"pierceCount": 1,
"isParticleVisible": true
}
Fun Facts
- It takes inspiration from the Wand of Sparking in Terraria.
