Item: Katana Puissance Tier 1

Wiki Project Zomboid

Katana Puissance Tier 1

Variable Base.KatanaPowerV1 Mod KAVALASH_Custom

Résumé

VariableBase.KatanaPowerV1
TypeWeapon
CatégorieWeaponCrafted
Poids3
Icône
PowerV1

Navigation

Nom variableKatanaPowerV1
ModuleBase
Sourcemedia\scripts\KAVA_Weapons_Items.txt
Détails techniques
Item PK3149
Lignes549 → 592
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 1
KatanaPowerUpV1
CraftMoreKavalash
KAVALASH_Custom CloseWeapons 800 KatanaPowerV1=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
PowerV2 Fabriquer un Katana Puissance Tier 2
KatanaPowerUpV2
CraftMoreKavalash
KAVALASH_Custom CloseWeapons 800 KatanaPowerV2=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 30 30
ConditionMax 25 25
CritDmgMultiplier 2 2
CriticalChance 0 0
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory WeaponCrafted
DisplayName Katana Puissance Tier 1
DoorDamage 8 8
DoorHitSound KatanaHit
HitAngleMod -30 -30
HitFloorSound KatanaHit
HitSound KatanaHit
Icon PowerV1
ImpactSound KatanaHit
KnockBackOnNoDeath TRUE 1 1
KnockdownMod 0 0
MaxDamage 4 4
MaxHitCount 2 2
MaxRange 1.4 1.4
MinAngle 0.8 0.8
MinDamage 2 2
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 KatanaPowerV1
Weight 3 3
Raw block
	item KatanaPowerV1
    {
		DisplayName = Katana Puissance Tier 1,
        DisplayCategory = WeaponCrafted,
        MaxRange	=	1.4,
        WeaponSprite	=	KatanaPowerV1,
        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	=	3,
        ConditionLowerChanceOneIn	=	30,
        PushBackMod	=	0.5,
        SubCategory	=	Swinging,
        ConditionMax	=	25,
        MaxHitCount	=	2,
        DoorDamage	=	8,
        SwingAnim	=	Bat,
        MinRange	=	0.61,
        SwingTime	=	3,
        HitAngleMod	=	-30,
        KnockdownMod	=	0,
        Icon	=	PowerV1,
        RunAnim	=	Run_Weapon2,
        BreakSound  =   KatanaBreak,
        TreeDamage  =   1,
        CriticalChance	=	0,
        CritDmgMultiplier = 2,
        MinDamage	=	2,
        MaxDamage	=	4,
        BaseSpeed = 1,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        TwoHandWeapon = TRUE,
        WeaponLength = 0.4,
        AttachmentType = BigBlade,
    }