meta.json 442 B

123456789101112131415161718192021222324
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/b764f0e8c3004ad5e7726e7ff27a52a0c893beff/icons/obj/weapons/grenade.dmi",
  9. "states": [
  10. {
  11. "name": "landmine",
  12. "delays": [
  13. [
  14. 0.4,
  15. 0.15,
  16. 0.1
  17. ]
  18. ]
  19. },
  20. {
  21. "name": "landmine-inactive"
  22. }
  23. ]
  24. }