-
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 #66 from sue445/feature/go_princess_precure_0.2.0
Support Go! Princess Precure and Spring Carnival
- Loading branch information
Showing
8 changed files
with
109 additions
and
19 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
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,59 @@ | ||
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 2 | ||
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-22 # episode 4 | ||
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 | ||
|
||
|