Skip to content

Commit

Permalink
Add go! princess precure, spring_carnival
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 1, 2015
1 parent 39175ab commit faa6b21
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 1 deletion.
49 changes: 49 additions & 0 deletions config/girls/012_go_princess.yml
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
6 changes: 6 additions & 0 deletions config/movies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ ns3: &ns3
started_date: 2014-03-15
new_stage3:
<<: *ns3
#######################################################
sc: &sc
title: 映画 プリキュアオールスターズ 春のカーニバル
started_date: 2015-03-14
spring_carnival:
<<: *sc
11 changes: 11 additions & 0 deletions config/series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,14 @@ happiness_charge: &happiness_charge
- cure_fortune
happiness_charge_precure:
<<: *happiness_charge
#######################################################
go_princess: &go_princess
title: Go!プリンセスプリキュア
started_date: 2015-02-01
# ended_date: 2016-01-
girls:
- cure_flora
- cure_mermaid
- cure_twincle
go_princess_precure:
<<: *go_princess
5 changes: 4 additions & 1 deletion spec/core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
context "Without arg" do
subject { instance.all_stars }

let(:precure_count){ 37 }
let(:precure_count){ 40 }

its(:count) { should == precure_count }
end
Expand All @@ -89,6 +89,9 @@
[:new_stage2, 32],
[:ns3 , 36],
[:new_stage3, 36],

[:sc , 40],
[:spring_carnival, 40],
]
end

Expand Down
1 change: 1 addition & 0 deletions spec/movie_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:ns1,
:ns2,
:ns3,
:sc,
]
end

Expand Down
1 change: 1 addition & 0 deletions spec/series_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
:smile,
:dokidoki,
:happiness_charge,
:go_princess,
]
end

Expand Down

0 comments on commit faa6b21

Please sign in to comment.