Files
The-Only-Cure/42/media/scripts/TOC_surgery_items.txt
2025-12-16 00:56:00 +01:00

48 lines
1.1 KiB
Plaintext

module TOC
{
imports
{
Base
}
item Surg_Arm_Tourniquet_L
{
ItemType = base:Clothing,
DisplayCategory = Surgery,
DisplayName = Tourniquet,
ClothingItem = Surg_Arm_Tourniquet_L,
ClothingItemExtra = Surg_Arm_Tourniquet_R,
ClothingItemExtraOption = PutTourniquetArmRight,
clothingExtraSubmenu = PutTourniquetArmLeft,
BodyLocation = toc:TOC_ArmAccessory_L,
BloodLocation = UpperArms;UpperBody,
Weight = 0.25,
Icon = tourniquet,
WorldStaticModel = tourniquet,
CanHaveHoles = false,
}
item Surg_Arm_Tourniquet_R
{
ItemType = base:Clothing,
DisplayCategory = Surgery,
DisplayName = Tourniquet,
ClothingItem = Surg_Arm_Tourniquet_R,
ClothingItemExtra = Surg_Arm_Tourniquet_L,
ClothingItemExtraOption = PutTourniquetArmLeft,
clothingExtraSubmenu = PutTourniquetArmRight,
BodyLocation = toc:TOC_ArmAccessory_R,
BloodLocation = UpperArms;UpperBody,
Weight = 0.25,
Icon = tourniquet,
WorldStaticModel = tourniquet,
CanHaveHoles = false,
}
}