Advertisement
Guest User

Untitled

a guest
Feb 17th, 2012
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. //Suggested Style names
  2. //Style 1: Large and In Charge
  3. //Style 2: Hog Wild
  4.  
  5. "478"
  6. {
  7. "name" "Copper's Hard Top"
  8. "first_sale_date" "2011/07/05"
  9. "loadondemand" "1"
  10. "item_class" "tf_wearable"
  11. "craft_material_type" "hat"
  12. "craft_class" "hat"
  13. "capabilities"
  14. {
  15. "nameable" "1"
  16. "can_craft_count" "1"
  17. "can_gift_wrap" "1"
  18. }
  19. "show_in_armory" "1"
  20. "item_type_name" "#TF_Wearable_Hat"
  21. "item_name" "#TF_CopHelmet"
  22. "item_description" "#TF_CopHelmet_Desc"
  23. "item_slot" "head"
  24. "equip_region" "hat"
  25. "item_quality" "unique"
  26. "image_inventory" "backpack/player/items/heavy/cop_helmet"
  27. "image_inventory_size_w" "128"
  28. "image_inventory_size_h" "82"
  29. "model_player" "models/player/items/heavy/cop_helmet.mdl"
  30. "drop_type" "drop"
  31. "propername" "0"
  32. "used_by_classes"
  33. {
  34. "heavy" "1"
  35. }
  36. "visuals"
  37. {
  38. "styles"
  39. {
  40. "0"
  41. {
  42. "skin_red" "0"
  43. "skin_blu" "1"
  44. "name" "#TF_CopHelm_Style1"
  45. }
  46. "1"
  47. {
  48. "skin" "2"
  49. "name" "#TF_CopHelm_Style2"
  50. }
  51. }
  52. }
  53. "mouse_pressed_sound" "ui/item_hat_pickup.wav"
  54. "drop_sound" "ui/item_hat_drop.wav"
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement