From 4c18f7124a1448d448c392eeed959f4587b47927 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:02:30 +0800 Subject: [PATCH 1/2] Ars Scalaes --- .../1.19/assets/ars-scalaes/ars_scalaes/lang/en_us.json | 6 ++++-- .../1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/en_us.json b/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/en_us.json index e92091a93a74..bd7ba57513db 100644 --- a/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/en_us.json +++ b/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/en_us.json @@ -72,7 +72,7 @@ "ars_scalaes.glyph_name.glyph_resize": "Resize", "ars_scalaes.glyph_name.glyph_shrink": "Shrink", "ars_scalaes.glyph_name.glyph_morph": "Morph", - "ars_scalaes.glyph_desc.glyph_morph": "Morphs into the entity hit. Use on self to break the morph. Requires Identity.", + "ars_scalaes.glyph_desc.glyph_morph": "Morphs into the entity hit. Use on self to break the morph or hold a containment jar in the offhand to morph into the mob trapped. Requires Identity.", "ars_scalaes.glyph_name.glyph_soul_shatter": "Soul Shatter", "ars_scalaes.glyph_desc.glyph_soul_shatter": "Shatter the enemy soul, damaging it with the chance of releasing the spirits inside.", "effect.ars_scalaes.resize": "Resized", @@ -83,7 +83,9 @@ "item.ars_scalaes.magebloom_brush": "Magebloom Broom Brush", "item.ars_scalaes.wet_magebloom_brush": "Wet Magebloom Broom Brush", "tooltip.ars_scalaes.magebloom_brush": "Might recharge itself with the mana of the rider", - + "item.ars_scalaes.immersive_warp_scroll": "Infused Warp Scroll", + "item.ars_scalaes.immersive_stabilized_warp_scroll": "Infused Stable Warp Scroll", + "ars_scalaes.immersive_warp_scroll.desc": "Warp Scrolls infused with source. It can be used to create immersive portals without the need of a source jar nearby if Immersive Portals is installed, but they can't be used to teleport directly or form classic portals.", "power.ars_scalaes..name": "", "power.ars_scalaes..description": "", "power.ars_scalaes.source_loved.name": "Blessing of the Source", diff --git a/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json b/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json index 16e0ab3786c1..dbec5d8d4a76 100644 --- a/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json +++ b/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json @@ -72,7 +72,7 @@ "ars_scalaes.glyph_name.glyph_resize": "尺寸调整", "ars_scalaes.glyph_name.glyph_shrink": "缩小", "ars_scalaes.glyph_name.glyph_morph": "变形", - "ars_scalaes.glyph_desc.glyph_morph": "变形为击中的实体。对自身使用以解除变形。需装有化身(Identity)。", + "ars_scalaes.glyph_desc.glyph_morph": "变形为击中的实体。对自身使用以解除变形,也可副手持有收容罐以变形为其中实体。需装有化身(Identity)。", "ars_scalaes.glyph_name.glyph_soul_shatter": "灵魂重击", "ars_scalaes.glyph_desc.glyph_soul_shatter": "击碎敌人的灵魂,损伤之并有概率释放其中精魂。", "effect.ars_scalaes.resize": "尺寸更改", @@ -83,7 +83,9 @@ "item.ars_scalaes.magebloom_brush": "法师之花扫帚尾", "item.ars_scalaes.wet_magebloom_brush": "湿的法师之花扫帚尾", "tooltip.ars_scalaes.magebloom_brush": "可能会使用骑乘者的魔力为自己充能", - + "item.ars_scalaes.immersive_warp_scroll": "灌注折跃卷轴", + "item.ars_scalaes.immersive_stabilized_warp_scroll": "稳定的灌注折跃卷轴", + "ars_scalaes.immersive_warp_scroll.desc": "灌注入魔源的折跃卷轴。若装有沉浸式传送门(Immersive Portals),则其可直接创建沉浸式传送门,而不需要附近有魔源罐。这种卷轴无法直接用于传送,也无法形成经典传送门。", "power.ars_scalaes..name": "", "power.ars_scalaes..description": "", "power.ars_scalaes.source_loved.name": "魔源之祝", From 894daa4cbc9c32b8019ad19cc9d55187a0a4055b Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:14:34 +0800 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Rinko1231 <89371859+Rinko1231@users.noreply.github.com> --- projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json b/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json index dbec5d8d4a76..74005f1c7185 100644 --- a/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json +++ b/projects/1.19/assets/ars-scalaes/ars_scalaes/lang/zh_cn.json @@ -74,7 +74,7 @@ "ars_scalaes.glyph_name.glyph_morph": "变形", "ars_scalaes.glyph_desc.glyph_morph": "变形为击中的实体。对自身使用以解除变形,也可副手持有收容罐以变形为其中实体。需装有化身(Identity)。", "ars_scalaes.glyph_name.glyph_soul_shatter": "灵魂重击", - "ars_scalaes.glyph_desc.glyph_soul_shatter": "击碎敌人的灵魂,损伤之并有概率释放其中精魂。", + "ars_scalaes.glyph_desc.glyph_soul_shatter": "击碎敌人的灵魂,对其造成伤害并有概率释放其中精魂。", "effect.ars_scalaes.resize": "尺寸更改", "effect.ars_scalaes.morph": "变形", "item.ars_scalaes.archwood_staff": "至高木法杖",