Jump to content

way to make character know how to craft tech.lost recipe?


Recommended Posts

I'd like my character know how to craft all fishing lures, but the hermit crab ones don't seem to unlock with just using code like

Spoiler

inst.components.builder:UnlockRecipe("oceanfishingbobber_crow")
	inst.components.builder:UnlockRecipe("oceanfishingbobber_robin")
	inst.components.builder:UnlockRecipe("oceanfishingbobber_robin_winter")
	inst.components.builder:UnlockRecipe("oceanfishingbobber_canary")
	inst.components.builder:UnlockRecipe("oceanfishingbobber_goose")
	inst.components.builder:UnlockRecipe("oceanfishingbobber_malbatross")
	inst.components.builder:UnlockRecipe("oceanfishinglure_hermit_rain")
	inst.components.builder:UnlockRecipe("oceanfishinglure_hermit_snow")
	inst.components.builder:UnlockRecipe("oceanfishinglure_hermit_drowsy")
	inst.components.builder:UnlockRecipe("oceanfishinglure_hermit_heavy")

also is there an easy way to always have a tab unlocked like the fishing tab like how you can add ancient levels to your character with

inst.components.builder.ancient_bonus = 4

or did klei stop adding support for bonus stuff after the caves update :(? i imagine it'd be very difficult to add a bonus-like builder code for existing tabs like fishing and stuff for modder

Link to comment
Share on other sites

I am pretty sure the hermit crab recipes are not prototypeable which is required to unlock stuff permanently.

To get access to tech LOST without prototyping stuff you just need 10 science, 10 magic and 10 ancient bonuses. This does have a side effect of unlocking everything else in the process.

The least invasive solution is just to make a similar duplicate recipe that returns the same product but with a internal different name, ingredients etc, this way you can craft them by default without needing to remove the ability to get them for others.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...