meta.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e , bear pelt remade by Alekshhh. Vox edit made by Flareguy",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "bear-equipped-HELMET",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.2,
  16. 0.2,
  17. 0.2,
  18. 0.2
  19. ],
  20. [
  21. 0.2,
  22. 0.2,
  23. 0.2,
  24. 0.2
  25. ],
  26. [
  27. 0.2,
  28. 0.2,
  29. 0.2,
  30. 0.2
  31. ],
  32. [
  33. 0.2,
  34. 0.2,
  35. 0.2,
  36. 0.2
  37. ]
  38. ]
  39. },
  40. {
  41. "name": "bear-inhand-left",
  42. "directions": 4
  43. },
  44. {
  45. "name": "bear-inhand-right",
  46. "directions": 4
  47. },
  48. {
  49. "name": "corgi-equipped-HELMET",
  50. "directions": 4
  51. },
  52. {
  53. "name": "corgi2-equipped-HELMET",
  54. "directions": 4
  55. },
  56. {
  57. "name": "corgi-equipped-HELMET-vox",
  58. "directions": 4
  59. },
  60. {
  61. "name": "corgi2-equipped-HELMET-vox",
  62. "directions": 4
  63. }
  64. ]
  65. }