Fix #2: Increase equipment stat limit from +20 to +99 #3

Merged
Pakobbix merged 1 commits from issue-2-equipment-stat-limit into main 2026-07-04 18:42:15 +00:00
Collaborator

Increased the equipment stat max from +20 to +99.

Changes:

  • HTML input max attribute: 20 → 99
  • JS clamping logic: Math.min(20, val) → Math.min(99, val)

Closes #2

Increased the equipment stat max from +20 to +99. Changes: - HTML input max attribute: 20 → 99 - JS clamping logic: Math.min(20, val) → Math.min(99, val) Closes #2
ARIA added 1 commit 2026-07-04 18:39:30 +00:00
- Update HTML input max attribute from 20 to 99 in generateStatCheckboxes()
- Update JS clamping logic Math.min(20, val) to Math.min(99, val) in saveEquipmentItem()
Collaborator

No issues found — changes look consistent with the stated intent.

✅ No issues found — changes look consistent with the stated intent.
Pakobbix merged commit b99c884144 into main 2026-07-04 18:42:15 +00:00
Pakobbix deleted branch issue-2-equipment-stat-limit 2026-07-04 18:42:16 +00:00
Sign in to join this conversation.