Somethings I found in the files... (POSSIBLE SPOILERS)


Recommended Posts

I was snooping around in the files and I found something that relates to the unlock method for Woodlegs...56bd38e7ceb1d_Kleiyourleaking.PNG.c08758

This being said he also has a speech file, MY THEORY is that he will be in the next update :wilson_love:

EDIT: A promo picture justifies the key thing:ShipwreckedPAX.png.b142343c76708c050baad

Link to comment
Share on other sites

Those have been there since the start. But there has been a character added per update, and we have three out of four characters, so I'm pretty sure he will be in the next update.

If you do some poking around in the files more for references to the keys, you'll see that there are set pieces in the volcano for him:

AddRoom("VolcanoCage", {
					colour={r=.55,g=.75,b=.75,a=.50},
					value = GROUND.VOLCANO,
					tags = {"ExitPiece"},
					contents =  {
					                distributepercent = .1,
					                distributeprefabs=
					                {
					                    magmarock = 1,
					                    charcoal = 0.04,
					                    skeleton = 0.5,
					                    dragoonden = .2,
					                    coffeebush = 0.25,
					                },

					                countprefabs=
					                {
					                	woodlegs_cage = 1,
					                	volcanofog = math.random(1, 2)
					                },
					            }
					})

The keys belong to buried treasures:

	["WoodlegsKey1"] =
	{
		loot =
		{
			woodlegs_key1 = 1,
			dubloon = 10,
		}
	},

	["WoodlegsKey2"] =
	{
		loot =
		{
			woodlegs_key2 = 1,
			dubloon = 10,
		}
	},

	["WoodlegsKey3"] =
	{
		loot =
		{
			woodlegs_key3 = 1,
			dubloon = 10,
		}
	},

Given that buried treasures are random, I'm not sure how that'll be handled.

Based on the strings, the cage setpiece in the volcano will have his skeleton in it:

		WOODLEGS_CAGE = "At least his soul escaped.",
		WOODLEGS_CAGE = "I guess he was bad to the bone.",
		WOODLEGS_CAGE = "THAT CAGE MUST WEIGH A SKELE-TON!",
		WOODLEGS_CAGE = "Bonjour garcon, can you tell me... oh... I see...",

From TUNING, it looks like Woodlegs will be ... very slow (normal characters run at 6)

	    WOODLEGS_WATER_SANITY = -0.08,
	    WOODLEGS_WALK_SPEED = 2,
	    WOODLEGS_RUN_SPEED = 4,

Not sure what the water sanity is, or why it's negative. It's obviously a sanity rate, not a sanity delta, so he'll have some sanity rate modifier related to water. Maybe losing sanity while on boat, but he's supposed to be a pirate, so that doesn't make much sense.

Link to comment
Share on other sites

17 hours ago, ThaumicParrot said:

@rezecib and don't forget Wepeatski, the totally originally character who wasn't just repeatski from Capy's game with a W instead of an R.

What do the files say about him?

19 hours ago, rezecib said:

@jj42883 Hmm... I think almost all of it has been released already. There are a few things that look like they were abandoned, like items for characters that ended up not being released (e.g. Watricia was going to have a stuffed volleyball, like Wilson in Castaway).

...Now I'm deeply saddned we didn't get to see that volleyball.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.