Item: Piège de flammes avec minuteur

Wiki Project Zomboid

Piège de flammes avec minuteur

Variable AuthenticZClothing.FlameTrapTriggered Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.FlameTrapTriggered
TypeWeapon
CatégorieDevices
Poids1.5
Icône
FireBomb

Navigation

Nom variableFlameTrapTriggered
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_Edited_items.txt
Détails techniques
Item PK2035
Lignes263 → 290
File ID836

Recettes qui fabriquent cet item

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

4 recettes
Afficher la liste
Recipe Mod Category Time Result
FireBomb Make Backpack Attachable Item
Make Backpack Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.FlameTrapTriggered=1
FireBomb Revert Attachable Item
Revert Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 FlameTrapTriggered=1
BottleWithGas Add Timer
Add Timer
Base
KAVALASH_Custom Electrical 80 FlameTrapTriggered=1
BottleWithGas Ajouter un minuteur
Add Timer
Base
Vanilla Electrical 80 FlameTrapTriggered=1

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
FireBomb Make Backpack Attachable Item
Make Backpack Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.FlameTrapTriggered=1
FireBomb Revert Attachable Item
Revert Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 FlameTrapTriggered=1

Propriétés

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

25 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Explosive
CanBePlaced TRUE 1 1
DisplayCategory Devices
DisplayName Flame Trap with Timer
ExplosionSound FlameTrapExplode
ExplosionTimer 10 10
FirePower 97 97
FireRange 6 6
Icon FireBomb
MaxDamage 0 0
MaxHitCount 0 0
MaxRange 3 3
MinDamage 0 0
MinimumSwingTime 1.5 1.5
PhysicsObject constructedobjects_01_32
PlacedSprite constructedobjects_01_32
SwingAmountBeforeImpact 0.1 0.1
SwingAnim Throw
SwingSound FlameTrapThrow
SwingTime 1.5 1.5
Type Weapon
UseSelf TRUE 1 1
WeaponSprite WeaponSpriteFlameTrapSensor
Weight 1.5 1.5
WorldStaticModel FlameTrapSensor
Raw block
    item FlameTrapTriggered
    {
	DisplayCategory = Devices,
        MaxRange	=	3,
        Type	=	Weapon,
        MinimumSwingTime	=	1.5,
		SwingAnim	=	Throw,
        WeaponSprite = WeaponSpriteFlameTrapSensor,
        UseSelf	=	TRUE,
        DisplayName	=	Flame Trap with Timer,
        SwingTime	=	1.5,
        SwingAmountBeforeImpact	=	0.1,
        PhysicsObject	=	constructedobjects_01_32,
        MinDamage	=	0,
        Weight	=	1.5,
        MaxDamage	=	0,
        MaxHitCount	=	0,
        Icon	=	FireBomb,
        ExplosionTimer = 10,
        PlacedSprite = constructedobjects_01_32,
        FirePower  =   97,
        FireRange  =   6,
        CanBePlaced = TRUE,
        ExplosionSound  =   FlameTrapExplode,
        SwingSound = FlameTrapThrow,
        WorldStaticModel = FlameTrapSensor,
        AttachmentType  		= 	Explosive,			
    }