NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/weather_changer.json
2021-12-28 11:53:10 +01:00

21 lines
1.4 KiB
JSON

{
"name": "Cloudshifter",
"icon": "naturesaura:weather_changer",
"category": "naturesaura:using",
"advancement": "naturesaura:offering",
"pages": [
{
"type": "text",
"text": "Occasionally, it may be desirable for a magical botanist to change one of the many things that drives our daily actions and dictates when we can go outside: $(thing)the weather$(). With the $(item)Cloudshifter$(), this wish becomes truly possible. Accepting certain items that were thrown on the ground for activation, this device will $(thing)change the weather$() into whichever kind is desired, using $(aura) in the process."
},
{
"type": "text",
"text": "The following items can be used, and will shift the weather as follows: $(item)Sunflowers$() will make it sunny, $(item)Dark Prismarine$() will make it rain, and lastly, $(item)Fire Charges$() will invoke a thunderstorm. Throwing more items also increases the amount of time that the desired weather will most likely remain for, but also increases the $(aura) usage of the shift.$(br)Additionally, when the weather is already the desired type, the $(item)Cloudshifter$() will not cease to do its work."
},
{
"type": "crafting",
"text": "Creating the $(item)Cloudshifter$()",
"recipe": "naturesaura:weather_changer"
}
]
}