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.
29 lines
643 B
JSON
29 lines
643 B
JSON
{
|
|
"type": "origins:multiple",
|
|
"name": "Speedy",
|
|
"description": "You're quick and hyper active! You also get hungry 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
|
|
}
|
|
}
|