Skip to content

Commit

Permalink
Create zh_cn (#8)
Browse files Browse the repository at this point in the history
Co-Authored-By: ChuijkYahus <[email protected]>
  • Loading branch information
Cactusstudent and ChuijkYahus authored Mar 3, 2024
1 parent df3cadf commit 30e4400
Show file tree
Hide file tree
Showing 49 changed files with 739 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"modifier_id": "tinkers_things:stowing",
"text": [
{
"text": "为丝绸袋子增加9个额外物品槽。"
}
],
"more_text_space": true,
"effects": [
"无最高等级",
"每级需要1个升级槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tool": "tinkers_things:laminar_boots",
"text": [
{ "text": "层板靴子是一件防御较高的脚部防具,防御槽数量较多,但没有能力槽。" }
],
"properties": [
"355 耐久度",
"+2 护甲值",
"0.2 击退抗性",
"2 升级槽",
"5 防御槽",
"0 能力槽",
"厚积 II"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tool": "tinkers_things:laminar_chestplate",
"text": [
{ "text": "层板胸甲是一件防御较高的胸部防具,防御槽数量较多,但没有能力槽。" }
],
"properties": [
"460 耐久度",
"+7 护甲值",
"0.2 击退抗性",
"2 升级槽",
"5 防御槽",
"0 能力槽",
"厚积 II"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tool": "tinkers_things:laminar_helmet",
"text": [
{ "text": "层板头盔是一件防御较高的头部防具,防御槽数量较多,但没有能力槽。" }
],
"properties": [
"285 耐久度",
"+2 护甲值",
"0.2 击退抗性",
"2 升级槽",
"5 防御槽",
"0 能力槽",
"厚积 II"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tool": "tinkers_things:laminar_leggings",
"text": [
{ "text": "层板护腿是一件防御较高的腿部防具,防御槽数量较多,但没有能力槽。" }
],
"properties": [
"425 耐久度",
"+5 护甲值",
"0.2 击退抗性",
"2 升级槽",
"5 防御槽",
"0 能力槽",
"厚积 II"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"tool": "tinkers_things:laminar_shield",
"text": [
{ "text": "层板盾牌是一种高防御力的盾牌,防御力量强大,但格挡时移动速度会降低。" }
],
"properties": [
"500 耐久度",
"20 格挡值",
"130° 格挡角度",
"50% 格挡时移速",
"2 升级槽",
"5 防御槽",
"0 能力槽",
"厚积 II"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tool": "tinkers_things:makeshift_chestplate",
"text": [
{ "text": "简易胸甲是一件防御较低的廉价胸部防具。是制作高阶胸甲之路的铺路石。" }
],
"properties": [
"60 耐久度",
"+3 护甲值",
"2 升级槽",
"1 防御槽",
"0 能力槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tool": "tinkers_things:makeshift_helmet",
"text": [
{ "text": "简易头盔是一件防御较低的廉价头部防具。是制作高阶头盔之路的铺路石。" }
],
"properties": [
"45 耐久度",
"+1 护甲值",
"2 升级槽",
"1 防御槽",
"0 能力槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"modifier_id": "tconstruct:overgrowth",
"text": [
{
"text": "每级每秒黏液覆层再生概率+5%。"
}
],
"more_text_space": true,
"effects": [
"仅在“层板”系列防具上生效",
"每级需要1个防御槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"modifier_id": "tconstruct:enhanced",
"text": [
{
"text": "为工匠凿子增加1个升级槽"
}
],
"more_text_space": true,
"effects": [
"单次使用",
"无需槽位",
"需要“固化”作为前置"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tool": "tinkers_things:halberd",
"text": [
{ "text": "戟是一种远距武器,专为强力打击远处目标而设计。" }
],
"properties": [
"+5 攻击伤害",
"125% 攻击系数",
"0.8 攻击速度",
"225% 耐久系数",
"远距"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tool": "tinkers_things:blowpipe",
"text": [
{ "text": "吹箭筒是一种迅捷远程武器,高精确度但初速度较低。" },
{ "text": "吹箭筒并不是提高了箭矢速度,而是拥有许多独一无二的强化来为箭矢添加药水效果。", "paragraph": true }
],
"properties": [
"2.0 拉弓速度",
"0.5 初速度",
"0.9 精确度",
"140 耐久度",
"-0.5 弹射物力量"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"tool": "tinkers_things:chisel",
"text": [
{ "text": "工匠凿子是游戏早期的采掘工具,可以在不用制造全套匠魂工作方块的情况下采掘石头。" },
{ "text": "工匠凿子可以通过几个独特的强化升级它的属性,并且可以替换采掘的方块。", "paragraph": true }
],
"properties": [
"3 挖掘速度",
"挖掘等级为“石头”",
"+1 攻击伤害",
"75% 攻击系数",
"1.75 攻击速度",
"100 耐久度",
"75% 耐久系数",
"置换"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tool": "tinkers_things:shortbow",
"text": [
{ "text": "短弓是一种轻量级的弓,它没有长弓那样的力量和精确度,但却能在移动中轻松拉开。" },
{ "text": "当加持交互强化时,左键点击短弓蓄力发射。", "paragraph": true }
],
"properties": [
"1.0 攻击速度",
"1.0 拉弓速度",
"80% 初速度",
"0.6 精确度",
"+120 耐久度"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"tool": "tinkers_things:shovel",
"text": [
{ "text": "锹是一种基础挖掘工具,能将怪物击飞,并且有更多的升级槽位。" }
],
"properties": [
"+1.5 攻击伤害",
"1.0 攻击速度",
"击退 I",
"铺路"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"tool": "tinkers_things:amethyst_staff",
"text": [
{ "text": "紫水晶手杖是一种高度定制化的手杖。" }
],
"properties": [
"2 升级槽",
"2 能力槽",
"多种杖柄"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"tool": "tinkers_things:sack",
"text": [
{ "text": "丝绸袋子可以存储物品,最多容纳9组物品。存储物品的数量可以通过加持“口袋”和“装载”增加。同时它也可以染成你喜欢的颜色来方便区分。" }
],
"properties": [
"0 升级槽",
"0 能力槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"modifier_id": "tinkers_things:fortified",
"text": [
{
"text": "工匠凿子耐久度+150,挖掘速度+1,挖掘等级提升至“铁”。"
},
{
"text": "工匠凿子可以用铜进行修复,燧石依旧可以。", "paragraph": true
}
],
"more_text_space": true,
"effects": [
"单次使用",
"需要1个升级槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"modifier_id": "tinkers_things:pouch",
"text": [
{
"text": "为丝绸袋子增加3个物品槽"
}
],
"more_text_space": true,
"effects": [
"无最高等级",
"每级需要1个升级槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"modifier_id": "tconstruct:sticky",
"text": [
{
"text": "弹射物可对目标造成1.5秒的缓慢效果(每级+1秒)。"
}
],
"more_text_space": true,
"tool_filter": "tconstruct:modifiable/ranged",
"effects": [
"可以逐级强化",
"最高4级",
"每级需要1个升级槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"modifier_id": "tinkers_things:blinding",
"text": [
{
"text": "弹射物可对目标造成3秒的缓慢效果(每级+2秒)。"
}
],
"more_text_space": true,
"effects": [
"可以逐级强化",
"最高3级",
"每级需要1个升级槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"modifier_id": "tinkers_things:tracing",
"text": [
{
"text": "弹射物可对目标造成2秒的发光效果(每级+3秒)。"
}
],
"more_text_space": true,
"effects": [
"可以逐级强化",
"最高5级",
"每级需要1个升级槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"modifier_id": "tinkers_things:venom",
"text": [
{
"text": "弹射物可对目标造成5秒的中毒效果(每级+2.5秒)。每隔1级强化等级,药水效果提升1级。"
}
],
"more_text_space": true,
"effects": [
"可以逐级强化",
"最高5级",
"每级需要1个升级槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"modifier_id": "tinkers_things:weakness",
"text": [
{
"text": "弹射物可对目标造成3秒的虚弱效果(每级+3秒)。"
}
],
"more_text_space": true,
"effects": [
"可以逐级强化",
"最高4级",
"每级需要1个升级槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tool": "tinkers_things:makeshift_chestplate",
"text": [
{ "text": "简单的胸部防具,提供适中的保护。直到你有足够的材料制作更好的盔甲。" }
],
"properties": [
"低耐久度",
"低护甲值",
"2 升级槽",
"1 防御槽",
"0 能力槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tool": "tinkers_things:makeshift_helmet",
"text": [
{ "text": "简单的头部防具,能与其他早期头盔媲美。" }
],
"properties": [
"低耐久度",
"低护甲值",
"2 升级槽",
"1 防御槽",
"0 能力槽"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"tool": "tinkers_things:blowpipe",
"text": [
{ "text": "额,我膝盖上的箭沾满了口水。" }
],
"properties": [
"高精确度,高拉弓速度",
"低精确度,低伤害",
"可以发射药水箭"
]
}
Loading

0 comments on commit 30e4400

Please sign in to comment.