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.

22 lines
474 B
JSON

{
"type": "origins:multiple",
"name": "Slow",
"description": "You're not the quickest.",
"badges": [
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/chain.png",
"text": "You are permanently slower than usual."
}
],
"speed": {
"type": "origins:attribute",
"modifier": {
"id": "slow_s",
"attribute": "minecraft:generic.movement_speed",
"amount": -0.01,
"operation": "add_value"
}
}
}