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>
This commit is contained in:
parent
8c6eab5fca
commit
7fe7fc06db
1 changed files with 5 additions and 5 deletions
|
|
@ -915,12 +915,12 @@
|
|||
"SkillID": 57,
|
||||
"Name": "Throwing",
|
||||
"Title": "Bladeweaver",
|
||||
"StrScale": 0,
|
||||
"DexScale": 0,
|
||||
"StrScale": 0.025,
|
||||
"DexScale": 0.075,
|
||||
"IntScale": 0,
|
||||
"StatTotal": 0,
|
||||
"StrGain": 0,
|
||||
"DexGain": 0,
|
||||
"StatTotal": 10,
|
||||
"StrGain": 0.25,
|
||||
"DexGain": 0.75,
|
||||
"IntGain": 0,
|
||||
"GainFactor": 1,
|
||||
"ProfessionSkillName": "Throwing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue