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.

46 lines
1.1 KiB
JSON

{
"type": "origins:multiple",
"name": "Speedy",
"description": "You're quick and hyper active! You also get hungry more quickly.",
"badges": [
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/firework_rocket.png",
"text": "Your movement speed is a bit higher than usual."
},
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/stone_sword.png",
"text": "Your attack speed is higher than usual."
},
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/rotten_flesh.png",
"text": "Your hunger depletes more quickly"
}
],
"speed": {
"type": "origins:attribute",
"modifier": {
"id": "speedy_s",
"attribute": "minecraft:generic.movement_speed",
"amount": 0.02,
"operation": "add_value"
}
},
"attack": {
"type": "origins:attribute",
"modifier": {
"id": "speedy_a",
"attribute": "minecraft:generic.attack_speed",
"amount": 0.75,
"operation": "add_value"
}
},
"drain": {
"type": "origins:exhaust",
"interval": 150,
"exhaustion": 1.0
}
}