From 67be7e1f207eb6be3e461e65a3f3fd78c7d0bc66 Mon Sep 17 00:00:00 2001 From: Lapis-LJA Date: Sun, 24 May 2026 11:16:24 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=AC=E6=98=8E=E6=96=87=E3=81=AE"HP"?= =?UTF-8?q?=E3=82=92"=E4=BD=93=E5=8A=9B"=E3=81=AB=E4=B8=80=E6=8B=AC?= =?UTF-8?q?=E7=BD=AE=E6=8F=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../asset/functions/artifact/0139.soma/give/2.give.mcfunction | 2 +- .../functions/artifact/0140.hi_soma/give/2.give.mcfunction | 2 +- .../functions/artifact/0141.aure_soma/give/2.give.mcfunction | 2 +- .../functions/artifact/0142.mystica_soma/give/2.give.mcfunction | 2 +- .../asset/functions/artifact/0143.nectar/give/2.give.mcfunction | 2 +- .../functions/artifact/0144.hi_nectar/give/2.give.mcfunction | 2 +- .../functions/artifact/0145.aure_nectar/give/2.give.mcfunction | 2 +- .../artifact/0146.mystica_nectar/give/2.give.mcfunction | 2 +- .../artifact/0185.increased_cookie/give/2.give.mcfunction | 2 +- .../functions/artifact/0522.humanism/give/2.give.mcfunction | 2 +- .../functions/artifact/0797.heartbleed/give/2.give.mcfunction | 2 +- .../artifact/1141.bell_of_courage/give/2.give.mcfunction | 2 +- .../functions/artifact/1166.airlift/give/2.give.mcfunction | 2 +- .../artifact/1207.quadrainbow_icequality/give/2.give.mcfunction | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Asset/data/asset/functions/artifact/0139.soma/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0139.soma/give/2.give.mcfunction index f8182db35cf..e860509edc3 100644 --- a/Asset/data/asset/functions/artifact/0139.soma/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0139.soma/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"ソーマ","color":"aqua"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"HPを6、MPを30回復する"}'] + data modify storage asset:artifact Lore set value ['{"text":"体力を6、MPを30回復する"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0140.hi_soma/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0140.hi_soma/give/2.give.mcfunction index fcaae680a29..1a9a7228feb 100644 --- a/Asset/data/asset/functions/artifact/0140.hi_soma/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0140.hi_soma/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"ハイソーマ","color":"aqua"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"HPを15、MPを75回復する"}'] + data modify storage asset:artifact Lore set value ['{"text":"体力を15、MPを75回復する"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0141.aure_soma/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0141.aure_soma/give/2.give.mcfunction index 8029e6d3070..15708ff1b9c 100644 --- a/Asset/data/asset/functions/artifact/0141.aure_soma/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0141.aure_soma/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"アウレソーマ","color":"aqua"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"HPを18%、MPを32%回復する"}'] + data modify storage asset:artifact Lore set value ['{"text":"体力を18%、MPを32%回復する"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0142.mystica_soma/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0142.mystica_soma/give/2.give.mcfunction index 859b29cc127..3e3c8ef5805 100644 --- a/Asset/data/asset/functions/artifact/0142.mystica_soma/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0142.mystica_soma/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"ミスティカソーマ","color":"aqua"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"HPを40%、MPを55%回復する"}'] + data modify storage asset:artifact Lore set value ['{"text":"体力を40%、MPを55%回復する"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0143.nectar/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0143.nectar/give/2.give.mcfunction index 03a872650a0..dfaaf686ac4 100644 --- a/Asset/data/asset/functions/artifact/0143.nectar/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0143.nectar/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"ネクター","color":"red"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"HPを8回復する"}'] + data modify storage asset:artifact Lore set value ['{"text":"体力を8回復する"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0144.hi_nectar/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0144.hi_nectar/give/2.give.mcfunction index b3bfef1fc6d..caff1686664 100644 --- a/Asset/data/asset/functions/artifact/0144.hi_nectar/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0144.hi_nectar/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"ハイネクター","color":"red"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"HPを20回復する"}'] + data modify storage asset:artifact Lore set value ['{"text":"体力を20回復する"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0145.aure_nectar/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0145.aure_nectar/give/2.give.mcfunction index a3e74f39a41..2b87885a73b 100644 --- a/Asset/data/asset/functions/artifact/0145.aure_nectar/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0145.aure_nectar/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"アウレネクター","color":"red"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"HPを23%回復する"}'] + data modify storage asset:artifact Lore set value ['{"text":"体力を23%回復する"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0146.mystica_nectar/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0146.mystica_nectar/give/2.give.mcfunction index 52447940082..8d39644695c 100644 --- a/Asset/data/asset/functions/artifact/0146.mystica_nectar/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0146.mystica_nectar/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"ミスティカネクター","color":"red"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"HPを50%回復する"}'] + data modify storage asset:artifact Lore set value ['{"text":"体力を50%回復する"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0185.increased_cookie/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0185.increased_cookie/give/2.give.mcfunction index 51face58b99..f5605e051ed 100644 --- a/Asset/data/asset/functions/artifact/0185.increased_cookie/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0185.increased_cookie/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '[{"text":"増えたクッキー","color":"gold"}]' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"失ったHPの5%分回復する","color":"white"}','{"text":"ちょっと不思議なだけのクッキー","color":"gray"}'] + data modify storage asset:artifact Lore set value ['{"text":"失った体力の5%分回復する","color":"white"}','{"text":"ちょっと不思議なだけのクッキー","color":"gray"}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0522.humanism/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0522.humanism/give/2.give.mcfunction index e6fdffa83e1..c49000ead60 100644 --- a/Asset/data/asset/functions/artifact/0522.humanism/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0522.humanism/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '[{"text":"人","color":"yellow"},{"text":"が","color":"white"},{"text":"人","color":"dark_red"},{"text":"であるために","color":"white"}]' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['[{"text":"全てのプレイヤーについて","color":"white"},{"text":"失ったHPの40%を回復","color":"light_purple"},{"text":"し、","color":"white"}]','[{"text":"全てのプレイヤーの","color":"white"},{"text":"MPを100回復","color":"dark_purple"},{"text":"する。","color":"white"}]','{"text":"さらに、全てのプレイヤーの","color":"white"}','[{"text":"周囲の敵全てに","color":"white"},{"text":"ダメージ","color":"red"},{"text":"を与える。","color":"white"}]'] + data modify storage asset:artifact Lore set value ['[{"text":"全てのプレイヤーについて","color":"white"},{"text":"失った体力の40%を回復","color":"light_purple"},{"text":"し、","color":"white"}]','[{"text":"全てのプレイヤーの","color":"white"},{"text":"MPを100回復","color":"dark_purple"},{"text":"する。","color":"white"}]','{"text":"さらに、全てのプレイヤーの","color":"white"}','[{"text":"周囲の敵全てに","color":"white"},{"text":"ダメージ","color":"red"},{"text":"を与える。","color":"white"}]'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value # data modify storage asset:artifact ConsumeItem.Count set value diff --git a/Asset/data/asset/functions/artifact/0797.heartbleed/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0797.heartbleed/give/2.give.mcfunction index 417c11c95ac..f57f89d2741 100644 --- a/Asset/data/asset/functions/artifact/0797.heartbleed/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0797.heartbleed/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"Heartbleed","color":"dark_red"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"前方半径5m以内の敵の内部を魔力で","color":"white"}','{"text":"切断しダメージと出血を与える。","color":"white"}','{"text":"出血の効果時間は自分の現在HPが少ないほど長くなる。(最大5秒)","color":"white"}','{"text":"出血は敵に0.3秒ごとに45ダメージを与える。","color":"white"}','[{"text":"Message: ","color":"red"},{"text":"0x18 0x0302 0x0003 0x01 0x4000","color":"red","italic":true}]'] + data modify storage asset:artifact Lore set value ['{"text":"前方半径5m以内の敵の内部を魔力で","color":"white"}','{"text":"切断しダメージと出血を与える。","color":"white"}','{"text":"出血の効果時間は自分の現在体力が少ないほど長くなる。(最大5秒)","color":"white"}','{"text":"出血は敵に0.3秒ごとに45ダメージを与える。","color":"white"}','[{"text":"Message: ","color":"red"},{"text":"0x18 0x0302 0x0003 0x01 0x4000","color":"red","italic":true}]'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value '{"translate":"item.minecraft.stick"}' # data modify storage asset:artifact ConsumeItem.Count set value 1 diff --git a/Asset/data/asset/functions/artifact/1141.bell_of_courage/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/1141.bell_of_courage/give/2.give.mcfunction index 2ebf8c4d5d7..fa5dceef120 100644 --- a/Asset/data/asset/functions/artifact/1141.bell_of_courage/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/1141.bell_of_courage/give/2.give.mcfunction @@ -27,7 +27,7 @@ # 効果が重複可能か否か (boolean) (オプション) # data modify storage asset:artifact EnableDuplication set value # 神器の発動条件 (TextComponentString) (オプション) - data modify storage asset:artifact Condition set value '{"text":"HPが60%以下"}' + data modify storage asset:artifact Condition set value '{"text":"体力が60%以下"}' # 攻撃に関する情報 -Damage量 (literal[]/literal) Wikiを参照 (オプション) # data modify storage asset:artifact AttackInfo.Damage set value [0,0] # 攻撃に関する情報 -攻撃タイプ (string[]) Wikiを参照 (オプション) diff --git a/Asset/data/asset/functions/artifact/1166.airlift/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/1166.airlift/give/2.give.mcfunction index df2f03c600e..8d5235f721f 100644 --- a/Asset/data/asset/functions/artifact/1166.airlift/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/1166.airlift/give/2.give.mcfunction @@ -15,7 +15,7 @@ # 神器の名前 (TextComponentString) data modify storage asset:artifact Name set value '{"text":"ルフトブリュッケ","color":"white"}' # 神器の説明文 (TextComponentString[]) - data modify storage asset:artifact Lore set value ['{"text":"輸送機が敵と対峙したプレイヤーに支援を与える。"}','{"text":"着陸地点周囲のプレイヤーのHPを最大HPの50%回復し、"}','{"text":"さらに支援物資をドロップする。"}','{"text":"時が経ち、その翼は死の代わりに生を運んだ。","color":"gray","italic":true}'] + data modify storage asset:artifact Lore set value ['{"text":"輸送機が敵と対峙したプレイヤーに支援を与える。"}','{"text":"着陸地点周囲のプレイヤーの体力を最大体力の50%回復し、"}','{"text":"さらに支援物資をドロップする。"}','{"text":"時が経ち、その翼は死の代わりに生を運んだ。","color":"gray","italic":true}'] # 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション) # data modify storage asset:artifact ConsumeItem.Item set value '{"translate":"item.minecraft.stick"}' # data modify storage asset:artifact ConsumeItem.Count set value 1 diff --git a/Asset/data/asset/functions/artifact/1207.quadrainbow_icequality/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/1207.quadrainbow_icequality/give/2.give.mcfunction index 74419b4edd2..ad17ccec3fd 100644 --- a/Asset/data/asset/functions/artifact/1207.quadrainbow_icequality/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/1207.quadrainbow_icequality/give/2.give.mcfunction @@ -27,7 +27,7 @@ # 神器のトリガー (string) Wikiを参照 data modify storage asset:artifact Trigger set value "onClick" # 神器の発動条件 (TextComponentString) (オプション) - data modify storage asset:artifact Condition set value '[{"text":"HP[%]","color":"white"},{"text":"\\u0002","font":"space"},{"text":"≦","color":"white"},{"text":"\\u0002","font":"space"},{"text":"-0.012*MP[%]^2+130を満たす","color":"white"}]' + data modify storage asset:artifact Condition set value '[{"text":"体力[%]","color":"white"},{"text":"\\u0002","font":"space"},{"text":"≦","color":"white"},{"text":"\\u0002","font":"space"},{"text":"-0.012*MP[%]^2+130を満たす","color":"white"}]' # 攻撃に関する情報 -Damage量 (literal[]/literal) Wikiを参照 (オプション) data modify storage asset:artifact AttackInfo.Damage set value [220] # 攻撃に関する情報 -攻撃タイプ (string[]) Wikiを参照 (オプション)