Adds briefcase (#6196)

Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
This commit is contained in:
Zymem
2022-01-17 16:21:28 -03:00
committed by GitHub
parent accfc620ee
commit 5e1477c91a
12 changed files with 79 additions and 6 deletions

View File

@@ -7,6 +7,18 @@
contents: contents:
- id: BoxSurvival - id: BoxSurvival
#This should be temporary, at least until briefcases can spawn in hands.
- type: entity
abstract: true
parent: ClothingBackpack
id: ClothingBackpackBriefcaseFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- id: BriefcaseBrownFilled
- type: entity - type: entity
abstract: true abstract: true
parent: ClothingBackpackClown parent: ClothingBackpackClown

View File

@@ -0,0 +1,10 @@
- type: entity
id: BriefcaseBrownFilled
name: brown briefcase
parent: BriefcaseBrown
suffix: Filled
components:
- type: StorageFill
contents:
- id: Paper
amount: 3

View File

@@ -60,10 +60,15 @@
- id: BoxLightMixed - id: BoxLightMixed
amount: 1 amount: 1
#- type: entity - type: entity
# id: LockerLegalFilled id: ClosetLegalFilled
# suffix: Filled suffix: Filled
# parent: LockerLegal parent: ClosetLegal
components:
- type: StorageFill
contents:
- id: BriefcaseBrownFilled
prob: 0.75
- type: entity - type: entity
id: LockerBotanistFilled id: LockerBotanistFilled

View File

@@ -0,0 +1,24 @@
- type: entity
parent: BaseItem
abstract: true
id: BriefcaseBase
description: Useful for carrying items in your hands.
components:
- type: Item
size: 60
- type: Storage
capacity: 60
storageSoundCollection:
collection: storageRustle
- type: entity
name: brown briefcase
parent: BriefcaseBase
id: BriefcaseBrown
description: A handy briefcase.
components:
- type: Sprite
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
state: icon
- type: Item
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi

View File

@@ -14,7 +14,7 @@
id: LawyerGear id: LawyerGear
equipment: equipment:
jumpsuit: ClothingUniformJumpsuitLawyerBlack #TODO change jumpsuit to randomiser of the 4 variants jumpsuit: ClothingUniformJumpsuitLawyerBlack #TODO change jumpsuit to randomiser of the 4 variants
back: ClothingBackpackFilled back: ClothingBackpackBriefcaseFilled
shoes: ClothingShoesColorBlack shoes: ClothingShoesColorBlack
id: LawyerPDA id: LawyerPDA
ears: ClothingHeadsetService ears: ClothingHeadsetService

View File

@@ -14,7 +14,7 @@
id: LibrarianGear id: LibrarianGear
equipment: equipment:
jumpsuit: ClothingUniformJumpsuitLibrarian jumpsuit: ClothingUniformJumpsuitLibrarian
back: ClothingBackpackFilled back: ClothingBackpackBriefcaseFilled
shoes: ClothingShoesColorBlack shoes: ClothingShoesColorBlack
id: LibrarianPDA id: LibrarianPDA
ears: ClothingHeadsetService ears: ClothingHeadsetService

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation at commit https://github.com/Baystation12/Baystation12/commit/a929584d9db319eb7484113221be25cfa1d5dc09",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "icon"
}
]
}