Update spellbook.json

This commit is contained in:
Jeuv 2022-02-05 16:12:19 +01:00 committed by GitHub
parent c68ae12c74
commit 036887dd62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{
"name": "Spellbook",
"name": "hexcasting.entry.spellbook",
"category": "hexcasting:items",
"icon": "hexcasting:spellbook",
"sortnum": 3,
@ -7,12 +7,12 @@
"pages": [
{
"type": "patchouli:text",
"text": "A $(item)Spellbook/$ is the culmination of my art-- it acts like an entire library of $(l:items/focus)$(item)Foci/$.$(br2)Each page can hold a single iota, and I can select the active page (the page that iotas are saved to and copied from) by sneak-scrolling while holding it, or simply holding it in my off-hand and scrolling while casting a _Hex."
"text": "hexcasting.page.spellbook1"
},
{
"type": "patchouli:crafting",
"recipe": "hexcasting:spellbook",
"text": "$(italic)Wizards love words. Most of them read a great deal, and indeed one strong sign of a potential wizard is the inability to get to sleep without reading something first."
"text": "hexcasting.page.spellbook2"
}
]
}