diff --git a/Resources/Prototypes/Entities/Constructible/Ground/pipes.yml b/Resources/Prototypes/Entities/Constructible/Ground/pipes.yml index da29191613..03f38c496b 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/pipes.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/pipes.yml @@ -10,7 +10,7 @@ - type: SnapGrid offset: Center - type: Icon - texture: Constructible/Power/eightdirwire.png + texture: Constructible/Atmos/pipe.rsi/pipeLateral2.png - type: Sprite - type: Destructible thresholdvalue: 100 @@ -24,6 +24,8 @@ id: FourwayPipe name: Fourway Pipe components: + - type: Icon + texture: Constructible/Atmos/pipe.rsi/pipeFourway2.png - type: NodeContainer nodes: - !type:PipeNode @@ -35,8 +37,10 @@ id: LongitudinalPipe name: Longitudinal Pipe components: + - type: Icon + texture: Constructible/Atmos/pipe.rsi/pipeLongitudinal2.png - type: NodeContainer nodes: - !type:PipeNode nodeGroupID: Pipe - pipeDirection: Longitudinal \ No newline at end of file + pipeDirection: Longitudinal diff --git a/Resources/Prototypes/Entities/Constructible/Ground/pumps.yml b/Resources/Prototypes/Entities/Constructible/Ground/pumps.yml index ff727b63f6..3528fe7b57 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/pumps.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/pumps.yml @@ -10,7 +10,8 @@ - type: SnapGrid offset: Center - type: Icon - texture: Constructible/Power/eightdirwire.png + sprite: Constructible/Atmos/pressurepump.rsi + state: pumpEnabledWest2East2 - type: Sprite - type: Appearance visuals: @@ -43,7 +44,7 @@ - type: VolumePump inletDirection: South outletDirection: North - + - type: entity parent: NorthwardLongitudinalPump id: NorthwardLongitudinalPressurePump @@ -52,4 +53,3 @@ - type: PressurePump inletDirection: South outletDirection: North - \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Constructible/Ground/scrubbers.yml b/Resources/Prototypes/Entities/Constructible/Ground/scrubbers.yml index 2dc4f1f3e9..e2526c33dc 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/scrubbers.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/scrubbers.yml @@ -10,8 +10,11 @@ - type: SnapGrid offset: Center - type: Icon - texture: Constructible/Power/eightdirwire.png + sprite: Constructible/Atmos/pipeitems.rsi + state: scrubber - type: Sprite + sprite: Constructible/Atmos/pipeitems.rsi + state: scrubber - type: Appearance visuals: - type: PipeVisualizer diff --git a/Resources/Prototypes/Entities/Constructible/Ground/vents.yml b/Resources/Prototypes/Entities/Constructible/Ground/vents.yml index 4c02001688..266ec92066 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/vents.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/vents.yml @@ -10,8 +10,11 @@ - type: SnapGrid offset: Center - type: Icon - texture: Constructible/Power/eightdirwire.png + sprite: Constructible/Atmos/pipeitems.rsi + state: vent - type: Sprite + sprite: Constructible/Atmos/pipeitems.rsi + state: vent - type: Appearance visuals: - type: PipeVisualizer diff --git a/Resources/Prototypes/Entities/Constructible/Power/medical_scanner.yml b/Resources/Prototypes/Entities/Constructible/Power/medical_scanner.yml index 221b93b43c..c181cef175 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/medical_scanner.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/medical_scanner.yml @@ -13,8 +13,7 @@ map: ["enum.MedicalScannerVisualLayers.Terminal"] - type: PowerReceiver - type: Icon - sprite: Constructible/Power/medical_scanner.rsi - state: scanner_open + texture: Constructible/Power/medical_scanner.rsi/scanner_icon.png - type: Anchorable - type: Clickable - type: InteractionOutline diff --git a/Resources/Prototypes/Entities/Constructible/Power/research.yml b/Resources/Prototypes/Entities/Constructible/Power/research.yml index 1759254613..b4d08c5199 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/research.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/research.yml @@ -26,15 +26,15 @@ # We should make this abstract once there are actual point sources. components: - type: Sprite - sprite: Constructible/Power/tdopler.rsi + sprite: Constructible/Power/rndpointsource.rsi layers: - - state: tdoppler-off - - state: tdoppler + - state: rndpointsource-off + - state: rndpointsource shader: unshaded map: ["enum.PowerDeviceVisualLayers.Powered"] - type: Icon - sprite: Constructible/Power/tdopler.rsi - state: tdoppler + sprite: Constructible/Power/rndpointsource.rsi + state: rndpointsource - type: Clickable - type: InteractionOutline - type: Collidable diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/bar.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/bar.yml index 469750bbd2..69bd42bdbe 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/bar.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/bar.yml @@ -8,5 +8,4 @@ - type: StorageVisualizer state: cabinet - type: Icon - state: cabinet_door - + state: cabinet_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/cargo.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/cargo.yml index 604db5fb3a..6d3bb414dd 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/cargo.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/cargo.yml @@ -8,4 +8,4 @@ - type: StorageVisualizer state: qm - type: Icon - state: qm_door + state: qm_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/command.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/command.yml index 7ea4620e55..4a6be65ba7 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/command.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/command.yml @@ -8,7 +8,7 @@ - type: StorageVisualizer state: cap - type: Icon - state: cap_door + state: cap_icon - type: entity id: LockerHeadOfPersonnel @@ -20,4 +20,4 @@ - type: StorageVisualizer state: hop - type: Icon - state: hop_door + state: hop_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/engineering.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/engineering.yml index ffc621ec0b..12b0a0eda8 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/engineering.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/engineering.yml @@ -9,7 +9,7 @@ - type: StorageVisualizer state: ce - type: Icon - state: ce_door + state: ce_icon # Electrical supplies - type: entity @@ -23,7 +23,7 @@ state: eng state_closed: eng_elec_door - type: Icon - state: eng_elec_door + state: eng_elec_icon # Welding supplies - type: entity @@ -37,7 +37,7 @@ state: eng state_closed: eng_weld_door - type: Icon - state: eng_weld_door + state: eng_weld_icon # Atmos tech - type: entity @@ -50,7 +50,7 @@ - type: StorageVisualizer state: atmos - type: Icon - state: atmos_door + state: atmos_icon # Engineer - type: entity @@ -63,4 +63,4 @@ - type: StorageVisualizer state: eng_secure - type: Icon - state: eng_secure_door + state: eng_secure_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/freezer.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/freezer.yml index 3b1bff7580..d5439e4cde 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/freezer.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/freezer.yml @@ -8,4 +8,4 @@ - type: StorageVisualizer state: freezer - type: Icon - state: freezer_door + state: freezer_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/hydroponics.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/hydroponics.yml index 5dca0d14a2..b38660866a 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/hydroponics.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/hydroponics.yml @@ -8,4 +8,4 @@ - type: StorageVisualizer state: hydro - type: Icon - state: hydro_door + state: hydro_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/medical.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/medical.yml index 7bf4690a93..8630b35e7a 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/medical.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/medical.yml @@ -10,7 +10,7 @@ - type: StorageVisualizer state: med - type: Icon - state: med_door + state: med_icon # Medical doctor - type: entity @@ -23,7 +23,7 @@ - type: StorageVisualizer state: med_secure - type: Icon - state: med_secure_door + state: med_secure_icon # Chemical - type: entity @@ -37,7 +37,7 @@ state: med state_closed: chemical_door - type: Icon - state: chemical_door + state: chemical_icon # CMO - type: entity @@ -50,4 +50,4 @@ - type: StorageVisualizer state: cmo - type: Icon - state: cmo_door + state: cmo_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/scientist.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/scientist.yml index 11697f6ccd..103869171a 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/scientist.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/scientist.yml @@ -8,4 +8,4 @@ - type: StorageVisualizer state: rd - type: Icon - state: rd_door + state: rd_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/security.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/security.yml index c6059ca393..ab20830578 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/security.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/Secure/security.yml @@ -9,7 +9,7 @@ - type: StorageVisualizer state: hos - type: Icon - state: hos_door + state: hos_icon # Warden - type: entity @@ -22,7 +22,7 @@ - type: StorageVisualizer state: warden - type: Icon - state: warden_door + state: warden_icon # Security Officer - type: entity @@ -35,7 +35,7 @@ - type: StorageVisualizer state: sec - type: Icon - state: sec_door + state: sec_icon # Detective - type: entity @@ -48,4 +48,4 @@ - type: StorageVisualizer state: cabinet - type: Icon - state: cabinet_door + state: cabinet_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/closet.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/closet.yml index 020f99c236..12737a47bb 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/closet.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/closet.yml @@ -15,7 +15,7 @@ map: ["enum.StorageVisualLayers.Welded"] - type: Icon sprite: Constructible/Structures/closet.rsi - state: generic_door + state: generic_icon - type: Clickable - type: MovedByPressure - type: DamageOnHighSpeedImpact diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/job_closests.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/job_closests.yml index 6ca48e23e5..99c2b55c41 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/job_closests.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/job_closests.yml @@ -10,7 +10,7 @@ state: generic state_closed: red_door - type: Icon - state: red_door + state: red_icon # Atmospherics wardrobe - type: entity @@ -24,5 +24,4 @@ state: generic state_closed: atmos_wardrobe_door - type: Icon - state: atmos_door - + state: atmos_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/l3closet.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/l3closet.yml index 0f40a29bcf..47805193ef 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/l3closet.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/l3closet.yml @@ -10,7 +10,7 @@ - type: StorageVisualizer state: bio - type: Icon - state: bio_door + state: bio_icon # Virology variant - type: entity @@ -22,7 +22,7 @@ - type: StorageVisualizer state: bio_viro - type: Icon - state: bio_viro_door + state: bio_viro_icon # Security variant - type: entity @@ -34,7 +34,7 @@ - type: StorageVisualizer state: bio_sec - type: Icon - state: bio_sec_door + state: bio_sec_icon # Janitor variant - type: entity @@ -46,4 +46,4 @@ - type: StorageVisualizer state: bio_jan - type: Icon - state: bio_jan_door + state: bio_jan_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/syndicate.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/syndicate.yml index 14c76852f2..211746bf67 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/syndicate.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/syndicate.yml @@ -10,4 +10,4 @@ - type: StorageVisualizer state: syndicate - type: Icon - state: syndicate_door + state: syndicate_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/utility_closets.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/utility_closets.yml index 47f7f7d718..0926c28e7c 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/utility_closets.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/utility_closets.yml @@ -11,7 +11,7 @@ state: eng state_closed: eng_tool_door - type: Icon - state: eng_tool_door + state: eng_tool_icon # Radiation suit closet - type: entity @@ -26,7 +26,7 @@ state: eng state_closed: eng_rad_door - type: Icon - state: eng_rad_door + state: eng_rad_icon # Emergency closet - type: entity @@ -40,7 +40,7 @@ - type: StorageVisualizer state: emergency - type: Icon - state: emergency_door + state: emergency_icon # Fire safety closet - type: entity @@ -54,7 +54,7 @@ - type: StorageVisualizer state: fire - type: Icon - state: fire_door + state: fire_icon # EOD closet - type: entity @@ -68,4 +68,4 @@ - type: StorageVisualizer state: bomb - type: Icon - state: bomb_door + state: bomb_icon diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/wardrobe.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/wardrobe.yml index b51b081422..f75bf90730 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/wardrobe.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/wardrobe.yml @@ -16,7 +16,7 @@ state: generic state_closed: blue_door - type: Icon - state: blue_door + state: blue_icon # Pink wardrobe - type: entity @@ -30,7 +30,7 @@ state: generic state_closed: pink_door - type: Icon - state: pink_door + state: pink_icon # Black wardrobe - type: entity @@ -44,7 +44,7 @@ state: generic state_closed: black_door - type: Icon - state: black_door + state: black_icon # Green wardrobe - type: entity @@ -58,7 +58,7 @@ state: generic state_closed: green_door - type: Icon - state: green_door + state: green_icon # Prison wardrobe - type: entity @@ -72,7 +72,7 @@ state: generic state_closed: orange_door - type: Icon - state: orange_door + state: orange_icon # Yellow wardrobe - type: entity @@ -86,7 +86,7 @@ state: generic state_closed: yellow_door - type: Icon - state: yellow_door + state: yellow_icon # White wardrobe - type: entity @@ -100,7 +100,7 @@ state: generic state_closed: white_door - type: Icon - state: white_door + state: white_icon # Grey wardrobe - type: entity @@ -114,7 +114,7 @@ state: generic state_closed: grey_door - type: Icon - state: grey_door + state: grey_icon # Mixed wardrobe - type: entity @@ -128,4 +128,4 @@ state: generic state_closed: mixed_door - type: Icon - state: mixed_door + state: mixed_icon diff --git a/Resources/Prototypes/Entities/Constructible/Walls/emergency_light.yml b/Resources/Prototypes/Entities/Constructible/Walls/emergency_light.yml index 64a95e6bd5..63c590073e 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/emergency_light.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/emergency_light.yml @@ -21,7 +21,7 @@ state: emergency_light_off - type: Icon sprite: Constructible/Lighting/emergency_light.rsi - state: emergency_light_off + state: emergency_light_icon placement: snap: - Wallmount diff --git a/Resources/Prototypes/Entities/Constructible/Walls/lighting.yml b/Resources/Prototypes/Entities/Constructible/Walls/lighting.yml index 7e795b0391..2e639c2a1d 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/lighting.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/lighting.yml @@ -11,7 +11,7 @@ state: on - type: Icon sprite: Constructible/Lighting/light_tube.rsi - state: on + state: onicon - type: PointLight radius: 8 energy: 1.2 @@ -32,7 +32,7 @@ state: off - type: Icon sprite: Constructible/Lighting/light_tube.rsi - state: off + state: onicon - type: PointLight enabled: false - type: PoweredLight diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml b/Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml index 6e3ed9bee7..613ad6ec84 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml @@ -22,7 +22,7 @@ state: normal - type: Icon sprite: Constructible/Power/VendingMachines/cola.rsi - state: normal + state: off - type: Physics mass: 85 - type: Collidable diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 899cb9c7b8..403ce841b4 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -45,7 +45,7 @@ - state: assigned - state: idcaptain - type: Icon - state: gold + state: idcaptain_icon - type: Clothing HeldPrefix: gold - type: PresetIdCard @@ -62,7 +62,7 @@ - state: assigned - state: idsecurityofficer - type: Icon - state: idsecurityofficer + state: idsecurityofficer_icon - type: PresetIdCard job: SecurityOfficer @@ -77,7 +77,7 @@ - state: assigned - state: idstationengineer - type: Icon - state: idstationengineer + state: idstationengineer_icon - type: PresetIdCard job: StationEngineer @@ -92,7 +92,7 @@ - state: assigned - state: idmedicaldoctor - type: Icon - state: idmedicaldoctor + state: idmedicaldoctor_icon - type: PresetIdCard job: MedicalDoctor @@ -107,7 +107,7 @@ - state: assigned - state: idcargotechnician - type: Icon - state: idcargotechnician + state: idcargotechnician_icon - type: PresetIdCard job: CargoTechnician @@ -122,7 +122,7 @@ - state: assigned - state: idscientist - type: Icon - state: idscientist + state: idscientist_icon - type: PresetIdCard job: Scientist @@ -137,7 +137,7 @@ - state: assigned - state: idclown - type: Icon - state: idclown + state: idclown_icon - type: PresetIdCard job: Clown @@ -152,7 +152,7 @@ - state: assigned - state: idmime - type: Icon - state: idmime + state: idmime_icon - type: PresetIdCard job: Mime @@ -167,7 +167,7 @@ - state: assigned - state: idjanitor - type: Icon - state: idjanitor + state: idjanitor_icon - type: PresetIdCard job: Janitor @@ -182,7 +182,7 @@ - state: assigned - state: idbartender - type: Icon - state: idbartender + state: idbartender_icon - type: PresetIdCard job: Bartender @@ -197,7 +197,7 @@ - state: assigned - state: idcook - type: Icon - state: idcook + state: idcook_icon - type: PresetIdCard job: Chef @@ -212,7 +212,7 @@ - state: assigned - state: idheadofpersonnel - type: Icon - state: idheadofpersonnel + state: idheadofpersonnel_icon - type: Clothing HeldPrefix: silver - type: PresetIdCard @@ -229,7 +229,7 @@ - state: assigned - state: idchiefengineer - type: Icon - state: idchiefengineer + state: idchiefengineer_icon - type: Clothing HeldPrefix: silver - type: PresetIdCard @@ -246,7 +246,7 @@ - state: assigned - state: idchiefmedicalofficer - type: Icon - state: idchiefmedicalofficer + state: idchiefmedicalofficer_icon - type: Clothing HeldPrefix: silver - type: PresetIdCard @@ -263,7 +263,7 @@ - state: assigned - state: idresearchdirector - type: Icon - state: idresearchdirector + state: idresearchdirector_icon - type: Clothing HeldPrefix: silver - type: PresetIdCard @@ -280,7 +280,7 @@ - state: assigned - state: idheadofsecurity - type: Icon - state: idheadofsecurity + state: idheadofsecurity_icon - type: Clothing HeldPrefix: silver - type: PresetIdCard @@ -297,7 +297,7 @@ - state: assigned - state: idcentcom - type: Icon - state: idcentcom + state: idcentcom_icon - type: Clothing HeldPrefix: gold - type: IdCard diff --git a/Resources/Prototypes/Entities/Objects/Power/light_bulb.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml similarity index 99% rename from Resources/Prototypes/Entities/Objects/Power/light_bulb.yml rename to Resources/Prototypes/Entities/Objects/Power/lights.yml index d0bdeaf883..1cd62c0441 100644 --- a/Resources/Prototypes/Entities/Objects/Power/light_bulb.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -6,11 +6,9 @@ components: - type: LightBulb bulb: Bulb - - type: Sprite sprite: Objects/Power/light_bulb.rsi state: normal - - type: Icon sprite: Objects/Power/light_bulb.rsi state: normal @@ -31,11 +29,9 @@ components: - type: LightBulb bulb: Tube - - type: Sprite sprite: Objects/Power/light_tube.rsi state: normal - - type: Icon sprite: Objects/Power/light_tube.rsi state: normal diff --git a/Resources/Textures/Clothing/Head/pirate.rsi/icon.png b/Resources/Textures/Clothing/Head/pirate.rsi/icon.png index 9abe18a793..fbf58991fd 100644 Binary files a/Resources/Textures/Clothing/Head/pirate.rsi/icon.png and b/Resources/Textures/Clothing/Head/pirate.rsi/icon.png differ diff --git a/Resources/Textures/Constructible/Atmos/pipeitems.rsi/2.dmi b/Resources/Textures/Constructible/Atmos/pipeitems.rsi/2.dmi new file mode 100644 index 0000000000..6ceaf41b40 Binary files /dev/null and b/Resources/Textures/Constructible/Atmos/pipeitems.rsi/2.dmi differ diff --git a/Resources/Textures/Constructible/Atmos/pipeitems.rsi/meta.json b/Resources/Textures/Constructible/Atmos/pipeitems.rsi/meta.json new file mode 100644 index 0000000000..e395e59a0f --- /dev/null +++ b/Resources/Textures/Constructible/Atmos/pipeitems.rsi/meta.json @@ -0,0 +1,47 @@ +{ + "version":1, + "size":{ + "x":32, + "y":32 + }, + "license":"CC-BY-SA-3.0", + "copyright":"Taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da", + "states":[ + { + "name": "scrubber", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "vent", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Constructible/Atmos/pipeitems.rsi/scrubber.png b/Resources/Textures/Constructible/Atmos/pipeitems.rsi/scrubber.png new file mode 100644 index 0000000000..4a5d1d9d9e Binary files /dev/null and b/Resources/Textures/Constructible/Atmos/pipeitems.rsi/scrubber.png differ diff --git a/Resources/Textures/Constructible/Lighting/emergency_light.rsi/emergency_light_icon.png b/Resources/Textures/Constructible/Lighting/emergency_light.rsi/emergency_light_icon.png new file mode 100644 index 0000000000..6af8f5e83d Binary files /dev/null and b/Resources/Textures/Constructible/Lighting/emergency_light.rsi/emergency_light_icon.png differ diff --git a/Resources/Textures/Constructible/Lighting/emergency_light.rsi/meta.json b/Resources/Textures/Constructible/Lighting/emergency_light.rsi/meta.json index 5e722f0710..5f036b9c9b 100644 --- a/Resources/Textures/Constructible/Lighting/emergency_light.rsi/meta.json +++ b/Resources/Textures/Constructible/Lighting/emergency_light.rsi/meta.json @@ -24,6 +24,15 @@ ] ] }, + { + "name": "emergency_light_icon", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, { "name": "emergency_light_on", "directions": 4, diff --git a/Resources/Textures/Constructible/Lighting/light_tube.rsi/meta.json b/Resources/Textures/Constructible/Lighting/light_tube.rsi/meta.json index 93bb6510da..0a2cdd3ab2 100644 --- a/Resources/Textures/Constructible/Lighting/light_tube.rsi/meta.json +++ b/Resources/Textures/Constructible/Lighting/light_tube.rsi/meta.json @@ -1 +1,119 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/lighting.dmi", "states": [{"name": "broken", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "burned", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "empty", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "off", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "on", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/lighting.dmi", + "states": [ + { + "name": "onicon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "officon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "broken", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "burned", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "empty", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "off", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "on", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Constructible/Lighting/light_tube.rsi/officon.png b/Resources/Textures/Constructible/Lighting/light_tube.rsi/officon.png new file mode 100644 index 0000000000..387cffbd8b Binary files /dev/null and b/Resources/Textures/Constructible/Lighting/light_tube.rsi/officon.png differ diff --git a/Resources/Textures/Constructible/Lighting/light_tube.rsi/onicon.png b/Resources/Textures/Constructible/Lighting/light_tube.rsi/onicon.png new file mode 100644 index 0000000000..e4d216dcbc Binary files /dev/null and b/Resources/Textures/Constructible/Lighting/light_tube.rsi/onicon.png differ diff --git a/Resources/Textures/Constructible/Power/medical_scanner.rsi/scanner_icon.png b/Resources/Textures/Constructible/Power/medical_scanner.rsi/scanner_icon.png new file mode 100644 index 0000000000..e47411e0fd Binary files /dev/null and b/Resources/Textures/Constructible/Power/medical_scanner.rsi/scanner_icon.png differ diff --git a/Resources/Textures/Constructible/Power/tdopler.rsi/meta.json b/Resources/Textures/Constructible/Power/tdopler.rsi/meta.json index 7c5d78dcb5..7e31bc0fba 100644 --- a/Resources/Textures/Constructible/Power/tdopler.rsi/meta.json +++ b/Resources/Textures/Constructible/Power/tdopler.rsi/meta.json @@ -8,7 +8,7 @@ "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/master/icons/obj/machines/excelsior/autolathe.dmi at 40b254106b46981b8ad95ccd5589deb8fa56e765", "states": [ { - "name": "tdoppler", + "name": "rndpointsource", "directions": 4, "delays": [ [ @@ -30,7 +30,7 @@ ] }, { - "name": "tdoppler-broken", + "name": "rndpointsource-broken", "directions": 1, "delays": [ [ @@ -41,7 +41,16 @@ ] }, { - "name": "tdoppler-off", + "name": "rndpointsource-off", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + }, + { + "name": "rndpointsource-icon", "directions": 1, "delays": [ [ diff --git a/Resources/Textures/Constructible/Power/tdopler.rsi/tdoppler-icon.png b/Resources/Textures/Constructible/Power/tdopler.rsi/tdoppler-icon.png new file mode 100644 index 0000000000..be85dc068b Binary files /dev/null and b/Resources/Textures/Constructible/Power/tdopler.rsi/tdoppler-icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/alien_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/alien_icon.png new file mode 100644 index 0000000000..67c44c34b7 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/alien_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/armory_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/armory_icon.png new file mode 100644 index 0000000000..87a4245af6 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/armory_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/atmos_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/atmos_icon.png new file mode 100644 index 0000000000..3bdf66b373 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/atmos_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/atmos_wardrobe_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/atmos_wardrobe_icon.png new file mode 100644 index 0000000000..c8cc418d60 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/atmos_wardrobe_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/bio_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/bio_icon.png new file mode 100644 index 0000000000..c0ed80ed4c Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/bio_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/bio_jan_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/bio_jan_icon.png new file mode 100644 index 0000000000..8debc690aa Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/bio_jan_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/bio_sec_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/bio_sec_icon.png new file mode 100644 index 0000000000..f107f2291b Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/bio_sec_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/bio_viro_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/bio_viro_icon.png new file mode 100644 index 0000000000..cf2b9ae56c Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/bio_viro_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/black_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/black_icon.png new file mode 100644 index 0000000000..b7d9e458e3 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/black_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/blue_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/blue_icon.png new file mode 100644 index 0000000000..9e9f73b947 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/blue_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/bomb_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/bomb_icon.png new file mode 100644 index 0000000000..b9ff1df6d3 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/bomb_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/cabinet_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/cabinet_icon.png new file mode 100644 index 0000000000..df76cdeceb Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/cabinet_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/cap_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/cap_icon.png new file mode 100644 index 0000000000..86dcb83a75 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/cap_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/cargo_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/cargo_icon.png new file mode 100644 index 0000000000..5d1bae5d80 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/cargo_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/ce_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/ce_icon.png new file mode 100644 index 0000000000..c93726094f Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/ce_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/chemical_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/chemical_icon.png new file mode 100644 index 0000000000..87f1b469ae Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/chemical_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/cmo_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/cmo_icon.png new file mode 100644 index 0000000000..d9120e85a2 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/cmo_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/emergency_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/emergency_icon.png new file mode 100644 index 0000000000..7ac1648c56 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/emergency_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/eng_elec_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/eng_elec_icon.png new file mode 100644 index 0000000000..945c46461f Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/eng_elec_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/eng_rad_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/eng_rad_icon.png new file mode 100644 index 0000000000..52f674ad95 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/eng_rad_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/eng_secure_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/eng_secure_icon.png new file mode 100644 index 0000000000..3021c43832 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/eng_secure_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/eng_tool_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/eng_tool_icon.png new file mode 100644 index 0000000000..ee2fecef52 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/eng_tool_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/eng_weld_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/eng_weld_icon.png new file mode 100644 index 0000000000..c35d90e115 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/eng_weld_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/fire_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/fire_icon.png new file mode 100644 index 0000000000..be65785d09 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/fire_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/freezer_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/freezer_icon.png new file mode 100644 index 0000000000..b0d28b9e78 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/freezer_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/generic_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/generic_icon.png new file mode 100644 index 0000000000..ac6cadae25 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/generic_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/green_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/green_icon.png new file mode 100644 index 0000000000..d48dbc0782 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/green_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/grey_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/grey_icon.png new file mode 100644 index 0000000000..deaf631edb Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/grey_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/hop_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/hop_icon.png new file mode 100644 index 0000000000..29579cd1ff Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/hop_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/hos_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/hos_icon.png new file mode 100644 index 0000000000..4fd0abd68b Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/hos_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/hydro_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/hydro_icon.png new file mode 100644 index 0000000000..d48d33583b Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/hydro_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/med_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/med_icon.png new file mode 100644 index 0000000000..946c0707ae Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/med_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/med_secure_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/med_secure_icon.png new file mode 100644 index 0000000000..0777921012 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/med_secure_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/meta.json b/Resources/Textures/Constructible/Structures/closet.rsi/meta.json index d6c45b2f30..a9f696689e 100644 --- a/Resources/Textures/Constructible/Structures/closet.rsi/meta.json +++ b/Resources/Textures/Constructible/Structures/closet.rsi/meta.json @@ -1 +1,1770 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "abductor", "directions": 1, "delays": [[1.0]]}, {"name": "abductor_door", "directions": 1, "delays": [[1.0]]}, {"name": "abductor_open", "directions": 1, "delays": [[1.0]]}, {"name": "agentbox", "directions": 1, "delays": [[1.0]]}, {"name": "alien", "directions": 1, "delays": [[1.0]]}, {"name": "alien_door", "directions": 1, "delays": [[1.0]]}, {"name": "alien_open", "directions": 1, "delays": [[1.0]]}, {"name": "armory", "directions": 1, "delays": [[1.0]]}, {"name": "armory_door", "directions": 1, "delays": [[1.0]]}, {"name": "armory_open", "directions": 1, "delays": [[1.0]]}, {"name": "atmos", "directions": 1, "delays": [[1.0]]}, {"name": "atmos_door", "directions": 1, "delays": [[1.0]]}, {"name": "atmos_open", "directions": 1, "delays": [[1.0]]}, {"name": "atmos_wardrobe_door", "directions": 1, "delays": [[1.0]]}, {"name": "bio", "directions": 1, "delays": [[1.0]]}, {"name": "bio_door", "directions": 1, "delays": [[1.0]]}, {"name": "bio_jan", "directions": 1, "delays": [[1.0]]}, {"name": "bio_jan_door", "directions": 1, "delays": [[1.0]]}, {"name": "bio_jan_open", "directions": 1, "delays": [[1.0]]}, {"name": "bio_open", "directions": 1, "delays": [[1.0]]}, {"name": "bio_sec", "directions": 1, "delays": [[1.0]]}, {"name": "bio_sec_door", "directions": 1, "delays": [[1.0]]}, {"name": "bio_sec_open", "directions": 1, "delays": [[1.0]]}, {"name": "bio_viro", "directions": 1, "delays": [[1.0]]}, {"name": "bio_viro_door", "directions": 1, "delays": [[1.0]]}, {"name": "bio_viro_open", "directions": 1, "delays": [[1.0]]}, {"name": "black_door", "directions": 1, "delays": [[1.0]]}, {"name": "blue_door", "directions": 1, "delays": [[1.0]]}, {"name": "bomb", "directions": 1, "delays": [[1.0]]}, {"name": "bomb_door", "directions": 1, "delays": [[1.0]]}, {"name": "bomb_open", "directions": 1, "delays": [[1.0]]}, {"name": "cabinet", "directions": 1, "delays": [[1.0]]}, {"name": "cabinet_door", "directions": 1, "delays": [[1.0]]}, {"name": "cabinet_open", "directions": 1, "delays": [[1.0]]}, {"name": "cap", "directions": 1, "delays": [[1.0]]}, {"name": "cap_door", "directions": 1, "delays": [[1.0]]}, {"name": "cap_open", "directions": 1, "delays": [[1.0]]}, {"name": "cardboard", "directions": 1, "delays": [[1.0]]}, {"name": "cardboard_open", "directions": 1, "delays": [[1.0]]}, {"name": "cardboard_special", "directions": 1, "delays": [[1.0]]}, {"name": "cargo", "directions": 1, "delays": [[1.0]]}, {"name": "cargo_door", "directions": 1, "delays": [[1.0]]}, {"name": "cargo_open", "directions": 1, "delays": [[1.0]]}, {"name": "ce", "directions": 1, "delays": [[1.0]]}, {"name": "ce_door", "directions": 1, "delays": [[1.0]]}, {"name": "ce_open", "directions": 1, "delays": [[1.0]]}, {"name": "chemical_door", "directions": 1, "delays": [[1.0]]}, {"name": "cmo", "directions": 1, "delays": [[1.0]]}, {"name": "cmo_door", "directions": 1, "delays": [[1.0]]}, {"name": "cmo_open", "directions": 1, "delays": [[1.0]]}, {"name": "cursed", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "cursed_door", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "cursed_open", "directions": 1, "delays": [[1.0]]}, {"name": "cursed_whole", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "decursed", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "decursed_door", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "decursed_open", "directions": 1, "delays": [[1.0]]}, {"name": "ecase", "directions": 1, "delays": [[1.0]]}, {"name": "ecase_door", "directions": 1, "delays": [[1.0]]}, {"name": "ecase_open", "directions": 1, "delays": [[1.0]]}, {"name": "egun", "directions": 1, "delays": [[1.0]]}, {"name": "emergency", "directions": 1, "delays": [[1.0]]}, {"name": "emergency_door", "directions": 1, "delays": [[1.0]]}, {"name": "emergency_open", "directions": 1, "delays": [[1.0]]}, {"name": "eng", "directions": 1, "delays": [[1.0]]}, {"name": "eng_elec_door", "directions": 1, "delays": [[1.0]]}, {"name": "eng_open", "directions": 1, "delays": [[1.0]]}, {"name": "eng_rad_door", "directions": 1, "delays": [[1.0]]}, {"name": "eng_secure", "directions": 1, "delays": [[1.0]]}, {"name": "eng_secure_door", "directions": 1, "delays": [[1.0]]}, {"name": "eng_secure_open", "directions": 1, "delays": [[1.0]]}, {"name": "eng_tool_door", "directions": 1, "delays": [[1.0]]}, {"name": "eng_weld_door", "directions": 1, "delays": [[1.0]]}, {"name": "fire", "directions": 1, "delays": [[1.0]]}, {"name": "fire_door", "directions": 1, "delays": [[1.0]]}, {"name": "fire_open", "directions": 1, "delays": [[1.0]]}, {"name": "freezer", "directions": 1, "delays": [[1.0]]}, {"name": "freezer_door", "directions": 1, "delays": [[1.0]]}, {"name": "freezer_open", "directions": 1, "delays": [[1.0]]}, {"name": "generic", "directions": 1, "delays": [[1.0]]}, {"name": "generic_door", "directions": 1, "delays": [[1.0]]}, {"name": "generic_open", "directions": 1, "delays": [[1.0]]}, {"name": "green_door", "directions": 1, "delays": [[1.0]]}, {"name": "grey_door", "directions": 1, "delays": [[1.0]]}, {"name": "hop", "directions": 1, "delays": [[1.0]]}, {"name": "hop_door", "directions": 1, "delays": [[1.0]]}, {"name": "hop_open", "directions": 1, "delays": [[1.0]]}, {"name": "hos", "directions": 1, "delays": [[1.0]]}, {"name": "hos_door", "directions": 1, "delays": [[1.0]]}, {"name": "hos_open", "directions": 1, "delays": [[1.0]]}, {"name": "hydro", "directions": 1, "delays": [[1.0]]}, {"name": "hydro_door", "directions": 1, "delays": [[1.0]]}, {"name": "hydro_open", "directions": 1, "delays": [[1.0]]}, {"name": "locked", "directions": 1, "delays": [[1.0]]}, {"name": "med", "directions": 1, "delays": [[1.0]]}, {"name": "med_door", "directions": 1, "delays": [[1.0]]}, {"name": "med_open", "directions": 1, "delays": [[1.0]]}, {"name": "med_secure", "directions": 1, "delays": [[1.0]]}, {"name": "med_secure_door", "directions": 1, "delays": [[1.0]]}, {"name": "med_secure_open", "directions": 1, "delays": [[1.0]]}, {"name": "metalbox", "directions": 1, "delays": [[1.0]]}, {"name": "metalbox_open", "directions": 1, "delays": [[1.0]]}, {"name": "mining", "directions": 1, "delays": [[1.0]]}, {"name": "mining_door", "directions": 1, "delays": [[1.0]]}, {"name": "mining_open", "directions": 1, "delays": [[1.0]]}, {"name": "mixed_door", "directions": 1, "delays": [[1.0]]}, {"name": "oldcloset", "directions": 1, "delays": [[1.0]]}, {"name": "orange_door", "directions": 1, "delays": [[1.0]]}, {"name": "pink_door", "directions": 1, "delays": [[1.0]]}, {"name": "qm", "directions": 1, "delays": [[1.0]]}, {"name": "qm_door", "directions": 1, "delays": [[1.0]]}, {"name": "qm_open", "directions": 1, "delays": [[1.0]]}, {"name": "rd", "directions": 1, "delays": [[1.0]]}, {"name": "rd_door", "directions": 1, "delays": [[1.0]]}, {"name": "rd_open", "directions": 1, "delays": [[1.0]]}, {"name": "red_door", "directions": 1, "delays": [[1.0]]}, {"name": "science", "directions": 1, "delays": [[1.0]]}, {"name": "science_door", "directions": 1, "delays": [[1.0]]}, {"name": "science_open", "directions": 1, "delays": [[1.0]]}, {"name": "sec", "directions": 1, "delays": [[1.0]]}, {"name": "sec_door", "directions": 1, "delays": [[1.0]]}, {"name": "sec_open", "directions": 1, "delays": [[1.0]]}, {"name": "secure", "directions": 1, "delays": [[1.0]]}, {"name": "secure_door", "directions": 1, "delays": [[1.0]]}, {"name": "secure_open", "directions": 1, "delays": [[1.0]]}, {"name": "shotgun", "directions": 1, "delays": [[1.0]]}, {"name": "shotguncase", "directions": 1, "delays": [[1.0]]}, {"name": "shotguncase_door", "directions": 1, "delays": [[1.0]]}, {"name": "shotguncase_open", "directions": 1, "delays": [[1.0]]}, {"name": "sparking", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1]]}, {"name": "syndicate", "directions": 1, "delays": [[1.0]]}, {"name": "syndicate_door", "directions": 1, "delays": [[1.0]]}, {"name": "syndicate_open", "directions": 1, "delays": [[1.0]]}, {"name": "tac", "directions": 1, "delays": [[1.0]]}, {"name": "tac_door", "directions": 1, "delays": [[1.0]]}, {"name": "tac_open", "directions": 1, "delays": [[1.0]]}, {"name": "unlocked", "directions": 1, "delays": [[1.0]]}, {"name": "warden", "directions": 1, "delays": [[1.0]]}, {"name": "warden_door", "directions": 1, "delays": [[1.0]]}, {"name": "warden_open", "directions": 1, "delays": [[1.0]]}, {"name": "welded", "directions": 1, "delays": [[1.0]]}, {"name": "white_door", "directions": 1, "delays": [[1.0]]}, {"name": "yellow_door", "directions": 1, "delays": [[1.0]]}]} \ No newline at end of file +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "abductor", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "abductor_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "abductor_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "agentbox", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "alien", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "alien_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "alien_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "alien_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "armory", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "armory_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "armory_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "armory_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "atmos", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "atmos_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "atmos_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "atmos_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "atmos_wardrobe_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "atmos_wardrobe_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_jan", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_jan_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_jan_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_jan_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_sec", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_sec_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_sec_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_sec_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_viro", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_viro_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_viro_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bio_viro_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "black_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "black_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "blue_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "blue_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bomb", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bomb_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bomb_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "bomb_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cabinet", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cabinet_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cabinet_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cabinet_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cap", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cap_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cap_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cap_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cardboard", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cardboard_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cardboard_special", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cargo", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cargo_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cargo_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cargo_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "ce", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "ce_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "ce_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "ce_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "chemical_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "chemical_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cmo", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cmo_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cmo_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cmo_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cursed", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "cursed_door", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "cursed_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cursed_whole", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "decursed", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "decursed_door", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "decursed_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "ecase", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "ecase_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "ecase_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "egun", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "emergency", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "emergency_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "emergency_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "emergency_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_elec_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_elec_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_rad_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_rad_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_secure", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_secure_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_secure_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_secure_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_tool_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_tool_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_weld_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "eng_weld_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "fire", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "fire_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "fire_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "fire_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "freezer", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "freezer_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "freezer_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "freezer_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "generic", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "generic_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "generic_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "generic_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "green_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "green_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "grey_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "grey_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hop", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hop_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hop_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hop_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hos", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hos_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hos_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hos_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hydro", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hydro_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hydro_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "hydro_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "locked", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "med", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "med_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "med_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "med_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "med_secure", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "med_secure_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "med_secure_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "med_secure_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "metalbox", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "metalbox_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "mining", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "mining_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "mining_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "mining_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "mixed_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "mixed_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "oldcloset", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "orange_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "orange_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "pink_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "pink_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "qm", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "qm_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "qm_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "qm_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "rd", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "rd_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "rd_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "rd_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "red_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "red_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "science", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "science_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "science_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "science_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sec", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sec_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sec_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sec_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "secure", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "secure_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "secure_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "secure_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "shotgun", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "shotguncase_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "shotguncase", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "shotguncase_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "shotguncase_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sparking", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "syndicate", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "syndicate_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "syndicate_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "syndicate_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "tac", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "tac_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "tac_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "tac_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "unlocked", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "warden", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "warden_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "warden_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "warden_open", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "welded", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "white_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "white_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "yellow_door", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "yellow_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/mining_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/mining_icon.png new file mode 100644 index 0000000000..90a9a58478 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/mining_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/mixed_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/mixed_icon.png new file mode 100644 index 0000000000..80d4218bc9 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/mixed_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/orange_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/orange_icon.png new file mode 100644 index 0000000000..1ac6180d22 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/orange_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/pink_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/pink_icon.png new file mode 100644 index 0000000000..2f9462a082 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/pink_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/qm_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/qm_icon.png new file mode 100644 index 0000000000..516eed9fd5 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/qm_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/rd_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/rd_icon.png new file mode 100644 index 0000000000..521457e47e Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/rd_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/red_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/red_icon.png new file mode 100644 index 0000000000..f2777d4469 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/red_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/science_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/science_icon.png new file mode 100644 index 0000000000..025ef36349 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/science_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/sec_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/sec_icon.png new file mode 100644 index 0000000000..bfd0c8d446 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/sec_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/secure_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/secure_icon.png new file mode 100644 index 0000000000..78be07bf94 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/secure_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/shotguncase_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/shotguncase_icon.png new file mode 100644 index 0000000000..c7c36d3043 Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/shotguncase_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/syndicate_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/syndicate_icon.png new file mode 100644 index 0000000000..cd872aabea Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/syndicate_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/tac_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/tac_icon.png new file mode 100644 index 0000000000..f13ec7d1ab Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/tac_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/warden_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/warden_icon.png new file mode 100644 index 0000000000..c882bc99fb Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/warden_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/white_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/white_icon.png new file mode 100644 index 0000000000..2340b814bf Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/white_icon.png differ diff --git a/Resources/Textures/Constructible/Structures/closet.rsi/yellow_icon.png b/Resources/Textures/Constructible/Structures/closet.rsi/yellow_icon.png new file mode 100644 index 0000000000..8c30b318cc Binary files /dev/null and b/Resources/Textures/Constructible/Structures/closet.rsi/yellow_icon.png differ diff --git a/Resources/Textures/Objects/Consumable/Drinks/shake-blue.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/shake-blue.rsi/icon.png index 4adf24b3b1..fe7272cc63 100644 Binary files a/Resources/Textures/Objects/Consumable/Drinks/shake-blue.rsi/icon.png and b/Resources/Textures/Objects/Consumable/Drinks/shake-blue.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Consumable/Drinks/shake-empty.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/shake-empty.rsi/icon.png index 4732671084..0f0f692033 100644 Binary files a/Resources/Textures/Objects/Consumable/Drinks/shake-empty.rsi/icon.png and b/Resources/Textures/Objects/Consumable/Drinks/shake-empty.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Consumable/Drinks/shake-robo.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/shake-robo.rsi/icon.png index 3311321336..45c32c4e43 100644 Binary files a/Resources/Textures/Objects/Consumable/Drinks/shake-robo.rsi/icon.png and b/Resources/Textures/Objects/Consumable/Drinks/shake-robo.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Consumable/Drinks/shake-white.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/shake-white.rsi/icon.png index 46c513574a..f677e59495 100644 Binary files a/Resources/Textures/Objects/Consumable/Drinks/shake-white.rsi/icon.png and b/Resources/Textures/Objects/Consumable/Drinks/shake-white.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Fun/bikehorn.rsi/icon.png b/Resources/Textures/Objects/Fun/bikehorn.rsi/icon.png index 9b9003c1f6..f769aa0a20 100644 Binary files a/Resources/Textures/Objects/Fun/bikehorn.rsi/icon.png and b/Resources/Textures/Objects/Fun/bikehorn.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idassistant_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idassistant_icon.png new file mode 100644 index 0000000000..128ce26f12 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idassistant_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idbartender_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idbartender_icon.png new file mode 100644 index 0000000000..92b2be60b2 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idbartender_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idcaptain_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idcaptain_icon.png new file mode 100644 index 0000000000..9410b08ecb Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idcaptain_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idcargotechnician_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idcargotechnician_icon.png new file mode 100644 index 0000000000..cf786cae71 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idcargotechnician_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idcentcom_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idcentcom_icon.png new file mode 100644 index 0000000000..b0d93bb128 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idcentcom_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idchiefengineer_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idchiefengineer_icon.png new file mode 100644 index 0000000000..6187d0af61 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idchiefengineer_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idchiefmedicalofficer_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idchiefmedicalofficer_icon.png new file mode 100644 index 0000000000..53bc0bbdef Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idchiefmedicalofficer_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idclown_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idclown_icon.png new file mode 100644 index 0000000000..9578881011 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idclown_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idcook_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idcook_icon.png new file mode 100644 index 0000000000..d42abaab81 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idcook_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idheadofpersonnel_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idheadofpersonnel_icon.png new file mode 100644 index 0000000000..50910a8422 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idheadofpersonnel_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idheadofsecurity_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idheadofsecurity_icon.png new file mode 100644 index 0000000000..b6abed66a3 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idheadofsecurity_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idjanitor_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idjanitor_icon.png new file mode 100644 index 0000000000..11a6cb8179 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idjanitor_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idmedicaldoctor_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idmedicaldoctor_icon.png new file mode 100644 index 0000000000..58774fec33 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idmedicaldoctor_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idmime_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idmime_icon.png new file mode 100644 index 0000000000..3eb8ce03d4 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idmime_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idresearchdirector_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idresearchdirector_icon.png new file mode 100644 index 0000000000..083e7b7762 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idresearchdirector_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idscientist_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idscientist_icon.png new file mode 100644 index 0000000000..c6e8c39113 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idscientist_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idsecurityofficer_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idsecurityofficer_icon.png new file mode 100644 index 0000000000..a9d669f53a Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idsecurityofficer_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idstationengineer_icon.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idstationengineer_icon.png new file mode 100644 index 0000000000..bb9177eba8 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idstationengineer_icon.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json index 5f22cd0c9d..860f04eb6e 100644 --- a/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json @@ -185,6 +185,159 @@ ] ] }, + { + "name": "idassistant_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idcaptain_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idcargotechnician_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idcentcom_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idchiefengineer_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idchiefmedicalofficer_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idclown_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idheadofpersonnel_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idheadofsecurity_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idjanitor_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idmedicaldoctor_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idresearchdirector_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idscientist_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idsecurityofficer_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idcargotechnician_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idstationengineer_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idmime_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, { "name": "silver", "directions": 1, @@ -319,6 +472,24 @@ 1 ] ] + }, + { + "name": "idbartender_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "idcook_icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] } ] }