Item: Katana Puissance Tier 2

Wiki Project Zomboid

Katana Puissance Tier 2

Variable Base.KatanaPowerV2 Mod KAVALASH_Custom

Résumé

VariableBase.KatanaPowerV2
TypeWeapon
CatégorieWeaponCrafted
Poids2.8
Icône
PowerV2

Navigation

Nom variableKatanaPowerV2
ModuleBase
Sourcemedia\scripts\KAVA_Weapons_Items.txt
Détails techniques
Item PK3150
Lignes593 → 636
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 Puissance Tier 2
KatanaPowerUpV2
CraftMoreKavalash
KAVALASH_Custom CloseWeapons 800 KatanaPowerV2=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
PowerV3 Fabriquer un Katana Puissance Tier 3
KatanaPowerUpV3
CraftMoreKavalash
KAVALASH_Custom CloseWeapons 800 KatanaPowerV3=1

Propriétés

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

41 propriétés
Key Value (raw) Num Bool JSON
AttachmentType BigBlade
BaseSpeed 1 1
BreakSound KatanaBreak
Categories LongBlade
ConditionLowerChanceOneIn 40 40
ConditionMax 30 30
CritDmgMultiplier 2 2
CriticalChance 0 0
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory WeaponCrafted
DisplayName Katana Puissance Tier 2
DoorDamage 8 8
DoorHitSound KatanaHit
HitAngleMod -30 -30
HitFloorSound KatanaHit
HitSound KatanaHit
Icon PowerV2
ImpactSound KatanaHit
KnockBackOnNoDeath TRUE 1 1
KnockdownMod 0 0
MaxDamage 5 5
MaxHitCount 2 2
MaxRange 1.4 1.4
MinAngle 0.8 0.8
MinDamage 2.5 2.5
MinRange 0.61 0.61
MinimumSwingTime 3 3
PushBackMod 0.5 0.5
RunAnim Run_Weapon2
SubCategory Swinging
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Bat
SwingSound KatanaSwing
SwingTime 3 3
TreeDamage 1 1
TwoHandWeapon TRUE 1 1
Type Weapon
WeaponLength 0.4 0.4
WeaponSprite KatanaPowerV2
Weight 2.8 2.8
Raw block
	item KatanaPowerV2
    {
		DisplayName = Katana Puissance Tier 2,
        DisplayCategory = WeaponCrafted,
        MaxRange	=	1.4,
        WeaponSprite	=	KatanaPowerV2,
        MinAngle	=	0.8,
        Type	=	Weapon,
        MinimumSwingTime	=	3,
        HitFloorSound	=	KatanaHit,
		ImpactSound	=	KatanaHit,
        DoorHitSound = KatanaHit,
		HitSound	=	KatanaHit,
		SwingSound = KatanaSwing,
        KnockBackOnNoDeath = TRUE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	LongBlade,
        Weight	=	2.8,
        ConditionLowerChanceOneIn	=	40,
        PushBackMod	=	0.5,
        SubCategory	=	Swinging,
        ConditionMax	=	30,
        MaxHitCount	=	2,
        DoorDamage	=	8,
        SwingAnim	=	Bat,
        MinRange	=	0.61,
        SwingTime	=	3,
        HitAngleMod	=	-30,
        KnockdownMod	=	0,
        Icon	=	PowerV2,
        RunAnim	=	Run_Weapon2,
        BreakSound  =   KatanaBreak,
        TreeDamage  =   1,
        CriticalChance	=	0,
        CritDmgMultiplier = 2,
        MinDamage	=	2.5,
        MaxDamage	=	5,
        BaseSpeed = 1,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        TwoHandWeapon = TRUE,
        WeaponLength = 0.4,
        AttachmentType = BigBlade,
    }