You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
404 B
JSON

{
"type": "origins:attribute",
"name": "Bites",
"description": "You bite instead of punch!",
"badges": [
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/stone_sword.png",
"text": "Increased unarmed damage"
}
],
"modifier": {
"id": "bites_a",
"attribute": "minecraft:generic.attack_damage",
"amount": 2,
"operation": "add_value"
}
}