Advertisement
warpdragon

item_upgrade_core

Feb 17th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. //=================================================================================================================
  2. // Upgrade Core
  3. //=================================================================================================================
  4. "item_upgrade_core"
  5. {
  6. // General
  7. //-------------------------------------------------------------------------------------------------------------
  8. "ID" "3530" // unique ID
  9.  
  10. // Stats
  11. //-------------------------------------------------------------------------------------------------------------
  12.  
  13.  
  14. // Item Info
  15. //-------------------------------------------------------------------------------------------------------------
  16. "ItemCost" "1500"
  17.  
  18. // Special
  19. //-------------------------------------------------------------------------------------------------------------
  20.  
  21. }
  22.  
  23. "item_upgrade_core_2"
  24. {
  25. // General
  26. //-------------------------------------------------------------------------------------------------------------
  27. "ID" "3531" // unique ID
  28.  
  29. // Stats
  30. //-------------------------------------------------------------------------------------------------------------
  31.  
  32.  
  33. // Item Info
  34. //-------------------------------------------------------------------------------------------------------------
  35. "ItemCost" "2500"
  36.  
  37. // Special
  38. //-------------------------------------------------------------------------------------------------------------
  39.  
  40. }
  41.  
  42. "item_upgrade_core_3"
  43. {
  44. // General
  45. //-------------------------------------------------------------------------------------------------------------
  46. "ID" "3532" // unique ID
  47.  
  48. // Stats
  49. //-------------------------------------------------------------------------------------------------------------
  50.  
  51.  
  52. // Item Info
  53. //-------------------------------------------------------------------------------------------------------------
  54. "ItemCost" "3500"
  55.  
  56. // Special
  57. //-------------------------------------------------------------------------------------------------------------
  58.  
  59. }
  60.  
  61. "item_upgrade_core_4"
  62. {
  63. // General
  64. //-------------------------------------------------------------------------------------------------------------
  65. "ID" "3533" // unique ID
  66.  
  67. // Stats
  68. //-------------------------------------------------------------------------------------------------------------
  69.  
  70.  
  71. // Item Info
  72. //-------------------------------------------------------------------------------------------------------------
  73. "ItemCost" "4500"
  74.  
  75. // Special
  76. //-------------------------------------------------------------------------------------------------------------
  77.  
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement