|
| 1 | +{ |
| 2 | + hexvoid: { |
| 3 | + book: { |
| 4 | + patterns: { |
| 5 | + spells: { |
| 6 | + hexvoid_spells: { |
| 7 | + "": "Hexvoid Spells", |
| 8 | + save_scent: "Pushes the scent of reality at your current location to the stack.", // todo: not a spell |
| 9 | + destabilize: "Attempts to destabilize the target block. DOCUMENTATION WIP: CAN TARGET QUARTZ INFUSED STONE AND STRIATED CRYSTAL" // todo: documentation |
| 10 | + }, |
| 11 | + hexvoid_great_spells: { |
| 12 | + "": "Hexvoid Great Spells", |
| 13 | + activate_portal: "Activates the Imbued Locator Core at the given position, creating a portal medium for the specified duration in ticks. Costs 10 charged amethyst if traveling in the same dimension or 15 across dimensions, plus 1 charged amethyst per the minutes active squared." |
| 14 | + } |
| 15 | + }, |
| 16 | + }, |
| 17 | + }, |
| 18 | + tooltip: { |
| 19 | + portal_mapper: { |
| 20 | + item: "Currently storing a focus" |
| 21 | + } |
| 22 | + } |
| 23 | + }, |
| 24 | + |
| 25 | + hexcasting: { |
| 26 | + action: { |
| 27 | + "hexvoid:": { |
| 28 | + save_scent: "Save Reality Scent", |
| 29 | + activate_portal: "Activate Locator Core", |
| 30 | + destabilize: "Destabilize Block" |
| 31 | + }, |
| 32 | + |
| 33 | + // use this to add shortened versions of pattern names if the full name won't fit in the ingame book |
| 34 | + // you don't need to add an entry for every pattern - the above value will be used as a default |
| 35 | + book: { |
| 36 | + "hexvoid:": { |
| 37 | + save_scent: "Save Reality Scent", |
| 38 | + }, |
| 39 | + }, |
| 40 | + }, |
| 41 | + }, |
| 42 | + block: { |
| 43 | + hexvoid: { |
| 44 | + portal_mapper_empty: "Empty Locator Core", |
| 45 | + portal_mapper_cartographer: "Partially Imbued Locator Core (Cartographer)", |
| 46 | + portal_mapper_sniffer: "Partially Imbued Locator Core (Sniffer)", |
| 47 | + portal_mapper_full: "Imbued Locator Core", |
| 48 | + interstitial_stone: "Interstitial Stone", |
| 49 | + interstitial_cobblestone: "Interstitial Cobblestone", |
| 50 | + quartz_infused_stone: "Quartz Infused Stone", |
| 51 | + liquid_quartz: "Liquid Quartz", |
| 52 | + carnivorous_log: "Cryatofaia Log", |
| 53 | + crystal_sheen: "Striated Crystal", |
| 54 | + crystal_dull: "Drained Striated Crystal" |
| 55 | + }, |
| 56 | + }, |
| 57 | + item: { |
| 58 | + hexvoid: { |
| 59 | + liquid_quartz_bucket: "Liquid Quartz Bucket" |
| 60 | + } |
| 61 | + }, |
| 62 | + itemGroup: { |
| 63 | + hexvoid: "HexVoid" |
| 64 | + }, |
| 65 | + error: { |
| 66 | + hexvoid: { |
| 67 | + missing_iota: "stored iota in slot", |
| 68 | + invalid_iota: "Reality Scent" |
| 69 | + } |
| 70 | + }, |
| 71 | + sound: { |
| 72 | + hexvoid: { |
| 73 | + ambient: { |
| 74 | + interstitial_wastes: { |
| 75 | + loop: "Hollow Drone" |
| 76 | + } |
| 77 | + } |
| 78 | + } |
| 79 | + } |
| 80 | +} |
0 commit comments