NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/effects/plant_boost.json

21 lines
1.1 KiB
JSON
Raw Normal View History

2018-10-30 18:18:56 +01:00
{
"name": "Vegetational Increase",
"icon": "minecraft:wheat_seeds",
2021-12-16 21:56:27 +01:00
"category": "naturesaura:effects",
"advancement": "naturesaura:positive_imbalance",
2018-10-30 18:18:56 +01:00
"pages": [
{
"type": "text",
"text": "When the amount of $(aura) in an area is high enough for it to become unstable, it starts to migrate into parts of vegetation that is close by, specifically plants like $(item)Wheat$(), $(item)Potatoes$() and so on. This will cause them to have $(thing)growth spurts$(), while, at the same time, causing the $(aura) in the area to slightly decrease as a result."
},
{
"type": "text",
"text": "Effects like these become apparent around the time that the meter of the $(l:items/eye)Environmental Eye$() fills up by about three quarters.$(br)This effect is known to only occur in the $(thing)overworld$()."
},
{
"type": "naturesaura:tree_ritual",
"recipe": "naturesaura:plant_powder",
"text": "This effect can be inhibited using $(l:effects/effect_powder)Powder of Steady Growth$()."
2018-10-30 18:18:56 +01:00
}
]
}