Difference between revisions of "User talk:Rasikko"

Jump to navigation Jump to search
190 bytes added ,  16:03, 29 November 2017
imported>Rasikko
m
imported>Rasikko
Line 80: Line 80:
I have discovered the next missing piece for the above formula for getting the gold value for player created enchanted items.
I have discovered the next missing piece for the above formula for getting the gold value for player created enchanted items.
<source lang="papyrus">
<source lang="papyrus">
Gold Value = (BaseItemGoldValue + (0.12 * SoulGemPower) - ((SkillLevel * 0.5)) - 1
Gold Value = ((BaseItemGoldValue * 2) + (0.12 * SoulGemPower) - ((SkillLevel * 0.5)) - 1


;Working example: (220 + (0.12 * 3000) - (100*0.5)) - 1 = 529.
;Working example: ((220 * 2) + (0.12 * 3000) - (100*0.5)) - 1 = 749.
</source>
</source>
This works well when the skill is at level 100. Testing with skill 0, and or any levels before 100, another piece of the puzzle is missing unfortunately. Level 100 is the only level that really matters for the Enchanting skill anyhow, so I think this will still be very useful to folks. More testing will be carried out before I put this on respective pages. [[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2017-11-29T14:03:58 (EST)
This works well when the skill is at level 100. Testing with skill 0, and or any levels before 100, another piece of the puzzle is missing unfortunately. Level 100 is the only level that really matters for the Enchanting skill anyhow, so I think this will still be very useful to folks. More testing will be carried out before I put this on respective pages. [[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2017-11-29T14:03:58 (EST)
:There are quite a few problems that have sprung up now that may be beyond my knowledge to over come hmm... but at least I figured out how to get the value for level 100. [[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2017-11-29T15:43:42 (EST)
:There are quite a few problems that have sprung up now that may be beyond my knowledge to over come hmm... but at least I figured out how to get the value for level 100. [[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2017-11-29T15:43:42 (EST)
:: Discovered another missing portion. The base cost according to my testing is calculated twice. [[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2017-11-29T16:03:32 (EST)
Anonymous user

Navigation menu