Skip to content

Commit

Permalink
Merge pull request #201 from ChuijkYahus/main
Browse files Browse the repository at this point in the history
Update zh_cn
  • Loading branch information
Direwolf20-MC authored Oct 9, 2024
2 parents c53f7ff + 2f7b4c7 commit 5b292f6
Show file tree
Hide file tree
Showing 163 changed files with 3,305 additions and 466 deletions.
466 changes: 0 additions & 466 deletions src/generated/resources/assets/justdirethings/lang/zh_cn.json

This file was deleted.

466 changes: 466 additions & 0 deletions src/main/resources/assets/justdirethings/lang/zh_cn.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "盔甲",
"description": "每件盔甲都有许多酷炫的能力——当然,需要按步骤加工组装才行!",
"icon": "justdirethings:ferricore_chestplate",
"sortnum": 4
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "凝胶",
"description": "神奇的凝胶!没人知道它们运作的原理,但它好像不知怎的……有生命?$(br2)它似乎会吞噬某些物品,并留下些残羹冷炙。不过这些剩饭还挺有用的!",
"icon": "justdirethings:gooblock_tier1",
"sortnum": 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "物品",
"description": "还有许多其他有趣物品可供使用!",
"icon": "justdirethings:voidshift_wand[justdirethings:forge_energy=10000]",
"sortnum": 6
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "机器",
"description": "一大堆的机器——大部分专长于自动化!",
"icon": "justdirethings:blockbreakert1",
"sortnum": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "杂项",
"description": "那些不太能分入其他分类的东西!",
"icon": "justdirethings:goosoil_tier1",
"sortnum": 7
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "资源",
"description": "模组新增的各类资源",
"icon": "justdirethings:ferricore_ingot",
"sortnum": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "工具",
"description": "每件工具都有许多酷炫的能力——当然,需要按步骤加工组装才行!",
"icon": "justdirethings:ferricore_pickaxe",
"sortnum": 3
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "升级",
"description": "盔甲和工具都可加装升级,具体信息就记录在此。",
"icon": "justdirethings:upgrade_mobscanner",
"sortnum": 5
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "盔甲基础概念",
"sortnum": 0,
"category": "justdirethings:armor",
"icon": "justdirethings:ferricore_chestplate",
"pages": [
{
"type": "patchouli:text",
"text": "各品质的材料均可用于制造同种盔甲。这些盔甲均有一系列的适配$(l:justdirethings:upgrades)升级$(/l)。$(br2)可在按住 Shift 时在其提示文本中找到可用升级的列表。"
},
{
"type": "patchouli:text",
"text": "合成对应升级物品,再在锻造台中放入盔甲和升级,即可加装升级。$(br2)可用升级锻造模板提升盔甲的品质,如此会保留先前的升级。"
},
{
"type": "patchouli:text",
"text": "手持工具时 Shift 点击打开界面,再点击盔甲即可打开它们的设置。点击界面中对应升级的图标可以启用或禁用它们。$(br2)右击各能力可以修改能力的设置(若有)和键位。被动能力的键位会切换能力启用与否,触发能力的键位会激活该能力。"
},
{
"type": "patchouli:text",
"text": "“生物扫描”等触发能力可设置为右击、左击或键位激活。此系统的详细信息参见$(l:justdirethings:upgrade_basics)升级基础概念$(/l)。$(br2)盔甲可在锻造台中升级,配方参见 JEI;如此操作会保留其上升级。"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "烈焰金靴子",
"sortnum": 8,
"category": "justdirethings:armor",
"icon": "justdirethings:blazegold_boots",
"pages": [
{
"type": "patchouli:text",
"text": "烈焰金靴子对足部的防护能力较强,且自带“熔岩修补”能力。只需投入熔岩源即能修复如初。"
},
{
"type": "patchouli:crafting",
"title": "烈焰金靴子的配方",
"recipe": "justdirethings:blazegold_boots"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "烈焰金胸甲",
"sortnum": 6,
"category": "justdirethings:armor",
"icon": "justdirethings:blazegold_chestplate",
"pages": [
{
"type": "patchouli:text",
"text": "烈焰金胸甲不只防御能力超众,还拥有“熔岩修补”能力。将此胸甲投入熔岩源即可完全修复。"
},
{
"type": "patchouli:crafting",
"title": "烈焰金胸甲的配方",
"recipe": "justdirethings:blazegold_chestplate"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "烈焰金头盔",
"sortnum": 5,
"category": "justdirethings:armor",
"icon": "justdirethings:blazegold_helmet",
"pages": [
{
"type": "patchouli:text",
"text": "烈焰金头盔的防御能力在核源铁头盔之上,亦有独特的“熔岩修补”能力。将此头盔投入熔岩源即可完全修复。"
},
{
"type": "patchouli:crafting",
"title": "烈焰金头盔的配方",
"recipe": "justdirethings:blazegold_helmet"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "烈焰金护腿",
"sortnum": 7,
"category": "justdirethings:armor",
"icon": "justdirethings:blazegold_leggings",
"pages": [
{
"type": "patchouli:text",
"text": "烈焰金护腿灵活性与防御性并重。将这副护腿投入熔岩源,其上“熔岩修补”能力便可令自身恢复如初。"
},
{
"type": "patchouli:crafting",
"title": "烈焰金护腿的配方",
"recipe": "justdirethings:blazegold_leggings"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "苍穹晶靴子",
"sortnum": 12,
"category": "justdirethings:armor",
"icon": "justdirethings:celestigem_boots[justdirethings:forge_energy=10000]",
"pages": [
{
"type": "patchouli:text",
"text": "苍穹晶靴子以 FE 为能源,最多可容纳 10,000FE。为保持状态最优,可以通过$(l:justdirethings:item_pocket_generator)便携发电器$(/l)维持能量水平。"
},
{
"type": "patchouli:crafting",
"title": "苍穹晶靴子的配方",
"recipe": "justdirethings:celestigem_boots"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "苍穹晶胸甲",
"sortnum": 10,
"category": "justdirethings:armor",
"icon": "justdirethings:celestigem_chestplate[justdirethings:forge_energy=10000]",
"pages": [
{
"type": "patchouli:text",
"text": "苍穹晶胸甲的各项功能均以 FE 为基础,它最多能承载 10,000FE。推荐使用$(l:justdirethings:item_pocket_generator)便携发电器$(/l)作为辅助能源。"
},
{
"type": "patchouli:crafting",
"title": "苍穹晶胸甲的配方",
"recipe": "justdirethings:celestigem_chestplate"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "苍穹晶头盔",
"sortnum": 9,
"category": "justdirethings:armor",
"icon": "justdirethings:celestigem_helmet[justdirethings:forge_energy=10000]",
"pages": [
{
"type": "patchouli:text",
"text": "苍穹晶头盔的耐久度以 FE 为基石,最多能存储 10,000FE。$(l:justdirethings:item_pocket_generator)便携发电器$(/l)可保其能量充足。"
},
{
"type": "patchouli:crafting",
"title": "苍穹晶头盔的配方",
"recipe": "justdirethings:celestigem_helmet"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "苍穹晶护腿",
"sortnum": 11,
"category": "justdirethings:armor",
"icon": "justdirethings:celestigem_leggings[justdirethings:forge_energy=10000]",
"pages": [
{
"type": "patchouli:text",
"text": "苍穹晶护腿的能量存储上限足有 10,000FE,其耐久度因此超出寻常。随身携带$(l:justdirethings:item_pocket_generator)便携发电器$(/l),即可保持能量充沛。"
},
{
"type": "patchouli:crafting",
"title": "苍穹晶护腿的配方",
"recipe": "justdirethings:celestigem_leggings"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "蚀空合金靴子",
"sortnum": 23,
"category": "justdirethings:armor",
"icon": "justdirethings:eclipsealloy_boots[justdirethings:forge_energy=500000]",
"pages": [
{
"type": "patchouli:text",
"text": "这双高等级靴子最多可以存储 500,000FE,灵活性出众,缓冲能力也超群。配备$(l:justdirethings:item_pocket_generator)便携发电器$(/l)充能,即可保持最优状态。"
},
{
"type": "patchouli:crafting",
"title": "蚀空合金靴子的配方",
"recipe": "justdirethings:eclipsealloy_boots"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "蚀空合金胸甲",
"sortnum": 21,
"category": "justdirethings:armor",
"icon": "justdirethings:eclipsealloy_chestplate[justdirethings:forge_energy=500000]",
"pages": [
{
"type": "patchouli:text",
"text": "这套顶级的胸甲能存下 500,000FE,保护能力登峰造极。为维持最高防御效率,务必时刻配备$(l:justdirethings:item_pocket_generator)便携发电器$(/l)。"
},
{
"type": "patchouli:crafting",
"title": "蚀空合金胸甲的配方",
"recipe": "justdirethings:eclipsealloy_chestplate"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "蚀空合金头盔",
"sortnum": 20,
"category": "justdirethings:armor",
"icon": "justdirethings:eclipsealloy_helmet[justdirethings:forge_energy=500000]",
"pages": [
{
"type": "patchouli:text",
"text": "蚀空合金头盔是盔甲科技的巅峰,容量极大,足有 500,000FE。维持最佳状态即要注意维持供能,推荐使用$(l:justdirethings:item_pocket_generator)便携发电器$(/l)。"
},
{
"type": "patchouli:crafting",
"title": "蚀空合金头盔的配方",
"recipe": "justdirethings:eclipsealloy_helmet"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "蚀空合金护腿",
"sortnum": 22,
"category": "justdirethings:armor",
"icon": "justdirethings:eclipsealloy_leggings[justdirethings:forge_energy=500000]",
"pages": [
{
"type": "patchouli:text",
"text": "这副护腿正是为顶尖耐力而生,它能容纳高达 500,000FE 的能量。可以选用$(l:justdirethings:item_pocket_generator)便携发电器$(/l)保持能量水平和实际效能。"
},
{
"type": "patchouli:crafting",
"title": "蚀空合金护腿的配方",
"recipe": "justdirethings:eclipsealloy_leggings"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "核源铁靴子",
"sortnum": 4,
"category": "justdirethings:armor",
"icon": "justdirethings:ferricore_boots",
"pages": [
{
"type": "patchouli:text",
"text": "核源铁靴子专为冒险者为造,防御力和耐久度均略胜于铁靴子。它在升级后会获得多种能力,例如“跳跃提升”。"
},
{
"type": "patchouli:crafting",
"title": "核源铁靴子的配方",
"recipe": "justdirethings:ferricore_boots"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "核源铁胸甲",
"sortnum": 2,
"category": "justdirethings:armor",
"icon": "justdirethings:ferricore_chestplate",
"pages": [
{
"type": "patchouli:text",
"text": "核源铁胸甲能比普通的铁胸甲更耐用,也能提供更为坚固的防御。它还可接受特殊升级,进一步提升防御能力。"
},
{
"type": "patchouli:crafting",
"title": "核源铁胸甲的配方",
"recipe": "justdirethings:ferricore_chestplate"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "核源铁头盔",
"sortnum": 1,
"category": "justdirethings:armor",
"icon": "justdirethings:ferricore_helmet",
"pages": [
{
"type": "patchouli:text",
"text": "核源铁头盔的形制接近古代的战士头盔,能够提供基础的防护。它的防御力略强于铁头盔,且可经由升级和能力提升防护功能。"
},
{
"type": "patchouli:crafting",
"title": "核源铁头盔的配方",
"recipe": "justdirethings:ferricore_helmet"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "核源铁护腿",
"sortnum": 3,
"category": "justdirethings:armor",
"icon": "justdirethings:ferricore_leggings",
"pages": [
{
"type": "patchouli:text",
"text": "核源铁护腿的设计兼顾了舒适性和防御力,其耐久度较高,亦可通过升级加快移动速度。"
},
{
"type": "patchouli:crafting",
"title": "核源铁护腿的配方",
"recipe": "justdirethings:ferricore_leggings"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "凝胶基础概念",
"sortnum": 0,
"category": "justdirethings:goo",
"icon": "justdirethings:gooblock_tier1",
"pages": [
{
"type": "patchouli:text",
"text": "凝胶能够促进物质变形;将特定方块放在它旁边,它便会“改变”该方块。各品质的凝胶均能将方块转化成更高层级的资源,品级越高转化能力也越强。$(br2)这一系统会分阶段解锁新材料,并随之增强合成能力。"
},
{
"type": "patchouli:text",
"text": "凝胶的使用方式如下:$(br2)1. 合成一个凝胶方块,放置出来。$(br2)2. 给凝胶喂食它要求的资源,以此激活它。$(br2)3. 将有效方块毗邻激活的凝胶放置,即可开始转化。"
},
{
"type": "patchouli:text",
"text": "注意:在转化一个方块后,凝胶有 10% 的概率失活,需要再次喂食激活。失活的凝胶无法再开启转化,已在进行的转化不受影响。$(br2)更高品质凝胶可用的配方中包含低品质凝胶的配方,且加工速度更快。"
}
]
}
Loading

0 comments on commit 5b292f6

Please sign in to comment.