You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
45
data/minecraft/enchantment/quick_charge.json
Normal file
45
data/minecraft/enchantment/quick_charge.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"anvil_cost": 2,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.quick_charge"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:crossbow_charge_time": {
|
||||
"type": "minecraft:add",
|
||||
"value": {
|
||||
"type": "minecraft:linear",
|
||||
"base": -0.25,
|
||||
"per_level_above_first": -0.25
|
||||
}
|
||||
},
|
||||
"minecraft:crossbow_charging_sounds": [
|
||||
{
|
||||
"end": "minecraft:item.crossbow.loading_end",
|
||||
"start": "minecraft:item.crossbow.quick_charge_1"
|
||||
},
|
||||
{
|
||||
"end": "minecraft:item.crossbow.loading_end",
|
||||
"start": "minecraft:item.crossbow.quick_charge_2"
|
||||
},
|
||||
{
|
||||
"end": "minecraft:item.crossbow.loading_end",
|
||||
"start": "minecraft:item.crossbow.quick_charge_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_cost": {
|
||||
"base": 50,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"max_level": 3,
|
||||
"min_cost": {
|
||||
"base": 12,
|
||||
"per_level_above_first": 20
|
||||
},
|
||||
"slots": [
|
||||
"mainhand",
|
||||
"offhand"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/crossbow",
|
||||
"weight": 5
|
||||
}
|
||||
Reference in New Issue
Block a user