Skip to content

Commit

Permalink
Add Hirogaru Sky Precure
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 23, 2023
1 parent f91df3f commit f73a1aa
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 1 deletion.
71 changes: 71 additions & 0 deletions config/girls/020_hirogaru_sky.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
cure_sky: &cure_sky
girl_name: cure_sky
human_name: ソラ・ハレワタール
precure_name: キュアスカイ
cast_name: 関根明良
color: blue
created_date: 2023-02-05 # episode 1
# birthday: 00/00
transform_message: |-
無限にひろがる青い空!キュアスカイ!
# extra_names:
attack_messages:
- |-
# transform_calls:
# -
sky:
<<: *cure_sky

cure_prism: &cure_prism
girl_name: cure_prism
human_name: 虹ヶ丘ましろ
precure_name: キュアプリズム
cast_name: 加隈亜衣
color: pink
# created_date: 2023-00-00 # episode
birthday:
transform_message: |-
ふわりひろがる優しい光!キュアプリズム!
# extra_names:
attack_messages:
- |-
# transform_calls:
# -
prism:
<<: *cure_prism

cure_wing: &cure_wing
girl_name: cure_wing
human_name:
precure_name: キュアウィング
cast_name:
color: orange
# created_date: 2023-00-00 # episode
birthday:
transform_message: |-
天高くひろがる勇気!キュアウィング!
# extra_names:
attack_messages:
- |-
# transform_calls:
# -
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:
transform_message: |-
アゲてひろがるワンダホー!キュアバタフライ!
# extra_names:
attack_messages:
- |-
# transform_calls:
# -
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 f73a1aa

Please sign in to comment.