Skip to content

Commit

Permalink
Add Wonderful Precure
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 28, 2024
1 parent f665911 commit 5f7991f
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 1 deletion.
95 changes: 95 additions & 0 deletions config/girls/021_wonderful.yml
@@ -0,0 +1,95 @@
cure_wonderful: &cure_wonderful
girl_name: cure_wonderful
human_name: 犬飼こむぎ
precure_name: キュアワンダフル
cast_name: 長縄まりあ
color: pink
created_date: 2024-02-04 # episode 1
# birthday: xx/xx
transform_message: |-
プリキュア!マイエボリューション!
スリー!
ツー!
ワン!
みんな大好き素敵な世界!
キュアワンダフル!
いっしょに遊ぼ♪
# extra_names:
attack_messages:
- |-
transform_calls:
- my_evolution
wonderful:
<<: *cure_wonderful

cure_friendy: &cure_friendy
girl_name: cure_friendy
human_name: 犬飼いろは
precure_name: キュアフレンディ
cast_name: 種崎敦美
color: purple
# created_date: 2024-02-xx # episode xx
# birthday: xx/xx
transform_message: |-
プリキュア!マイエボリューション!
スリー!
ツー!
ワン!
みんなの笑顔で彩る世界!
キュアフレンディ!
あなたの声をきかせて
# extra_names:
attack_messages:
- |-
transform_calls:
- my_evolution
friendy:
<<: *cure_friendy

cure_nyammy: &cure_nyammy
girl_name: cure_nyammy
human_name:
precure_name: キュアニャミー
cast_name:
color: blue
# created_date: 2024-xx-xx # episode xx
# birthday: xx/xx
transform_message: |-
プリキュア!マイエボリューション!
スリー!
ツー!
ワン!
気高くかわいくきらめく世界!
キュアニャミー!
仕方ない、構ってあげる
# extra_names:
attack_messages:
- |-
transform_calls:
- my_evolution
nyammy:
<<: *cure_nyammy

cure_lillian: &cure_lillian
girl_name: cure_lillian
human_name:
precure_name: キュアリリアン
cast_name:
color: green
# created_date: 2024-xx-xx # episode xx
# birthday: xx/xx
transform_message: |-
プリキュア!マイエボリューション!
スリー!
ツー!
ワン!
結んで紡いでつながる世界!
キュアリリアン!
こわくない、こわくない
# extra_names:
attack_messages:
- |-
transform_calls:
- my_evolution
lillian:
<<: *cure_lillian
13 changes: 13 additions & 0 deletions config/series.yml
Expand Up @@ -271,3 +271,16 @@ hirogaru_sky: &hirogaru_sky
- cure_majesty
hirogaru_sky_precure:
<<: *hirogaru_sky
#######################################################
wonderful: &wonderful
series_name: wonderful
title: わんだふるぷりきゅあ!
started_date: 2024-02-04
# ended_date: 2025-01-
girls:
- cure_wonderful
- cure_friendy
- cure_nyammy
- cure_lillian
wonderful_precure:
<<: *wonderful
2 changes: 1 addition & 1 deletion spec/rubicure/core_spec.rb
Expand Up @@ -90,7 +90,7 @@
context "Without arg" do
subject { instance.all_girls }

let(:precure_count) { 79 }
let(:precure_count) { 83 }

its(:count) { should == precure_count }
it { should include Cure.echo }
Expand Down
1 change: 1 addition & 0 deletions spec/rubicure/series_spec.rb
Expand Up @@ -21,6 +21,7 @@
:tropical_rouge,
:delicious_party,
:hirogaru_sky,
:wonderful,
]
end

Expand Down

0 comments on commit 5f7991f

Please sign in to comment.