-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #302 from sue445/feature/wonderful_precure
Add Wonderful Precure (Cure Wonderful and Cure Friendy)
- Loading branch information
Showing
5 changed files
with
140 additions
and
8 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
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,117 @@ | ||
cure_wonderful: &cure_wonderful | ||
girl_name: cure_wonderful | ||
human_name: 犬飼こむぎ | ||
precure_name: キュアワンダフル | ||
cast_name: 長縄まりあ | ||
color: pink | ||
created_date: 2024-02-04 # episode 1 | ||
# birthday: xx/xx | ||
transform_message: |- | ||
ワンダフルパクト! | ||
プリキュア!マイエボリューション! | ||
スリー! | ||
ツー! | ||
ワン! | ||
みんな大好き素敵な世界! | ||
キュアワンダフル! | ||
いっしょに遊ぼ♪ | ||
せーの! | ||
わんだふるぷりきゅあ! | ||
# extra_names: | ||
attack_messages: | ||
- |- | ||
フレンドリータクト! | ||
ワンダフルをきみに! | ||
ワン!ワン!わ〜ん! | ||
ガルガルな心、飛んでけー!! | ||
プリキュア!フレンドリベラーレ! | ||
transform_calls: | ||
- my_evolution | ||
wonderful: | ||
<<: *cure_wonderful | ||
|
||
cure_friendy: &cure_friendy | ||
girl_name: cure_friendy | ||
human_name: 犬飼いろは | ||
precure_name: キュアフレンディ | ||
cast_name: 種崎敦美 | ||
color: purple | ||
created_date: 2024-02-11 # episode 2 | ||
# birthday: xx/xx | ||
transform_message: |- | ||
ワンダフルパクト! | ||
プリキュア!マイエボリューション! | ||
スリー! | ||
ツー! | ||
ワン! | ||
みんなの笑顔で彩る世界! | ||
キュアフレンディ! | ||
あなたの声をきかせて | ||
せーの! | ||
わんだふるぷりきゅあ! | ||
# extra_names: | ||
attack_messages: | ||
- |- | ||
フレンドリータクト! | ||
ワンダフルをきみに! | ||
ワン!ワン!わ〜ん! | ||
ガルガルな心、飛んでけー!! | ||
プリキュア!フレンドリベラーレ! | ||
transform_calls: | ||
- my_evolution | ||
friendy: | ||
<<: *cure_friendy | ||
|
||
# cure_nyammy: &cure_nyammy | ||
# girl_name: cure_nyammy | ||
# human_name: 猫屋敷ユキ | ||
# precure_name: キュアニャミー | ||
# cast_name: 松田颯水 | ||
# color: blue | ||
# # created_date: 2024-xx-xx # episode xx | ||
# # birthday: xx/xx | ||
# transform_message: |- | ||
# ワンダフルパクト! | ||
# プリキュア!マイエボリューション! | ||
# スリー! | ||
# ツー! | ||
# ワン! | ||
# 気高くかわいくきらめく世界! | ||
# キュアニャミー! | ||
# 仕方ない、構ってあげる | ||
# せーの! | ||
# わんだふるぷりきゅあ! | ||
# # extra_names: | ||
# attack_messages: | ||
# - |- | ||
# transform_calls: | ||
# - my_evolution | ||
# nyammy: | ||
# <<: *cure_nyammy | ||
# | ||
# cure_lillian: &cure_lillian | ||
# girl_name: cure_lillian | ||
# human_name: 猫屋敷まゆ | ||
# precure_name: キュアリリアン | ||
# cast_name: 上田麗奈 | ||
# color: green | ||
# # created_date: 2024-xx-xx # episode xx | ||
# # birthday: xx/xx | ||
# transform_message: |- | ||
# ワンダフルパクト! | ||
# プリキュア!マイエボリューション! | ||
# スリー! | ||
# ツー! | ||
# ワン! | ||
# 結んで紡いでつながる世界! | ||
# キュアリリアン! | ||
# こわくない、こわくない | ||
# せーの! | ||
# わんだふるぷりきゅあ! | ||
# # extra_names: | ||
# attack_messages: | ||
# - |- | ||
# transform_calls: | ||
# - my_evolution | ||
# lillian: | ||
# <<: *cure_lillian |
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
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
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 |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
:tropical_rouge, | ||
:delicious_party, | ||
:hirogaru_sky, | ||
:wonderful, | ||
] | ||
end | ||
|
||
|