-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
014777c
commit 96e6d81
Showing
1 changed file
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"Label": "2021 FlowerEvent", | ||
"SwTable": [ | ||
[ | ||
{ "SlotType": "Event1", "Name": "ナゾノクサ" }, | ||
{ "SlotType": "Event1", "Name": "ナゾノクサ" }, | ||
{ "SlotType": "Event1", "Name": "チェリンボ" }, | ||
{ "SlotType": "Event1", "Name": "ドレディア" }, | ||
{ "SlotType": "Event1", "Name": "カリキリ" }, | ||
{ "SlotType": "Event1", "Name": "キュワワー" } | ||
], | ||
[ | ||
{ "SlotType": "Event2", "Name": "ラフレシア" }, | ||
{ "SlotType": "Event2", "Name": "キレイハナ" }, | ||
{ "SlotType": "Event2", "Name": "チェリム" }, | ||
{ "SlotType": "Event2", "Name": "ドレディア" }, | ||
{ "SlotType": "Event2", "Name": "カリキリ" }, | ||
{ "SlotType": "Event2", "Name": "キュワワー" } | ||
], | ||
[ | ||
{ "SlotType": "Event3", "Name": "ラフレシア" }, | ||
{ "SlotType": "Event3", "Name": "キレイハナ" }, | ||
{ "SlotType": "Event3", "Name": "チェリム"}, | ||
{ "SlotType": "Event3", "Name": "ドレディア" }, | ||
{ "SlotType": "Event3", "Name": "ラランテス" }, | ||
{ "SlotType": "Event3", "Name": "キュワワー" } | ||
], | ||
[ | ||
{ "SlotType": "Event4", "Name": "ラフレシア" }, | ||
{ "SlotType": "Event4", "Name": "キレイハナ" }, | ||
{ "SlotType": "Event4", "Name": "チェリム"}, | ||
{ "SlotType": "Event4", "Name": "ドレディア" }, | ||
{ "SlotType": "Event4", "Name": "ラランテス" }, | ||
{ "SlotType": "Event4", "Name": "キュワワー" } | ||
], | ||
[ | ||
{ "SlotType": "Event5", "Name": "ラフレシア" }, | ||
{ "SlotType": "Event5", "Name": "ドレディア", "ForceShiny": true }, | ||
{ "SlotType": "Event5", "Name": "チェリム"}, | ||
{ "SlotType": "Event5", "Name": "ドレディア" }, | ||
{ "SlotType": "Event5", "Name": "ラランテス" }, | ||
{ "SlotType": "Event5", "Name": "キュワワー" } | ||
] | ||
], | ||
"ShTable": [ | ||
[ | ||
{ "SlotType": "Event1", "Name": "ナゾノクサ" }, | ||
{ "SlotType": "Event1", "Name": "ナゾノクサ" }, | ||
{ "SlotType": "Event1", "Name": "チェリンボ" }, | ||
{ "SlotType": "Event1", "Name": "ドレディア" }, | ||
{ "SlotType": "Event1", "Name": "カリキリ" }, | ||
{ "SlotType": "Event1", "Name": "キュワワー" } | ||
], | ||
[ | ||
{ "SlotType": "Event2", "Name": "ラフレシア" }, | ||
{ "SlotType": "Event2", "Name": "キレイハナ" }, | ||
{ "SlotType": "Event2", "Name": "チェリム" }, | ||
{ "SlotType": "Event2", "Name": "ドレディア" }, | ||
{ "SlotType": "Event2", "Name": "カリキリ" }, | ||
{ "SlotType": "Event2", "Name": "キュワワー" } | ||
], | ||
[ | ||
{ "SlotType": "Event3", "Name": "ラフレシア" }, | ||
{ "SlotType": "Event3", "Name": "キレイハナ" }, | ||
{ "SlotType": "Event3", "Name": "チェリム"}, | ||
{ "SlotType": "Event3", "Name": "ドレディア" }, | ||
{ "SlotType": "Event3", "Name": "ラランテス" }, | ||
{ "SlotType": "Event3", "Name": "キュワワー" } | ||
], | ||
[ | ||
{ "SlotType": "Event4", "Name": "ラフレシア" }, | ||
{ "SlotType": "Event4", "Name": "キレイハナ" }, | ||
{ "SlotType": "Event4", "Name": "チェリム"}, | ||
{ "SlotType": "Event4", "Name": "ドレディア" }, | ||
{ "SlotType": "Event4", "Name": "ラランテス" }, | ||
{ "SlotType": "Event4", "Name": "キュワワー" } | ||
], | ||
[ | ||
{ "SlotType": "Event5", "Name": "ラフレシア" }, | ||
{ "SlotType": "Event5", "Name": "ドレディア", "ForceShiny": true }, | ||
{ "SlotType": "Event5", "Name": "チェリム"}, | ||
{ "SlotType": "Event5", "Name": "ドレディア" }, | ||
{ "SlotType": "Event5", "Name": "ラランテス" }, | ||
{ "SlotType": "Event5", "Name": "キュワワー" } | ||
] | ||
] | ||
} |