meta.json 1017 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/835fd60545178a19064f5df9981dac6e1b220775/icons/obj/stationobjs.dmi, nukefestive by Alekshhh (Github), nuclearbomb_gay by PJB3005",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "nuclearbomb_deployed"
  12. },
  13. {
  14. "name": "nuclearbomb_deployed_unlit"
  15. },
  16. {
  17. "name": "nuclearbomb_gay"
  18. },
  19. {
  20. "name": "nukefestive",
  21. "delays": [
  22. [
  23. 0.25,
  24. 0.25
  25. ]
  26. ]
  27. },
  28. {
  29. "name": "nuclearbomb_timing",
  30. "delays": [
  31. [
  32. 0.5,
  33. 0.5
  34. ]
  35. ]
  36. },
  37. {
  38. "name": "nuclearbomb_exploding",
  39. "delays": [
  40. [
  41. 0.1,
  42. 0.1
  43. ]
  44. ]
  45. },
  46. {
  47. "name": "nuclearbomb_base"
  48. },
  49. {
  50. "name": "nuclearbombc",
  51. "delays": [
  52. [
  53. 1,
  54. 0.3,
  55. 0.3
  56. ]
  57. ]
  58. }
  59. ]
  60. }