{ "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 } }