Talk:Gluttony: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
: I am also just figuring this out, but I think you can add a <code>|required_level                          = 48</code> line to the item module at the beginning of the page. This overrides the the default level requirement for leather belts (8). Preview seems to work. [[User:Khalldan|Khalldan]] ([[User talk:Khalldan|talk]]) 02:28, 5 September 2021 (UTC)
: I am also just figuring this out, but I think you can add a <code>|required_level                          = 48</code> line to the item module at the beginning of the page. This overrides the the default level requirement for leather belts (8). Preview seems to work. [[User:Khalldan|Khalldan]] ([[User talk:Khalldan|talk]]) 02:28, 5 September 2021 (UTC)
:: This works as an override. The way items' level requirements are calculated normally is from their modifiers. Each modifier has a [[Modifiers#Mod_Level|mod level]]. The highest mod level among an item's modifiers is multiplied by 0.8, and the result becomes the item's level requirement. —[[User:Vinifera7|Vini]] ([[User talk:Vinifera7|t]]|[[Special:Contributions/Vinifera7|c]]) 04:32, 5 September 2021 (UTC)
:: This works as an override. The way items' level requirements are calculated normally is from their modifiers. Each modifier has a [[Modifiers#Mod_Level|mod level]]. The highest mod level among an item's modifiers is multiplied by 0.8, and the result becomes the item's level requirement. —[[User:Vinifera7|Vini]] ([[User talk:Vinifera7|t]]|[[Special:Contributions/Vinifera7|c]]) 04:32, 5 September 2021 (UTC)
:This is just due to modifier are not exported by [[pypoe]] since 3.12, so that a band-aid solution is adding the aforementioned parameter. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 04:17, 10 September 2021 (UTC)

Latest revision as of 04:17, 10 September 2021

How can i edit Gluttony level requirement? It currently still has level 8 (which is incorrect - was changed to lvl 48 in 3.14) But there is no '8' number anywhere in the page source.

I am also just figuring this out, but I think you can add a |required_level = 48 line to the item module at the beginning of the page. This overrides the the default level requirement for leather belts (8). Preview seems to work. Khalldan (talk) 02:28, 5 September 2021 (UTC)
This works as an override. The way items' level requirements are calculated normally is from their modifiers. Each modifier has a mod level. The highest mod level among an item's modifiers is multiplied by 0.8, and the result becomes the item's level requirement. —Vini (t|c) 04:32, 5 September 2021 (UTC)
This is just due to modifier are not exported by pypoe since 3.12, so that a band-aid solution is adding the aforementioned parameter. Neokowloon (talk) 04:17, 10 September 2021 (UTC)