Skip to content
Merged
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":"white"}'
# 神器の説明文 (TextComponentString[])
data modify storage asset:artifact Lore set value ['[{"text":"周囲20mの2名のデバフ"},{"text":"[弱]","color":"#FFDD66"},{"text":"を2つ解除する","color":"white"}]','{"text":"(自身を除くデバフが最も多いプレイヤーを優先)","color":"white"}','{"text":"純白の巫女にも喩えられる白き花","color":"gray"}','{"text":"穢れた世界でも優しい白い光を放つ","color":"gray"}']
data modify storage asset:artifact Lore set value ['[{"text":"自身と周囲20mのうち、2名のデバフ"},{"text":"[弱]","color":"#FFDD66"},{"text":"を2つ解除する","color":"white"}]','{"text":"(自身を除くデバフが最も多いプレイヤーを優先)","color":"white"}','{"text":"純白の巫女にも喩えられる白き花","color":"gray"}','{"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
Expand Down
Loading