| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/9bd459b27c73575fd5e3bf2efea13b816d0ac7c8/icons/mob/animal.dmi",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "hivelord",
- "delays": [
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ]
- ]
- },
- {
- "name": "hivelord_nocore",
- "delays": [
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ]
- ]
- },
- {
- "name": "hivelord_alert",
- "delays": [
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ]
- ]
- },
- {
- "name": "hivelord_alert_nocore",
- "delays": [
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ]
- ]
- },
- {
- "name": "hivelord_dead"
- },
- {
- "name": "hivelord_dead_nocore"
- },
- {
- "name": "hivelordbrood",
- "delays": [
- [
- 0.5,
- 0.5,
- 0.5,
- 0.5,
- 0.5,
- 0.5
- ]
- ]
- }
- ]
- }
|