Fixes a ton of sprite icons. (#2034)

* Icons + Sprites for Atmos pipes

* Fixes Mimic icon

* Fixes rsi for RnD point source

* RnD Point source prototype fix

* Centers Bike Horn icon

* Centers pirate hat sprite

* Centers a bunch of milkshake icons

* Moves light_bulb.yml to Constructibles

* Fixes light_tube icons

* Emergency Light icon fix

* Medical Scanner icon

* ID Rsi fixed

* ID cards now have proper icons

* Lockers have proper icons finally

* Default Icon Fixed

* Resolved lighting issues
This commit is contained in:
Swept
2020-09-13 11:53:47 +00:00
committed by GitHub
parent 65d7775665
commit c7037c2293
112 changed files with 2214 additions and 88 deletions

View File

@@ -10,7 +10,7 @@
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: Icon - type: Icon
texture: Constructible/Power/eightdirwire.png texture: Constructible/Atmos/pipe.rsi/pipeLateral2.png
- type: Sprite - type: Sprite
- type: Destructible - type: Destructible
thresholdvalue: 100 thresholdvalue: 100
@@ -24,6 +24,8 @@
id: FourwayPipe id: FourwayPipe
name: Fourway Pipe name: Fourway Pipe
components: components:
- type: Icon
texture: Constructible/Atmos/pipe.rsi/pipeFourway2.png
- type: NodeContainer - type: NodeContainer
nodes: nodes:
- !type:PipeNode - !type:PipeNode
@@ -35,6 +37,8 @@
id: LongitudinalPipe id: LongitudinalPipe
name: Longitudinal Pipe name: Longitudinal Pipe
components: components:
- type: Icon
texture: Constructible/Atmos/pipe.rsi/pipeLongitudinal2.png
- type: NodeContainer - type: NodeContainer
nodes: nodes:
- !type:PipeNode - !type:PipeNode

View File

@@ -10,7 +10,8 @@
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: Icon - type: Icon
texture: Constructible/Power/eightdirwire.png sprite: Constructible/Atmos/pressurepump.rsi
state: pumpEnabledWest2East2
- type: Sprite - type: Sprite
- type: Appearance - type: Appearance
visuals: visuals:
@@ -52,4 +53,3 @@
- type: PressurePump - type: PressurePump
inletDirection: South inletDirection: South
outletDirection: North outletDirection: North

View File

@@ -10,8 +10,11 @@
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: Icon - type: Icon
texture: Constructible/Power/eightdirwire.png sprite: Constructible/Atmos/pipeitems.rsi
state: scrubber
- type: Sprite - type: Sprite
sprite: Constructible/Atmos/pipeitems.rsi
state: scrubber
- type: Appearance - type: Appearance
visuals: visuals:
- type: PipeVisualizer - type: PipeVisualizer

View File

@@ -10,8 +10,11 @@
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: Icon - type: Icon
texture: Constructible/Power/eightdirwire.png sprite: Constructible/Atmos/pipeitems.rsi
state: vent
- type: Sprite - type: Sprite
sprite: Constructible/Atmos/pipeitems.rsi
state: vent
- type: Appearance - type: Appearance
visuals: visuals:
- type: PipeVisualizer - type: PipeVisualizer

View File

@@ -13,8 +13,7 @@
map: ["enum.MedicalScannerVisualLayers.Terminal"] map: ["enum.MedicalScannerVisualLayers.Terminal"]
- type: PowerReceiver - type: PowerReceiver
- type: Icon - type: Icon
sprite: Constructible/Power/medical_scanner.rsi texture: Constructible/Power/medical_scanner.rsi/scanner_icon.png
state: scanner_open
- type: Anchorable - type: Anchorable
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline

View File

@@ -26,15 +26,15 @@
# We should make this abstract once there are actual point sources. # We should make this abstract once there are actual point sources.
components: components:
- type: Sprite - type: Sprite
sprite: Constructible/Power/tdopler.rsi sprite: Constructible/Power/rndpointsource.rsi
layers: layers:
- state: tdoppler-off - state: rndpointsource-off
- state: tdoppler - state: rndpointsource
shader: unshaded shader: unshaded
map: ["enum.PowerDeviceVisualLayers.Powered"] map: ["enum.PowerDeviceVisualLayers.Powered"]
- type: Icon - type: Icon
sprite: Constructible/Power/tdopler.rsi sprite: Constructible/Power/rndpointsource.rsi
state: tdoppler state: rndpointsource
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Collidable - type: Collidable

View File

@@ -8,5 +8,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: cabinet state: cabinet
- type: Icon - type: Icon
state: cabinet_door state: cabinet_icon

View File

@@ -8,4 +8,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: qm state: qm
- type: Icon - type: Icon
state: qm_door state: qm_icon

View File

@@ -8,7 +8,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: cap state: cap
- type: Icon - type: Icon
state: cap_door state: cap_icon
- type: entity - type: entity
id: LockerHeadOfPersonnel id: LockerHeadOfPersonnel
@@ -20,4 +20,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: hop state: hop
- type: Icon - type: Icon
state: hop_door state: hop_icon

View File

@@ -9,7 +9,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: ce state: ce
- type: Icon - type: Icon
state: ce_door state: ce_icon
# Electrical supplies # Electrical supplies
- type: entity - type: entity
@@ -23,7 +23,7 @@
state: eng state: eng
state_closed: eng_elec_door state_closed: eng_elec_door
- type: Icon - type: Icon
state: eng_elec_door state: eng_elec_icon
# Welding supplies # Welding supplies
- type: entity - type: entity
@@ -37,7 +37,7 @@
state: eng state: eng
state_closed: eng_weld_door state_closed: eng_weld_door
- type: Icon - type: Icon
state: eng_weld_door state: eng_weld_icon
# Atmos tech # Atmos tech
- type: entity - type: entity
@@ -50,7 +50,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: atmos state: atmos
- type: Icon - type: Icon
state: atmos_door state: atmos_icon
# Engineer # Engineer
- type: entity - type: entity
@@ -63,4 +63,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: eng_secure state: eng_secure
- type: Icon - type: Icon
state: eng_secure_door state: eng_secure_icon

View File

@@ -8,4 +8,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: freezer state: freezer
- type: Icon - type: Icon
state: freezer_door state: freezer_icon

View File

@@ -8,4 +8,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: hydro state: hydro
- type: Icon - type: Icon
state: hydro_door state: hydro_icon

View File

@@ -10,7 +10,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: med state: med
- type: Icon - type: Icon
state: med_door state: med_icon
# Medical doctor # Medical doctor
- type: entity - type: entity
@@ -23,7 +23,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: med_secure state: med_secure
- type: Icon - type: Icon
state: med_secure_door state: med_secure_icon
# Chemical # Chemical
- type: entity - type: entity
@@ -37,7 +37,7 @@
state: med state: med
state_closed: chemical_door state_closed: chemical_door
- type: Icon - type: Icon
state: chemical_door state: chemical_icon
# CMO # CMO
- type: entity - type: entity
@@ -50,4 +50,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: cmo state: cmo
- type: Icon - type: Icon
state: cmo_door state: cmo_icon

View File

@@ -8,4 +8,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: rd state: rd
- type: Icon - type: Icon
state: rd_door state: rd_icon

View File

@@ -9,7 +9,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: hos state: hos
- type: Icon - type: Icon
state: hos_door state: hos_icon
# Warden # Warden
- type: entity - type: entity
@@ -22,7 +22,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: warden state: warden
- type: Icon - type: Icon
state: warden_door state: warden_icon
# Security Officer # Security Officer
- type: entity - type: entity
@@ -35,7 +35,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: sec state: sec
- type: Icon - type: Icon
state: sec_door state: sec_icon
# Detective # Detective
- type: entity - type: entity
@@ -48,4 +48,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: cabinet state: cabinet
- type: Icon - type: Icon
state: cabinet_door state: cabinet_icon

View File

@@ -15,7 +15,7 @@
map: ["enum.StorageVisualLayers.Welded"] map: ["enum.StorageVisualLayers.Welded"]
- type: Icon - type: Icon
sprite: Constructible/Structures/closet.rsi sprite: Constructible/Structures/closet.rsi
state: generic_door state: generic_icon
- type: Clickable - type: Clickable
- type: MovedByPressure - type: MovedByPressure
- type: DamageOnHighSpeedImpact - type: DamageOnHighSpeedImpact

View File

@@ -10,7 +10,7 @@
state: generic state: generic
state_closed: red_door state_closed: red_door
- type: Icon - type: Icon
state: red_door state: red_icon
# Atmospherics wardrobe # Atmospherics wardrobe
- type: entity - type: entity
@@ -24,5 +24,4 @@
state: generic state: generic
state_closed: atmos_wardrobe_door state_closed: atmos_wardrobe_door
- type: Icon - type: Icon
state: atmos_door state: atmos_icon

View File

@@ -10,7 +10,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: bio state: bio
- type: Icon - type: Icon
state: bio_door state: bio_icon
# Virology variant # Virology variant
- type: entity - type: entity
@@ -22,7 +22,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: bio_viro state: bio_viro
- type: Icon - type: Icon
state: bio_viro_door state: bio_viro_icon
# Security variant # Security variant
- type: entity - type: entity
@@ -34,7 +34,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: bio_sec state: bio_sec
- type: Icon - type: Icon
state: bio_sec_door state: bio_sec_icon
# Janitor variant # Janitor variant
- type: entity - type: entity
@@ -46,4 +46,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: bio_jan state: bio_jan
- type: Icon - type: Icon
state: bio_jan_door state: bio_jan_icon

View File

@@ -10,4 +10,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: syndicate state: syndicate
- type: Icon - type: Icon
state: syndicate_door state: syndicate_icon

View File

@@ -11,7 +11,7 @@
state: eng state: eng
state_closed: eng_tool_door state_closed: eng_tool_door
- type: Icon - type: Icon
state: eng_tool_door state: eng_tool_icon
# Radiation suit closet # Radiation suit closet
- type: entity - type: entity
@@ -26,7 +26,7 @@
state: eng state: eng
state_closed: eng_rad_door state_closed: eng_rad_door
- type: Icon - type: Icon
state: eng_rad_door state: eng_rad_icon
# Emergency closet # Emergency closet
- type: entity - type: entity
@@ -40,7 +40,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: emergency state: emergency
- type: Icon - type: Icon
state: emergency_door state: emergency_icon
# Fire safety closet # Fire safety closet
- type: entity - type: entity
@@ -54,7 +54,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: fire state: fire
- type: Icon - type: Icon
state: fire_door state: fire_icon
# EOD closet # EOD closet
- type: entity - type: entity
@@ -68,4 +68,4 @@
- type: StorageVisualizer - type: StorageVisualizer
state: bomb state: bomb
- type: Icon - type: Icon
state: bomb_door state: bomb_icon

View File

@@ -16,7 +16,7 @@
state: generic state: generic
state_closed: blue_door state_closed: blue_door
- type: Icon - type: Icon
state: blue_door state: blue_icon
# Pink wardrobe # Pink wardrobe
- type: entity - type: entity
@@ -30,7 +30,7 @@
state: generic state: generic
state_closed: pink_door state_closed: pink_door
- type: Icon - type: Icon
state: pink_door state: pink_icon
# Black wardrobe # Black wardrobe
- type: entity - type: entity
@@ -44,7 +44,7 @@
state: generic state: generic
state_closed: black_door state_closed: black_door
- type: Icon - type: Icon
state: black_door state: black_icon
# Green wardrobe # Green wardrobe
- type: entity - type: entity
@@ -58,7 +58,7 @@
state: generic state: generic
state_closed: green_door state_closed: green_door
- type: Icon - type: Icon
state: green_door state: green_icon
# Prison wardrobe # Prison wardrobe
- type: entity - type: entity
@@ -72,7 +72,7 @@
state: generic state: generic
state_closed: orange_door state_closed: orange_door
- type: Icon - type: Icon
state: orange_door state: orange_icon
# Yellow wardrobe # Yellow wardrobe
- type: entity - type: entity
@@ -86,7 +86,7 @@
state: generic state: generic
state_closed: yellow_door state_closed: yellow_door
- type: Icon - type: Icon
state: yellow_door state: yellow_icon
# White wardrobe # White wardrobe
- type: entity - type: entity
@@ -100,7 +100,7 @@
state: generic state: generic
state_closed: white_door state_closed: white_door
- type: Icon - type: Icon
state: white_door state: white_icon
# Grey wardrobe # Grey wardrobe
- type: entity - type: entity
@@ -114,7 +114,7 @@
state: generic state: generic
state_closed: grey_door state_closed: grey_door
- type: Icon - type: Icon
state: grey_door state: grey_icon
# Mixed wardrobe # Mixed wardrobe
- type: entity - type: entity
@@ -128,4 +128,4 @@
state: generic state: generic
state_closed: mixed_door state_closed: mixed_door
- type: Icon - type: Icon
state: mixed_door state: mixed_icon

View File

@@ -21,7 +21,7 @@
state: emergency_light_off state: emergency_light_off
- type: Icon - type: Icon
sprite: Constructible/Lighting/emergency_light.rsi sprite: Constructible/Lighting/emergency_light.rsi
state: emergency_light_off state: emergency_light_icon
placement: placement:
snap: snap:
- Wallmount - Wallmount

View File

@@ -11,7 +11,7 @@
state: on state: on
- type: Icon - type: Icon
sprite: Constructible/Lighting/light_tube.rsi sprite: Constructible/Lighting/light_tube.rsi
state: on state: onicon
- type: PointLight - type: PointLight
radius: 8 radius: 8
energy: 1.2 energy: 1.2
@@ -32,7 +32,7 @@
state: off state: off
- type: Icon - type: Icon
sprite: Constructible/Lighting/light_tube.rsi sprite: Constructible/Lighting/light_tube.rsi
state: off state: onicon
- type: PointLight - type: PointLight
enabled: false enabled: false
- type: PoweredLight - type: PoweredLight

View File

@@ -22,7 +22,7 @@
state: normal state: normal
- type: Icon - type: Icon
sprite: Constructible/Power/VendingMachines/cola.rsi sprite: Constructible/Power/VendingMachines/cola.rsi
state: normal state: off
- type: Physics - type: Physics
mass: 85 mass: 85
- type: Collidable - type: Collidable

View File

@@ -45,7 +45,7 @@
- state: assigned - state: assigned
- state: idcaptain - state: idcaptain
- type: Icon - type: Icon
state: gold state: idcaptain_icon
- type: Clothing - type: Clothing
HeldPrefix: gold HeldPrefix: gold
- type: PresetIdCard - type: PresetIdCard
@@ -62,7 +62,7 @@
- state: assigned - state: assigned
- state: idsecurityofficer - state: idsecurityofficer
- type: Icon - type: Icon
state: idsecurityofficer state: idsecurityofficer_icon
- type: PresetIdCard - type: PresetIdCard
job: SecurityOfficer job: SecurityOfficer
@@ -77,7 +77,7 @@
- state: assigned - state: assigned
- state: idstationengineer - state: idstationengineer
- type: Icon - type: Icon
state: idstationengineer state: idstationengineer_icon
- type: PresetIdCard - type: PresetIdCard
job: StationEngineer job: StationEngineer
@@ -92,7 +92,7 @@
- state: assigned - state: assigned
- state: idmedicaldoctor - state: idmedicaldoctor
- type: Icon - type: Icon
state: idmedicaldoctor state: idmedicaldoctor_icon
- type: PresetIdCard - type: PresetIdCard
job: MedicalDoctor job: MedicalDoctor
@@ -107,7 +107,7 @@
- state: assigned - state: assigned
- state: idcargotechnician - state: idcargotechnician
- type: Icon - type: Icon
state: idcargotechnician state: idcargotechnician_icon
- type: PresetIdCard - type: PresetIdCard
job: CargoTechnician job: CargoTechnician
@@ -122,7 +122,7 @@
- state: assigned - state: assigned
- state: idscientist - state: idscientist
- type: Icon - type: Icon
state: idscientist state: idscientist_icon
- type: PresetIdCard - type: PresetIdCard
job: Scientist job: Scientist
@@ -137,7 +137,7 @@
- state: assigned - state: assigned
- state: idclown - state: idclown
- type: Icon - type: Icon
state: idclown state: idclown_icon
- type: PresetIdCard - type: PresetIdCard
job: Clown job: Clown
@@ -152,7 +152,7 @@
- state: assigned - state: assigned
- state: idmime - state: idmime
- type: Icon - type: Icon
state: idmime state: idmime_icon
- type: PresetIdCard - type: PresetIdCard
job: Mime job: Mime
@@ -167,7 +167,7 @@
- state: assigned - state: assigned
- state: idjanitor - state: idjanitor
- type: Icon - type: Icon
state: idjanitor state: idjanitor_icon
- type: PresetIdCard - type: PresetIdCard
job: Janitor job: Janitor
@@ -182,7 +182,7 @@
- state: assigned - state: assigned
- state: idbartender - state: idbartender
- type: Icon - type: Icon
state: idbartender state: idbartender_icon
- type: PresetIdCard - type: PresetIdCard
job: Bartender job: Bartender
@@ -197,7 +197,7 @@
- state: assigned - state: assigned
- state: idcook - state: idcook
- type: Icon - type: Icon
state: idcook state: idcook_icon
- type: PresetIdCard - type: PresetIdCard
job: Chef job: Chef
@@ -212,7 +212,7 @@
- state: assigned - state: assigned
- state: idheadofpersonnel - state: idheadofpersonnel
- type: Icon - type: Icon
state: idheadofpersonnel state: idheadofpersonnel_icon
- type: Clothing - type: Clothing
HeldPrefix: silver HeldPrefix: silver
- type: PresetIdCard - type: PresetIdCard
@@ -229,7 +229,7 @@
- state: assigned - state: assigned
- state: idchiefengineer - state: idchiefengineer
- type: Icon - type: Icon
state: idchiefengineer state: idchiefengineer_icon
- type: Clothing - type: Clothing
HeldPrefix: silver HeldPrefix: silver
- type: PresetIdCard - type: PresetIdCard
@@ -246,7 +246,7 @@
- state: assigned - state: assigned
- state: idchiefmedicalofficer - state: idchiefmedicalofficer
- type: Icon - type: Icon
state: idchiefmedicalofficer state: idchiefmedicalofficer_icon
- type: Clothing - type: Clothing
HeldPrefix: silver HeldPrefix: silver
- type: PresetIdCard - type: PresetIdCard
@@ -263,7 +263,7 @@
- state: assigned - state: assigned
- state: idresearchdirector - state: idresearchdirector
- type: Icon - type: Icon
state: idresearchdirector state: idresearchdirector_icon
- type: Clothing - type: Clothing
HeldPrefix: silver HeldPrefix: silver
- type: PresetIdCard - type: PresetIdCard
@@ -280,7 +280,7 @@
- state: assigned - state: assigned
- state: idheadofsecurity - state: idheadofsecurity
- type: Icon - type: Icon
state: idheadofsecurity state: idheadofsecurity_icon
- type: Clothing - type: Clothing
HeldPrefix: silver HeldPrefix: silver
- type: PresetIdCard - type: PresetIdCard
@@ -297,7 +297,7 @@
- state: assigned - state: assigned
- state: idcentcom - state: idcentcom
- type: Icon - type: Icon
state: idcentcom state: idcentcom_icon
- type: Clothing - type: Clothing
HeldPrefix: gold HeldPrefix: gold
- type: IdCard - type: IdCard

View File

@@ -6,11 +6,9 @@
components: components:
- type: LightBulb - type: LightBulb
bulb: Bulb bulb: Bulb
- type: Sprite - type: Sprite
sprite: Objects/Power/light_bulb.rsi sprite: Objects/Power/light_bulb.rsi
state: normal state: normal
- type: Icon - type: Icon
sprite: Objects/Power/light_bulb.rsi sprite: Objects/Power/light_bulb.rsi
state: normal state: normal
@@ -31,11 +29,9 @@
components: components:
- type: LightBulb - type: LightBulb
bulb: Tube bulb: Tube
- type: Sprite - type: Sprite
sprite: Objects/Power/light_tube.rsi sprite: Objects/Power/light_tube.rsi
state: normal state: normal
- type: Icon - type: Icon
sprite: Objects/Power/light_tube.rsi sprite: Objects/Power/light_tube.rsi
state: normal state: normal

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

View File

@@ -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
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

View File

@@ -24,6 +24,15 @@
] ]
] ]
}, },
{
"name": "emergency_light_icon",
"directions": 1,
"delays": [
[
1.0
]
]
},
{ {
"name": "emergency_light_on", "name": "emergency_light_on",
"directions": 4, "directions": 4,

View File

@@ -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]]}]} {
"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
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 904 B

View File

@@ -8,7 +8,7 @@
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/master/icons/obj/machines/excelsior/autolathe.dmi at 40b254106b46981b8ad95ccd5589deb8fa56e765", "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/master/icons/obj/machines/excelsior/autolathe.dmi at 40b254106b46981b8ad95ccd5589deb8fa56e765",
"states": [ "states": [
{ {
"name": "tdoppler", "name": "rndpointsource",
"directions": 4, "directions": 4,
"delays": [ "delays": [
[ [
@@ -30,7 +30,7 @@
] ]
}, },
{ {
"name": "tdoppler-broken", "name": "rndpointsource-broken",
"directions": 1, "directions": 1,
"delays": [ "delays": [
[ [
@@ -41,7 +41,16 @@
] ]
}, },
{ {
"name": "tdoppler-off", "name": "rndpointsource-off",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "rndpointsource-icon",
"directions": 1, "directions": 1,
"delays": [ "delays": [
[ [

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

Some files were not shown because too many files have changed in this diff Show More