| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- {
- "version":1,
- "license":"CC-BY-SA-3.0",
- "copyright":"Taken from tgstation at https://github.com/tgstation/tgstation/blob/3681006d7102045e334e8eddb23a8685fcdb258a/icons/obj/doors/windoor.dmi, edited by SphiraI(github)",
- "size": {
- "x":32,
- "y":32
- },
- "states":[
- {
- "name":"assembly",
- "directions":4,
- "delays":[
- [
- 0.3,0.3
- ],
- [
- 0.3,0.3
- ],
- [
- 0.3,0.3
- ],
- [
- 0.3,0.3
- ]
- ]
- },
- {
- "name":"closed",
- "directions":4
- },
- {
- "name":"closed_unlit",
- "directions":4
- },
- {
- "name":"closing",
- "directions":4,
- "delays":[
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ]
- ]
- },
- {
- "name":"closing_unlit",
- "directions":4,
- "delays":[
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1]
- ]
- },
- {
- "name":"open",
- "directions":4
- },
- {
- "name":"open_unlit",
- "directions":4
- },
- {
- "name":"opening",
- "directions":4,
- "delays":[
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ]
- ]
- },
- {
- "name":"opening_unlit",
- "directions":4,
- "delays":[
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1,0.1
- ]
- ]
- },
- {
- "name":"deny_unlit",
- "directions":4,
- "delays":[
- [
- 0.1,0.2,0.1
- ],
- [
- 0.1,0.2,0.1
- ],
- [
- 0.1,0.2,0.1
- ],
- [
- 0.1,0.2,0.1
- ]
- ]
- },
- {
- "name":"sparks",
- "directions":4,
- "delays":[
- [
- 0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1
- ],
- [
- 0.1,0.1,0.1,0.1,0.1,0.1
- ]
- ]
- },
- {
- "name":"panel_open",
- "directions":4
- },
- {
- "name":"bolted_unlit",
- "directions":4
- },
- {
- "name":"welded",
- "directions":4
- },
- {
- "name":"secure_underlay",
- "directions":4
- },
- {
- "name": "emergency_unlit",
- "directions": 4
- }
- ]
- }
|