meta.json 967 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac, modified by chromiumboy.",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "omnilaser"
  12. },
  13. {
  14. "name": "omnilaser_flash"
  15. },
  16. {
  17. "name": "omnilaser_greyscale"
  18. },
  19. {
  20. "name": "impact_bullet",
  21. "delays": [
  22. [
  23. 0.05,
  24. 0.05,
  25. 0.05,
  26. 0.05,
  27. 0.05
  28. ]
  29. ]
  30. },
  31. {
  32. "name": "impact_laser_blue",
  33. "delays": [
  34. [
  35. 0.05,
  36. 0.05,
  37. 0.05,
  38. 0.05
  39. ]
  40. ]
  41. },
  42. {
  43. "name": "impact_laser_greyscale",
  44. "delays": [
  45. [
  46. 0.05,
  47. 0.05,
  48. 0.05,
  49. 0.05
  50. ]
  51. ]
  52. },
  53. {
  54. "name": "heavylaser"
  55. },
  56. {
  57. "name": "heavylaser_flash"
  58. }
  59. ]
  60. }