stuff for prosthesis models
This commit is contained in:
@@ -317,7 +317,6 @@ imports
|
||||
|
||||
/************************ Prothese items ************************/
|
||||
|
||||
/* TODO make it clothing same as amputations */
|
||||
item WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
@@ -326,6 +325,7 @@ item WoodenHook
|
||||
DisplayName = DisplayName_woodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
item MetalHook
|
||||
@@ -336,6 +336,8 @@ item MetalHook
|
||||
DisplayName = DisplayName_metalHook,
|
||||
Icon = metalHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.MetalHook,
|
||||
|
||||
}
|
||||
|
||||
item MetalHand
|
||||
|
||||
16
media/scripts/TOC_models_item.txt
Normal file
16
media/scripts/TOC_models_item.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
module TOC
|
||||
{
|
||||
model WoodenHook
|
||||
{
|
||||
mesh = WorldItems/hook,
|
||||
texture = WorldItems/metal,
|
||||
scale = 0.15,
|
||||
}
|
||||
|
||||
model WoodenHook
|
||||
{
|
||||
mesh = WorldItems/hook,
|
||||
texture = WorldItems/wood,
|
||||
scale = 0.15,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user