Difference between revisions of "Bread"

From Team Fortress Wiki
Jump to: navigation, search
m (mc, moved trivia point to main section as it fits there better.)
(Gallery)
Line 40: Line 40:
 
== Gallery ==
 
== Gallery ==
 
<gallery perrow='3'>
 
<gallery perrow='3'>
File:Bread_Loaf.png|Plain loaf (Scout).
+
File:Bread_Loaf.png|Plain loaf (Scout or Demoman).
 
File:Bread_Ration.png|Slice of bread ration (Soldier).
 
File:Bread_Ration.png|Slice of bread ration (Soldier).
 
File:Bread_Burnt.png|Burnt slice of bread. Only one side is burnt (Pyro).
 
File:Bread_Burnt.png|Burnt slice of bread. Only one side is burnt (Pyro).
File:Bread_Cinnamon.png|Slice of cinnamon-swirl bread (Demoman).
+
File:Bread_Cinnamon.png|Slice of cinnamon-swirl bread (Demoman or Scout).
 
File:Bread_Russian_Black.png|Loaf of Borodinsky bread (Heavy).
 
File:Bread_Russian_Black.png|Loaf of Borodinsky bread (Heavy).
 
File:Bread_Cornbread.png|Cornbread (Engineer).
 
File:Bread_Cornbread.png|Cornbread (Engineer).

Revision as of 00:50, 24 August 2021

This article is about objects that can spawn when players die or teleport. For other meanings, see Bread (disambiguation).
Bread.png
Full of bugs. Smells like fish and old milk. Was eighteen dollars for some reason. Now it's... I don't know, a dollar? Free?
— Mann Co. advertisement for Eighteen-dollar bread

Bread is an object that occasionally appears when players teleport. Several seconds after spawning, the bread prop will disappear. The chance for bread to spawn when teleported is 1/20 with a hardcoded exception for Soldier of 1/3 (in reference to Expiration Date). There are currently nine different bread models which will appear randomly. Bread monster-related weapons were one of the main focuses of the Love & War Update.

Update history

June 11, 2014 Patch

  • [Undocumented] Bread now occasionally spawns when using a Teleporter.

June 18, 2014 Patch (Love & War Update)

[Unknown Date]

  • Reduced chance to spawn bread on teleporting or death.

Trivia

  • Each type of bread represents each class. Baguette represents Spy, burnt bread represents Pyro, cinnamon-swirl bread represents Demoman, cornbread represents Engineer, crumpet represents Sniper, plain loaf represents Scout, pretzel represents Medic, bread ration represents Soldier, and borodinsky bread represents Heavy. This is backed up by a string array called g_pszBreadModels found in the source code, containing filenames for all 9 types of bread alongside comments of which class each type of bread is for.[1]
    • The plain loaf and cinnamon-swirl appear to be marked for the incorrect classes. The plain loaf is a traditionally Scottish bread, but is labeled as Scout's, and cinnamon-swirl is often misattributed to Henry David Thoreau, a man from Massachusetts, USA, but the bread is labled as Demoman's. This is supported by questions marks that follow a few of the labels in the source code, implying that the programmer responsible was unsure which breads represent which classes.
  • Bread was hinted at multiple times before its appearance in the game itself:
  • The plain bread loaf appeared in the short Expiration Date as mutated sentient bread, and later became a monstrously large tentacled beast.
  • All bread props can be destroyed with the Short Circuit and are also able to be air-blasted, similar to projectiles.
  • Before June 17th, 2014, the rate at which bread spawned during teleportation was initially quite rare. During the Love & War Update, the rate of spawn was seemingly increased to a 100% chance to appear. As of late, it appears to have been changed back to being quite rare.

Unused content

  • Texture filename strings were found listed in the texture_preload_list.txt file added in the October 28, 2015 Patch, hinting at 3 types of bread that didn't make the cut; bagged bread, robo-bread and shortbread.
    • tf/materials/models/weapons/c_items/c_bread_bagged.vtf
    • tf/materials/models/weapons/c_items/c_bread_bagged_normal.vtf
    • tf/materials/models/weapons/c_items/c_bread_robo.vtf
    • tf/materials/models/weapons/c_items/c_bread_shortbread.vtf
    • tf/materials/models/weapons/c_items/c_bread_shortbread_normal.vtf

Gallery

See also

References

  1. game\shared\tf\tf_shareddefs.cpp#L184-195