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

21 lines
1 KiB
JSON

{
"name": "Ring of Last Chance",
"icon": "naturesaura:death_ring",
"category": "naturesaura:items",
"advancement": "naturesaura:sky_ingot",
"pages": [
{
"type": "text",
"text": "When one is stuck, as one says, between a rock and a hard place, not much can be done - sometimes, $(thing)death$() just has to be accepted as an occurence.$(p)That's what magical botanists used to think before they realized that $(thing)death itself$() could be $()averted$() using something as simple as a ring: The $(item)Ring of Last Chance$(), when placed anywhere in the user's"
},
{
"type": "text",
"text": "inventory, will prevent their death by healing them and $(thing)disappearing$() in the process, similary to the $(item)Totem of Undying$()."
},
{
"type": "crafting",
"text": "Creating the $(item)Ring of Last Chance$()$(p)$(italic)This Ring Fits perfectly",
"recipe": "naturesaura:death_ring"
}
]
}