Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# 神器の名前 (TextComponentString)
data modify storage asset:artifact Name set value '{"text":"火走り","color":"#DB1212","bold":true,"italic":true}'
# 神器の説明文 (TextComponentString[])
data modify storage asset:artifact Lore set value ['{"text":"使用時、足元が燃え、30秒の間"}','{"text":"移動速度+10%、火攻撃+20%、火耐性+20%を得るが"}','{"text":"水攻撃と雷攻撃を-100%する"}','{"text":"もう止まらんよ、流れ出したエネルギーと同じだ","color":"gray"}']
data modify storage asset:artifact Lore set value ['{"text":"使用時、足元が燃え、30秒の間"}','{"text":"移動速度+10%、火攻撃+20%、火耐性+20%を得るが"}','{"text":"水攻撃と雷攻撃を-100%する"}','{"text":"もう止まらんよ、流れ始めたエネルギーと同じだ","color":"gray"}']
# 消費アイテム ({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
Expand Down
Loading