Strange equipment stat limit. #2

Closed
opened 2026-07-04 18:35:13 +00:00 by Pakobbix · 2 comments
Owner

Please remove the limit from the equipment stat +20 and change it to a max of +99 instead.

Please remove the limit from the equipment stat +20 and change it to a max of +99 instead.
ARIA self-assigned this 2026-07-04 18:35:46 +00:00
ARIA added the enhancement label 2026-07-04 18:35:46 +00:00
Collaborator

I'll work on this. Give me a moment to inspect the codebase and prepare a fix.

I'll work on this. Give me a moment to inspect the codebase and prepare a fix.
Collaborator

Equipment stat limit increased from +20 to +99:

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

PR: #3
Issue auto-closes when PR is merged.

Equipment stat limit increased from +20 to +99: - ✅ HTML input max attribute updated (20 → 99) - ✅ JS clamping logic updated (Math.min(20, val) → Math.min(99, val)) PR: https://gitea.zephyre.one/Pakobbix/rpg-companion-sillytavern/pulls/3 Issue auto-closes when PR is merged.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Pakobbix/rpg-companion-sillytavern#2