Skip to content

Commit

Permalink
Add You and idol Precure 🎵
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 2, 2025
1 parent f3440c0 commit 212a01a
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 1 deletion.
68 changes: 68 additions & 0 deletions config/girls/022_you_and_idol.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
cure_idol: &cure_idol
girl_name: cure_idol
human_name: 咲良うた
precure_name: キュアアイドル
cast_name: 松岡美里
color: pink
created_date: 2025-02-02 # episode 1
# birthday:
transform_message: |-
プリキュア!ライトアップ!
キラキラドレスチェンジ!YEAH!
きみと~! YEAH!
一緒にYEAH!
キミと歌う、ハートのキラキラ!笑顔ニッコリ、キュアアイドル!
# extra_names:
attack_messages:
- |-
プリキュアアイドルスマイリング!
transform_calls:
- light_up
idol:
<<: *cure_idol

cure_wink: &cure_wink
girl_name: cure_wink
human_name: 蒼風なな
precure_name: キュアウインク
cast_name: 髙橋ミナミ
color: blue
# created_date: 2025-xx-xx # episode TODO
# birthday:
transform_message: |-
プリキュア!ライトアップ!
キラキラドレスチェンジ!YEAH!
きみと~! YEAH!
一緒にYEAH!
キミと瞬く、ハートの勇気!お目目パッチン、キュアウインク!
# extra_names:
attack_messages:
- |-
プリキュアアイドルスマイリング!
transform_calls:
- light_up
wink:
<<: *cure_wink

cure_kyunkyun: &cure_kyunkyun
girl_name: cure_kyunkyun
human_name: 紫雨こころ
precure_name: キュアキュンキュン
cast_name: 高森奈津美
color: purple
# created_date: 2025-xx-xx # episode TODO
# birthday:
transform_message: |-
プリキュア!ライトアップ!
キラキラドレスチェンジ!YEAH!
きみと~! YEAH!
一緒にYEAH!
キミと踊る、ハートのリズム!心キュンキュン、キュアキュンキュン!
# extra_names:
attack_messages:
- |-
プリキュアアイドルスマイリング!
transform_calls:
- light_up
kyunkyun:
<<: *cure_kyunkyun
16 changes: 16 additions & 0 deletions config/series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,19 @@ wonderful: &wonderful
- cure_lillian
wonderful_precure:
<<: *wonderful
#######################################################
you_and_idol: &you_and_idol
series_name: you_and_idol
title: キミとアイドルプリキュア♪
started_date: 2025-02-02
# ended_date: 2026-01-xx
girls:
- cure_idol
- cure_wink
- cure_kyunkyun
you_and_idol_precure:
<<: *you_and_idol
kimi_to_idol:
<<: *you_and_idol
kimi_to_idol_precure:
<<: *you_and_idol
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) { 83 }
let(:precure_count) { 86 }

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

0 comments on commit 212a01a

Please sign in to comment.