meta.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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": "slotmachine",
  12. "delays": [
  13. [
  14. 0.1,
  15. 0.1
  16. ]
  17. ]
  18. },
  19. {
  20. "name": "slotmachine_pull",
  21. "delays": [
  22. [
  23. 0.02,
  24. 0.02,
  25. 0.02,
  26. 0.02,
  27. 0.02,
  28. 0.02,
  29. 0.02,
  30. 0.02,
  31. 1,
  32. 0.02,
  33. 0.02,
  34. 0.02,
  35. 0.02,
  36. 0.02,
  37. 0.02,
  38. 0.02,
  39. 0.02
  40. ]
  41. ]
  42. },
  43. {
  44. "name": "slot_spin",
  45. "delays": [
  46. [
  47. 0.02,
  48. 0.02,
  49. 0.02,
  50. 0.02,
  51. 0.02,
  52. 0.02
  53. ]
  54. ]
  55. },
  56. {
  57. "name": "slot_Seven"
  58. },
  59. {
  60. "name": "slot_Diamond"
  61. },
  62. {
  63. "name": "slot_Cherry"
  64. },
  65. {
  66. "name": "slot_Bar"
  67. },
  68. {
  69. "name": "slot_Lemon"
  70. },
  71. {
  72. "name": "slot_Heart"
  73. },
  74. {
  75. "name": "slot_Watermelon"
  76. },
  77. {
  78. "name": "slotmachine_off"
  79. },
  80. {
  81. "name": "slotmachine_broken"
  82. }
  83. ]
  84. }