Skip to content

Commit

Permalink
Merge 1c60dc2 into 3d590a3
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 26, 2017
2 parents 3d590a3 + 1c60dc2 commit d52d01c
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 1 deletion.
110 changes: 110 additions & 0 deletions config/girls/014_a_la_mode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
cure_whip: &cure_whip
girl_name: cure_whip
human_name: 宇佐美いちか
precure_name: キュアホイップ
cast_name: 美山加恋
color: pink
created_date: 2017-02-05 # episode 1
birthday: 1/7
transform_message: |-
キュアラモード・デコレーション!
ショートケーキ!
元気と笑顔を!
レッツ・ラ・まぜまぜ!
キュアホイップ!できあがり!
# extra_names:
attack_messages:
- |
キラキラキラル・キラキラル!
transform_calls:
- cure_la_mode_decoration
cure_custard: &cure_custard
girl_name: cure_custard
human_name: 有栖川ひまり
precure_name: キュアカスタード
cast_name: 福原遥
color: yellow
created_date: 2017-02-12 # episode 2
birthday: 4/16
transform_message: |-
キュアラモード・デコレーション!
プリン!
知性と勇気を!
レッツ・ラ・まぜまぜ!
キュアカスタード!できあがり!
# extra_names:
attack_messages:
- |
キラキラキラル・キラキラル!
transform_calls:
- cure_la_mode_decoration
cure_gelato: &cure_gelato
girl_name: cure_gelato
human_name: 立神あおい
precure_name: キュアジェラート
cast_name: 村中知
color: blue
created_date: 2017-02-19 # episode 3
birthday: 8/27
transform_message: |-
キュアラモード・デコレーション!
アイス!
自由と情熱を!
レッツ・ラ・まぜまぜ!
キュアジェラート!できあがり!
# extra_names:
attack_messages:
- |
キラキラキラル・キラキラル!
transform_calls:
- cure_la_mode_decoration
cure_macaroon: &cure_macaroon
girl_name: cure_macaroon
human_name: 琴爪ゆかり
precure_name: キュアマカロン
cast_name: 藤田咲
color: purple
created_date: 2017-03-05 # episode 5
birthday: 6/11
transform_message: |-
キュアラモード・デコレーション!
マカロン!
美しさとときめきを!
レッツ・ラ・まぜまぜ!
キュアマカロン!できあがり!
# extra_names:
attack_messages:
- |
キラキラキラル・キラキラル!
transform_calls:
- cure_la_mode_decoration
cure_chocolat: &cure_chocolat
girl_name: cure_chocolat
human_name: 剣城あきら
precure_name: キュアショコラ
cast_name: 森なな子
color: red
created_date: 2017-03-12 # episode 6
birthday: 9/24
transform_message: |-
キュアラモード・デコレーション!
チョコレート!
強さと愛を!
レッツ・ラ・まぜまぜ!
キュアショコラ!できあがり!
# extra_names:
attack_messages:
- |
キラキラキラル・キラキラル!
transform_calls:
- cure_la_mode_decoration
whip:
<<: *cure_whip
custard:
<<: *cure_custard
gelato:
<<: *cure_gelato
macaroon:
<<: *cure_macaroon
chocolat:
<<: *cure_chocolat
18 changes: 18 additions & 0 deletions config/series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,21 @@ maho_girls: &maho_girls
- cure_felice
maho_girls_precure:
<<: *maho_girls
#######################################################
a_la_mode: &a_la_mode
series_name: a_la_mode
title: キラキラ☆プリキュアアラモード
started_date: 2017-02-05
# ended_date: 2018-01-
girls:
- cure_whip
- cure_custard
- cure_gelato
- cure_macaroon
- cure_chocolat
alamode:
<<: *a_la_mode
kirakira_precure_a_la_mode:
<<: *a_la_mode
kirakira_precure_alamode:
<<: *a_la_mode
2 changes: 1 addition & 1 deletion spec/core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
context "Without arg" do
subject { instance.all_stars }

let(:precure_count) { 44 }
let(:precure_count) { 49 }

its(:count) { should == precure_count }
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 @@ -64,6 +64,7 @@
:happiness_charge,
:go_princess,
:maho_girls,
:a_la_mode,
]
end

Expand Down

0 comments on commit d52d01c

Please sign in to comment.