forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #626 from AirFryerBuyOneGetOneFree/CargorillaID
Cargorilla headset and ID card
- Loading branch information
Showing
4 changed files
with
48 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
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/_Impstation/Entities/Objects/Misc/identification_cards.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,12 @@ | ||
- type: entity | ||
parent: IDCardStandard | ||
id: CargorillaIDCard | ||
name: cargorilla ID card | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: default | ||
- state: idcargotechnician | ||
- type: PresetIdCard | ||
job: CargoTechnician | ||
name: Cargorilla |
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/_Impstation/InventoryTemplates/cargorilla_inventory_template.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,17 @@ | ||
- type: inventoryTemplate | ||
id: cargorilla | ||
slots: | ||
- name: id | ||
slotTexture: id | ||
slotFlags: IDCARD | ||
stripTime: 6 | ||
uiWindowPos: 0,1 | ||
strippingWindowPos: 2,4 | ||
displayName: ID | ||
- name: ears | ||
slotTexture: ears | ||
slotFlags: EARS | ||
stripTime: 3 | ||
uiWindowPos: 2,2 | ||
strippingWindowPos: 2,0 | ||
displayName: Ears |
5 changes: 5 additions & 0 deletions
5
Resources/Prototypes/_Impstation/Roles/Jobs/Fun/misc_startinggear.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,5 @@ | ||
- type: startingGear | ||
id: MobCargorillaGear | ||
equipment: | ||
ears: ClothingHeadsetCargo | ||
id: CargorillaIDCard |