Item: Tesson de bouteille

Wiki Project Zomboid

Tesson de bouteille

Variable Base.SmashedBottle Mod Vanilla

Résumé

VariableBase.SmashedBottle
TypeWeapon
CatégorieWeaponCrafted
Poids1
Icône
BrokenBottle

Navigation

Nom variableSmashedBottle
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5431
Lignes3279 → 3322
File ID1364

Recettes qui fabriquent cet item

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

5 recettes
Afficher la liste
Recipe Mod Category Time Result
WineEmpty HockeyMaskSmashBottle
HockeyMaskSmashBottle
Base
KAVALASH_Custom 20 SmashedBottle=1
WineEmpty Smash Bottle
Smash Bottle
Base
KAVALASH_Custom 20 SmashedBottle=1
BottleofColaEmptyIcon Smash Bottle of Cola
Smash Bottle of Cola
SapphCooking
KAVALASH_sapphcooking 80 SmashedBottle=1
WineEmpty HockeyMaskSmashBottle
HockeyMaskSmashBottle
Base
Vanilla 20 SmashedBottle=1
WineEmpty Casser la bouteille
Smash Bottle
Base
Vanilla 20 SmashedBottle=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
MatShatteredGlass Shatter Smashed Bottle
OthShatterSmashedBottle
LabRecipes
KAVALASH_VaccinDrReapers GlassWork 60 MatShatteredGlass=2

Propriétés

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

41 propriétés
Key Value (raw) Num Bool JSON
BaseSpeed 1.4 1.4
BreakSound SmashedBottleBreak
Categories SmallBlade
CloseKillMove Jaw_Stab
ConditionLowerChanceOneIn 1 1
ConditionMax 3 3
CritDmgMultiplier 5 5
CriticalChance 5 5
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory WeaponCrafted
DisplayName Smashed Bottle
DoorDamage 0 0
DoorHitSound SmashedBottleHit
HitFloorSound SmashedBottleHit
HitSound SmashedBottleHit
Icon BrokenBottle
ImpactSound SmashedBottleHit
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 2 2
MaxDamage 0.5 0.5
MaxHitCount 1 1
MaxRange 0.8 0.8
MinAngle 0.65 0.65
MinDamage 0.2 0.2
MinRange 0.61 0.61
MinimumSwingTime 4 4
PushBackMod 0.3 0.3
SplatBloodOnNoDeath FALSE 0 0
SplatNumber 3 3
SubCategory Stab
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Stab
SwingSound SmashedBottleSwing
SwingTime 4 4
Tags BrokenGlass
TreeDamage 0 0
Type Weapon
WeaponLength 0.2 0.2
WeaponSprite SmashedBottle
Weight 1 1
Raw block
    item SmashedBottle
	{
	    DisplayCategory = WeaponCrafted,
		MaxRange	=	0.8,
		WeaponSprite	=	SmashedBottle,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	4,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	SmallBlade,
		ConditionLowerChanceOneIn	=	1,
		Weight	=	1,
		SplatNumber	=	3,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
        CloseKillMove = Jaw_Stab,
		ConditionMax	=	3,
		MaxHitCount	=	1,
		DoorDamage	=	0,
		SwingAnim	=	Stab,
		DisplayName	=	Smashed Bottle,
		MinRange	=	0.61,
		SwingTime	=	4,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	BrokenBottle,
        BreakSound  =   SmashedBottleBreak,
        TreeDamage  =   0,
        CriticalChance	=	5,
        CritDmgMultiplier = 5,
        MinDamage	=	0.2,
        MaxDamage	=	0.5,
        BaseSpeed = 1.4,
      	WeaponLength = 0.2,
      	DamageCategory = Slash,
        DamageMakeHole = TRUE,
        HitFloorSound	=	SmashedBottleHit,
        ImpactSound	=	SmashedBottleHit,
        DoorHitSound = SmashedBottleHit,
        HitSound	=	SmashedBottleHit,
		SwingSound = SmashedBottleSwing,
		Tags = BrokenGlass,
  	}