Item: Katana Tier 2

Wiki Project Zomboid

Katana Tier 2

Variable Base.KatanaV2 Mod KAVALASH_Custom

Résumé

VariableBase.KatanaV2
TypeWeapon
CatégorieWeaponCrafted
Poids2
Icône
Katana

Navigation

Nom variableKatanaV2
ModuleBase
Sourcemedia\scripts\KAVA_Weapons_Items.txt
Détails techniques
Item PK3138
Lignes54 → 102
File ID1067

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

1 recette
Afficher la liste
Recipe Mod Category Time Result
BlacksmithTongs Fabriquer un Katana Tier 2
KatanaUpV2
CraftMoreKavalash
KAVALASH_Custom CloseWeapons 800 KatanaV2=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Katana Fabriquer un Katana Tier 3
KatanaUpV3
CraftMoreKavalash
KAVALASH_Custom CloseWeapons 800 KatanaV3=1

Propriétés

Toutes les propriétés extraites pour cet item.

44 propriétés
Key Value (raw) Num Bool JSON
AttachmentType BigBlade
BaseSpeed 1 1
BreakSound KatanaBreak
Categories LongBlade
ConditionLowerChanceOneIn 30 30
ConditionMax 30 30
CritDmgMultiplier 4 4
CriticalChance 20 20
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory WeaponCrafted
DisplayName Katana Tier 2
DoorDamage 8 8
DoorHitSound KatanaHit
HitAngleMod -30 -30
HitFloorSound KatanaHit
HitSound KatanaHit
Icon Katana
ImpactSound KatanaHit
KnockBackOnNoDeath TRUE 1 1
KnockdownMod 0 0
MaxDamage 4.0 4
MaxHitCount 2 2
MaxRange 1.4 1.4
MinAngle 0.8 0.8
MinDamage 2.0 2
MinRange 0.61 0.61
MinimumSwingTime 3.0 3
PushBackMod 0.5 0.5
RunAnim Run_Weapon2
SplatBloodOnNoDeath FALSE 0 0
SplatNumber 2 2
SubCategory Swinging
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Bat
SwingSound KatanaSwing
SwingTime 3.0 3
Tags CutPlant;SharpKnife
TreeDamage 1 1
TwoHandWeapon TRUE 1 1
Type Weapon
WeaponLength 0.4 0.4
WeaponSprite KatanaV2
Weight 2.0 2
Raw block
	item KatanaV2
	{
		DisplayName				=	Katana Tier 2	,
		Icon					=	Katana			,
		WeaponSprite			=	KatanaV2			,
		Type					=	Weapon			,
		Categories				=	LongBlade			,
		SubCategory				=	Swinging			,
		DisplayCategory			=	WeaponCrafted			,
		Tags					=	CutPlant;SharpKnife	,
		AttachmentType			=	BigBlade			,
		TwoHandWeapon			=	TRUE				,
		/* ============ PERFORMANCE DATA ============= */
		MinRange				=	0.61	,
		MaxRange				=	1.4	,
		MinDamage				=	2.0	,
		MaxDamage				=	4.0	,	/* 8 IS WHACKED */
		CriticalChance			=	20	,
		CritDmgMultiplier			=	4	,
		MinAngle				=	0.8	,
		HitAngleMod				=	-30	,
		MinimumSwingTime			=	3.0	,
		SwingAmountBeforeImpact		=	0.02	,
		ConditionMax			=	30	,
		ConditionLowerChanceOneIn	=	30	,
		BaseSpeed				=	1	,
			WeaponLength			=	0.4	,
		Weight				=	2.0	,
		/* ============= AMMUNITION DATA ============= */
		MaxHitCount				=	2	,	/* 3 IS WHACKED */
		SwingTime				=	3.0	,
		PushBackMod				=	0.5	,
		SplatNumber				=	2	,
		KnockdownMod			=	0	,
		SplatBloodOnNoDeath		=	FALSE	,
		KnockBackOnNoDeath		=	TRUE	,
		DoorDamage				=	8	,
		TreeDamage  			=	1	,
			DamageCategory			=	Slash	,
		DamageMakeHole			=	TRUE	,
		HitFloorSound			=	KatanaHit	,
		ImpactSound				=	KatanaHit	,
		DoorHitSound 			= 	KatanaHit	,
		HitSound				=	KatanaHit	,
		SwingSound 				= 	KatanaSwing	,
		RunAnim					=	Run_Weapon2	,
		BreakSound  			=   KatanaBreak	,
		SwingAnim				=	Bat			,
	}