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.

41 lines
835 B
JSON

{
"type": "origins:multiple",
"name": "G-g-glitchy",
"description": "Your visual processor is a prototype. Some objects are just beyond your comprehension",
"prevent_eating": {
"type": "origins:prevent_item_use",
"item_condition": {
"type": "origins:all_of",
"conditions": [
{
"type": "origins:food"
},
{
"type": "origins:ingredient",
"ingredient": {
"tag": "origins:pumpkin_like/food"
}
}
]
}
},
"prevent_seeing": {
"type": "origins:prevent_entity_render",
"bientity_condition": {
"type": "apoli:equal",
"inverted": true
},
"entity_condition": {
"type": "origins:equipped_item",
"equipment_slot": "head",
"item_condition": {
"type": "origins:ingredient",
"ingredient": {
"tag": "origins:pumpkin_like/equipment"
}
}
}
}
}