Stone Knife: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 61: Line 61:
<b>WARNING: This article is under construction and may not be accurate or even contain errors!</b>
<b>WARNING: This article is under construction and may not be accurate or even contain errors!</b>


The stone knife is a non craftable [[Weapons#Melee_weapons|melee weapon]] categorized as a [[Weapons#Short_Blade|short blade]] which can be attached to a spear [? link to spear].
The stone knife is a craftable [[Weapons#Melee_weapons|melee weapon]] categorized as a [[Weapons#Short_Blade|short blade]] which can be attached to a spear [? link to spear].
It is also used for [[Cooking|cooking recipes]].
It is also used for [[Cooking|cooking recipes]] and crafting different items.




Line 87: Line 87:


===Breaking doors===
===Breaking doors===
It is mostly ineffective at bashing down [[door]]s, dealing only 5 damage per hit. For comparison, an [[axe]] deals 35 damage to that structure type.  
It very ineffective at bashing down [[door]]s, dealing only 1 damage per hit. For comparison, an [[axe]] deals 35 damage to that structure type.  


===Tree chopping===
===Tree chopping===
Line 97: Line 97:
<!--Comment: This section contains all the info about the condition of the weapon. -->
<!--Comment: This section contains all the info about the condition of the weapon. -->
The stone knife is a [[Skills#Blade|blade]] weapon, therefore being influenced by the blade skills: accuracy, guard and maintenance.
The stone knife is a [[Skills#Blade|blade]] weapon, therefore being influenced by the blade skills: accuracy, guard and maintenance.
It only has a maximum condition of [? Add value here] and will be damaged depending on the player's maintenance skill.
It only has a maximum condition of 10 and will be damaged depending on the player's maintenance skill.
The chance of losing durability is: [? Add equation here]
The chance of losing durability is: [? Add equation here]


Line 104: Line 104:


<!-- NOTE FROM A WIKI EDITOR: Please provide the chances and repair values below! -->
<!-- NOTE FROM A WIKI EDITOR: Please provide the chances and repair values below! -->
Materials that can be used to repair the stone knife, based on first time repairing.
This item can't be repaired.
[Values in this section must be added!]
{{Fixing weapon
|item=Stone Knife
<!--|woodwork=2 -->
|ducttape=1
<!--|ducttaperepairs=10 -->
<!--|ducttapechance=95 -->
|glue=1
<!--|gluerepairs=10 -->
<!--|gluechance=95 -->
|scotchtape=2
<!--|scotchtaperepairs=10 -->
<!--|scotchtapechance=95 -->
}}




Line 222: Line 208:
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
<!--Comment: This is the code found in the repair file [Zomboid Folder\media\scripts\fixing.txt] which defines what it costs to repair the weapon.  -->
<!--Comment: This is the code found in the repair file [Zomboid Folder\media\scripts\fixing.txt] which defines what it costs to repair the weapon.  -->
This item can't be repaired.
<!-- This item can't be repaired. -->


==See also==
==See also==

Revision as of 16:06, 17 February 2021



Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 17/02/2021.
Stone Knife
Stone Knife
Stone Knife Spear Stoneknife
General
Category Weapon
Encumbrance
Heavy Load
0.75
Function Weapons
Equipped One-handed
Condition max. 10
Skill Short Blade
Damage
Type Short Blade
Attack speed 2
Range 0.61–0.85 tiles
Damage 0.6–1.2
Knockback 0.3
Knockdown 0
Execution Jaw_Stab
Technical details
Base ID ?


WARNING: This article is under construction and may not be accurate or even contain errors!

The stone knife is a craftable melee weapon categorized as a short blade which can be attached to a spear [? link to spear]. It is also used for cooking recipes and crafting different items.


Usage

Cooking

The stone knife can be used to make cooking recipes. If this weapon is tainted in blood and the player uses it, it won't affect him/her (by making him sick or infected by the zombie virus) but it is recommended to wash it since it could change in the future.

Weapon

Pros:
The stone knife is a one handed blade weapon which is capable of dealing a one shot kill on zombies when the player performs a jaw stab animation. Since it's a one handed weapon the player can carry a bag in the other hand but it is advised to have enough strength to do so.

Cons:
Despite its fast attack rate, it has a short attack range and it inflicts low damage to the zombies if the player can't jaw stab the target, making it a weapon hard to master. This weapon can only hit 1 target at a time. The player should make sure other zombies are far enough in order to engage the closest one in case of a jaw stab with the weapon or else by the time this kind of attack is finished the player can't move making him and easy prey for the close zombies.

Breaking doors

It very ineffective at bashing down doors, dealing only 1 damage per hit. For comparison, an axe deals 35 damage to that structure type.

Tree chopping

[To be filled]

Condition

The stone knife is a blade weapon, therefore being influenced by the blade skills: accuracy, guard and maintenance. It only has a maximum condition of 10 and will be damaged depending on the player's maintenance skill. The chance of losing durability is: [? Add equation here]

Repairing

This item can't be repaired.


Distribution

Crafting

Template:Crafting table header Template:Crafting table footer

Cooking

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Buildings

Stone Knives can be found in kitchen counters and various various other places.

Vehicles

[! To be filled]

NPCs

Zombies

There is a chance zombies have a stone knife stuck into their body.

Trivia

  • The stone knife was added to the game in build 41 IWMBUS. (also known as animation build)

Gallery

Code

Item

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	
	item FlintKnife
	{
		MaxRange	=	0.85,
		WeaponSprite	=	FlintKnife,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	SmallBlade,
		ConditionLowerChanceOneIn	=	7,
		Weight	=	0.75,
		SplatNumber	=	4,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		DisplayName	=	Stone Knife,
		MinRange	=	0.61,
		CloseKillMove = Jaw_Stab,
		SwingTime	=	2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	KnifeFlint,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        TreeDamage  =   2,
        BreakSound  =   BreakMetalItem,
        EnduranceMod = 0.5,
        CriticalChance	=	20,
        CritDmgMultiplier = 2,
        MinDamage	=	0.6,
        MaxDamage	=	1.2,
	 	WeaponLength = 0.25,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        HitFloorSound	=	BladeHit,
        ImpactSound	=	BladeHit,
		HitSound	=	BladeHit,
		AttachmentType = Screwdriver,
    }


Repair

Retrieved: Build 41.50

See also