diff --git a/projects/1.20-fabric/assets/1UNKNOWN/hexvoid/lang/en_us.flatten.json5 b/projects/1.20-fabric/assets/1UNKNOWN/hexvoid/lang/en_us.flatten.json5 new file mode 100644 index 000000000000..d81e7199b3bc --- /dev/null +++ b/projects/1.20-fabric/assets/1UNKNOWN/hexvoid/lang/en_us.flatten.json5 @@ -0,0 +1,80 @@ +{ + hexvoid: { + book: { + patterns: { + spells: { + hexvoid_spells: { + "": "Hexvoid Spells", + save_scent: "Pushes the scent of reality at your current location to the stack.", // todo: not a spell + destabilize: "Attempts to destabilize the target block. DOCUMENTATION WIP: CAN TARGET QUARTZ INFUSED STONE AND STRIATED CRYSTAL" // todo: documentation + }, + hexvoid_great_spells: { + "": "Hexvoid Great Spells", + 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." + } + }, + }, + }, + tooltip: { + portal_mapper: { + item: "Currently storing a focus" + } + } + }, + + hexcasting: { + action: { + "hexvoid:": { + save_scent: "Save Reality Scent", + activate_portal: "Activate Locator Core", + destabilize: "Destabilize Block" + }, + + // use this to add shortened versions of pattern names if the full name won't fit in the ingame book + // you don't need to add an entry for every pattern - the above value will be used as a default + book: { + "hexvoid:": { + save_scent: "Save Reality Scent", + }, + }, + }, + }, + block: { + hexvoid: { + portal_mapper_empty: "Empty Locator Core", + portal_mapper_cartographer: "Partially Imbued Locator Core (Cartographer)", + portal_mapper_sniffer: "Partially Imbued Locator Core (Sniffer)", + portal_mapper_full: "Imbued Locator Core", + interstitial_stone: "Interstitial Stone", + interstitial_cobblestone: "Interstitial Cobblestone", + quartz_infused_stone: "Quartz Infused Stone", + liquid_quartz: "Liquid Quartz", + carnivorous_log: "Cryatofaia Log", + crystal_sheen: "Striated Crystal", + crystal_dull: "Drained Striated Crystal" + }, + }, + item: { + hexvoid: { + liquid_quartz_bucket: "Liquid Quartz Bucket" + } + }, + itemGroup: { + hexvoid: "HexVoid" + }, + error: { + hexvoid: { + missing_iota: "stored iota in slot", + invalid_iota: "Reality Scent" + } + }, + sound: { + hexvoid: { + ambient: { + interstitial_wastes: { + loop: "Hollow Drone" + } + } + } + } +} diff --git a/projects/1.20-fabric/assets/1UNKNOWN/hexvoid/lang/zh_cn.flatten.json5 b/projects/1.20-fabric/assets/1UNKNOWN/hexvoid/lang/zh_cn.flatten.json5 new file mode 100644 index 000000000000..965500c50b46 --- /dev/null +++ b/projects/1.20-fabric/assets/1UNKNOWN/hexvoid/lang/zh_cn.flatten.json5 @@ -0,0 +1,80 @@ +{ + hexvoid: { + book: { + patterns: { + spells: { + hexvoid_spells: { + "": "Hexvoid 法术", + save_scent: "向栈返回你当前位置的现实气息。", // todo: not a spell + destabilize: "尝试让目标方块失稳。$(l)文档未完成:目标可为石英灌注石头和纹状晶体" // todo: documentation + }, + hexvoid_great_spells: { + "": "Hexvoid 卓越法术", + activate_portal: "激活给定位置的注能定位核心,创建能存在给定时间的传送通道,时间以刻计。在同一维度内传送消耗 10 个充能紫水晶,跨维度则消耗 15 个;同时根据存在时间额外消耗充能紫水晶,耗量等于存在分钟数的平方。" + } + }, + }, + }, + tooltip: { + portal_mapper: { + item: "当前存有一个核心" + } + } + }, + + hexcasting: { + action: { + "hexvoid:": { + save_scent: "保存现实气息", + activate_portal: "激活定位核心", + destabilize: "失稳化方块" + }, + + // use this to add shortened versions of pattern names if the full name won't fit in the ingame book + // you don't need to add an entry for every pattern - the above value will be used as a default + book: { + "hexvoid:": { + save_scent: "保存现实气息", + }, + }, + }, + }, + block: { + hexvoid: { + portal_mapper_empty: "空定位核心", + portal_mapper_cartographer: "部分注能定位核心(制图师)", + portal_mapper_sniffer: "部分注能定位核心(嗅探兽)", + portal_mapper_full: "注能定位核心", + interstitial_stone: "虚隙石头", + interstitial_cobblestone: "虚隙圆石", + quartz_infused_stone: "石英灌注石头", + liquid_quartz: "液态石英", + carnivorous_log: "噬肉原木", + crystal_sheen: "纹状晶体", + crystal_dull: "枯竭纹状晶体" + }, + }, + item: { + hexvoid: { + liquid_quartz_bucket: "液态石英桶" + } + }, + itemGroup: { + hexvoid: "HexVoid" + }, + error: { + hexvoid: { + missing_iota: "其中物品存有iota", + invalid_iota: "现实气息" + } + }, + sound: { + hexvoid: { + ambient: { + interstitial_wastes: { + loop: "空洞的嗡鸣" + } + } + } + } +}