|
| 1 | +{ |
| 2 | + hexxyplanes: { |
| 3 | + book: { |
| 4 | + patterns: { |
| 5 | + spells: { |
| 6 | + "hexplane": { |
| 7 | + "": "Hexplanes", |
| 8 | + get_plane: "Retrieves an iota representing my hexplane.", |
| 9 | + enter_plane: { |
| 10 | + "1": "Sends the target to the provided hexplane. Costs 2 \ |
| 11 | + charged amethyst if the target is not already in a hexplane, \ |
| 12 | + and 5 dust otherwise.", |
| 13 | + "2": "Upon entering a plane, the two blocks on the spawn point are \ |
| 14 | + broken, as if by a player, and any fragile blocks $(l)are not \ |
| 15 | + dropped./$ The spawn point is signified by a purple tinted version \ |
| 16 | + of the blocks that make up the walls." |
| 17 | + }, |
| 18 | + plane_pos: "Gets the spawn position within this plane as a vector.", |
| 19 | + plane_banish: { |
| 20 | + "1": "Forces the target out of the hexplane, costing 5 shards \ |
| 21 | + if used on something other than myself, and being free otherwise. \ |
| 22 | + Mishaps if not currently in a hexplane.", |
| 23 | + "2": "If the target is a player, they are sent to their hexplane exit. \ |
| 24 | + If the target is any other entity, they are sent to my hexplane exit. \ |
| 25 | + The exit can be set using $(l:patterns/spells/hexplane#hexxyplanes:plane_exit)\ |
| 26 | + $(action)Planar Marking/$." |
| 27 | + }, |
| 28 | + plane_exit: { |
| 29 | + "1": "Marks the target location as my exit for the hexplane, \ |
| 30 | + causing me to be sent there upon using $(l:patterns/spells/hexplane\ |
| 31 | + #hexxyplanes:plane_banish)$(action)Planar Expulsion/$ on myself.", |
| 32 | + "2": "Non-player entities will be sent here when using \ |
| 33 | + $(l:patterns/spells/hexplane#hexxyplanes:plane_banish)$(action)Planar \ |
| 34 | + Expulsion/$. Mishaps if the exit is within a hexplane." |
| 35 | + } |
| 36 | + } |
| 37 | + } |
| 38 | + }, |
| 39 | + info: { |
| 40 | + "hexplane": { |
| 41 | + "": "Hexplanes", |
| 42 | + "text": { |
| 43 | + "1": "Since pushing past the barrier and seeing a realm of thought, \ |
| 44 | + I wondered what else may be accessible by simply... applying some \ |
| 45 | + more pressure. After doing so I saw a reality of cubes upon cubes \ |
| 46 | + upon cubes, containers of pure white waiting for someone to inhabit \ |
| 47 | + them. I managed to devise some patterns to force my way into this \ |
| 48 | + plane, and upon following through I found myself inside one of these \ |
| 49 | + cubes.", |
| 50 | + "2": "I felt my media expand to fill the space, but it curiously \ |
| 51 | + refused to go any further than the walls that surround me. I feel as \ |
| 52 | + though I can safely assume that this area is entirely my own, although \ |
| 53 | + it doesn't seem to take kindly to remodeling, as punching the walls \ |
| 54 | + resulted in me being shunted back to reality (maybe being more careful \ |
| 55 | + would prevent this next time?). The block at the position I enter this \ |
| 56 | + plane at is oddly discoloured, convenient for keeping my heading I suppose." |
| 57 | + } |
| 58 | + } |
| 59 | + } |
| 60 | + }, |
| 61 | + tooltip: { |
| 62 | + "hexplane": "Hexplane" |
| 63 | + }, |
| 64 | + error: { |
| 65 | + bad_respawn: "Your respawn point is within the hexplane. Sending to world spawn..." |
| 66 | + } |
| 67 | + }, |
| 68 | + |
| 69 | + hexcasting: { |
| 70 | + action: { |
| 71 | + "hexxyplanes:": { |
| 72 | + get_plane: "Planar Reflection", |
| 73 | + enter_plane: "Planar Intrusion", |
| 74 | + plane_pos: "Planar Purification", |
| 75 | + plane_banish: "Planar Expulsion", |
| 76 | + plane_exit: "Planar Marking" |
| 77 | + }, |
| 78 | + |
| 79 | + // use this to add shortened versions of pattern names if the full name won't fit in the ingame book |
| 80 | + // you don't need to add an entry for every pattern - the above value will be used as a default |
| 81 | + book: { |
| 82 | + }, |
| 83 | + }, |
| 84 | + mishap: { |
| 85 | + not_in_hexplane: "Must be in a hexplane to cast this pattern.", |
| 86 | + invalid_value: { |
| 87 | + class: { |
| 88 | + plane: "a Hexplane" |
| 89 | + } |
| 90 | + } |
| 91 | + } |
| 92 | + }, |
| 93 | + |
| 94 | + text: { |
| 95 | + hexxyplanes: { |
| 96 | + }, |
| 97 | + |
| 98 | + "autoconfig.hexxyplanes": { |
| 99 | + title: "Hexxyplanes Config", |
| 100 | + |
| 101 | + category: { |
| 102 | + client: "Client", |
| 103 | + server: "Server", |
| 104 | + }, |
| 105 | + |
| 106 | + option: { |
| 107 | + client: { |
| 108 | + dummyClientConfigOption: { |
| 109 | + "": "Dummy Client Config Option", |
| 110 | + "@Tooltip": "This is an example of a client-side config option that accepts a boolean.", |
| 111 | + }, |
| 112 | + }, |
| 113 | + |
| 114 | + server: { |
| 115 | + dummyServerConfigOption: { |
| 116 | + "": "Dummy Server Config Option", |
| 117 | + "@Tooltip": "This is an example of a server-side config option that accepts an integer.", |
| 118 | + }, |
| 119 | + }, |
| 120 | + }, |
| 121 | + }, |
| 122 | + }, |
| 123 | +} |
0 commit comments