Skip to content

Commit

Permalink
Merge 79087c9 into f91df3f
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Apr 1, 2023
2 parents f91df3f + 79087c9 commit a3d7ca5
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 1 deletion.
112 changes: 112 additions & 0 deletions config/girls/020_hirogaru_sky.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
cure_sky: &cure_sky
girl_name: cure_sky
human_name: ソラ・ハレワタール
precure_name: キュアスカイ
cast_name: 関根明良
color: blue
created_date: 2023-02-05 # episode 1
birthday: 9/20
transform_message: |-
ヒーローの出番です!
スカイミラージュ!
トーンコネクト!
ひろがるチェンジ!
スカイ!
きらめきHOP
さわやかSTEP
はればれJUMP
無限にひろがる青い空!キュアスカイ!
Ready…Go!
ひろがるスカイ!プリキュア!
# extra_names:
attack_messages:
- |-
ヒーローガールスカイパンチ!
transform_calls:
- sky_mirage_tone_connect
sky:
<<: *cure_sky

cure_prism: &cure_prism
girl_name: cure_prism
human_name: 虹ヶ丘ましろ
precure_name: キュアプリズム
cast_name: 加隈亜衣
color: white
created_date: 2023-02-26 # episode 4
birthday: 7/16
transform_message: |-
ヒーローの出番だよ!
スカイミラージュ!
トーンコネクト!
ひろがるチェンジ!
プリズム!
きらめきHOP
さわやかSTEP
はればれJUMP
ふわりひろがる優しい光!キュアプリズム!
Ready…Go!
レディ・ゴー!
ひろがるスカイ!プリキュア!
# extra_names:
attack_messages:
- |-
ヒーローガールプリズムショット!
transform_calls:
- sky_mirage_tone_connect
prism:
<<: *cure_prism

cure_wing: &cure_wing
girl_name: cure_wing
human_name: 夕凪ツバサ
precure_name: キュアウィング
cast_name: 村瀬歩
color: orange
created_date: 2023-04-02 # episode 9
# birthday: 00/00
transform_message: |-
スカイミラージュ!
トーンコネクト!
ひろがるチェンジ!
ウィング!
きらめきHOP
さわやかSTEP
はればれJUMP
天高くひろがる勇気!キュアウィング!
Ready…Go!
ひろがるスカイ!プリキュア!
# extra_names:
attack_messages:
- |-
transform_calls:
- sky_mirage_tone_connect
wing:
<<: *cure_wing

cure_butterfly: &cure_butterfly
girl_name: cure_butterfly
human_name: 聖あげは
precure_name: キュアバタフライ
cast_name: 七瀬彩夏
color: pink
# created_date: 2023-00-00 # episode
# birthday: 00/00
transform_message: |-
スカイミラージュ!
トーンコネクト!
ひろがるチェンジ!
バタフライ!
きらめきHOP
さわやかSTEP
はればれJUMP
アゲてひろがるワンダホー!キュアバタフライ!
Ready…Go!
ひろがるスカイ!プリキュア!
# extra_names:
attack_messages:
- |-
transform_calls:
- sky_mirage_tone_connect
butterfly:
<<: *cure_butterfly
13 changes: 13 additions & 0 deletions config/series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,16 @@ delicious_party: &delicious_party
- cure_finale
delicious_party_precure:
<<: *delicious_party
#######################################################
hirogaru_sky: &hirogaru_sky
series_name: hirogaru_sky
title: ひろがるスカイ!プリキュア
started_date: 2023-02-05
# ended_date: 2024-01-
girls:
- cure_sky
- cure_prism
- cure_wing
- cure_butterfly
hirogaru_sky_precure:
<<: *hirogaru_sky
2 changes: 1 addition & 1 deletion spec/rubicure/core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
context "Without arg" do
subject { instance.all_girls }

let(:precure_count) { 74 }
let(:precure_count) { 78 }

its(:count) { should == precure_count }
it { should include Cure.echo }
Expand Down
1 change: 1 addition & 0 deletions spec/rubicure/girl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
blue
gold
green
orange
pink
purple
rainbow
Expand Down
1 change: 1 addition & 0 deletions spec/rubicure/series_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:healingood,
:tropical_rouge,
:delicious_party,
:hirogaru_sky,
]
end

Expand Down

0 comments on commit a3d7ca5

Please sign in to comment.