{"id":41876224,"url":"https://github.com/meloncafe/endfield-tools-gacha-simulator","last_synced_at":"2026-01-25T12:35:34.131Z","repository":{"id":333575279,"uuid":"1137828752","full_name":"meloncafe/endfield-tools-gacha-simulator","owner":"meloncafe","description":"Arknights: Endfield Gacha Simulator - Fan-made headhunting simulation tool","archived":false,"fork":false,"pushed_at":"2026-01-20T01:46:20.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-20T05:47:01.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://endfield.tools","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meloncafe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-19T22:25:23.000Z","updated_at":"2026-01-20T01:46:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/meloncafe/endfield-tools-gacha-simulator","commit_stats":null,"previous_names":["meloncafe/endfield-tools-gacha-simulator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/meloncafe/endfield-tools-gacha-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meloncafe%2Fendfield-tools-gacha-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meloncafe%2Fendfield-tools-gacha-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meloncafe%2Fendfield-tools-gacha-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meloncafe%2Fendfield-tools-gacha-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meloncafe","download_url":"https://codeload.github.com/meloncafe/endfield-tools-gacha-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meloncafe%2Fendfield-tools-gacha-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28753069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-25T12:35:33.421Z","updated_at":"2026-01-25T12:35:34.124Z","avatar_url":"https://github.com/meloncafe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 엔드필드 가챠 시뮬레이터\n\nArknights: Endfield 헤드헌팅 시뮬레이터 - v1.0 정식 출시 기준\n\n## 🎮 데모\n\n[Live Demo](https://endfield.tools)\n\n## ✨ 기능\n\n- **배너 선택**: 레바테인, 질베르타, 이본 배너 시뮬레이션\n- **천장 시스템**: 소프트 천장(65뽑), 하드 천장(80뽑), 픽업 확정(120뽑) 구현\n- **50/50 시스템**: 픽업 50%, 다음 한정 14.28%, 상시 풀 35.72%\n- **배너 변경 경고**: 120뽑 카운터 리셋 전 확인 다이얼로그\n- **통계 추적**: 총 뽑기 횟수, 합성옥 소모량, 6성/픽업 획득 수\n- **확률 정보**: 토글 가능한 상세 확률 정보 섹션\n\n## 🎯 엔드필드 가챠 핵심 규칙\n\n| 항목 | 내용 | 이월 |\n|------|------|------|\n| **6성 천장** | 80뽑 (65뽑부터 +5%/뽑) | ✅ 이월됨 |\n| **픽업 확정** | 120뽑 | ❌ 배너별 리셋 |\n| **50/50 확천** | 없음 | - |\n\n### 6성 획득 시 분배\n- 현재 픽업: **50%**\n- 다음 한정 (2명 중 1명): **14.28%**\n- 상시 풀 (5명 중 1명): **35.72%**\n\n## 🛠️ 기술 스택\n\n- React 18\n- Vite 5\n- Tailwind CSS 3\n- shadcn/ui (Radix UI)\n- lucide-react\n\n## 🚀 로컬 실행\n\n```bash\n# 의존성 설치\nnpm install\n\n# 개발 서버 실행\nnpm run dev\n\n# 프로덕션 빌드\nnpm run build\n```\n\n## 📁 프로젝트 구조\n\n```\nsrc/\n├── App.jsx                 # 메인 가챠 시뮬레이터\n├── main.jsx               # React 진입점\n├── index.css              # Tailwind + CSS 변수\n├── lib/\n│   └── utils.js           # cn() 유틸리티\n└── components/ui/         # shadcn/ui 컴포넌트\n    ├── alert-dialog.jsx\n    ├── alert.jsx\n    ├── badge.jsx\n    ├── button.jsx\n    ├── card.jsx\n    ├── progress.jsx\n    └── separator.jsx\n```\n\n## 📊 데이터 출처\n\n- 정식 출시 미리보기 특별 방송 (2026-01-19)\n- CBT2 커뮤니티 분석\n\n## ⚠️ 면책 조항\n\n본 시뮬레이터는 팬메이드 도구이며, Gryphline/Hypergryph와 무관합니다.\n게임 내 실제 확률과 다를 수 있습니다.\nArknights: Endfield™ 및 관련 상표는 각 소유자의 자산입니다.\n\n## 📄 라이선스\n\nMIT License\n\n---\n\n**Endfield Tools** - [GitHub](https://github.com/meloncafe/endfield-tools-gacha-simulator)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeloncafe%2Fendfield-tools-gacha-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeloncafe%2Fendfield-tools-gacha-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeloncafe%2Fendfield-tools-gacha-simulator/lists"}