You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"hexcasted.page.cbc": "I had been drafted by the Cannoneer's Corps to make weapons of war and, despite my hesitancy, I accepted.$(br)$(br)Project Hexcasted's final product was the $(thing)Hex Shell$() was an media-infused shell inscribed with two Hexes. The $(thing)Cannoneer's Hex$() which executes as fast as Nature would allow upon firing the shell and The $(thing)Demolitionist's Hex$() to execute on detonation.$(br)$(br)What have I done...",
"hexcasted.page.cbc_basics.shell_set_on_tick": "This pattern inscribes the $(thing)Cannoneer's Hex$() onto a $(thing)Hex Shell$() which executes as fast as Nature would allow after being fired.$(br)$(br)Experiment 10a: Targeting a Submarine - Failed, ran out of media, hit a civilian cruise ship. 2 Casualties.",
"hexcasted.page.cbc_basics.shell_set_on_detonate": "This pattern inscribes the $(thing)Demolitionist's Hex$() onto a $(thing)Hex Shell$() which executes upon the shell being detonated.$(br)$(br)Experiment 11b: Targeting a \"Doom Town\" - Failed, miscalculated trajectory, hit nearby village. 347 Rendered Inert.",
"hexcasted.page.cbc_spell.create_shell": "This pattern takes the given media and forces Nature to create a $(thing)Hex Shell$(). I pray these notes never fall into the wrong hands..."
"hexmapping.page.marker_actions.create_marker.circle": "Creates a new Circle Marker with the provided $(thing)identifier$(), $(thing)label$(), $(thing)position$(), and $(thing)radius$()",
"hexmapping.page.marker_actions.create_marker.rectangle": "Creates a new Rectangle Marker with the provided $(thing)identifier$(), $(thing)label$(), $(thing)top corner$(), and $(thing)bottom corner$()",
"hexmapping.page.marker_actions.create_marker.polygon": "Creates a new Polygon Marker with the provided $(thing)identifier$(), $(thing)label$(), and $(thing)list of positions$()",
9
+
"hexmapping.page.marker_actions.create_marker.polygon.hexical": "Creates a new Polygon Marker with the provided $(thing)identifier$(), $(thing)label$(), and $(thing)list of positions$() OR a $(thing)Hexical Mesh Entity$()",
"hexmapping.page.marker_actions.create_marker.polyline": "Creates a new Polyline Marker with the provided $(thing)identifier$(), $(thing)label$(), and $(thing)list of positions$()",
12
+
"hexmapping.page.marker_actions.create_marker.polyline.hexical": "Creates a new Polyline Marker with the provided $(thing)identifier$(), $(thing)label$(), and $(thing)list of positions$() OR a $(thing)Hexical Mesh Entity$()",
"hexmapping.page.marker_actions.create_marker.icon": "Creates a new Icon Marker with the provided $(thing)identifier$(), $(thing)label$(), $(thing)icon$(), and $(thing)position$()",
15
+
"hexcasting.action.hexmapping:set_fill_color": "Marker Fill Dist.",
16
+
"hexmapping.page.marker_actions.set_fill_color": "Sets the Fill Color of a marker, if applicable (Circle, Rectangle, and Polygon)",
17
+
"hexcasting.action.hexmapping:set_line_color": "Marker Line Dist.",
18
+
"hexmapping.page.marker_actions.set_line_color": "Sets the Line Color of a marker, if applicable (Circle, Rectangle, Polyline, and Polygon)",
19
+
"hexcasting.action.hexmapping:set_line_weight": "Marker Line Dist. II",
20
+
"hexmapping.page.marker_actions.set_line_weight": "Sets the Line Weight of a marker, if applicable (Circle, Rectangle, Polyline, and Polygon)",
"hexmapping.page.marker_spells.set_marker": "Adds the provided $(thing)marker$() to the $(thing)map$() under the provided $(thing)identifier$()$(br2)Ambit validation is done here",
27
+
"hexmapping.page.marker_spells.set_marker.mishaps": "Each $(thing)marker$() has a distinct ambit test. They are as follows:$(li)$(thing)Circle Marker$() has its center position tested, then offset in the cardinal directions by the radius and tested again$(li)$(thing)Rectangle Marker$() has both its corners tested$(li)$(thing)Polygon and Polyline Markers$() have all points tested$(li)$(thing)Icon Marker$() has its position tested",
"hexmapping.page.marker_spells.remove_marker": "Removed the marker on the $(thing)map$() under the provided $(thing)identifier$()",
30
+
31
+
"hexmapping.entry.markers": "Nature's Glass Eye",
32
+
"hexmapping.page.markers.info": "$(italic)I have made a terrifying discovery. We are being observed...$()$(br2)I first thought it was an error within my anti-scrying hexes but upon further testing, it seems something is peering into our world and using Nature itself to do so. $(br2)This cannot stand...",
33
+
"hexmapping.page.markers.info.extra": "I have started testing the limits of their perception.$(br2)Utilizing a $(thing)Map$(), I have found a way to alter their perception by inscribing various $(thing)Markers$() onto Nature's very own eyes.$(br2)$(italic)I fear my actions may have drawn more observers... I hope I am wrong...$(br2)$(br) $(bold)THEY SEE ME$()$(br2) $(italic)they see you, $(#ff0000)$(playername)",
34
+
"hexmapping.page.markers.missing": "Oh, huh... Seems you are missing any map mod that we have integration for...$(br2)Here are the existing integrations:$(li)$(l:https://modrinth.com/plugin/bluemap)Bluemap$(/l)$(li)$(l:https://modrinth.com/plugin/dynmap)Dynmap$(/l)$(li)$(l:https://modrinth.com/plugin/pl3xmap)Pl3xmap$(/l)$(li)$(l:https://modrinth.com/plugin/squaremap)Squaremap$(/l)",
"hexweb.mishap.invalid_json_key": "The \"%s\" key is not present within the JsonIota!",
5
+
"hexweb.mishap.cannot_json": "The %s iota has no direct Json translation!",
6
+
"hexweb.mishap.too_early": "You tried accessing a HTTP response before it arrived!",
7
+
"hexweb.mishap.blacklist_url": "This URL is blacklisted! Attempted: %s",
8
+
"hexcasting.mishap.invalid_value.class.json": "a json object",
9
+
"hexcasting.mishap.invalid_value.class.response": "a HTTP response",
10
+
11
+
"hexweb.entry.json_patterns": "JSON Patterns",
12
+
"hexweb.page.json_patterns.entry": "These patterns were taken from a series of notes scrawled on the walls of the room of a Douglas Crockford shortly before their disappearence.$(br)$(br)They describe ways of creating and manipulating a dictionary-like object which uses Strings for keys and a select range of iotas as values. I wonder what the practical applications are...",
"hexweb.page.json_patterns.parse_json": "Turns the given String into a JSON object. If it cannot be parsed into a JSON object itself, a wrapper JSON object will be created.",
"hexweb.page.json_patterns.set_element": "Sets the given iota at the given key. Setting a Garbage iota removes the key.",
23
+
24
+
"hexweb.entry.http_spells": "HTTP Spells",
25
+
"hexweb.page.http_spells.entry": "While pondering the depths of one's mind, Sir Bernes-Lee caught a glimpse into another universe. With this view fresh in his mind, he quickly conjured a JSON object, imbued it with information, and sent it hurdling into the other universe.$(br)$(br)These are the patterns recovered after Berners-Lee was found dead having received enough information back to fry his mind.",
26
+
"hexcasting.action.hexweb:request": "Request",
27
+
"hexweb.page.http_spells.request": "Sends an HTTP request made of the given data, method, and headers to the provided URL.$(br2)The Response is truthy if a response is received.",
0 commit comments