moved folders
This commit is contained in:
112
42/media/scripts/TOC_amputation_items.txt
Normal file
112
42/media/scripts/TOC_amputation_items.txt
Normal file
@@ -0,0 +1,112 @@
|
||||
module TOC
|
||||
{
|
||||
imports
|
||||
{
|
||||
Base
|
||||
}
|
||||
/****************** Clothing that look like a cut limb ******************/
|
||||
item Amputation_Hand_R
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Amputation,
|
||||
|
||||
ClothingItem = Amputation_Hand_R,
|
||||
BodyLocation = TOC_Arm,
|
||||
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.9,
|
||||
BloodLocation = Hands;LowerArms,
|
||||
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
item Amputation_ForeArm_R
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Amputation,
|
||||
|
||||
ClothingItem = Amputation_ForeArm_R,
|
||||
BodyLocation = TOC_Arm,
|
||||
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.8,
|
||||
BloodLocation = UpperArms;LowerArms,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
item Amputation_UpperArm_R
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Amputation,
|
||||
|
||||
ClothingItem = Amputation_UpperArm_R,
|
||||
BodyLocation = TOC_Arm,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.7,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
item Amputation_Hand_L
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Amputation,
|
||||
|
||||
ClothingItem = Amputation_Hand_L,
|
||||
BodyLocation = TOC_Arm,
|
||||
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.9,
|
||||
BloodLocation = Hands;LowerArms,
|
||||
Insulation = 1.0,
|
||||
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
item Amputation_ForeArm_L
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Amputation,
|
||||
|
||||
ClothingItem = Amputation_ForeArm_L,
|
||||
BodyLocation = TOC_Arm,
|
||||
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.8,
|
||||
BloodLocation = UpperArms;LowerArms,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
|
||||
}
|
||||
|
||||
item Amputation_UpperArm_L
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Amputation,
|
||||
|
||||
ClothingItem = Amputation_UpperArm_L,
|
||||
BodyLocation = TOC_Arm,
|
||||
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.7,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
}
|
||||
25
42/media/scripts/TOC_models.txt
Normal file
25
42/media/scripts/TOC_models.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
module TOC
|
||||
{
|
||||
imports
|
||||
{
|
||||
Base
|
||||
}
|
||||
|
||||
model prostheticArm
|
||||
{
|
||||
mesh = Prosthesis/normalArm_Ground,
|
||||
texture = Prosthesis\normalArm,
|
||||
}
|
||||
|
||||
model prostheticArmHook
|
||||
{
|
||||
mesh = Prosthesis/hookArm_Ground,
|
||||
texture = Prosthesis\hookArm,
|
||||
}
|
||||
|
||||
model tourniquet
|
||||
{
|
||||
mesh = Surgery/Tourniquet_Ground,
|
||||
texture = Surgery\tourniquet,
|
||||
}
|
||||
}
|
||||
98
42/media/scripts/TOC_prosthesis_items.txt
Normal file
98
42/media/scripts/TOC_prosthesis_items.txt
Normal file
@@ -0,0 +1,98 @@
|
||||
module TOC
|
||||
{
|
||||
imports
|
||||
{
|
||||
Base
|
||||
}
|
||||
|
||||
/****************** TOP ******************/
|
||||
|
||||
item Prost_HookArm_L
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = ProstArmHook,
|
||||
ClothingItem = Prost_HookArm_L,
|
||||
ClothingItemExtra = Prost_HookArm_R,
|
||||
ClothingItemExtraOption = InstallProstRight,
|
||||
clothingExtraSubmenu = InstallProstLeft,
|
||||
BodyLocation = TOC_ArmProst,
|
||||
Weight = 1.5,
|
||||
CombatSpeedModifier = 1.05,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
|
||||
Icon = armProsthetic,
|
||||
WorldStaticModel = prostheticArmHook,
|
||||
|
||||
}
|
||||
item Prost_HookArm_R
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = ProstArmHook,
|
||||
ClothingItem = Prost_HookArm_R,
|
||||
ClothingItemExtra = Prost_HookArm_L,
|
||||
ClothingItemExtraOption = InstallProstLeft,
|
||||
clothingExtraSubmenu = InstallProstRight,
|
||||
BodyLocation = TOC_ArmProst,
|
||||
Weight = 1.5,
|
||||
CombatSpeedModifier = 1.05,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
|
||||
Icon = armProsthetic,
|
||||
WorldStaticModel = prostheticArmHook,
|
||||
}
|
||||
|
||||
item Prost_NormalArm_L
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = ProstArmHook,
|
||||
ClothingItem = Prost_NormalArm_L,
|
||||
ClothingItemExtra = Prost_NormalArm_R,
|
||||
ClothingItemExtraOption = InstallProstRight,
|
||||
clothingExtraSubmenu = InstallProstLeft,
|
||||
BodyLocation = TOC_ArmProst,
|
||||
Weight = 2,
|
||||
CombatSpeedModifier = 1.1,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
|
||||
Icon = armProsthetic,
|
||||
WorldStaticModel = prostheticArm,
|
||||
}
|
||||
|
||||
item Prost_NormalArm_R
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = ProstArmHook,
|
||||
ClothingItem = Prost_NormalArm_R,
|
||||
ClothingItemExtra = Prost_NormalArm_L,
|
||||
ClothingItemExtraOption = InstallProstLeft,
|
||||
clothingExtraSubmenu = InstallProstRight,
|
||||
BodyLocation = TOC_ArmProst,
|
||||
Weight = 2,
|
||||
CombatSpeedModifier = 1.1,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
CanHaveHoles = false,
|
||||
|
||||
Icon = armProsthetic,
|
||||
WorldStaticModel = prostheticArm,
|
||||
}
|
||||
|
||||
}
|
||||
33
42/media/scripts/TOC_recipes.txt
Normal file
33
42/media/scripts/TOC_recipes.txt
Normal file
@@ -0,0 +1,33 @@
|
||||
module TOC
|
||||
{
|
||||
imports
|
||||
{
|
||||
Base
|
||||
}
|
||||
/*************Craft Prosthetics*******************/
|
||||
recipe Craft Prosthetic Arm
|
||||
{
|
||||
MetalPipe=4,
|
||||
Plank=2,
|
||||
keep [Recipe.GetItemTypes.WeldingMask],
|
||||
|
||||
Result:Prost_NormalArm_L,
|
||||
Time:150.0,
|
||||
Category:Welding,
|
||||
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
|
||||
NeedToBeLearn:false,
|
||||
}
|
||||
|
||||
recipe Craft Prosthetic Hook
|
||||
{
|
||||
MetalPipe=2,
|
||||
Plank=2,
|
||||
keep [Recipe.GetItemTypes.WeldingMask],
|
||||
|
||||
Result:Prost_HookArm_L,
|
||||
Time:100.0,
|
||||
Category:Welding,
|
||||
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
|
||||
NeedToBeLearn:false,
|
||||
}
|
||||
}
|
||||
24
42/media/scripts/TOC_sounds.txt
Normal file
24
42/media/scripts/TOC_sounds.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
module base {
|
||||
|
||||
sound Amputation {
|
||||
category = Player,
|
||||
loop = true,
|
||||
is3D = true,
|
||||
clip {
|
||||
file = media/sound/Amputation.ogg,
|
||||
distanceMax = 3,
|
||||
volume = 1.0,
|
||||
}
|
||||
}
|
||||
|
||||
sound Cauterization {
|
||||
category = Player,
|
||||
loop = false,
|
||||
is3D = true,
|
||||
clip {
|
||||
file = media/sound/Cauterization.ogg,
|
||||
distanceMax = 3,
|
||||
volume = 1.0,
|
||||
}
|
||||
}
|
||||
}
|
||||
48
42/media/scripts/TOC_surgery_items.txt
Normal file
48
42/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