-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added book page for day/night rituals
- Loading branch information
1 parent
47be13a
commit 2b7a6b9
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...ism/patchouli_books/dictionary_of_spirits/en_us/entries/rituals/summoning/time_magic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "Time Magic", | ||
"icon": "minecraft:clock", | ||
"category": "rituals/summoning", | ||
"sortnum": 31, | ||
"pages": [ | ||
{ | ||
"type": "text", | ||
"text": "Time magic is limited in scope, it cannot send the magician back or forth in time, but rather allows to change time time of day. This is especially useful for rituals or other tasks requiring day or nighttime specifically." | ||
}, | ||
{ | ||
"type": "summoning", | ||
"heading": "Summoning of Dawn", | ||
"pentacle": "$(l:pentacles/summon_djinni)Ophyx' Calling$(/l)", | ||
"activation_item": "occultism:book_of_binding_bound_djinni", | ||
"ingredients": "$(li)1x $(item)Torch $()$(li)1x $(item)Any Sapling $()$(li)1x $(item)Wheat $()$(li)1x $(item)Any Yellow Dye $()" | ||
}, | ||
{ | ||
"type": "summoning", | ||
"heading": "Summoning of Dusk", | ||
"pentacle": "$(l:pentacles/summon_djinni)Ophyx' Calling$(/l)", | ||
"activation_item": "occultism:book_of_binding_bound_djinni", | ||
"ingredients": "$(li)1x $(item)Any Bed $()$(li)1x $(item)Rotten Flesh $()$(li)1x $(item)Bone $()$(li)1x $(item)Any Black Dye $()" | ||
}, | ||
{ | ||
"type": "empty", | ||
"draw_filler": false | ||
} | ||
] | ||
} | ||
|