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:
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: BriefcaseBrownFilled
|
||||
name: brown briefcase
|
||||
parent: BriefcaseBrown
|
||||
suffix: Filled, Paper
|
||||
components:
|
||||
@@ -11,9 +10,8 @@
|
||||
|
||||
- type: entity
|
||||
id: BriefcaseSyndieSniperBundleFilled
|
||||
name: brown briefcase
|
||||
parent: BriefcaseSyndie
|
||||
suffix: SniperBundle
|
||||
suffix: Syndicate, Sniper Bundle
|
||||
components:
|
||||
- type: Item
|
||||
size: Ginormous
|
||||
@@ -32,7 +30,6 @@
|
||||
|
||||
- type: entity
|
||||
id: BriefcaseSyndieLobbyingBundleFilled
|
||||
name: brown briefcase
|
||||
parent: BriefcaseSyndie
|
||||
suffix: Syndicate, Spesos
|
||||
components:
|
||||
@@ -52,7 +49,6 @@
|
||||
|
||||
- type: entity
|
||||
id: BriefcaseThiefBribingBundleFilled
|
||||
name: brown briefcase
|
||||
parent: BriefcaseSyndie
|
||||
suffix: Thief, Spesos
|
||||
components:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
id: CuraDrobeInventory
|
||||
startingInventory:
|
||||
BooksBag: 2
|
||||
BriefcaseBrown: 2
|
||||
HandLabeler: 2
|
||||
ClothingEyesGlasses: 2
|
||||
ClothingEyesGlassesJamjar: 2
|
||||
@@ -12,4 +13,4 @@
|
||||
ClothingUniformJumpskirtLibrarian: 3
|
||||
ClothingShoesBootsLaceup: 2
|
||||
ClothingHeadsetService: 2
|
||||
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
ClothingShoesBootsLaceup: 2
|
||||
ClothingHeadsetService: 2
|
||||
ClothingNeckLawyerbadge: 2
|
||||
BriefcaseBrown: 2
|
||||
LuxuryPen: 2
|
||||
contrabandInventory:
|
||||
ClothingOuterRobesJudge: 1
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
- type: entity
|
||||
parent: BaseStorageItem
|
||||
abstract: true
|
||||
id: BriefcaseBase
|
||||
description: Useful for carrying items in your hands.
|
||||
abstract: true
|
||||
components:
|
||||
- type: Item
|
||||
size: Ginormous
|
||||
@@ -14,10 +14,9 @@
|
||||
- Briefcase
|
||||
|
||||
- type: entity
|
||||
name: brown briefcase
|
||||
parent: BriefcaseBase
|
||||
id: BriefcaseBrown
|
||||
description: A handy briefcase.
|
||||
name: brown briefcase
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
|
||||
@@ -26,23 +25,9 @@
|
||||
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
|
||||
|
||||
- type: entity
|
||||
parent: BriefcaseBase
|
||||
abstract: true
|
||||
id: BriefcaseSyndieBase
|
||||
parent: BriefcaseBrown
|
||||
id: BriefcaseSyndie
|
||||
suffix: Syndicate, Empty
|
||||
description: Useful for carrying items in your hands.
|
||||
components:
|
||||
- type: Item
|
||||
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
|
||||
|
||||
@@ -261,3 +261,4 @@ ClothingOuterArmorScaf: ClothingOuterArmorBasic
|
||||
# 2024-03-31
|
||||
ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath
|
||||
ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath
|
||||
BriefcaseSyndieBase: null
|
||||
|
||||
Reference in New Issue
Block a user