Skip to content

Commit

Permalink
Merge 569ce33 into 832d45d
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Mar 29, 2024
2 parents 832d45d + 569ce33 commit c9734c4
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
106 changes: 53 additions & 53 deletions config/girls/021_wonderful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,56 +62,56 @@ cure_friendy: &cure_friendy
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
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
4 changes: 2 additions & 2 deletions config/series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ wonderful: &wonderful
girls:
- cure_wonderful
- cure_friendy
# - cure_nyammy
# - cure_lillian
- cure_nyammy
- cure_lillian
wonderful_precure:
<<: *wonderful
2 changes: 1 addition & 1 deletion spec/rubicure/core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
context "Without arg" do
subject { instance.all_girls }

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

its(:count) { should == precure_count }
it { should include Cure.echo }
Expand Down

0 comments on commit c9734c4

Please sign in to comment.