Skip to content

Commit 465c464

Browse files
authored
💬 [Artifact 729] 血塗られた矜持の回復量を表示するように (#1052)
1 parent b04d986 commit 465c464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Asset/data/asset/functions/artifact/0729.bloody_pride/give/2.give.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# 神器の名前 (TextComponentString)
1616
data modify storage asset:artifact Name set value '{"text":"血塗られた矜持","color":"dark_red"}'
1717
# 神器の説明文 (TextComponentString[])
18-
data modify storage asset:artifact Lore set value ['[{"text":"体力を最大体力に比例して回復する。","color":"white"}]','[{"text":"かつて誇り高き戦士がつけていた花","color":"gray"}]','[{"text":"今はもう","color":"gray"},{"text":"鮮血","color":"dark_red"},{"text":"に染まり、無垢だった色の面影はない","color":"gray"}]']
18+
data modify storage asset:artifact Lore set value ['[{"text":"体力を最大体力の1.5%","color":"white"},{"text":"\\u0002","font":"space"},{"text":"+","color":"white"},{"text":"\\u0002","font":"space"},{"text":"1回復する","color":"white"}]','[{"text":"かつて誇り高き戦士がつけていた花","color":"gray"}]','[{"text":"今はもう","color":"gray"},{"text":"鮮血","color":"dark_red"},{"text":"に染まり、無垢だった色の面影はない","color":"gray"}]']
1919
# 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション)
2020
# data modify storage asset:artifact ConsumeItem.Item set value
2121
# data modify storage asset:artifact ConsumeItem.Count set value

0 commit comments

Comments
 (0)