Katana: Difference between revisions

From PZwiki
No edit summary
(added model image + added navbox + updated to 41.53)
Line 1: Line 1:
{{languages|Katana}}
{{languages}}
{{header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=50}}{{Infobox weapon
{{header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=53}}{{Infobox weapon
|display_name=Katana
|display_name=Katana
|name_colour=Weapon
|name_colour=Weapon
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=Katana.png
|image=Katana_Model.png
|image_width=200px
|alternate_image=Katana.png
|alternate_name=Katana
|alternate_link=
|category=Weapon
|category=Weapon
|weight=2
|weight=2
Line 17: Line 21:
|min_damage=8
|min_damage=8
|max_damage=8
|max_damage=8
|tree_damage=1
|door_damage=8
|push_back=0.5
|push_back=0.5
|knockdown=2
|class_name=Base.Katana
|class_name=Base.Katana
}}
}}
The '''Katana''' is a two-handed long blade weapon. The katana can alternatively be used as a one-handed weapon at the cost of reduced impact. The weapon can be attached to the character's back for quick access and weight reduction.
A '''katana''' is a two-handed long blade weapon. The katana can alternatively be used as a one-handed weapon at the cost of reduced impact. The weapon can be attached to the character's back for quick access and weight reduction.


==Usage==
==Usage==
Line 52: Line 57:
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''


{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=53}}
<pre> item Katana
<pre>   item Katana
MaxRange = 1.4,
    {
WeaponSprite = Katana,
        MaxRange = 1.4,
MinAngle = 0.8,
        WeaponSprite = Katana,
Type = Weapon,
        MinAngle = 0.8,
MinimumSwingTime = 3,
        Type = Weapon,
HitFloorSound = BladeHit,
        MinimumSwingTime = 3,
ImpactSound = BladeHit,
        HitFloorSound = BladeHit,
HitSound = BladeHit,
ImpactSound = BladeHit,
KnockBackOnNoDeath = TRUE,
HitSound = BladeHit,
SwingAmountBeforeImpact = 0.02,
        KnockBackOnNoDeath = TRUE,
Categories = LongBlade,
        SwingAmountBeforeImpact = 0.02,
Weight = 2,
        Categories = LongBlade,
ConditionLowerChanceOneIn = 25,
        Weight = 2,
PushBackMod = 0.5,
        ConditionLowerChanceOneIn = 15,
SubCategory = Swinging,
        PushBackMod = 0.5,
ConditionMax = 10,
        SubCategory = Swinging,
MaxHitCount = 1,
        ConditionMax = 10,
DoorDamage = 8,
        MaxHitCount = 3,
SwingAnim = Bat,
        DoorDamage = 8,
CriticalChance = 35,
        SwingAnim = Bat,
CritDmgMultiplier = 6,
        CriticalChance = 35,
DisplayName = Katana,
        CritDmgMultiplier = 6,
MinRange = 0.61,
        DisplayName = Katana,
SwingTime = 3,
        MinRange = 0.61,
HitAngleMod = -30,
        SwingTime = 3,
KnockdownMod = 0,
        HitAngleMod = -30,
Icon = Katana,
        KnockdownMod = 0,
RunAnim = Run_Weapon2,
        Icon = Katana,
BreakSound = BreakMetalItem,
        RunAnim = Run_Weapon2,
TreeDamage = 1,
        BreakSound =   BreakMetalItem,
CriticalChance = 30,
        TreeDamage =   1,
CritDmgMultiplier = 10,
        CriticalChance = 30,
MinDamage = 8,
        CritDmgMultiplier = 10,
MaxDamage = 8,
        MinDamage = 8,
BaseSpeed = 1,
        MaxDamage = 8,
WeaponLength = 0.3,
        BaseSpeed = 1,
DamageCategory = Slash,
        WeaponLength = 0.3,
DamageMakeHole = TRUE,
        DamageCategory = Slash,
TwoHandWeapon = TRUE,
        DamageMakeHole = TRUE,
WeaponLength = 0.4,
        TwoHandWeapon = TRUE,
AttachmentType = BigBlade,
        WeaponLength = 0.4,
</pre>
        AttachmentType = BigBlade,
    }</pre>
 
==See also==
*[[Machete]]
 
{{Navbox_weapons}}

Revision as of 05:23, 31 July 2021

Katana
Katana
Katana
General
Category Weapon
Encumbrance
Heavy Load
2
Function Weapon
Equipped Two-handed
Condition max. 10
Skill Blade
Damage
Type Blade
Attack speed 3
Range 0.61–1.4 tiles
Damage 8–8
Tree damage 1
Door damage 8
Knockback 0.5
Technical details
Base ID Base.Katana

A katana is a two-handed long blade weapon. The katana can alternatively be used as a one-handed weapon at the cost of reduced impact. The weapon can be attached to the character's back for quick access and weight reduction.

Usage

Pros Cons
  • Highest damage of any weapon in the game.
  • Good durability.
  • Hard to level up long blade skill due to the katana and Machete being the only long blade weapons.
  • Cannot be repaired, ideal to make it last longer by levelling up your maintenance skill before using it.
  • Very difficult to find.

Breaking Doors

The katana is quite ineffective at breaking down doors, dealing only 8 damage. For comparison, an axe deals 35.

Chopping Trees

The katana is very ineffective at chopping down trees, dealing 1 damage. For comparison, an axe deals 35.

Distribution

Buildings

The katana can be found in residential buildings in furniture such as wardrobes and drawers. Another possible place are gun shops such as the one located in West Point.

Zombies

After 60 days have passed, The katana can very rarely be found impaled in the stomach of a zombie.

Gallery

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/)

Retrieved: Build 41.53

    item Katana
    {
        MaxRange	=	1.4,
        WeaponSprite	=	Katana,
        MinAngle	=	0.8,
        Type	=	Weapon,
        MinimumSwingTime	=	3,
        HitFloorSound	=	BladeHit,
	ImpactSound	=	BladeHit,
	HitSound	=	BladeHit,
        KnockBackOnNoDeath = TRUE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	LongBlade,
        Weight	=	2,
        ConditionLowerChanceOneIn	=	15,
        PushBackMod	=	0.5,
        SubCategory	=	Swinging,
        ConditionMax	=	10,
        MaxHitCount	=	3,
        DoorDamage	=	8,
        SwingAnim	=	Bat,
        CriticalChance	=	35,
        CritDmgMultiplier = 6,
        DisplayName	=	Katana,
        MinRange	=	0.61,
        SwingTime	=	3,
        HitAngleMod	=	-30,
        KnockdownMod	=	0,
        Icon	=	Katana,
        RunAnim	=	Run_Weapon2,
        BreakSound  =   BreakMetalItem,
        TreeDamage  =   1,
        CriticalChance	=	30,
        CritDmgMultiplier = 10,
        MinDamage	=	8,
        MaxDamage	=	8,
        BaseSpeed = 1,
        WeaponLength = 0.3,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        TwoHandWeapon = TRUE,
        WeaponLength = 0.4,
        AttachmentType = BigBlade,
    }

See also