Changes

no edit summary
Line 3: Line 3:     
For pretty much every playthrough I've done (which is a lot), the very first common chest and rare chest I open always gives a Golden Walnut. I am wondering if there is any game code that would back this statement up, as I've never had a playthrough where this didn't happen. If this is the case, it should be mentioned on this page. [[User:User314159|User314159]] ([[User talk:User314159|talk]]) 02:09, 2 December 2021 (UTC)
 
For pretty much every playthrough I've done (which is a lot), the very first common chest and rare chest I open always gives a Golden Walnut. I am wondering if there is any game code that would back this statement up, as I've never had a playthrough where this didn't happen. If this is the case, it should be mentioned on this page. [[User:User314159|User314159]] ([[User talk:User314159|talk]]) 02:09, 2 December 2021 (UTC)
 +
:That is indeed the case; the relevant code is at <samp>Objects.Chest::dumpContents</samp> [[User:Wikonimo|Wikonimo]] ([[User talk:Wikonimo|talk]]) 15:35, 9 May 2024 (UTC)
    
== Common Chests yielding 3 Cinder Shards rather than 1 ==
 
== Common Chests yielding 3 Cinder Shards rather than 1 ==
Line 8: Line 9:  
Each time I open a Common Chest in the Volcano Dungeon, and it dropping [[Cinder Shard]]s, the amount of [[Cinder Shard]]s dropped from this type of chest is 3 rather than 1. While the wiki says it only yields just 1, for me, it is 3, which is not correct. Feel free to check the game code if I am correct. [[User:9000|9000]] ([[User talk:9000|talk]]) 8:56, 25 September 2022 (UTC)
 
Each time I open a Common Chest in the Volcano Dungeon, and it dropping [[Cinder Shard]]s, the amount of [[Cinder Shard]]s dropped from this type of chest is 3 rather than 1. While the wiki says it only yields just 1, for me, it is 3, which is not correct. Feel free to check the game code if I am correct. [[User:9000|9000]] ([[User talk:9000|talk]]) 8:56, 25 September 2022 (UTC)
 
:The game code says that only 1 should drop. Are you wearing a [[Burglar's Ring]] by any chance? If not, I'm not sure about the source of 3 cinder shards dropping. The relevant code is <samp>Objects.BreakableContainer::releaseContents</samp> and the object ID for cinder shard is 848. [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 18:27, 25 September 2022 (UTC)
 
:The game code says that only 1 should drop. Are you wearing a [[Burglar's Ring]] by any chance? If not, I'm not sure about the source of 3 cinder shards dropping. The relevant code is <samp>Objects.BreakableContainer::releaseContents</samp> and the object ID for cinder shard is 848. [[User:Margotbean|margotbean]] ([[User talk:Margotbean|talk]]) 18:27, 25 September 2022 (UTC)
 +
::That code is for crates. The code for chests is at <samp>Locations.VolcanoDungeon::PopulateChest</samp>, and does indeed have 3 cinder shards. I have just corrected the page. [[User:Wikonimo|Wikonimo]] ([[User talk:Wikonimo|talk]]) 15:35, 9 May 2024 (UTC)
    
== Songs playing on any level of the Dungeon ==
 
== Songs playing on any level of the Dungeon ==
78

edits