Scalpel: Difference between revisions

From PZwiki
m (Updated distribution table)
m (Automated CodeBox update)
Line 101: Line 101:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item Scalpel
item Scalpel
{
{
    DisplayCategory = FirstAid,
    DisplayCategory = FirstAid,
Line 149: Line 149:
SwingSound = ScalpelSwing,
SwingSound = ScalpelSwing,
AttachmentType = Screwdriver,
AttachmentType = Screwdriver,
  }
  }  
  }}
}}
}}
}}


{{Navbox weapons|blade}}
{{Navbox weapons|blade}}

Revision as of 11:28, 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]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Scalpel
Scalpel Model.png
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
One-handed
Slot attached
Belt
Properties
Max condition
5
Performance
Damage
0.1–0.4
Range
0.61–0.8
Knockback
0.3
Knockdown
0
Special ability
Jaw Stab
Technical
Item ID
Scalpel

A scalpel is a short blade weapon.

Usage

A scalpel is a short blade weapon with low durability and damage. Like many short bladed weapons, it can perform the jaw stab attack which will instantly kill a zombie when attacking from close proximity.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
MedicalCache1 MedicalBox 4 1
closet crate 4 1
dentiststorage metal_shelves 4 1
metal_shelves 4 1
metal_shelves 4 2
metal_shelves 4 2
kennels counter 4 1
counter 4 2
laboratory crate 4 1
morgue counter 4 1

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 Scalpel
	{
	    DisplayCategory = FirstAid,
		MaxRange	=	0.8,
		WeaponSprite	=	Scalpel,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	SmallBlade,
		ConditionLowerChanceOneIn	=	1,
		Weight	=	0.3,
		SplatNumber	=	2,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		CloseKillMove = Jaw_Stab,
		ConditionMax	=	5,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		DisplayName	=	Scalpel,
		MinRange	=	0.61,
		SwingTime	=	2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	Scalpel,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   ScalpelBreak,
        TreeDamage  =   0,
        EnduranceMod = 0.5,
        MetalValue = 8,
        CriticalChance	=	10,
        CritDmgMultiplier = 10,
        MinDamage	=	0.1,
        MaxDamage	=	0.4,
		WeaponLength = 0.17,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        HitFloorSound	=	ScalpelHit,
        ImpactSound	=	ScalpelHit,
        DoorHitSound = ScalpelHit,
		HitSound	=	ScalpelHit,
		SwingSound = ScalpelSwing,
		AttachmentType = Screwdriver,
 	}