Skip to content

Commit

Permalink
Document Alt texture items (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma-delta authored Sep 9, 2024
2 parents 6ca0105 + 6fd0a37 commit 9f0d5e8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@
bonemeal: "Overgrow",
edify: "Edify Sapling",
colorize: "Internalize Pigment",
cycle_variant: "Caster's Glamour",

"sentinel/": {
create: "Summon Sentinel",
Expand Down Expand Up @@ -1868,7 +1869,9 @@
},

colorize: "I must be holding a $(l:items/pigments)$(item)Pigment/$ in my other hand to cast this spell. When I do, it will consume the dye and permanently change my mind's coloration (at least, until I cast the spell again). Costs about one $(l:items/amethyst)$(item)Amethyst Dust/$.",


cycle_variant: "Certain items I create seem oddly receptive to the influence of _media. By holding a $(l:items/hexcasting)$(item)Cypher/$, $(l:items/hexcasting)$(item)Trinket/$, $(l:items/hexcasting)$(item)Artifact/$, $(l:items/focus)$(item)Focus/$, or $(l:items/spellbook)$(item)Spellbook/$ in my other hand, I can use this spell to change the appearance of the item. Costs about one $(l:items/amethyst)$(item)Amethyst Dust/$.",

flights: {
"1": "Although it seems that true, limitless flight is out of my grasp, I have nonetheless found some methods of holding one in the sky, each with their respective drawbacks.$(br2)All forms produce a shimmer of excess _media; as the spell gets closer to ending, the sparks are shot through with more red and black.",
"2": "Other forms of flight do exist, of course. For example, a combination of $(l:patterns/spells/basic#hexcasting:add_motion)$(action)Impulse/$ and $(l:patterns/spells/nadirs#hexcasting:potion/levitation)$(action)Blue Sun's Nadir/$ has been used since antiquity for a flight of sorts.$(br2)I've also heard tell of a thin membrane worn on the back that allows the ability to glide. From my research, I believe the Great spell $(l:patterns/great_spells/altiora)$(action)Altiora/$ may be used to mimic it.",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "hexcasting.action.hexcasting:cycle_variant",
"category": "hexcasting:patterns/spells",
"icon": "minecraft:smithing_table",
"sortnum": 6,
"advancement": "hexcasting:root",
"read_by_default": true,
"pages": [
{
"type": "hexcasting:pattern",
"op_id": "hexcasting:cycle_variant",
"anchor": "hexcasting:cycle_variant",
"input": "",
"output": "",
"text": "hexcasting.page.cycle_variant"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "hexcasting:patterns/spells",
"icon": "minecraft:feather",
"advancement": "hexcasting:root",
"sortnum": 6,
"sortnum": 7,
"read_by_default": true,
"pages": [
"hexcasting.page.flights.1",
Expand Down

0 comments on commit 9f0d5e8

Please sign in to comment.