Skip to content

Commit

Permalink
Debug Access Configurator for mapping (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit0vras authored Dec 16, 2023
1 parent 808f1a5 commit 05aa6a7
Show file tree
Hide file tree
Showing 11 changed files with 183 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
- type: entity
parent: AccessConfigurator
id: AccessConfiguratorDebug
name: конфигуратор доступа
description: Используется в маппинге для изменения требований уровня доступа к шлюзам и другим запираемым объектам. Не маппить.
suffix: Debug, Маппинг
components:
- type: Sprite
sprite: SS220/Debugging/debug_access_configurator.rsi
state: icon
- type: Item
size: Small
- type: Clothing
sprite: SS220/Debugging/debug_access_configurator.rsi
- type: AccessOverrider
accessLevels:
- Armory
- Atmospherics
- Bar
- Brig
- Blueshield
- Captain
- Cargo
- Chapel
- Chemistry
- ChiefEngineer
- ChiefMedicalOfficer
- Command
- Detective
- Engineering
- EmergencyShuttleRepealAll
- External
- HeadOfPersonnel
- HeadOfSecurity
- Hydroponics
- Janitor
- Kitchen
- Maintenance
- Medical
- NuclearOperative
- Paramedic
- Quartermaster
- Research
- ResearchDirector
- Salvage
- Security
- Service
- SyndicateAgent
- Theatre
50 changes: 50 additions & 0 deletions Resources/Prototypes/SS220/Entities/Debugging/id_card_debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
- type: entity
id: DebugIDCard
parent: IDCardStandard
name: ID карта дебага
description: Карта, предназначенная для работы с конфигуратором доступа. Имеет абсолютно все доступы. Не маппить.
suffix: Debug, Маппинг
components:
- type: Sprite
sprite: SS220/Debugging/debug_id_card.rsi
layers:
- state: debug
- type: Clothing
slots:
- idcard
sprite: SS220/Debugging/debug_id_card.rsi
- type: Access
tags:
- Armory
- Atmospherics
- Bar
- Brig
- Blueshield
- Captain
- Cargo
- Chapel
- Chemistry
- ChiefEngineer
- ChiefMedicalOfficer
- Command
- Detective
- Engineering
- EmergencyShuttleRepealAll
- External
- HeadOfPersonnel
- HeadOfSecurity
- Hydroponics
- Janitor
- Kitchen
- Maintenance
- Medical
- NuclearOperative
- Paramedic
- Quartermaster
- Research
- ResearchDirector
- Salvage
- Security
- Service
- SyndicateAgent
- Theatre
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Color-swap of the network configurator made by 20kdc (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"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
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions Resources/Textures/SS220/Debugging/debug_id_card.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e, iddebug made by Kit0vras (github) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "debug"
},
{
"name": "debug-inhand-left",
"directions": 4
},
{
"name": "debug-inhand-right",
"directions": 4
}
]
}

0 comments on commit 05aa6a7

Please sign in to comment.