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

17 lines
1.1 KiB
JSON

{
"name": "Effect Powder",
"icon": "naturesaura:effect_powder{effect:'naturesaura:plant_boost'}",
"category": "naturesaura:effects",
"advancement": "naturesaura:positive_imbalance",
"priority": true,
"pages": [
{
"type": "text",
"text": "$(item)Effect Powder$() is a magical substance that has two purposes: For one, it can $(thing)inhibit$() existing passive effects from happening. Additionally, some effects can only happen with it around in the first place, meaning that it also has $(thing)creational$() abilities.$(p)The powder, of course, only works on positive effects."
},
{
"type": "text",
"text": "To use it, simply placing a stack of any size down on the ground will cause it to either stop its effect or create it, depending on the type of powder used. The $(thing)range$() the effect will have in blocks is equal to the size of the stack placed down. Hitting it while it is on the ground will cause it to go back into its item form.$(p)Each effect that has an $(item)Effect Powder$() attached to it will show the recipe in its chapter."
}
]
}