Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: enza版シャイニーカラーズの新衣装を追加 #570

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

arrow2nd
Copy link
Member

2024/12/28 までのenza版シャイニーカラーズの新衣装を追加しました!

- ミッドナイトモンスター
- リスペクティブワークスタイル
- エモーショナルユニフォーム
@arrow2nd
Copy link
Member Author

はづきさんの衣装でlintがコケちゃてますね

この辺り全く分からないのですが、ClothesShape.ttl を修正して imas:Whose プロパティが imas:Staff も受け入れるように修正するのって大丈夫なんですかね…?

     sh:property [
-        sh:name "衣装を着ているアイドルの制約";
+        sh:name "衣装を着ているアイドル・スタッフの制約";
         sh:description "少なくとも一つ存在する";
         sh:path imas:Whose;
-        sh:class imas:Idol;
+        sh:or (
+            [ sh:class imas:Idol ]
+            [ sh:class imas:Staff ]
+        );
         sh:minCount 1;
     ];

- ディアーシグニフィカント (風野灯織)
- スプリティミスメイカー (七草にちか)
- クロックドオルアンルーレ (月岡恋鐘)
- ウィーアーブレイクスーラー! (西条樹里)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant