Skip to content

Commit

Permalink
added book page for day/night rituals
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Mar 25, 2020
1 parent 47be13a commit 2b7a6b9
Showing 1 changed file with 31 additions and 0 deletions.
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
}
]
}

0 comments on commit 2b7a6b9

Please sign in to comment.