Skip to content
Merged
Show file tree
Hide file tree
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":"dark_green"}'
# 神器の説明文 (TextComponentString[])
data modify storage asset:artifact Lore set value ['{"text":"前方に毒が塗られた矢を飛ばし","color":"white"}','{"text":"対象へ毒を5秒間付与する","color":"white"}']
data modify storage asset:artifact Lore set value ['{"text":"前方に毒が塗られた矢を飛ばし","color":"white"}','{"text":"対象に毒を5秒間付与する","color":"white"}']
# 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション)
data modify storage asset:artifact ConsumeItem.Item set value '{"translate":"item.minecraft.arrow"}'
data modify storage asset:artifact ConsumeItem.Count set value 1
Expand Down
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":"#8628BD"}'
# 神器の説明文 (TextComponentString[])
data modify storage asset:artifact Lore set value ['{"text":"前方に致死性の毒が塗られた矢を飛ばし","color":"white"}','{"text":"対象へ猛毒を5秒間付与する","color":"white"}']
data modify storage asset:artifact Lore set value ['{"text":"前方に致死性の毒が塗られた矢を飛ばし","color":"white"}','{"text":"対象に猛毒を5秒間付与する","color":"white"}']
# 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション)
data modify storage asset:artifact ConsumeItem.Item set value '{"translate":"item.minecraft.arrow"}'
data modify storage asset:artifact ConsumeItem.Count set value 1
Expand Down