Wooden Window: Difference between revisions

From PZwiki
(Brought up to date with 36.40. Added Navbar, +Description, +Picture, + Code +categories + Explanation of health etc.)
m (Automatic formatting)
 
(35 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Tiles|Barriers|Wall tiles}}
{{languages|Wooden window frame}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{Infobox tile
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 36.4'''    </div><!-- Code for Version Tag at top -->
|name=Wooden Window
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Construction|Construction]] -> [[:Category:Carpentry|Carpentry]] -> [[{{PAGENAME}}|Wooden Window Frame]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Window1_Carpentry.png
'''Wooden Window Frames''' are structures that a [[Player|character]] can build to fortify a structure or create obstacles against zombies.<br>
|icon=Window1_Carpentry.png
<br>
|model2=Window2_Carpentry.png
{| style="float:right; border:1px solid FFFFFF;margin:.46em 0 0 .2em"
|icon2=Window2_Carpentry.png
|- style="font-size:100%"
|model3=Window3_Carpentry.png
| valign="top" |[[Image:Wooden_Window_Frame_Construction.png]]<!--
|icon3=Window3_Carpentry.png
  --><br> <small>''Ingame image of wooden frames at Build 36.40 - From Wooden Frame to Level 3 Window''</small>
|function=Protect the player from [[zombies]] and [[weather]]
<!--Build-->
|build_skill=[[Carpentry]]
|build_level=2, 4, 7
|build_tool_tag=Hammer
|ingredients=<small>2 × [[File:Plank.png|20px|link=Plank]] [[Plank]]<br>4 × [[File:Nails.png|20px|link=Nails]] [[Nails]]</small>
<!--Disassemble-->
|disassemble_skill=[[Carpentry]]
|disassemble_level=0
|disassemble_tool_tag=Hammer
|disassemble_tool_tag2=Saw
|tile_id=walls_exterior_wooden_01_52
|tile_id2=walls_exterior_wooden_01_48
|tile_id3=walls_exterior_wooden_01_32
}}
 
A '''wooden window''' is a constructable wall used for shelter and defense. It has a hole that a window can be placed into.
 
==Usage==
Wooden windows are a defensive structure that can be built to seal entranceways, reinforce entry/exit points, and can be used in the creation of completely new structures. The window allows for the installation of windows picked up from other structures, as well as barricades to be erected over the window.
 
Window frames with a broken or no window, can be climbed through by [[zombie]]s, so long as they are not barricaded.
 
Wooden windows can be destroyed with a [[sledgehammer]]. They can also be plastered and painted using [[paint]] and a [[paintbrush]].
 
===Crafting===
To construct a wooden window the player must be at least [[carpentry]] level 2, and have already constructed either a [[Wooden Wall Frame|wooden wall frame]] or a [[Metal Wall Frame|metal wall frame]]. The plyer can then right click on the frame, and choose the level of window they wish to construct, so long as they meet the construction requirements.
 
{{Crafting header|ing=4}}
{{Crafting carpentry|508|ing=4}}
{{Crafting carpentry|509|ing=4}}
{{Crafting carpentry|510|ing=4}}
{{Crafting carpentry|511|ing=4}}
{{Crafting carpentry|512|ing=4}}
{{Crafting carpentry|513|ing=4}}
|}
|}
__NOTOC__
== Wooden Window Frames ==


Wooden Window Frames are a defensive structure that can be built to seal entranceways, reinforce entry/exit points, and can be used in the creation of completely new structures. The Window allows for barricades to be erected on the hole and a rope sheet to be used with the window to allow for a escape route in a structure.
===Health===
The HP of a window is the same as a wall, and is determined from it's base material, the skill level of the builder, and the wall's level.


All [[Wooden_Wall|wooden walls]] and [[Wooden_window_frame|wooden windows]] require a player to have a [[hammer]], [[plank|planks]], and [[nails]] to construct. The strength of the window itself is dependant on the level of the actual window.
{{Construction hp|wood|wood}}


Windows without barricades can be climbed through by zombies. While a slight oversight, you must be holding the planks and nails in your inventory to upgrade a wooden frame to a wooden window frame, and these construction parts can not be used if on the floor.
{{Construction hp|wood|metal}}
<br><br><br><br><br><br><br><br><br><br><br>


== Construction ==
==Gallery==
{| style="float:right; border:1px solid FFFFFF;margin:.46em 0 0 .2em"
<gallery>
|- style="font-size:100%"
Wooden Window Frame Construction.png|In-game screenshot of wooden windows at different levels in order from left to right.
| valign="top" |[[Image:Wall_Construction_2.png]]<!--
</gallery>
  --><br> <small>''Right clicking on the wooden frame shows the upgrade menu.''</small>
 
|}
==Trivia==
To build a [[Wooden window frame|wooden window frame]], a player must first equip the hammer, build a wooden frame, and then upgrade this frame with further wood and nails.
*Although a wooden window will have the same health as an identical wall, zombies will attack the window or barricades first, then climb through the hole. This should be taken into account when using windows in a vulnerable location.
*When on a floor level 2 or higher, a sheet rope can also be placed in a wooden window to allow for an escape route in a structure.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 146
  | source = multistagebuild.txt
  | retrieved = true
  | version = 41.78.16
  | code =
    multistagebuild CreateWoodenWindow_1
    {
        PreviousStage:WoodenWallFrame;MetalWallFrame,
        Name:WoodenWindowLvl1,
        TimeNeeded:250,
        BonusHealth:400,
        SkillRequired:Woodwork=2,
        ItemsRequired:Base.Plank=2;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_52,
        NorthSprite:walls_exterior_wooden_01_53,
        CraftingSound:Hammering,
        ID:Create Wooden Window Lvl 1,
        XP:Woodwork=10,
        CanBarricade:true,
    }
 
    multistagebuild UpgradeWoodenWindow_1To2
    {
        PreviousStage:WoodenWindowLvl1,
        Name:WoodenWindowLvl2,
        TimeNeeded:200,
        BonusHealth:100,
        BonusSkill:FALSE,
        SkillRequired:Woodwork=4,
        ItemsRequired:Base.Plank=1;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_48,
        NorthSprite:walls_exterior_wooden_01_49,
        CraftingSound:Hammering,
        ID:Upgrade to Wooden Window Lvl 2,
        XP:Woodwork=10,
        CanBarricade:true,
    }


To construct a Wooden window frame, a player would require for Level 1, 2 skill points in carpentry. For Level 2 it requires 4 carpentry skill, and the Level 3 window frame requires 7 Carpentry skill.
    multistagebuild CreateWoodenWindow_2
    {
        PreviousStage:WoodenWallFrame;MetalWallFrame,
        Name:WoodenWindowLvl2,
        TimeNeeded:250,
        BonusHealth:500,
        SkillRequired:Woodwork=4,
        ItemsRequired:Base.Plank=2;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_48,
        NorthSprite:walls_exterior_wooden_01_49,
        CraftingSound:Hammering,
        ID:Create Wooden Window Lvl 2,
        XP:Woodwork=20,
        CanBarricade:true,
    }


Wooden window frames can be destroyed quickly by a [[sledgehammer]] and window frames can be painted using paint and a [[paintbrush]].
    multistagebuild UpgradeWoodenWindow_1To3
=== Wooden Wall Stats ===
    {
{| class="wikitable" style="text-align:center;"
        PreviousStage:WoodenWindowLvl1,
|-
        Name:WoodenWindowLvl3,
! Item
        TimeNeeded:220,
! Wood Required to Build Stage
        BonusHealth:200,
! Total Nails to Build Stage
        BonusSkill:FALSE,
! Health of Wall Provided
        SkillRequired:Woodwork=7,
! Level of Construction
        ItemsRequired:Base.Plank=2;Base.Nails=8,
|-
        ItemsToKeep:Base.Hammer,
|[[File:wall.png]] <br>
        Sprite:walls_exterior_wooden_01_32,
Wooden Frame
        NorthSprite:walls_exterior_wooden_01_33,
| 2  
        CanBePlastered:true,
| 2
        WallType:windowsframe,
| 50
        CraftingSound:Hammering,
| 2
        ID:Upgrade to Wooden Window Lvl 3,
|-
        XP:Woodwork=20,
|[[File:WindowFrame.png]] <br>
        CanBarricade:true,
Wooden Window Frame Level 1
    }
| 2
| 4
| 150
| 2
|-
|[[File:WindowFrame.png]] <br>
Wooden Window Frame Level 2
| 2
| 4
| 200
| 4
|-
|[[File:WindowFrame.png]] <br>
Wooden Window Frame Level 3
| 2
| 4
| 250
| 7
|-
|}


=== Important to Note ===
    multistagebuild UpgradeWoodenWindow_2To3
To upgrade from Level 1 to Level 2, or Level 2 to 3 it would cost 1 plant and 4 nails.
    {
        PreviousStage:WoodenWindowLvl2,
        Name:WoodenWindowLvl3,
        TimeNeeded:200,
        BonusHealth:100,
        BonusSkill:FALSE,
        SkillRequired:Woodwork=7,
        ItemsRequired:Base.Plank=1;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_32,
        NorthSprite:walls_exterior_wooden_01_33,
        CanBePlastered:true,
        WallType:windowsframe,
        CraftingSound:Hammering,
        ID:Upgrade to Wooden Window Lvl 32,
        XP:Woodwork=10,
        CanBarricade:true,
    }


To upgrade from Level 1 to Level 3, it would cost 2 plant and 8 nails. '''(it is cheaper in nail cost to demolish the wall and rebuild)'''
    multistagebuild CreateWoodenWindow_3
    {
        PreviousStage:WoodenWallFrame;MetalWallFrame,
        Name:WoodenWindowLvl3,
        TimeNeeded:250,
        BonusHealth:600,
        SkillRequired:Woodwork=7,
        ItemsRequired:Base.Plank=2;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_32,
        NorthSprite:walls_exterior_wooden_01_33,
        CanBePlastered:true,
        WallType:windowsframe,
        CraftingSound:Hammering,
        ID:Create Wooden Window Lvl 3,
        XP:Woodwork=30,
        CanBarricade:true,
    }
  }}
}}


== Code ==
==See also==
<nowiki>
*[[Carpentry]]
item WindowFrame
*[[Wooden Wall]]
Weight = 10,
Type = Normal,
DisplayName = Wooden Window Frame,
Icon = WallWindow,
</nowiki>


==See Also==
{{Navbox construction|carpentry}}
*[[Carpentry_Guide|Carpentry Guide]]


[[Category:Construction]]
[[Category:Carpentry]]
[[Category:Carpentry]]
[[Category:Items]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Version 36]]

Latest revision as of 18:10, 25 March 2024

Project ZomboidTilesBarriersWall tilesWooden Window
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wooden Window
Window1 Carpentry.png
Window2 Carpentry.png
Window3 Carpentry.png
[[File:{{{icon4}}}|Wooden Window|]]
[[File:{{{icon5}}}|Wooden Window|]]
General
Category
Furniture
Function
Protect the player from zombies and weather
Build
Skill (level)
Carpentry (2, 4, 7)
Tool(s)
Ingredients
2 × Plank.png Plank
4 × Nails.png Nails
Disassemble
Skill (level)
Tool(s)
Technical
Tile ID(s)
walls_exterior_wooden_01_52 walls_exterior_wooden_01_48 walls_exterior_wooden_01_32

A wooden window is a constructable wall used for shelter and defense. It has a hole that a window can be placed into.

Usage

Wooden windows are a defensive structure that can be built to seal entranceways, reinforce entry/exit points, and can be used in the creation of completely new structures. The window allows for the installation of windows picked up from other structures, as well as barricades to be erected over the window.

Window frames with a broken or no window, can be climbed through by zombies, so long as they are not barricaded.

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

Crafting

To construct a wooden window the player must be at least carpentry level 2, and have already constructed either a wooden wall frame or a metal wall frame. The plyer can then right click on the frame, and choose the level of window they wish to construct, so long as they meet the construction requirements.

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

Health

The HP of a window is the same as a wall, and is determined from it's base material, the skill level of the builder, and the wall's level.

Calculations based on frame type wood and wall type wood
Skill level Level 1 wall Level 2 wall Level 3 wall
2 490 HP - -
3 510 HP - -
4 530 HP 630 HP -
5 550 HP 650 HP -
6 570 HP 670 HP -
7 590 HP 690 HP 790 HP
8 610 HP 710 HP 810 HP
9 630 HP 730 HP 830 HP
10 650 HP 750 HP 850 HP
Calculations based on frame type metal and wall type wood
Skill level Level 1 wall Level 2 wall Level 3 wall
2 560 HP - -
3 580 HP - -
4 600 HP 700 HP -
5 620 HP 720 HP -
6 640 HP 740 HP -
7 660 HP 760 HP 860 HP
8 680 HP 780 HP 880 HP
9 700 HP 800 HP 900 HP
10 720 HP 820 HP 920 HP

Gallery

Trivia

  • Although a wooden window will have the same health as an identical wall, zombies will attack the window or barricades first, then climb through the hole. This should be taken into account when using windows in a vulnerable location.
  • When on a floor level 2 or higher, a sheet rope can also be placed in a wooden window to allow for an escape route in a structure.

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 CreateWoodenWindow_1
    {
        PreviousStage:WoodenWallFrame;MetalWallFrame,
        Name:WoodenWindowLvl1,
        TimeNeeded:250,
        BonusHealth:400,
        SkillRequired:Woodwork=2,
        ItemsRequired:Base.Plank=2;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_52,
        NorthSprite:walls_exterior_wooden_01_53,
        CraftingSound:Hammering,
        ID:Create Wooden Window Lvl 1,
        XP:Woodwork=10,
        CanBarricade:true,
    }

    multistagebuild UpgradeWoodenWindow_1To2
    {
        PreviousStage:WoodenWindowLvl1,
        Name:WoodenWindowLvl2,
        TimeNeeded:200,
        BonusHealth:100,
        BonusSkill:FALSE,
        SkillRequired:Woodwork=4,
        ItemsRequired:Base.Plank=1;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_48,
        NorthSprite:walls_exterior_wooden_01_49,
        CraftingSound:Hammering,
        ID:Upgrade to Wooden Window Lvl 2,
        XP:Woodwork=10,
        CanBarricade:true,
    }

    multistagebuild CreateWoodenWindow_2
    {
        PreviousStage:WoodenWallFrame;MetalWallFrame,
        Name:WoodenWindowLvl2,
        TimeNeeded:250,
        BonusHealth:500,
        SkillRequired:Woodwork=4,
        ItemsRequired:Base.Plank=2;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_48,
        NorthSprite:walls_exterior_wooden_01_49,
        CraftingSound:Hammering,
        ID:Create Wooden Window Lvl 2,
        XP:Woodwork=20,
        CanBarricade:true,
    }

    multistagebuild UpgradeWoodenWindow_1To3
    {
        PreviousStage:WoodenWindowLvl1,
        Name:WoodenWindowLvl3,
        TimeNeeded:220,
        BonusHealth:200,
        BonusSkill:FALSE,
        SkillRequired:Woodwork=7,
        ItemsRequired:Base.Plank=2;Base.Nails=8,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_32,
        NorthSprite:walls_exterior_wooden_01_33,
        CanBePlastered:true,
        WallType:windowsframe,
        CraftingSound:Hammering,
        ID:Upgrade to Wooden Window Lvl 3,
        XP:Woodwork=20,
        CanBarricade:true,
    }

    multistagebuild UpgradeWoodenWindow_2To3
    {
        PreviousStage:WoodenWindowLvl2,
        Name:WoodenWindowLvl3,
        TimeNeeded:200,
        BonusHealth:100,
        BonusSkill:FALSE,
        SkillRequired:Woodwork=7,
        ItemsRequired:Base.Plank=1;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_32,
        NorthSprite:walls_exterior_wooden_01_33,
        CanBePlastered:true,
        WallType:windowsframe,
        CraftingSound:Hammering,
        ID:Upgrade to Wooden Window Lvl 32,
        XP:Woodwork=10,
        CanBarricade:true,
    }

    multistagebuild CreateWoodenWindow_3
    {
        PreviousStage:WoodenWallFrame;MetalWallFrame,
        Name:WoodenWindowLvl3,
        TimeNeeded:250,
        BonusHealth:600,
        SkillRequired:Woodwork=7,
        ItemsRequired:Base.Plank=2;Base.Nails=4,
        ItemsToKeep:Base.Hammer,
        Sprite:walls_exterior_wooden_01_32,
        NorthSprite:walls_exterior_wooden_01_33,
        CanBePlastered:true,
        WallType:windowsframe,
        CraftingSound:Hammering,
        ID:Create Wooden Window Lvl 3,
        XP:Woodwork=30,
        CanBarricade:true,
    }

See also