-
Notifications
You must be signed in to change notification settings - Fork 647
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Black market access configurator for pirates (#2919)
* Adds black market access configurator * Update pirate_uplink_catalog.yml * Move it to the bottom * Added a new line in the end of the uplink-catalog file * Add contraband status * Removed unnecessary access levels, as requested by whatston * Update access_configurator.yml
- Loading branch information
1 parent
72ff81e
commit 4e3d760
Showing
8 changed files
with
112 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
Resources/Prototypes/_NF/Entities/Objects/Tools/access_configurator.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
- type: entity | ||
parent: [BaseC3PirateContraband, AccessConfigurator] | ||
id: AccessConfiguratorAntag | ||
name: Black market access configurator | ||
suffix: Antag | ||
description: A modified access configurator sold on the black market. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Objects/Tools/antag_access_configurator.rsi | ||
- type: Clothing | ||
sprite: _NF/Objects/Tools/antag_access_configurator.rsi | ||
- type: AccessOverrider | ||
accessLevels: | ||
- Maintenance | ||
- External | ||
- Pirate # Frontier | ||
privilegedIdSlot: | ||
name: id-card-console-privileged-id | ||
ejectSound: /Audio/Machines/id_swipe.ogg | ||
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg | ||
ejectOnBreak: true | ||
swap: false | ||
whitelist: | ||
components: | ||
- IdCard | ||
denialSound: | ||
path: /Audio/Machines/custom_deny.ogg | ||
doAfter: 0.5 |
Binary file added
BIN
+1.53 KB
...rces/Textures/_NF/Objects/Tools/antag_access_configurator.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.48 KB
Resources/Textures/_NF/Objects/Tools/antag_access_configurator.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+558 Bytes
Resources/Textures/_NF/Objects/Tools/antag_access_configurator.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+565 Bytes
...urces/Textures/_NF/Objects/Tools/antag_access_configurator.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions
62
Resources/Textures/_NF/Objects/Tools/antag_access_configurator.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Recoloured by Houtblokje from the access configurator.", | ||
"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 | ||
} | ||
] | ||
} |