Don't Starve Wiki
Don't Starve Wiki
No edit summary
Tag: Visual edit
(Undid revision 352481 by 113.87.130.60 (talk) Link sources if you change drop rates.)
Line 4: Line 4:
 
|burnTime = 0
 
|burnTime = 0
 
|stack = Does not stack.
 
|stack = Does not stack.
|droppedBy = {{pic|30|Snake}} (0.33%){{pic|30|Poison Snake|link=Snake}} (0.2%)
+
|droppedBy = {{pic|30|Snake}} (0.66%){{pic|30|Poison Snake|link=Snake}} (0.57%)
 
|perk = Forces a jump animation
 
|perk = Forces a jump animation
 
|spawnCode = "snakeoil"}}
 
|spawnCode = "snakeoil"}}

Revision as of 12:30, 27 September 2017

Wilson Portrait
The label says "Jay's Wondrous Snake Oil!"

Wilson

Snake Oil is a very rare drop from normal Snakes and Poison Snakes. By intended design it has no real use whatsoever.

Even though it technically is a Fuel, it has burn time of zero, which makes adding it to a Chiminea or Fire Pit pointless, unless wanting to destroy the item. It also has a Poison healing ability which is disabled. It can be quaffed an unlimited amount of times, making the player character play the jump animation where the character claps their heels together making two, subtle, metallic "ding" sounds. This is the only function Snake Oil has. This animation is shared with an Anti Venom.

Placeholder Trivia

  • "Snake oil" is an expression that refers to health products with no verifiable benefits.
  • There are 2 game files that prove that the intended use for snake oil is for it to have no use:
    • poisonhealer.lua: part of the 3rd line reads: "--Used for snakeoil. We don't want it to actually do anything.". "We" means the developers.
    • snakeoil.lua: lines 23 to 27 read, which mean it is a fuel with a value of 0 and is a poison cure that does not cure at all:

   inst:AddComponent("fuel")
   inst.components.fuel.fuelvalue = 0

   inst:AddComponent("poisonhealer")
   inst.components.poisonhealer.enabled = false