Added ground model for Prosthetic Arm
This commit is contained in:
@@ -6,5 +6,5 @@
|
|||||||
|
|
||||||
<m_Static>false</m_Static>
|
<m_Static>false</m_Static>
|
||||||
<m_AllowRandomTint>false</m_AllowRandomTint>
|
<m_AllowRandomTint>false</m_AllowRandomTint>
|
||||||
<textureChoices>Prosthesis\hookArmTest</textureChoices>
|
<textureChoices>Prosthesis\hookArm</textureChoices>
|
||||||
</clothingItem>
|
</clothingItem>
|
||||||
@@ -6,5 +6,5 @@
|
|||||||
|
|
||||||
<m_Static>false</m_Static>
|
<m_Static>false</m_Static>
|
||||||
<m_AllowRandomTint>false</m_AllowRandomTint>
|
<m_AllowRandomTint>false</m_AllowRandomTint>
|
||||||
<textureChoices>Prosthesis\hookArmTest</textureChoices>
|
<textureChoices>Prosthesis\hookArm</textureChoices>
|
||||||
</clothingItem>
|
</clothingItem>
|
||||||
@@ -6,5 +6,5 @@
|
|||||||
|
|
||||||
<m_Static>false</m_Static>
|
<m_Static>false</m_Static>
|
||||||
<m_AllowRandomTint>false</m_AllowRandomTint>
|
<m_AllowRandomTint>false</m_AllowRandomTint>
|
||||||
<textureChoices>Prosthesis\hookArmTest</textureChoices>
|
<textureChoices>Prosthesis\normalArm</textureChoices>
|
||||||
</clothingItem>
|
</clothingItem>
|
||||||
@@ -6,5 +6,5 @@
|
|||||||
|
|
||||||
<m_Static>false</m_Static>
|
<m_Static>false</m_Static>
|
||||||
<m_AllowRandomTint>false</m_AllowRandomTint>
|
<m_AllowRandomTint>false</m_AllowRandomTint>
|
||||||
<textureChoices>Prosthesis\hookArmTest</textureChoices>
|
<textureChoices>Prosthesis\normalArm</textureChoices>
|
||||||
</clothingItem>
|
</clothingItem>
|
||||||
@@ -236,6 +236,7 @@ function PlayerHandler.UpdateCicatrization()
|
|||||||
TOC_DEBUG.print("updating modData from cicatrization loop")
|
TOC_DEBUG.print("updating modData from cicatrization loop")
|
||||||
modDataHandler:apply() -- TODO This is gonna be heavy. Not entirely sure
|
modDataHandler:apply() -- TODO This is gonna be heavy. Not entirely sure
|
||||||
else
|
else
|
||||||
|
TOC_DEBUG.print("Removing UpdateCicatrizationF")
|
||||||
Events.EveryHours.Remove(PlayerHandler.UpdateCicatrization) -- We can remove it safely, no cicatrization happening here boys
|
Events.EveryHours.Remove(PlayerHandler.UpdateCicatrization) -- We can remove it safely, no cicatrization happening here boys
|
||||||
end
|
end
|
||||||
TOC_DEBUG.print("updating cicatrization!")
|
TOC_DEBUG.print("updating cicatrization!")
|
||||||
|
|||||||
BIN
media/models_X/Prosthesis/normalArm_Ground.fbx
Normal file
BIN
media/models_X/Prosthesis/normalArm_Ground.fbx
Normal file
Binary file not shown.
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,
|
Insulation = 1.0,
|
||||||
WindResistance = 1.0,
|
WindResistance = 1.0,
|
||||||
WaterResistance = 1.0,
|
WaterResistance = 1.0,
|
||||||
Icon = genericAmputation,
|
Icon = armProsthetic,
|
||||||
CanHaveHoles = false,
|
CanHaveHoles = false,
|
||||||
}
|
}
|
||||||
item Prost_HookArm_R
|
item Prost_HookArm_R
|
||||||
@@ -42,7 +42,7 @@ module TOC
|
|||||||
Insulation = 1.0,
|
Insulation = 1.0,
|
||||||
WindResistance = 1.0,
|
WindResistance = 1.0,
|
||||||
WaterResistance = 1.0,
|
WaterResistance = 1.0,
|
||||||
Icon = genericAmputation,
|
Icon = armProsthetic,
|
||||||
CanHaveHoles = false,
|
CanHaveHoles = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -62,7 +62,8 @@ module TOC
|
|||||||
Insulation = 1.0,
|
Insulation = 1.0,
|
||||||
WindResistance = 1.0,
|
WindResistance = 1.0,
|
||||||
WaterResistance = 1.0,
|
WaterResistance = 1.0,
|
||||||
Icon = genericAmputation,
|
Icon = armProsthetic,
|
||||||
|
WorldStaticModel = prostheticArm,
|
||||||
CanHaveHoles = false,
|
CanHaveHoles = false,
|
||||||
}
|
}
|
||||||
item Prost_NormalArm_R
|
item Prost_NormalArm_R
|
||||||
@@ -81,7 +82,8 @@ module TOC
|
|||||||
Insulation = 1.0,
|
Insulation = 1.0,
|
||||||
WindResistance = 1.0,
|
WindResistance = 1.0,
|
||||||
WaterResistance = 1.0,
|
WaterResistance = 1.0,
|
||||||
Icon = genericAmputation,
|
Icon = armProsthetic,
|
||||||
|
WorldStaticModel = prostheticArm,
|
||||||
CanHaveHoles = false,
|
CanHaveHoles = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ module TOC
|
|||||||
Time:150.0,
|
Time:150.0,
|
||||||
Category:Welding,
|
Category:Welding,
|
||||||
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
|
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
|
||||||
NeedToBeLearn:true,
|
NeedToBeLearn:false,
|
||||||
}
|
}
|
||||||
|
|
||||||
recipe Craft Prosthetic Hook
|
recipe Craft Prosthetic Hook
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 505 KiB After Width: | Height: | Size: 505 KiB |
|
Before Width: | Height: | Size: 535 KiB After Width: | Height: | Size: 535 KiB |
BIN
media/textures/item_armProsthetic.png
Normal file
BIN
media/textures/item_armProsthetic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user