| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from fulpstation at https://github.com/fulpstation/fulpstation/commit/edb232b692ec9f356ec554ea1971da552b9bc447. 'mothroach-moving' by MilenVolf",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "icon"
- },
- {
- "name": "mothroach",
- "directions": 4
- },
- {
- "name": "mothroach-moving",
- "directions": 4,
- "delays": [
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ]
- ]
- },
- {
- "name": "mothroach_lazy",
- "directions": 4
- },
- {
- "name": "mothroach_sleep",
- "directions": 4
- },
- {
- "name": "mothroach_dead",
- "directions": 4
- },
- {
- "name": "inhand-left",
- "directions": 4
- },
- {
- "name": "inhand-right",
- "directions": 4
- },
- {
- "name": "0-equipped-HELMET",
- "directions": 4
- }
- ]
- }
|