Item: Sac à dos - Grade 2

Wiki Project Zomboid

Sac à dos - Grade 2

Variable AuthenticZClothing.Bag_Schoolbag_Tier_2 Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Bag_Schoolbag_Tier_2
TypeContainer
CatégorieBag
Poids1
Icône Aucune icône trouvée

Navigation

Nom variableBag_Schoolbag_Tier_2
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_BackpackUpgrades_Recipes.txt
Détails techniques
Item PK1933
Lignes29 → 51
File ID834

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
Upgrade School Bag
Upgrade School Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current Tailoring 300 Bag_Schoolbag_Tier_2=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
Upgrade School Bag
Upgrade School Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current Tailoring 300 Bag_Schoolbag_Tier_3=1

Propriétés

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

19 propriétés
Key Value (raw) Num Bool JSON
AttachmentReplacement Bag
AttachmentsProvided SchoolbagBagSecondary;SchoolbagItemSlot1;SchoolbagFlashlight;SchoolbagBottleRight;SchoolbagPlushie;SchoolbagUmbrellaLeft;SchoolbagBalloonRight
BloodLocation Bag
CanBeEquipped Back
Capacity 22 22
CloseSound CloseBag
ClothingItem Bag_Schoolbag_Tier2
DisplayCategory Bag
DisplayName School Bag - Tier 2
IconsForTexture Backpack_BlackAZ;Backpack_Blue;Backpack_Spiffo;Backpack_BlackAZ;Backpack_BlackAZ
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_Schoolbag_RHand holdingbagright
ReplaceInSecondHand Bag_Schoolbag_LHand holdingbagleft
RunSpeedModifier 0.97 0.97
Type Container
Weight 1 1
WeightReduction 60 60
WorldStaticModel SchoolBag_Ground
Raw block
	item Bag_Schoolbag_Tier_2
    {
        DisplayCategory = Bag,		
        WeightReduction			=	60,
        Weight					=	1,
        Type					=	Container,
        Capacity				=	22,
        DisplayName				=	School Bag - Tier 2,
        IconsForTexture 		= 	Backpack_BlackAZ;Backpack_Blue;Backpack_Spiffo;Backpack_BlackAZ;Backpack_BlackAZ,
        CanBeEquipped 			= 	Back,
        CanBeEquipped 			= 	Back, 
		OpenSound   			=   OpenBag,
        CloseSound   			=   CloseBag,
        PutInSound   			=   PutItemInBag,
        ClothingItem 			= 	Bag_Schoolbag_Tier2,
        BloodLocation 			= 	Bag,
        RunSpeedModifier 		= 	0.97,
        AttachmentReplacement	= 	Bag,
		AttachmentsProvided  	= 	SchoolbagBagSecondary;SchoolbagItemSlot1;SchoolbagFlashlight;SchoolbagBottleRight;SchoolbagPlushie;SchoolbagUmbrellaLeft;SchoolbagBalloonRight,		
        ReplaceInSecondHand  	= 	Bag_Schoolbag_LHand holdingbagleft,
        ReplaceInPrimaryHand 	= 	Bag_Schoolbag_RHand holdingbagright,
        WorldStaticModel 	 	= 	SchoolBag_Ground,
    }