diff --git a/scripts/ToolTips3.zs b/scripts/ToolTips3.zs index dfabfcbb..7551da89 100644 --- a/scripts/ToolTips3.zs +++ b/scripts/ToolTips3.zs @@ -133,10 +133,10 @@ import crafttweaker.item.IItemCondition; .addTooltip(format.green("可重复使用")); .addTooltip(format.red("泰拉粉碎者的等级越高,掉落物的数量就越多")); -.addTooltip(format.red("Max with Dragon Scale: 8")); -.addTooltip(format.red("Max with Eleint Scale: 12")); -.addTooltip(format.red("Max with Aspected Eleint Scale: 24")); -.addTooltip(format.red("Max with Scale of Rahk: 48")); +.addTooltip(format.red("搭配龙鳞的产出上限:8")); +.addTooltip(format.red("搭配伊莱鳞片的产出上限:12")); +.addTooltip(format.red("搭配面相伊莱鳞片的产出上限:24")); +.addTooltip(format.red("搭配Rahk鳞片的产出上限:48")); .addTooltip(format.red("使用循环装配台进行自动化"));