도적 다음 스킬 반복 효과 추가 #87

Closed
maple wants to merge 0 commits from codex/bandit-intangible-pr into main
Collaborator

이번 작업에서 도적 카드 공용 메커니즘을 보강했습니다.

  • nextSkillRepeatCount 공용 필드를 추가해서 다음 스킬 카드의 효과를 추가 횟수만큼 다시 적용하도록 구현
  • Burst를 해당 공용 필드로 연결
  • 런타임 생성기, 전투 로직, 시뮬레이터, 밸런스 테스트를 함께 갱신
  • docs/card-effect-fields.md, docs/bandit-card-audit.md, docs/next-skill-repeat.md로 정리

검증:

  • node tools/deck/gen-slaydeck.mjs
  • node --test tools/balance/sim-balance.test.mjs
이번 작업에서 도적 카드 공용 메커니즘을 보강했습니다. - `nextSkillRepeatCount` 공용 필드를 추가해서 다음 스킬 카드의 효과를 추가 횟수만큼 다시 적용하도록 구현 - `Burst`를 해당 공용 필드로 연결 - 런타임 생성기, 전투 로직, 시뮬레이터, 밸런스 테스트를 함께 갱신 - `docs/card-effect-fields.md`, `docs/bandit-card-audit.md`, `docs/next-skill-repeat.md`로 정리 검증: - `node tools/deck/gen-slaydeck.mjs` - `node --test tools/balance/sim-balance.test.mjs`
maple closed this pull request 2026-06-21 21:09:20 +09:00
maple reopened this pull request 2026-06-21 21:16:15 +09:00
maple closed this pull request 2026-06-21 21:18:00 +09:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gahusb/maplecontest#87