meta.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "electricity_generic",
  12. "delays": [
  13. [
  14. 0.1,
  15. 0.1,
  16. 0.1,
  17. 0.1,
  18. 0.1,
  19. 0.1,
  20. 0.1,
  21. 0.1,
  22. 0.1,
  23. 0.1,
  24. 0.1,
  25. 0.1
  26. ]
  27. ]
  28. },
  29. {
  30. "name": "ice_generic",
  31. "delays": [
  32. [
  33. 0.2,
  34. 0.2,
  35. 0.2,
  36. 0.2,
  37. 0.2,
  38. 0.2,
  39. 0.2,
  40. 0.2
  41. ]
  42. ]
  43. },
  44. {
  45. "name": "fire_generic",
  46. "delays": [
  47. [
  48. 0.1,
  49. 0.2,
  50. 0.1,
  51. 0.2,
  52. 0.1,
  53. 0.1,
  54. 0.1,
  55. 0.2,
  56. 0.1,
  57. 0.2,
  58. 0.2,
  59. 0.1,
  60. 0.1,
  61. 0.1,
  62. 0.2
  63. ]
  64. ]
  65. },
  66. {
  67. "name": "poison_generic",
  68. "delays": [
  69. [
  70. 0.1,
  71. 0.1,
  72. 0.1
  73. ]
  74. ]
  75. }
  76. ]
  77. }