Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Array
  2. (
  3. [blacksmith] => Array
  4. (
  5. [Weapons] => Array
  6. (
  7. [in] => Array
  8. (
  9. [0] => stdClass Object
  10. (
  11. [id] => 1
  12. [cycleID] => Weapons
  13. [buildingID] => blacksmith
  14. [ageID] => 1
  15. [resourceID] => ore
  16. [amount] => 50
  17. [input_type] => in
  18. )
  19.  
  20. [1] => stdClass Object
  21. (
  22. [id] => 2
  23. [cycleID] => Weapons
  24. [buildingID] => blacksmith
  25. [ageID] => 1
  26. [resourceID] => wood
  27. [amount] => 50
  28. [input_type] => in
  29. )
  30.  
  31. )
  32.  
  33. [out] => Array
  34. (
  35. [0] => stdClass Object
  36. (
  37. [id] => 3
  38. [cycleID] => Weapons
  39. [buildingID] => blacksmith
  40. [ageID] => 1
  41. [resourceID] => weapons
  42. [amount] => 5
  43. [input_type] => out
  44. )
  45.  
  46. )
  47.  
  48. )
  49.  
  50. )
  51.  
  52. [toolmaker] => Array
  53. (
  54. [Weapons] => Array
  55. (
  56. [in] => Array
  57. (
  58. [0] => stdClass Object
  59. (
  60. [id] => 1
  61. [cycleID] => Weapons
  62. [buildingID] => toolmaker
  63. [ageID] => 1
  64. [resourceID] => ore
  65. [amount] => 50
  66. [input_type] => in
  67. )
  68.  
  69. [1] => stdClass Object
  70. (
  71. [id] => 2
  72. [cycleID] => Weapons
  73. [buildingID] => toolmaker
  74. [ageID] => 1
  75. [resourceID] => wood
  76. [amount] => 50
  77. [input_type] => in
  78. )
  79.  
  80. )
  81.  
  82. [out] => Array
  83. (
  84. [0] => stdClass Object
  85. (
  86. [id] => 3
  87. [cycleID] => Weapons
  88. [buildingID] => toolmaker
  89. [ageID] => 1
  90. [resourceID] => weapons
  91. [amount] => 5
  92. [input_type] => out
  93. )
  94.  
  95. )
  96.  
  97. )
  98.  
  99. )
  100.  
  101. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement