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
|
- 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:
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -12,4 +13,4 @@
|
|||||||
ClothingUniformJumpskirtLibrarian: 3
|
ClothingUniformJumpskirtLibrarian: 3
|
||||||
ClothingShoesBootsLaceup: 2
|
ClothingShoesBootsLaceup: 2
|
||||||
ClothingHeadsetService: 2
|
ClothingHeadsetService: 2
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
@@ -261,3 +261,4 @@ ClothingOuterArmorScaf: ClothingOuterArmorBasic
|
|||||||
# 2024-03-31
|
# 2024-03-31
|
||||||
ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath
|
ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath
|
||||||
ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath
|
ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath
|
||||||
|
BriefcaseSyndieBase: null
|
||||||
|
|||||||
Reference in New Issue
Block a user