Ice Pick: Difference between revisions

From PZwiki
m (Automated navbox deployment)
m (Distribution table update)
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
|name=Ice Pick
|name=Ice Pick
|model=IcePick_Model.png
|model=IcePick_Model.png
|image_width=150px
|icon=IcePick.png
|icon=IcePick.png
|icon_name=Ice Pick
|icon_name=Ice Pick
Line 26: Line 25:
|item_id=Base.IcePick
|item_id=Base.IcePick
}}
}}
An '''ice pick''' is a short blade melee [[weapon|weapon]].
An '''ice pick''' is a short blade melee [[weapon|weapon]].


Line 42: Line 40:


==Crafting==
==Crafting==
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting survivalist|114|ing=3}}
|spear_with_ice_pick
{{Crafting survivalist|127|ing=3}}
|ice_pick
|}
}}


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


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|IcePick|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>IcePick distribution
!Container
        <span class="mw-customtoggle-togglebox-IcePick" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-IcePick">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| rowspan="3"|all
    |+ {{ll|Containers}}
| [[dishescabinet]]
    ! Building / Room
| 4
    ! Container
| 0.1
    ! Rolls
|-
    ! Chance
|[[dishescabinet]]
    |-
|4
    | all
|0.1
    | {{ll|Outfit_Inmate}}
|-
    | 1
|[[dishescabinet]]
    | 1.0
|4
    |-
|0.1
    | all
|-
    | {{ll|dishescabinet}}
| rowspan="3"|kitchen
    | 4
| [[freezer]]
    | 0.1
| 4
    |-
| 0.1
    | all
|-
    | {{ll|freezer}}
|[[freezer]]
    | 1
|4
    | 0.01
|0.1
    |-
|-
    | kitchen
|[[freezer]]
    | {{ll|freezer}}
|4
    | 4
|0.1
    | 0.1
|}
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-IcePick" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|IcePick|41.78.16-->


==Gallery==
==Gallery==
Line 100: Line 102:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item IcePick
item IcePick
{
{
    DisplayCategory = Cooking,
    DisplayCategory = Cooking,
Line 155: Line 157:
*[[Scissors]]
*[[Scissors]]


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

Revision as of 15:47, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Ice Pick
IcePick Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
One-handed
Slot attached
Belt
Skill
Properties
Max condition
10
Performance
Damage
0.6–0.9
Range
0.61–0.8
Knockback
0.3
Special ability
Jaw Stab
Technical
Item ID
Base.IcePick

An ice pick is a short blade melee weapon.

Usage

The ice pick is light, and in terms of durability, is better than the kitchen knife but worse than the hunting knife. As the Ice Pick is one of the weapons with the 'Jaw Stab' attack, it can kill a zombie instantly if close enough and timed correctly.

It is a single attack weapon, so it is best if used in single combat or if zombies are relatively spread out when attacking.

Its tree/door damage is negligible (2 tree, 1 door per attack).

Condition

The ice pick has a maximum condition of 10. Its rate of degradation is influenced by the short blade and maintenance skills. The chance of losing durability can be simplified to the following formula: 1 in (7 + maintenanceMod × 2). Where "maintenanceMod" is calculated using the short blade and maintenance skills.
Below is an example of the chance of losing durability at varying levels of the maintenance and short blade skills.

For how this is calculated, see: Condition
Maintenance skill Weapon skill Condition lower chance
0 0 1/7 (14%)
0 4 1/9 (11%)
0 8 1/11 (9%)
4 0 1/11 (9%)
8 0 1/15 (7%)
4 4 1/13 (8%)
4 8 1/15 (7%)
8 8 1/19 (5%)
10 10 1/21 (5%)

Crafting

Product Ingredients Tools Requirements Workstation XP
SpearIcePick.png
Spear with Ice Pick
SpearStick.png Crafted Spear ×1
IcePick.png Ice Pick ×1
DuctTape.png Duct Tape ×2 unit(s)
none none none none
IcePick.png
Ice Pick
SpearIcePick.png Spear with Ice Pick ×1 none none none none

Distribution

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

IcePick distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Outfit_Inmate 1 1.0
all dishescabinet 4 0.1
all freezer 1 0.01
kitchen freezer 4 0.1

Gallery

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 IcePick
	{
	    DisplayCategory = Cooking,
		MaxRange	=	0.8,
		WeaponSprite	=	IcePick,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	SmallBlade,
		ConditionLowerChanceOneIn	=	7,
		Weight	=	0.3,
		SplatNumber	=	4,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		DisplayName	=	Ice Pick,
		MinRange	=	0.61,
		CloseKillMove = Jaw_Stab,
		SwingTime	=	2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	IcePick,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        TreeDamage  =   2,
        BreakSound  =   IcePickBreak,
        EnduranceMod = 0.5,
        CriticalChance	=	10,
        CritDmgMultiplier = 5,
        MinDamage	=	0.6,
        MaxDamage	=	0.9,
	 	WeaponLength = 0.25,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        HitFloorSound	=	IcePickHit,
        ImpactSound	=	IcePickHit,
        DoorHitSound = IcePickHit,
		HitSound	=	IcePickHit,
		SwingSound = IcePickSwing,
		AttachmentType = Screwdriver,
    }

See also