resources.json 335 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "wood": {
  3. "index" : 0,
  4. "price": 250
  5. },
  6. "mercury": {
  7. "index" : 1,
  8. "price": 500
  9. },
  10. "ore": {
  11. "index" : 2,
  12. "price": 250
  13. },
  14. "sulfur": {
  15. "index" : 3,
  16. "price": 500
  17. },
  18. "crystal": {
  19. "index" : 4,
  20. "price": 500
  21. },
  22. "gems": {
  23. "index" : 5,
  24. "price": 500
  25. },
  26. "gold": {
  27. "index" : 6,
  28. "price": 1
  29. }
  30. }