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.

38 lines
849 B
JSON

{
"type": "origins:stacking_status_effect",
"min_stacks": 0,
"max_stacks": 8,
"duration_per_stack": 35,
"tick_rate": 100,
"effects": [
{
"id": "minecraft:blindness",
"is_ambient": true,
"show_particles": false,
"show_icon": false
}
],
"condition": {
"type": "origins:and",
"conditions": [
{
"type": "origins:brightness",
"comparison": ">=",
"compare_to": 0.5
},
{
"type": "origins:equipped_item",
"inverted": true,
"equipment_slot": "head",
"item_condition": {
"type": "origins:armor_value",
"comparison": ">",
"compare_to": 0
}
}
]
},
"name": "Blinded by the Lights",
"description": "Being in too much light blinds you. Consider wearing something on your head."
}