Some WIP stuff for modular prosthesis
This commit is contained in:
401
modular_prosthesis_item.txt
Normal file
401
modular_prosthesis_item.txt
Normal file
@@ -0,0 +1,401 @@
|
||||
|
||||
/* LOWERARM POSSIBLE PROSTHESIS COMBINATIONS */
|
||||
|
||||
|
||||
|
||||
/* Leather strap, leather base, metal hand */
|
||||
item ProstLowerArm_LeatherStrap_LeatherBase_MetalHand
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, Wooden base, metal hand */
|
||||
item ProstLowerArm_LeatherStrap_WoodenBase_MetalHand
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, Metal base, metal hand */
|
||||
item ProstLowerArm_LeatherStrap_MetalBase_MetalHand
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, leather base, Metal Hook */
|
||||
item ProstLowerArm_LeatherStrap_LeatherBase_MetalHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, Wooden base, Metal Hook */
|
||||
item ProstLowerArm_LeatherStrap_WoodenBase_MetalHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, Metal base, Metal Hook */
|
||||
item ProstLowerArm_LeatherStrap_MetalBase_Metalook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
|
||||
/* Leather strap, leather base, Metal Knife */
|
||||
item ProstLowerArm_LeatherStrap_LeatherBase_MetalKnife
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, Wooden base, Metal Knife */
|
||||
item ProstLowerArm_LeatherStrap_WoodenBase_MetalKnife
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, Metal base, Metal Knife */
|
||||
item ProstLowerArm_LeatherStrap_MetalBase_MetalKnife
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Leather strap, leather base, Wooden Hook */
|
||||
item ProstLowerArm_LeatherStrap_LeatherBase_WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, Wooden base, Wooden Hook */
|
||||
item ProstLowerArm_LeatherStrap_WoodenBase_WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Leather strap, Metal base, Wooden Hook */
|
||||
item ProstLowerArm_LeatherStrap_MetalBase_WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Sheet strap, leather base, metal hand */
|
||||
item ProstLowerArm_LeatherStrap_LeatherBase_MetalHand
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, Wooden base, metal hand */
|
||||
item ProstLowerArm_SheetStrap_WoodenBase_MetalHand
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, Metal base, metal hand */
|
||||
item ProstLowerArm_SheetStrap_MetalBase_MetalHand
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, leather base, Metal Hook */
|
||||
item ProstLowerArm_SheetStrap_LeatherBase_MetalHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, Wooden base, Metal Hook */
|
||||
item ProstLowerArm_SheetStrap_WoodenBase_MetalHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, Metal base, Metal Hook */
|
||||
item ProstLowerArm_SheetStrap_MetalBase_Metalook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
|
||||
/* Sheet strap, leather base, Metal Knife */
|
||||
item ProstLowerArm_SheetStrap_LeatherBase_MetalKnife
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, Wooden base, Metal Knife */
|
||||
item ProstLowerArm_SheetStrap_WoodenBase_MetalKnife
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, Metal base, Metal Knife */
|
||||
item ProstLowerArm_SheetStrap_MetalBase_MetalKnife
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Sheet strap, leather base, Wooden Hook */
|
||||
item ProstLowerArm_SheetStrap_LeatherBase_WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, Wooden base, Wooden Hook */
|
||||
item ProstLowerArm_SheetStrap_WoodenBase_WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
/* Sheet strap, Metal base, Wooden Hook */
|
||||
item ProstLowerArm_SheetStrap_MetalBase_WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* HANDS POSSIBLE PROSTHESIS COMBINATIONS */
|
||||
|
||||
/* Wooden Base, Metal Hand */
|
||||
item ProstHand_WoodenBase_MetalHand
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
/* Wooden Base, Metal Hook */
|
||||
item ProstHand_WoodenBase_MetalHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
/* Wooden Base, Metal Knife */
|
||||
item ProstHand_WoodenBase_MetalKnife
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
/* Wooden Base, Wooden Hook */
|
||||
item ProstHand_WoodenBase_WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Metal Base, Metal Hand */
|
||||
item ProstHand_MetalBase_MetalHand
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
/* Metal Base, Metal Hook */
|
||||
item ProstHand_MetalBase_MetalHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
/* Metal Base, Metal Knife */
|
||||
item ProstHand_MetalBase_MetalKnife
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
/* Metal Base, Wooden Hook */
|
||||
item ProstHand_MetalBase_WoodenHook
|
||||
{
|
||||
Weight = 1,
|
||||
Type = Normal,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = DisplayName_WoodenHook,
|
||||
Icon = woodenHook,
|
||||
Tooltip = Tooltip_prosthesic_limb,
|
||||
WorldStaticModel = TOC.WoodenHook,
|
||||
}
|
||||
Reference in New Issue
Block a user