Wooden Doorframe: Difference between revisions

From PZwiki
m (Minor)
(Updated to B41, removed outdated tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Construction|Carpentry|version=Version 36|incver=4}}
{{Header|Project Zomboid|Items|Construction|Carpentry|version=Version 41|incver=78.16}}
{{Outdated}}
A '''wooden doorframe''' is a structure that the [[player]] can build to fortify a structure, or in the creation of new buildings.
A '''wooden doorframe''' is a structure that the [[player]] can build to fortify a structure or create obstacles against zombies.


==Wooden doorframes==
[[File:Wooden Door Frame Article.png|thumb|right|In-game screenshot of a wooden door frame both with a wooden door and without one as in build 41.78.16.]]
[[File:Wooden Door Frame Article.png|thumb|right|In-game screenshot of a wooden door frame both with a wooden door and without one as in build 41.78.16.]]


Wooden doorframes are a defensive structure from the [[carpentry]] skill that are used to hold constructable doors for the player to enter/exit. This allows the player easy access to their structure without risking climbing over a wall, or having an exposed gap for zombies to enter through. Doorframes are not attacked by zombies, but the [[Door|wooden doors]] built into them can be destroyed by zombies.
==Usage==
Wooden doorframes are a defensive structure from the [[carpentry]] skill that are used to hold constructable doors for the player to enter/exit. This allows the player easy access to their structure without risking climbing over a wall, or having an exposed gap for zombies to enter through. Doorframes are not attacked by zombies, but the [[Door|wooden doors]] built into them can be destroyed by zombies. If a door is missing or destroyed, zombies will walk through the door.
 
Wooden doorframes can be destroyed with a [[sledgehammer]]. They can also be plastered and painted using [[paint]] and a [[paintbrush]].


==Construction==
==Construction==
{{Crafting header|ing=3}}
{{Crafting header|ing=4}}
{{Crafting carpentry|514|ing=3}}
{{Crafting carpentry|514|ing=3}}
{{Crafting carpentry|521|ing=4}}
{{Crafting carpentry|522|ing=4}}
|}
|}


To build a wooden doorframe, a player must have a hammer and the ingredients in their inventory, or on the ground within reach. They must also be have at least level 2 [[Carpentry|carpentry]]. Unlike the [[Wooden Wall|wooden wall]] and [[Wooden Window|wooden window]], the wooden doorframe does not require a [[Wooden Wall|wooden frame]] to be built first.
To build a wooden doorframe, a player must have a [[hammer]], [[plank]]s, and [[nails]] in their inventory, or on the ground within reach. They must also have at least level 2 [[Carpentry|carpentry]]. Unlike the [[Wooden Wall|wooden wall]] and [[Wooden Window|wooden window]], the wooden doorframe does not require a [[Wooden Wall|wooden frame]] to be built first. The level of doorframe built is based on the player's [[carpentry]] level. It cannot be selected by the player. However lower level doorframes can be upgraded by the player.
 
===Skill requirements===
*Level 1 doorframe: Carpentry 2
*Level 2 doorframe: Carpentry 4
*Level 3 doorframe: Carpentry 7


Wooden doorframes can be destroyed with a [[sledgehammer]], and can be plastered and painted using paint and a [[paintbrush]].
==Trivia==
*Unlike [[Wooden Window|wooden windows]] and [[Wooden Wall|wooden walls]], wooden doorframes cannot be upgraded from level 1 to level 3 directly.


==Code==
==Code==
Line 68: Line 77:
==See also==
==See also==
*[[Carpentry]]
*[[Carpentry]]
*[[Wooden Wall]]
*[[Wooden Window]]


{{Navbox construction}}
{{Navbox construction}}


[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 10:11, 17 January 2024

Project ZomboidItemsConstructionCarpentryWooden Doorframe

A wooden doorframe is a structure that the player can build to fortify a structure, or in the creation of new buildings.

In-game screenshot of a wooden door frame both with a wooden door and without one as in build 41.78.16.

Usage

Wooden doorframes are a defensive structure from the carpentry skill that are used to hold constructable doors for the player to enter/exit. This allows the player easy access to their structure without risking climbing over a wall, or having an exposed gap for zombies to enter through. Doorframes are not attacked by zombies, but the wooden doors built into them can be destroyed by zombies. If a door is missing or destroyed, zombies will walk through the door.

Wooden doorframes can be destroyed with a sledgehammer. They can also be plastered and painted using paint and a paintbrush.

Construction

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Doorframe Carpentry.gif
Wooden Doorframe
5 Carpentry Carpentry 2 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x4
(consumed)
Nails.png
Nails x4
(consumed)
Wooden Doorframe Lvl 2
Upgrade Wooden Doorframe From Lvl 1 to Lvl 2
5 Carpentry Carpentry 4 Hammer.png
Hammer (tag)
(keep)
Wooden Doorframe Lvl 1
Wooden Doorframe Lvl 1
Plank.png
Plank x1
(consumed)
Nails.png
Nails x4
(consumed)
Wooden Doorframe Lvl 3
Upgrade Wooden Doorframe From Lvl 2 to Lvl 3
5 Carpentry Carpentry 7 Hammer.png
Hammer (tag)
(keep)
Wooden Doorframe Lvl 2
Wooden Doorframe Lvl 2
Plank.png
Plank x1
(consumed)
Nails.png
Nails x4
(consumed)

To build a wooden doorframe, a player must have a hammer, planks, and nails in their inventory, or on the ground within reach. They must also have at least level 2 carpentry. Unlike the wooden wall and wooden window, the wooden doorframe does not require a wooden frame to be built first. The level of doorframe built is based on the player's carpentry level. It cannot be selected by the player. However lower level doorframes can be upgraded by the player.

Skill requirements

  • Level 1 doorframe: Carpentry 2
  • Level 2 doorframe: Carpentry 4
  • Level 3 doorframe: Carpentry 7

Trivia

Code

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

Source: ProjectZomboid\media\scripts\multistagebuild.txt

Retrieved: Build 41.78.16
multistagebuild UpgradeWoodenDoorFrame_1To2
{
    PreviousStage: WoodenDoorFrameLvl1,
    Name: WoodenDoorFrameLvl2,
    TimeNeeded: 200,
    BonusHealth: 200,
    SkillRequired: Woodwork=4,
    ItemsRequired: Base.Plank=1; Base.Nails=4,
    ItemsToKeep: Base.Hammer,
    WallType: doorframe,
    Sprite: walls_exterior_wooden_01_50,
    NorthSprite: walls_exterior_wooden_01_51,
    CraftingSound: Hammering,
    ID: Upgrade to Wooden Door Frame Lvl 2,
    XP: Woodwork=5,
}

multistagebuild UpgradeWoodenDoorFrame_2To3
{
    PreviousStage: WoodenDoorFrameLvl2,
    Name: WoodenDoorFrameLvl3,
    TimeNeeded: 200,
    BonusHealth: 100,
    SkillRequired: Woodwork=7,
    ItemsRequired: Base.Plank=1; Base.Nails=4,
    ItemsToKeep: Base.Hammer,
    CanBePlastered: true,
    WallType: doorframe,
    Sprite: walls_exterior_wooden_01_34,
    NorthSprite: walls_exterior_wooden_01_35,
    CraftingSound: Hammering,
    ID: Upgrade to Wooden Door Frame Lvl 3,
    XP: Woodwork=5,
}

See also