NaturesAura/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries/using/altar.json

38 lines
2.1 KiB
JSON
Raw Normal View History

2018-10-22 00:14:52 +02:00
{
"name": "The Natural Altar",
2018-10-22 00:14:52 +02:00
"icon": "naturesaura:nature_altar",
2018-10-25 19:23:20 +02:00
"category": "using",
"advancement": "naturesaura:aura_bottle_overworld",
2018-10-22 00:14:52 +02:00
"priority": true,
2018-12-21 13:13:01 +01:00
"turnin": "naturesaura:infused_materials",
2018-10-22 00:14:52 +02:00
"pages": [
{
"type": "text",
"text": "A rudimentary, yet effective way of collecting $(aura) early on is the $(item)Natural Altar$(). After creating the setup shown on the following page, the altar will start slowly draining $(aura) in the vicinity. However, it is not strong enough to cause major damage, making it only drain until there is none left in the area.$(br)The collected $(aura) can then be used as shown on the following pages."
},
{
"type": "multiblock",
"multiblock_id": "naturesaura:altar",
"text": "How to assemble the $(item)Natural Altar$()"
},
{
"type": "naturesaura:tree_ritual",
"text": "Creating the $(item)Natural Altar$() using the $(l:practices/tree_ritual)Ritual of the Forest$()",
"recipe": "naturesaura:nature_altar"
},
{
"type": "text",
"text": "When the $(item)Natural Altar$() has collected a sufficient amount of $(aura), it will be able to infuse items of certain materials, converting them into different, more powerful materials. To do this, simply place any material onto the altar and wait for the infusion to be completed.$(br2)The following pages list some useful materials that a botanist might frequently need."
2018-10-22 00:14:52 +02:00
},
{
"type": "naturesaura:altar",
2018-11-17 23:08:46 +01:00
"text": "Creating $(item)Infused Iron$(), a material blessed with the powers of $(aura), allowing it to be used in several magical $(thing)natural items$().$(br)Note that the same infusion is possible using the materials' block form.",
"recipe": "naturesaura:infused_iron"
},
{
"type": "naturesaura:altar",
2018-11-03 13:23:10 +01:00
"text": "Creating $(item)Infused Rock$(), an earthly material infused with $(aura).",
"recipe": "naturesaura:infused_stone"
2018-10-22 00:14:52 +02:00
}
]
}