22 lines
520 B
Lua
22 lines
520 B
Lua
|
|
|
|
rgt_cosmetics.register_wearable {
|
|
name = "ic",
|
|
attachments = {
|
|
{
|
|
mesh = "rgt_armor_torso.gltf",
|
|
textures = {"rgt_iron_chestplate.png"},
|
|
bone = "Body"
|
|
},
|
|
{
|
|
mesh = "rgt_armor_right_arm.gltf",
|
|
textures = {"rgt_iron_chestplate.png"},
|
|
bone = "RightArm"
|
|
},
|
|
{
|
|
mesh = "rgt_armor_left_arm.gltf",
|
|
textures = {"rgt_iron_chestplate.png"},
|
|
bone = "LeftArm"
|
|
}
|
|
}
|
|
}
|