Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
15,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. //<map_name>_shops.txt inside a scripts\shops\ folder
  2.  
  3. "dota_shops"
  4. {
  5. "consumables"
  6. {
  7. "item" "item_ingredient"
  8. "item" "item_result"
  9. }
  10.  
  11. "attributes"
  12. {
  13.  
  14. }
  15.  
  16. "weapons_armor"
  17. {
  18.  
  19. }
  20.  
  21. "misc"
  22. {
  23.  
  24. }
  25.  
  26. // Level 1 - Green Recipes
  27. "basics"
  28. {
  29.  
  30. }
  31.  
  32. // Level 2 - Blue Recipes
  33. "support"
  34. {
  35.  
  36. }
  37.  
  38. "magics"
  39. {
  40.  
  41. }
  42.  
  43. // Level 3 - Purple Recipes
  44. "defense"
  45. {
  46.  
  47. }
  48.  
  49. "weapons"
  50. {
  51.  
  52. }
  53.  
  54. // Level 4 - Orange / Orb / Artifacts
  55. "artifacts"
  56. {
  57.  
  58. }
  59.  
  60. "sideshop1"
  61. {
  62.  
  63. }
  64.  
  65. "sideshop2"
  66. {
  67.  
  68. }
  69.  
  70. "secretshop"
  71. {
  72.  
  73. }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement