Complete fishing minigame phase 1 #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "myong_dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
요약
이번 PR에서는 Kord에 낚시 미니게임 Phase 1을 구현했습니다.
주요 포함 내용:
/fishing enter,/fishing cast,/fishing end명령 추가변경 사항
fishing미니게임을 공용 미니게임 구조에 추가/fishing enter/fishing cast/fishing endFishingService추가resource/data/fishing/fish_catalog.json추가resource/art/fishing추가를 UI에 노출하지 않도록 조정
Docs/Plans,Docs/WorkDone,Docs/index.md업데이트플레이 흐름
/fishing enterUserName's Fishing Spot스레드 생성 또는 재사용/fishing cast⬅️,⏺️,➡️,🛌버튼으로 플레이/fishing cast로 재도전 가능/fishing end로 스레드 삭제데이터 기반 요소
spawnRate가중치 기반rewardGold.min/max범위 랜덤reactionWindowSec기반min/max범위 랜덤검증
yarn buildyarn test --runInBand두 명령 모두 정상 통과했습니다.
참고 사항
/fishing end에서만 정리됩니다.gold보상과 연동됩니다.