Jump to content

Can't insert Battery into Rubber Duck


Tykvesh

Recommended Posts

  • 41.65
  • Singleplayer
  • No mods
  • Steps to reproduce:
  1. Get a Rubber Duck and a Battery

  2. Try to craft "Insert Battery into Duck"

I have no idea what's even the purpose of this recipe, but I foraged that Rubber Duck and was not able to insert a Battery.

 

screenshot_08-01-2022_03-22-41.thumb.png.486532ffce94cde2bd5974a75973f8b3.png

 

I suppose this is because the recipe requires Rubberducky2 instead of Rubberducky:

   recipe Insert Battery into Duck
   {
     destroy Rubberducky2,
     destroy Battery,

     Result:Rubberducky2,
     Time:30,
     OnTest:Recipe.OnTest.TorchBatteryInsert,
     OnCreate:Recipe.OnCreate.TorchBatteryInsert,
     StopOnWalk:false,
   }
    item Rubberducky
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Rubber Duck,
        Icon	=	Rubberducky,
        WorldStaticModel = Rubberducky,
    }

    item Rubberducky2
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Drainable,
        UseDelta	=	0.003,
        DisplayName	=	Rubber Duck,
        Icon	=	Rubberducky,
        WorldStaticModel = Rubberducky,
    }
Edited by Tykvesh
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
×
×
  • Create New...