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.
111 lines
2.7 KiB
JSON
111 lines
2.7 KiB
JSON
{
|
|
"type": "origins:multiple",
|
|
"name": "Berry Powers",
|
|
"description": "Not related to Austin Powers.",
|
|
"badges": [
|
|
{
|
|
"type": "origins:tooltip",
|
|
"sprite": "minecraft:textures/item/sweet_berries.png",
|
|
"text": "Eating berries is more effective!"
|
|
},
|
|
{
|
|
"type": "origins:tooltip",
|
|
"sprite": "minecraft:textures/item/sweet_berries.png",
|
|
"text": "?"
|
|
}
|
|
],
|
|
"eating_berries": {
|
|
"type": "origins:modify_food",
|
|
"item_condition": {
|
|
"type": "origins:ingredient",
|
|
"ingredient": {
|
|
"item": "minecraft:sweet_berries"
|
|
}
|
|
},
|
|
"food_modifier": {
|
|
"id": "xtra_food",
|
|
"operation": "add_base_late",
|
|
"amount": 4
|
|
},
|
|
"saturation_modifier": {
|
|
"id": "xtra_sat",
|
|
"operation": "add_base_late",
|
|
"amount": 2
|
|
}
|
|
},
|
|
"random_effect": {
|
|
"type": "origins:action_on_item_use",
|
|
"item_condition": {
|
|
"type": "origins:ingredient",
|
|
"ingredient": {
|
|
"item": "minecraft:sweet_berries"
|
|
}
|
|
},
|
|
"entity_action": {
|
|
"type": "origins:choice",
|
|
"actions": [
|
|
{
|
|
"element": {
|
|
"type": "origins:chance",
|
|
"chance": 0.1,
|
|
"action": {
|
|
"type": "origins:apply_effect",
|
|
"effect": {
|
|
"id": "minecraft:speed",
|
|
"duration": 100,
|
|
"amplifier": 20
|
|
}
|
|
}
|
|
},
|
|
"weight": 1
|
|
},
|
|
{
|
|
"element": {
|
|
"type": "origins:chance",
|
|
"chance": 0.2,
|
|
"action": {
|
|
"type": "origins:apply_effect",
|
|
"effect": {
|
|
"id": "minecraft:invisibility",
|
|
"duration": 1000,
|
|
"amplifier": 1
|
|
}
|
|
}
|
|
},
|
|
"weight": 1
|
|
},
|
|
{
|
|
"element": {
|
|
"type": "origins:chance",
|
|
"chance": 0.2,
|
|
"action": {
|
|
"type": "origins:apply_effect",
|
|
"effect": {
|
|
"id": "minecraft:slow_falling",
|
|
"duration": 1000,
|
|
"amplifier": 1
|
|
}
|
|
}
|
|
},
|
|
"weight": 1
|
|
},
|
|
{
|
|
"element": {
|
|
"type": "origins:chance",
|
|
"chance": 0.2,
|
|
"action": {
|
|
"type": "origins:apply_effect",
|
|
"effect": {
|
|
"id": "minecraft:fire_resistance",
|
|
"duration": 1000,
|
|
"amplifier": 1
|
|
}
|
|
}
|
|
},
|
|
"weight": 1
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|