2021-07-15 18:30:50 +00:00
|
|
|
{
|
|
|
|
|
"version": 1,
|
|
|
|
|
"license": "CC-BY-SA-3.0",
|
|
|
|
|
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/b440af09b52ba6bc5248e7934d148e991c928b07",
|
|
|
|
|
"size": {
|
|
|
|
|
"x": 32,
|
|
|
|
|
"y": 32
|
|
|
|
|
},
|
|
|
|
|
"states": [
|
Power monitoring console overhaul (#20927)
* Prototyping whole station wire map
* More prototyping
* Added icons for the different power distributors and toggleable cable displays
* Power cable layouts are now only sent to the client when the power monitor is open
* UI prototyping
* Power monitors can now see the sprites of distant entities, long entity names are truncated
* Updated how network devices are added to the player's PVS
* More feature prototypes
* Added source / load symbols
* Final prototype! Time to actually code it properly...
* Start of code clean up
* Continuing code clean up
* Fixed UI appearance
* Code clean up complete
* Removed unnecessary changes
* Updated how power values are calculated, added UI warnings for power sinks and power net checks
* Updated how power values are calculated again, added support for portable generators
* Removed unnecessary files
* Map beacons start toggled off, console map now works outside the station, fixed substation icon
* Made some of Sloth's requested changes. Power distributors don't blink anymore, unless selected
* Moved a number of static variables in PowerMonitoringHelper to sensible places in the main files. Added a NavMapTrackableComponent so that you can specify how individual entities appear on the navmap
* Updated the colors/positions of HV cables and SMESes to improve contrast
* Fixed SMES color in map legend
* Partially fixed auto-scrolling on device selection, made sublists alphabetical
* Changed how auto-scroll is handled
* Changed the font color of the console warning messages
* Reduced the font size of beacon labels
* Added the station name to the console
* Organized references
* Removed unwanted changes to RobustToolbox
* Fix merge conflict
* Fix merge conflict, maybe
* Fix merge conflict
* Updated outdated reference
* Fixed portable_generator.yml
* Implemented a number of requested changes, move bit masks to a shared component
* Navigate listings via the navmap
* First attempt at improving efficiency
* Second attempt at optimization, entity grouping added for solar panels
* Finished solar panel entity joining
* Finished major revisions, code clean up needed
* Finializing optimizations
* Made requested changes
* Bug fix, removed obsolete code
* Bug fixes
* Bug fixes
* STarted revisions
* Further revisions
* More revision
* Finalizing revisions. Need to make RT PR
* Code tidying
* More code tidying
* Trying to avoid merge conflicts
* Trying to avoid merge conflicts
* Removed use of PVS
* Improving efficiency
* Addressed a bunch of outstanding issues
* Clear old data on console refresh
* UI adjustments
* Made node comparison more robust. More devices can be combined into one entry
* Added missing component 'dirty'
2023-12-24 00:07:41 -06:00
|
|
|
{
|
2021-07-15 18:30:50 +00:00
|
|
|
"name": "shield_0"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_10"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_11"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_12"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_13"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_14"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_15"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_3"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_4"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_5"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_6"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_7"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_8"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "core"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "shield_9"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "core_weak",
|
|
|
|
|
"delays": [
|
|
|
|
|
[
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "core_strong",
|
|
|
|
|
"delays": [
|
|
|
|
|
[
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "control"
|
Power monitoring console overhaul (#20927)
* Prototyping whole station wire map
* More prototyping
* Added icons for the different power distributors and toggleable cable displays
* Power cable layouts are now only sent to the client when the power monitor is open
* UI prototyping
* Power monitors can now see the sprites of distant entities, long entity names are truncated
* Updated how network devices are added to the player's PVS
* More feature prototypes
* Added source / load symbols
* Final prototype! Time to actually code it properly...
* Start of code clean up
* Continuing code clean up
* Fixed UI appearance
* Code clean up complete
* Removed unnecessary changes
* Updated how power values are calculated, added UI warnings for power sinks and power net checks
* Updated how power values are calculated again, added support for portable generators
* Removed unnecessary files
* Map beacons start toggled off, console map now works outside the station, fixed substation icon
* Made some of Sloth's requested changes. Power distributors don't blink anymore, unless selected
* Moved a number of static variables in PowerMonitoringHelper to sensible places in the main files. Added a NavMapTrackableComponent so that you can specify how individual entities appear on the navmap
* Updated the colors/positions of HV cables and SMESes to improve contrast
* Fixed SMES color in map legend
* Partially fixed auto-scrolling on device selection, made sublists alphabetical
* Changed how auto-scroll is handled
* Changed the font color of the console warning messages
* Reduced the font size of beacon labels
* Added the station name to the console
* Organized references
* Removed unwanted changes to RobustToolbox
* Fix merge conflict
* Fix merge conflict, maybe
* Fix merge conflict
* Updated outdated reference
* Fixed portable_generator.yml
* Implemented a number of requested changes, move bit masks to a shared component
* Navigate listings via the navmap
* First attempt at improving efficiency
* Second attempt at optimization, entity grouping added for solar panels
* Finished solar panel entity joining
* Finished major revisions, code clean up needed
* Finializing optimizations
* Made requested changes
* Bug fix, removed obsolete code
* Bug fixes
* Bug fixes
* STarted revisions
* Further revisions
* More revision
* Finalizing revisions. Need to make RT PR
* Code tidying
* More code tidying
* Trying to avoid merge conflicts
* Trying to avoid merge conflicts
* Removed use of PVS
* Improving efficiency
* Addressed a bunch of outstanding issues
* Clear old data on console refresh
* UI adjustments
* Made node comparison more robust. More devices can be combined into one entry
* Added missing component 'dirty'
2023-12-24 00:07:41 -06:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "static"
|
2024-02-01 09:40:57 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "control_warning",
|
|
|
|
|
"delays": [
|
|
|
|
|
[
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1
|
|
|
|
|
]
|
|
|
|
|
]
|
2021-07-15 18:30:50 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "control_critical",
|
|
|
|
|
"delays": [
|
|
|
|
|
[
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "control_fuck",
|
|
|
|
|
"delays": [
|
|
|
|
|
[
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "control_on",
|
|
|
|
|
"delays": [
|
|
|
|
|
[
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1,
|
|
|
|
|
0.1
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|