| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/04b0e91bac8989d27a504124a0f636b41098d016/icons/obj/turrets.dmi. Modified by chromiumboy.",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "base",
- "directions": 8
- },
- {
- "name": "base_shadow",
- "directions": 8
- },
- {
- "name": "stun",
- "directions": 8
- },
- {
- "name": "lethal",
- "directions": 8
- },
- {
- "name": "destroyed",
- "directions": 8
- },
- {
- "name": "support"
- },
- {
- "name": "cover_closed"
- },
- {
- "name": "cover_open"
- },
- {
- "name": "cover_opening",
- "delays": [
- [
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07
- ]
- ]
- },
- {
- "name": "cover_closing",
- "delays": [
- [
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07,
- 0.07
- ]
- ]
- },
- {
- "name": "cover_light_on"
- },
- {
- "name": "panel"
- }
- ]
- }
|