Add briefcase to curadrobe and lawdrobe, and some briefcases cleanup (#26527)

* Add briefcase to curadrobe and some briefcases cleanup

* also add to lawdrobe
This commit is contained in:
lzk
2024-03-31 22:52:49 +02:00
committed by GitHub
parent 6d1511124f
commit 0602e64300
5 changed files with 9 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
- type: entity - type: entity
id: BriefcaseBrownFilled id: BriefcaseBrownFilled
name: brown briefcase
parent: BriefcaseBrown parent: BriefcaseBrown
suffix: Filled, Paper suffix: Filled, Paper
components: components:
@@ -11,9 +10,8 @@
- type: entity - type: entity
id: BriefcaseSyndieSniperBundleFilled id: BriefcaseSyndieSniperBundleFilled
name: brown briefcase
parent: BriefcaseSyndie parent: BriefcaseSyndie
suffix: SniperBundle suffix: Syndicate, Sniper Bundle
components: components:
- type: Item - type: Item
size: Ginormous size: Ginormous
@@ -32,7 +30,6 @@
- type: entity - type: entity
id: BriefcaseSyndieLobbyingBundleFilled id: BriefcaseSyndieLobbyingBundleFilled
name: brown briefcase
parent: BriefcaseSyndie parent: BriefcaseSyndie
suffix: Syndicate, Spesos suffix: Syndicate, Spesos
components: components:
@@ -52,7 +49,6 @@
- type: entity - type: entity
id: BriefcaseThiefBribingBundleFilled id: BriefcaseThiefBribingBundleFilled
name: brown briefcase
parent: BriefcaseSyndie parent: BriefcaseSyndie
suffix: Thief, Spesos suffix: Thief, Spesos
components: components:

View File

@@ -2,6 +2,7 @@
id: CuraDrobeInventory id: CuraDrobeInventory
startingInventory: startingInventory:
BooksBag: 2 BooksBag: 2
BriefcaseBrown: 2
HandLabeler: 2 HandLabeler: 2
ClothingEyesGlasses: 2 ClothingEyesGlasses: 2
ClothingEyesGlassesJamjar: 2 ClothingEyesGlassesJamjar: 2

View File

@@ -14,6 +14,7 @@
ClothingShoesBootsLaceup: 2 ClothingShoesBootsLaceup: 2
ClothingHeadsetService: 2 ClothingHeadsetService: 2
ClothingNeckLawyerbadge: 2 ClothingNeckLawyerbadge: 2
BriefcaseBrown: 2
LuxuryPen: 2 LuxuryPen: 2
contrabandInventory: contrabandInventory:
ClothingOuterRobesJudge: 1 ClothingOuterRobesJudge: 1

View File

@@ -1,8 +1,8 @@
- type: entity - type: entity
parent: BaseStorageItem parent: BaseStorageItem
abstract: true
id: BriefcaseBase id: BriefcaseBase
description: Useful for carrying items in your hands. description: Useful for carrying items in your hands.
abstract: true
components: components:
- type: Item - type: Item
size: Ginormous size: Ginormous
@@ -14,10 +14,9 @@
- Briefcase - Briefcase
- type: entity - type: entity
name: brown briefcase
parent: BriefcaseBase parent: BriefcaseBase
id: BriefcaseBrown id: BriefcaseBrown
description: A handy briefcase. name: brown briefcase
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
@@ -26,23 +25,9 @@
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
- type: entity - type: entity
parent: BriefcaseBase parent: BriefcaseBrown
abstract: true id: BriefcaseSyndie
id: BriefcaseSyndieBase
suffix: Syndicate, Empty suffix: Syndicate, Empty
description: Useful for carrying items in your hands.
components: components:
- type: Item - type: Item
size: Huge size: Huge
- type: entity
name: brown briefcase
parent: BriefcaseSyndieBase
id: BriefcaseSyndie
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

@@ -261,3 +261,4 @@ ClothingOuterArmorScaf: ClothingOuterArmorBasic
# 2024-03-31 # 2024-03-31
ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath
ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath
BriefcaseSyndieBase: null