Adds briefcase (#6196)
Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -7,6 +7,18 @@
|
||||
contents:
|
||||
- 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
|
||||
abstract: true
|
||||
parent: ClothingBackpackClown
|
||||
10
Resources/Prototypes/Catalog/Fills/Items/briefcases.yml
Normal file
10
Resources/Prototypes/Catalog/Fills/Items/briefcases.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- type: entity
|
||||
id: BriefcaseBrownFilled
|
||||
name: brown briefcase
|
||||
parent: BriefcaseBrown
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: Paper
|
||||
amount: 3
|
||||
@@ -60,10 +60,15 @@
|
||||
- id: BoxLightMixed
|
||||
amount: 1
|
||||
|
||||
#- type: entity
|
||||
# id: LockerLegalFilled
|
||||
# suffix: Filled
|
||||
# parent: LockerLegal
|
||||
- type: entity
|
||||
id: ClosetLegalFilled
|
||||
suffix: Filled
|
||||
parent: ClosetLegal
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BriefcaseBrownFilled
|
||||
prob: 0.75
|
||||
|
||||
- type: entity
|
||||
id: LockerBotanistFilled
|
||||
|
||||
24
Resources/Prototypes/Entities/Objects/Misc/briefcases.yml
Normal file
24
Resources/Prototypes/Entities/Objects/Misc/briefcases.yml
Normal 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
|
||||
@@ -14,7 +14,7 @@
|
||||
id: LawyerGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitLawyerBlack #TODO change jumpsuit to randomiser of the 4 variants
|
||||
back: ClothingBackpackFilled
|
||||
back: ClothingBackpackBriefcaseFilled
|
||||
shoes: ClothingShoesColorBlack
|
||||
id: LawyerPDA
|
||||
ears: ClothingHeadsetService
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
id: LibrarianGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitLibrarian
|
||||
back: ClothingBackpackFilled
|
||||
back: ClothingBackpackBriefcaseFilled
|
||||
shoes: ClothingShoesColorBlack
|
||||
id: LibrarianPDA
|
||||
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 |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user