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.
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"type": "origins:multiple",
|
|
"name": "Wet Fur",
|
|
"description": "Your fur soaks up water like a sponge which makes you slower when wet.",
|
|
"badges": [
|
|
{
|
|
"type": "origins:tooltip",
|
|
"sprite": "minecraft:textures/item/water_bucket.png",
|
|
"text": "When you're soaked wet, you're slow!"
|
|
}
|
|
],
|
|
"swim": {
|
|
"type": "origins:modify_swim_speed",
|
|
"modifier": {
|
|
"id": "swim_m",
|
|
"operation": "add_value",
|
|
"amount": -0.01
|
|
}
|
|
}
|
|
}
|