Bellows: Difference between revisions

From PZwiki
(add model to infobox)
m (Automated Formatting)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Tools|type=Tool}}
{{Header|Project Zomboid|Items|Tools|type=Tool}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Future}}
{{Future}}
{{Infobox item
{{Infobox item
Line 13: Line 12:
|item_id=Base.Bellows
|item_id=Base.Bellows
}}
}}
{{Quote|text=Use on stone furnace to increase heat.|author=In-game tooltip}}
{{Quote|text=Use on stone furnace to increase heat.|author=In-game tooltip}}
The '''Bellows''' is an upcoming [[Tools|tool]].
The '''Bellows''' is an upcoming [[Tools|tool]].
Line 38: Line 36:
         Icon = Bellows,
         Icon = Bellows,
         Tooltip = Tooltip_Bellows,
         Tooltip = Tooltip_Bellows,
     }  
     }
}}
}}
}}
}}
Line 46: Line 44:
*[[Build 42]]
*[[Build 42]]


{{Navbox equipment|tools}}
{{Navbox items|tools}}

Latest revision as of 06:31, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Bellows
Bellows Model.png
General
Category
Tools
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Bellows
Use on stone furnace to increase heat.
— In-game tooltip

The Bellows is an upcoming tool.

Usage

Bellows currently do not spawn in game. Due to its tool tag, it is likely it will be a part of the overhauled build 42 crafting system.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Bellows
    {
        DisplayCategory = Tool,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Bellows,
        Icon	=	Bellows,
        Tooltip = Tooltip_Bellows,
    }

See also