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

16 lines
801 B
JSON
Raw Normal View History

2018-10-30 18:18:56 +01:00
{
"name": "Vegetational Increase",
"icon": "minecraft:wheat_seeds",
"category": "effects",
"advancement": "naturesaura:potion_generator",
"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 fully."
}
]
}