moved common files
This commit is contained in:
48
common/media/scripts/TOC_surgery_items.txt
Normal file
48
common/media/scripts/TOC_surgery_items.txt
Normal file
@@ -0,0 +1,48 @@
|
||||
module TOC
|
||||
{
|
||||
imports
|
||||
{
|
||||
Base
|
||||
}
|
||||
|
||||
item Surg_Arm_Tourniquet_L
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Surgery,
|
||||
DisplayName = Tourniquet,
|
||||
|
||||
ClothingItem = Surg_Arm_Tourniquet_L,
|
||||
ClothingItemExtra = Surg_Arm_Tourniquet_R,
|
||||
ClothingItemExtraOption = PutTourniquetArmRight,
|
||||
clothingExtraSubmenu = PutTourniquetArmLeft,
|
||||
BodyLocation = TOC_ArmAccessory,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
|
||||
Weight = 0.25,
|
||||
|
||||
Icon = tourniquet,
|
||||
WorldStaticModel = tourniquet,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
item Surg_Arm_Tourniquet_R
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Surgery,
|
||||
DisplayName = Tourniquet,
|
||||
|
||||
ClothingItem = Surg_Arm_Tourniquet_R,
|
||||
ClothingItemExtra = Surg_Arm_Tourniquet_L,
|
||||
ClothingItemExtraOption = PutTourniquetArmLeft,
|
||||
clothingExtraSubmenu = PutTourniquetArmRight,
|
||||
BodyLocation = TOC_ArmAccessory,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
|
||||
Weight = 0.25,
|
||||
|
||||
Icon = tourniquet,
|
||||
WorldStaticModel = tourniquet,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user