Difference between revisions of "Talk:Class"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Lisaburlew
(Error on page, would like someone to verify or explain the inconsistency)
 
(→‎Recharge: new section)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Attribute Weights'''
== Recharge ==


The information on this page seems to be wrong in regards to attribute weights.  Using the CK playing around with the actor Jenassa (ID:  HirelingJenassa) and her class CombatRanger, health attributes do not seem to calculate based on what is described here. CombatRanger's have a 3 in health and a 3 in stamina.  Jenassa has a health offset of 50 with no offset in magicka or stamina. So at level 10, according to this page, her stats should look like:
Based on reverse-engineering of the Creation Kit, the "Recharge" checkbox doesn't appear to be hooked up to anything. It's vestigial -- probably a leftover from how merchant services were defined in Oblivion. [[User:DavidJCobb|DavidJCobb]] ([[User talk:DavidJCobb|talk]]) 23:21, 20 July 2024 (EDT)
 
Calculated Health:  50 (base) + 50 (offset) + (90*(3/6)) = 145
Calculated Magicka: 50 (base) +  0 (offset) + (90*(0/6)) = 50
Calculated Stamina: 50 (base) +  0 (offset) + (90*(3/6)) = 95
 
Instead I am getting:
 
Calculated Health:  190
Calculated Magicka: 50
Calculated Stamina: 95
 
I get the same results when changing health and stamina weights in the combatranger class to 2 and 2, or 1 and 1.  If I change weights to health(1), magicka(2), and stamina(3), as in this page's example I get:
 
Calculated Health:  50 (base) + 50 (offset) + (90*(1/6)) = 115 (I'm getting 160)
Calculated Magicka: 50 (base) +  0 (offset) + (90*(2/6)) = 80 (I'm getting 80)
Calculated Stamina: 50 (base) +  0 (offset) + (90*(3/6)) = 95 (I'm getting 95)
 
As you can see there is something not being taken into account in the health calculation and the page should be updated to reflect that.

Latest revision as of 22:21, 20 July 2024

Recharge[edit source]

Based on reverse-engineering of the Creation Kit, the "Recharge" checkbox doesn't appear to be hooked up to anything. It's vestigial -- probably a leftover from how merchant services were defined in Oblivion. DavidJCobb (talk) 23:21, 20 July 2024 (EDT)