I recently obtained a camera beard, and I want to know if I can craft it with another hat for the random hat thing.
Really quick thread, just need a yes/no
no you cant its a misc item
I'm waiting for the steam farts to give someone four Camera Beards, so he can see if a hat-style smelting with Misc and Soldier tokens will yield anything.
[QUOTE=Seeth;19063608]no you cant its a misc item[/QUOTE]
well thats fucking stupid
I got 2 Camera Beards from a fart on Thursday night.
[QUOTE=Pennywise;19063655]I'm waiting for the steam farts to give someone four Camera Beards, so he can see if a hat-style smelting with Misc and Soldier tokens will yield anything.[/QUOTE]
waste of a medal
[QUOTE=Swimbound;19063722]well thats fucking stupid[/QUOTE]
[code]
"102"
{
"name" "Pyro Chicken Hat"
"item_class" "tf_wearable_item"
"craft_class" "hat"
"item_type_name" "#TF_Wearable_Hat"
"item_name" "#TF_Pyro_Chicken_Hat"
"item_slot" "head"
"item_quality" "unique"
"image_inventory" "backpack/player/items/pyro/pyro_chicken"
"image_inventory_size_w" "128"
"image_inventory_size_h" "82"
"model_player" "models/player/items/pyro/pyro_chicken.mdl"
"drop_type" "none"
"used_by_classes"
{
"pyro" "1"
}
}
"103"
{
"name" "Spy Camera Beard"
"item_class" "tf_wearable_item"
"craft_class" "weapon"
"item_type_name" "#TF_Wearable_Hat"
"item_name" "#TF_Spy_Camera_Beard"
"item_slot" "misc"
"item_quality" "unique"
"image_inventory" "backpack/player/items/spy/spy_camera_beard"
"image_inventory_size_w" "128"
"image_inventory_size_h" "82"
"model_player" "models/player/items/spy/spy_camera_beard.mdl"
"drop_type" "none"
"used_by_classes"
{
"spy" "1"
}
}
[/code]
Looks like it has the same crafting value as a weapon.
(No, you can't change them all to hat crafting value, that won't work. :v:)
Sorry, you need to Log In to post a reply to this thread.