You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
36
data/minecraft/enchantment/riptide.json
Normal file
36
data/minecraft/enchantment/riptide.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"anvil_cost": 4,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.riptide"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:trident_sound": [
|
||||
"minecraft:item.trident.riptide_1",
|
||||
"minecraft:item.trident.riptide_2",
|
||||
"minecraft:item.trident.riptide_3"
|
||||
],
|
||||
"minecraft:trident_spin_attack_strength": {
|
||||
"type": "minecraft:add",
|
||||
"value": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 1.5,
|
||||
"per_level_above_first": 0.75
|
||||
}
|
||||
}
|
||||
},
|
||||
"exclusive_set": "#minecraft:exclusive_set/riptide",
|
||||
"max_cost": {
|
||||
"base": 50,
|
||||
"per_level_above_first": 0
|
||||
},
|
||||
"max_level": 3,
|
||||
"min_cost": {
|
||||
"base": 17,
|
||||
"per_level_above_first": 7
|
||||
},
|
||||
"slots": [
|
||||
"hand"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/trident",
|
||||
"weight": 2
|
||||
}
|
||||
Reference in New Issue
Block a user