v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "v0.34 Talk:Jewelry"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(just found the code in 0.31.25, and they look to match the stuff from 23a, so it WAS changed recently)
 
Line 1: Line 1:
From a bit of disassembly, I've located the effective LAYER, LAYER_PERMIT, LAYER_SIZE, and COVERAGE values for a bunch of hardcoded items:
+
From a bit of disassembly, I've located the effective LAYER, LAYER_PERMIT, LAYER_SIZE, and COVERAGE values for a bunch of hardcoded items. Interestingly, they are quite different from what they were in 0.31.25 (where they perfectly matched the values from version 0.23.130.23a)...
 
{|
 
{|
 
! Item
 
! Item

Latest revision as of 03:03, 9 June 2012

From a bit of disassembly, I've located the effective LAYER, LAYER_PERMIT, LAYER_SIZE, and COVERAGE values for a bunch of hardcoded items. Interestingly, they are quite different from what they were in 0.31.25 (where they perfectly matched the values from version 0.23.130.23a)...

Item LAYER LAYER_PERMIT LAYER_SIZE COVERAGE
Amulet COVER 10000 0 1
Crown COVER 10000 0 20
Ring UNDER 10000 0 1
Earring UNDER 10000 0 1
Bracelet UNDER 10000 0 1
Backpack COVER 10000 0 50
Quiver COVER 10000 0 30
Splint COVER 10000 0 50
Orthopedic Cast UNDER 10000 0 100

--Quietust 02:41, 9 June 2012 (UTC)