Added ground model for Prosthetic Arm
This commit is contained in:
16
media/scripts/TOC_models.txt
Normal file
16
media/scripts/TOC_models.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
module Prosthesis
|
||||
{
|
||||
imports
|
||||
{
|
||||
Base
|
||||
}
|
||||
|
||||
model prostheticArm
|
||||
{
|
||||
mesh = Prosthesis/normalArm_Ground,
|
||||
texture = Prosthetesis\normalArm,
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -23,7 +23,7 @@ module TOC
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
Icon = genericAmputation,
|
||||
Icon = armProsthetic,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
item Prost_HookArm_R
|
||||
@@ -42,7 +42,7 @@ module TOC
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
Icon = genericAmputation,
|
||||
Icon = armProsthetic,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
@@ -62,7 +62,8 @@ module TOC
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
Icon = genericAmputation,
|
||||
Icon = armProsthetic,
|
||||
WorldStaticModel = prostheticArm,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
item Prost_NormalArm_R
|
||||
@@ -81,7 +82,8 @@ module TOC
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
Icon = genericAmputation,
|
||||
Icon = armProsthetic,
|
||||
WorldStaticModel = prostheticArm,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ module TOC
|
||||
Time:150.0,
|
||||
Category:Welding,
|
||||
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
|
||||
NeedToBeLearn:true,
|
||||
NeedToBeLearn:false,
|
||||
}
|
||||
|
||||
recipe Craft Prosthetic Hook
|
||||
|
||||
Reference in New Issue
Block a user