From cfef4de07c9193c5cba46bfa1b4a3f952980e491 Mon Sep 17 00:00:00 2001 From: tartaric_acid Date: Tue, 12 Nov 2024 15:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE=E5=8C=85?= =?UTF-8?q?=20-=20=E4=BF=AE=E6=AD=A3=E6=AD=BB=E4=BA=A1=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=20-=20=E5=A5=B3=E4=BB=86=E7=8E=B0=E5=9C=A8=E8=83=BD=E5=A4=9F?= =?UTF-8?q?=E7=A0=B4=E5=B7=AB=E5=A6=96=E7=8E=8B=E7=9A=84=E7=9B=BE=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data/touhou_little_maid/damage_type/danmaku.json | 2 +- .../damage_type/danmaku_ender_killer.json | 2 +- .../tags/damage_type/breaks_lich_shields.json | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/data/twilightforest/tags/damage_type/breaks_lich_shields.json diff --git a/src/main/resources/data/touhou_little_maid/damage_type/danmaku.json b/src/main/resources/data/touhou_little_maid/damage_type/danmaku.json index ec8e71ca9..ebf7daa8a 100644 --- a/src/main/resources/data/touhou_little_maid/damage_type/danmaku.json +++ b/src/main/resources/data/touhou_little_maid/damage_type/danmaku.json @@ -1,5 +1,5 @@ { - "message_id": "danmaku", + "message_id": "touhou_little_maid.danmaku", "scaling": "when_caused_by_living_non_player", "exhaustion": 0.1, "effects": "hurt", diff --git a/src/main/resources/data/touhou_little_maid/damage_type/danmaku_ender_killer.json b/src/main/resources/data/touhou_little_maid/damage_type/danmaku_ender_killer.json index ec8e71ca9..ebf7daa8a 100644 --- a/src/main/resources/data/touhou_little_maid/damage_type/danmaku_ender_killer.json +++ b/src/main/resources/data/touhou_little_maid/damage_type/danmaku_ender_killer.json @@ -1,5 +1,5 @@ { - "message_id": "danmaku", + "message_id": "touhou_little_maid.danmaku", "scaling": "when_caused_by_living_non_player", "exhaustion": 0.1, "effects": "hurt", diff --git a/src/main/resources/data/twilightforest/tags/damage_type/breaks_lich_shields.json b/src/main/resources/data/twilightforest/tags/damage_type/breaks_lich_shields.json new file mode 100644 index 000000000..93c4360db --- /dev/null +++ b/src/main/resources/data/twilightforest/tags/damage_type/breaks_lich_shields.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "touhou_little_maid:danmaku", + "touhou_little_maid:danmaku_ender_killer" + ] +} \ No newline at end of file