openclaw - 💡(How to fix) Fix feat: 육성 기간 단축 (8년→2년) 및 엔딩 조건 재조정 [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#61867Fetched 2026-04-08 02:53:16
View on GitHub
Comments
1
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
closed ×1commented ×1
RAW_BUFFERClick to expand / collapse

문제

  • 현재 엔진 MAX_TURNS = 96 (8년×12월)로 고정되어 있음
  • 플레이어가 96턴을 다 돌리기엔 턴이 너무 길고, 중간에 서사로 대체하는 경우가 많음
  • 가이드라인에는 "기본 2년(24턴)"으로 표기했으나 엔진 미반영

제안

  • MAX_TURNS를 24(2년×12월)로 변경
  • endAgestartAge + 2로 자동 계산되도록 조정

연동 수정 필요

  • 결혼 프로포즈 조건: 현재 22세+ 요구 → 2년이면 18→20세이므로 조건 재검토
    • 옵션 A: 나이 조건 제거, 호감도 80+만으로 발동
    • 옵션 B: 나이 조건을 20세+로 낮춤
    • 옵션 C: 기간을 4년(48턴)으로 타협
  • ageUp 이미지 트리거: 현재 19,20,22,24,26 → 2년이면 19,20만 해당
  • 월별 이벤트 밀도: 24턴 안에 주요 이벤트를 어떻게 배치할지

참고

  • 가이드라인 nurture-fantasy.md에는 이미 "기본 2년(24턴), 변경 가능" 표기됨
  • #60729(레퍼런스 이미지) 구현 완료

extent analysis

TL;DR

Update MAX_TURNS to 24 and adjust related game mechanics, such as marriage proposal conditions and age-up image triggers, to accommodate the new 2-year game duration.

Guidance

  • Review and update the marriage proposal conditions to ensure they are suitable for the new 2-year game duration, considering options such as removing the age requirement or lowering it to 20.
  • Adjust the age-up image triggers to only include ages 19 and 20, as these are the only relevant ages within the new 2-year timeframe.
  • Rebalance the monthly event density to ensure that key events are properly distributed within the 24-turn limit.
  • Verify that the endAge calculation is updated to startAge + 2 to reflect the new game duration.

Example

No specific code example is provided, as the issue does not include code snippets. However, the proposed changes to MAX_TURNS and endAge can be implemented in the game's configuration or engine.

Notes

The proposed changes may require additional testing to ensure that the game's balance and mechanics are not negatively impacted. It is also important to review the game's guidelines and documentation to ensure that they are updated to reflect the new 2-year game duration.

Recommendation

Apply the proposed workaround by updating MAX_TURNS to 24 and adjusting related game mechanics, as this will bring the game's engine in line with the documented guidelines and provide a better player experience.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix feat: 육성 기간 단축 (8년→2년) 및 엔딩 조건 재조정 [1 comments, 1 participants]