Chainsaw: Difference between revisions

From PZwiki
m (→‎See also: Change link)
m (Automated CodeBox update)
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Weapons|Melee weapons|Long blunt weapons}}
{{header/sandbox2|Project Zomboid|Items|Weapons|Melee weapons|Long blunt weapons}}
{{Page version|41.78.16}}
{{page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Chainsaw
|name=Chainsaw
|model=Chainsaw Model.png
|model=Chainsaw_Model.png
|icon=Crowbar.png
|icon=Crowbar.png
|icon_name=Chainsaw
|icon_name=Chainsaw
Line 11: Line 10:
|weight=3
|weight=3
|equipped=Two-handed
|equipped=Two-handed
|attachment_type=
|function=Chop trees
|function=Chop trees
|skill_type=
|ammo_type=
|clip_size=
<!--PROPERTIES-->
<!--PROPERTIES-->
|material= <!-- E.g. Metal -->
|material=<!-- E.g. Metal -->
|material_value= <!-- E.g. MetalValue attribute -->
|material_value=<!-- E.g. MetalValue attribute -->
|condition_max=15
|condition_max=15
|condition_lower_chance=
<!--DAMAGE-->
<!--DAMAGE-->
|damage_type=Blunt
|damage_type=Blunt
|min_damage=0.6
|min_damage=0.6
|max_damage=1.1
|max_damage=1.1
|door_damage=
|tree_damage=
|min_range=0.61
|min_range=0.61
|max_range=1.2
|max_range=1.2
|hit_chance=
|recoil_delay=
|sound_radius=
|base_speed=
|push_back=0.5
|push_back=0.5
|knockdown=0
|knockdown=0
|aiming_time=
|reload_time=
|crit_chance=
|crit_multiplier=
|kill_move=
<!-- TECHNICAL -->
<!-- TECHNICAL -->
|item_id=Base.Chainsaw
|item_id=Base.Chainsaw
}}
}}
{{Quote|text=Just remember this is Zomboid. You want to carry a heavy, extremely loud, finite fuel weapon? You want to cut your own arm off or get eaten by a horde? It’s time to pick! I’m sure we’ll want to look into adding chainsaws at some point because, well its obvious, but their usefulness will be questionable.|author=[https://projectzomboid.com/blog/news/2014/08/apzdtisa-iv-the-quest-for-peace/ Lemmy]}}
{{Quote|text=Just remember this is Zomboid. You want to carry a heavy, extremely loud, finite fuel weapon? You want to cut your own arm off or get eaten by a horde? It’s time to pick! I’m sure we’ll want to look into adding chainsaws at some point because, well its obvious, but their usefulness will be questionable.|author=[https://projectzomboid.com/blog/news/2014/08/apzdtisa-iv-the-quest-for-peace/ Lemmy]}}


A '''chainsaw''' is an upcoming [[Weapons|weapon]] in [[Project Zomboid]].  
A '''chainsaw''' is an upcoming [[Weapons|weapon]] in [[Project Zomboid]].


==Overview==
==Overview==
Chainsaws have been a popular request for [[Project Zomboid]], with the developers commenting as early as [https://www.youtube.com/watch?v=On23utVO7uo&t=907s EGX Rezzed 2014]. They're expected to be extremely loud, heavy, dangerous and require constant refueling with [[Gas Can|gas]]. They will likely be more effective than an [[axe]] at chopping trees.  
Chainsaws have been a popular request for [[Project Zomboid]], with the developers commenting as early as [https://www.youtube.com/watch?v=On23utVO7uo&t=907s EGX Rezzed 2014]. They're expected to be extremely loud, heavy, dangerous and require constant refueling with [[Gas Can|gas]]. They will likely be more effective than an [[axe]] at chopping trees.


The first functional chainsaw was added in [[build 41]], however with only very basic functionality and only obtainable in [[debug mode]] or with server commands. The chainsaw was only added at this stage while [[Romain Dron|RJ]] was experimenting with the new animations and weapon models, but was never removed.  
The first functional chainsaw was added in [[build 41]], however with only very basic functionality and only obtainable in [[debug mode]] or with server commands. The chainsaw was only added at this stage while [[Romain Dron|RJ]] was experimenting with the new animations and weapon models, but was never removed.


==Gallery==
==Gallery==
Line 58: Line 42:


==Trivia==
==Trivia==
*The chainsaw currently uses a crowbar icon, this is likely a placeholder until it will be implemented properly.
*The "PORTER" written on the chainsaw is a reference to [[Will Porter]], one of the core [[The Indie Stone]] developers.
*The "PORTER" written on the chainsaw is a reference to [[Will Porter]], one of the core [[The Indie Stone]] developers.


Line 70: Line 55:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item Chainsaw
item Chainsaw
     {
     {
         DisplayCategory = Weapon,
         DisplayCategory = Weapon,
Line 108: Line 93:
         TwoHandWeapon = TRUE,
         TwoHandWeapon = TRUE,
     WeaponLength = 0.4,
     WeaponLength = 0.4,
     }
     }  
  }}
}}
}}
}}


Line 118: Line 103:
*[[Machete]]
*[[Machete]]


{{Navbox weapons}}
{{Navbox weapons|blunt}}

Revision as of 10:23, 26 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Chainsaw
Chainsaw Model.png
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
3
Equipped
Two-handed
Function
Chop trees
Properties
Max condition
15
Performance
Damage type
Blunt
Damage
0.6–1.1
Range
0.61–1.2
Knockback
0.5
Knockdown
0
Technical
Item ID
Base.Chainsaw
Just remember this is Zomboid. You want to carry a heavy, extremely loud, finite fuel weapon? You want to cut your own arm off or get eaten by a horde? It’s time to pick! I’m sure we’ll want to look into adding chainsaws at some point because, well its obvious, but their usefulness will be questionable.
Lemmy

A chainsaw is an upcoming weapon in Project Zomboid.

Overview

Chainsaws have been a popular request for Project Zomboid, with the developers commenting as early as EGX Rezzed 2014. They're expected to be extremely loud, heavy, dangerous and require constant refueling with gas. They will likely be more effective than an axe at chopping trees.

The first functional chainsaw was added in build 41, however with only very basic functionality and only obtainable in debug mode or with server commands. The chainsaw was only added at this stage while RJ was experimenting with the new animations and weapon models, but was never removed.

Gallery

Trivia

  • The chainsaw currently uses a crowbar icon, this is likely a placeholder until it will be implemented properly.
  • The "PORTER" written on the chainsaw is a reference to Will Porter, one of the core The Indie Stone developers.

Code

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

Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item Chainsaw
    {
        DisplayCategory = Weapon,
        MaxRange	=	1.2,
        WeaponSprite	=	Chainsaw,
        MinAngle	=	0.72,
        Type	=	Weapon,
        MinimumSwingTime	=	3,
        KnockBackOnNoDeath = TRUE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Blunt,
        Weight	=	3,
        ConditionLowerChanceOneIn	=	70,
        PushBackMod	=	0.5,
        SubCategory	=	Swinging,
        ConditionMax	=	15,
        MaxHitCount	=	1,
        DoorDamage	=	8,
        SwingAnim	=	Bat,
        CriticalChance	=	35,
        CritDmgMultiplier = 6,
        DisplayName	=	Chainsaw,
        MinRange	=	0.61,
        SwingTime	=	3,
        HitAngleMod	=	-30,
        KnockdownMod	=	0,
        Icon	=	Crowbar,
        RunAnim	=	Run_Weapon2,
        BreakSound  =   BreakMetalItem,
        TreeDamage  =   0,
        MetalValue = 150,
        CriticalChance	=	25,
        CritDmgMultiplier = 3,
        MinDamage	=	0.6,
        MaxDamage	=	1.1,
        BaseSpeed = 1,
        TwoHandWeapon = TRUE,
     	WeaponLength = 0.4,
    }

See also