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.
32 lines
720 B
JSON
32 lines
720 B
JSON
{
|
|
"type": "origins:action_over_time",
|
|
"name": "Thin Limbs",
|
|
"description": "Your light build does not allow you to wear heavy armor without it slowing you down.",
|
|
"badges": [
|
|
{
|
|
"sprite": "minecraft:textures/item/bone.png",
|
|
"text": "Ooh, shiny!"
|
|
}
|
|
],
|
|
"entity_action": {
|
|
"type": "origins:apply_effect",
|
|
"effects": [
|
|
{
|
|
"id": "minecraft:slowness",
|
|
"amplifier": 1,
|
|
"duration": 100,
|
|
"is_ambient": false,
|
|
"show_particles": false,
|
|
"show_icon": false
|
|
}
|
|
]
|
|
},
|
|
"tick_rate": 100,
|
|
"condition": {
|
|
"type": "origins:attribute",
|
|
"attribute": "minecraft:generic.armor",
|
|
"comparison": ">=",
|
|
"compare_to": 14
|
|
}
|
|
}
|