Quest-Ear: NPC corpus system, multi-language rotation, riddle NPCs#176
Open
Umanistan wants to merge 1 commit into
Open
Quest-Ear: NPC corpus system, multi-language rotation, riddle NPCs#176Umanistan wants to merge 1 commit into
Umanistan wants to merge 1 commit into
Conversation
Major expansion of the ActionScene with a full NPC interaction system: - 27-language NPC corpus with 10 vendor types (hotdog, pizza, coffee, etc.) - Multi-language rotation across encounters using all configured languages - Proximity-based NPC re-trigger (walk away and return to interact again) - Language HUD indicator showing active language during interactions - Riddle NPCs at milestone screens (20, 40, 60, 80) - 3-choice response panel with accept/decline/arbitrary animations - Player growth mechanic (grows with each accepted offering) - Energy bar tracking acceptance progress - TTS integration for NPC dialog and player responses Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files changed
packs/quest-ear/src/game/ActionScene.ts— Full rewrite with NPC corpus interaction systempacks/quest-ear/src/game/MainScene.ts— Action scene transition supportpacks/quest-ear/src/data/npcCorpus.ts— NEW: 27-language NPC encounter corpus (395KB)packs/quest-ear/src/data/npcCorpusTypes.ts— NEW: TypeScript types for corpuspacks/quest-ear/src/data/quest.json— Updated quest textpacks/quest-ear/manifest.json— devRevision updateTest plan
🤖 Generated with Claude Code