Commit graph

3 commits

Author SHA1 Message Date
Kamron Batman
7fe7fc06db fix(throwing): grant Str/Dex stat gains for the Throwing skill
Throwing shipped with StrScale/DexScale/StatTotal/StrGain/DexGain all zero, so
training it never raised stats — unlike every other weapon skill. Mirror
Archery (the Dex-primary ranged analog): StrScale 0.025 / DexScale 0.075,
StatTotal 10, StrGain 0.25 / DexGain 0.75. Matches Throwing's existing
Dex-primary / Str-secondary profile.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 22:31:41 -07:00
Vitalii Zurian
f9517854d0
feat: Adds configurable skill and stat gain (#1489)
### Summary

- Adds the following configurations:
```json
"stats.statMax": "125",
"stats.gainChanceMultiplier": 1.0,
"stats.primaryStatGainChance": 0.75,
"stats.gainDelay": "00:10:00",
"stats.petGainDelay": "00:05:00",
"stats.usePub45StatGain": "False"
```

- Adds Pub 45 stat gain rate for UOML+.
- Reduces the gain delay for legacy stat gain from 15 minutes to 10 minutes.
- Legacy gain no longer requires a gain in skill to gain in a stat.
2023-10-14 12:02:36 -07:00
Kamron Batman
baed849f10
feat: Moves skills to json file (#1411) 2023-06-16 05:55:55 -07:00