← スキル一覧に戻る

fae-house-scenes
by unfrgivn
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: fae-house-scenes description: Build Fae's house scenes (3D low-poly) consistent with Cloverhollow style lock compatibility: opencode
Skill: Build Fae’s House Scenes (3D)
Objective
Create Fae’s house as the player’s starting location, using the same exploration camera and 3D toon style as the overworld.
Minimum required rooms for the vertical slice:
- Bedroom (start)
- Hall or Living room (navigation hub)
Must-have interactions
- Bed: flavor/rest stub
- Desk or container: starter item pickup (Journal)
- Door(s) to town
Steps
- Bedroom scene
- Path:
game/scenes/areas/cloverhollow/interiors/Area_Cloverhollow_FaeHouse_Bedroom.tscn - Build a simple low-poly room:
- floor + walls
- a bed
- a desk/container
- Add collisions for walls and large furniture
- Add spawn marker
SPAWN_BEDROOM
- Hall/Living scene
- Path:
game/scenes/areas/cloverhollow/interiors/Area_Cloverhollow_FaeHouse_Living.tscn - Keep layout navigable with clear exits
- Add at least 2 flavor props
- Add spawn marker
SPAWN_LIVING
- Door wiring
- Use Door interactables that call SceneRouter:
- Bedroom ↔ Living
- Living → Cloverhollow Town (exterior)
- Starter item pickup
- Add a Container interactable in Bedroom that grants the Journal item (stub ItemDef ok).
- Set a GameState flag so it cannot be collected twice.
- Scenario Runner
- Add scenario
tests/scenarios/vertical_slice_house_to_town.json:- start in bedroom
- collect journal
- exit to town
- capture checkpoints
Verification
- New game starts in Bedroom.
- Journal pickup works once and is persisted.
- Player can reach Town reliably via deterministic spawn markers.
- Scenario passes headlessly and produces artifacts.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です