| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from /tg/station at https://github.com/tgstation/tgstation/commit/67d7577947b5079408dce1b7646fdd6c3df13bb5. Abductor sprites taken from Paradise at https://github.com/ParadiseSS13/Paradise/commit/b55bef2ed28b8bde30883fb14311b221ab0dc977",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "scalpel"
- },
- {
- "name": "abductor",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "abductor-inhand-left",
- "directions": 4
- },
- {
- "name": "abductor-inhand-right",
- "directions": 4
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- }
- ]
- }
|