-
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.
Add go! princess precure, spring_carnival
- Loading branch information
Showing
6 changed files
with
72 additions
and
1 deletion.
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,49 @@ | ||
cure_flora: &cure_flora | ||
human_name: 春野はるか | ||
precure_name: キュアフローラ | ||
cast_name: 嶋村侑 | ||
color: pink | ||
created_date: 2015-02-01 # episode 1 | ||
transform_message: |- | ||
プリキュア!プリンセスエンゲージ! | ||
咲き誇る花のプリンセス!キュアフローラ! | ||
extra_names: | ||
attack_messages: | ||
- | | ||
エクスチェンジ!モードエレガント! | ||
舞え、花よ!プリキュア・フローラル・トルビヨン! | ||
transform_calls: | ||
cure_mermaid: &cure_mermaid | ||
human_name: 海藤みなみ | ||
precure_name: キュアマーメイド | ||
cast_name: 浅野真澄 | ||
color: blue | ||
created_date: 2015-02-08 # episode | ||
transform_message: |- | ||
プリキュア!プリンセスエンゲージ! | ||
澄み渡る海のプリンセス!キュアマーメイド! | ||
extra_names: | ||
attack_messages: | ||
- | | ||
transform_calls: | ||
- princess_engage | ||
cure_twinkle: &cure_twinkle | ||
human_name: 天ノ川きらら | ||
precure_name: キュアトゥインクル | ||
cast_name: 山村響 | ||
color: yellow | ||
created_date: 2015-02-15 # episode | ||
transform_message: |- | ||
プリキュア!プリンセスエンゲージ! | ||
きらめく星のプリンセス!キュアトゥインクル! | ||
extra_names: | ||
attack_messages: | ||
- | | ||
transform_calls: | ||
- princess_engage | ||
flora: | ||
<<: *cure_flora | ||
mermaid: | ||
<<: *cure_mermaid | ||
twinkle: | ||
<<: *cure_twinkle |
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
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
:ns1, | ||
:ns2, | ||
:ns3, | ||
:sc, | ||
] | ||
end | ||
|
||
|
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 |
---|---|---|
|
@@ -62,6 +62,7 @@ | |
:smile, | ||
:dokidoki, | ||
:happiness_charge, | ||
:go_princess, | ||
] | ||
end | ||
|
||
|