@@ -202,6 +202,16 @@
|
||||
- id: BoxSurvival
|
||||
- id: Bible
|
||||
- id: RubberStampChaplain
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpack
|
||||
id: ClothingBackpackLawyerFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: RubberStampLawyer
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
|
||||
@@ -211,6 +211,16 @@
|
||||
- id: BoxSurvival
|
||||
- id: Bible
|
||||
- id: RubberStampChaplain
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackDuffel
|
||||
id: ClothingBackpackDuffelLawyerFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: RubberStampLawyer
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
|
||||
@@ -214,6 +214,16 @@
|
||||
- id: BoxSurvival
|
||||
- id: Bible
|
||||
- id: RubberStampChaplain
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackSatchel
|
||||
id: ClothingBackpackSatchelLawyerFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: RubberStampLawyer
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
|
||||
@@ -76,6 +76,19 @@
|
||||
- type: Sprite
|
||||
state: stamp-chaplain
|
||||
|
||||
- type: entity
|
||||
name: lawyer's rubber stamp
|
||||
parent: RubberStampBase
|
||||
id: RubberStampLawyer
|
||||
suffix: DO NOT MAP
|
||||
components:
|
||||
- type: Stamp
|
||||
stampedName: stamp-component-stamped-name-lawyer
|
||||
stampedColor: "#233D57"
|
||||
stampState: "paper_stamp-lawyer"
|
||||
- type: Sprite
|
||||
state: stamp-lawyer
|
||||
|
||||
- type: entity
|
||||
name: clown's rubber stamp
|
||||
parent: RubberStampBase
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
- type: startingGear
|
||||
id: LawyerGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitLawyerBlack # TODO change jumpsuit to randomiser of the 4 variants
|
||||
back: ClothingBackpackFilled
|
||||
jumpsuit: ClothingUniformJumpsuitLawyerBlack # TODO change jumpsuit to randomiser of the 4 variants # ignoring this since loadouts are gonna be out soon
|
||||
back: ClothingBackpackLawyerFilled
|
||||
shoes: ClothingShoesBootsLaceup
|
||||
id: LawyerPDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
@@ -27,5 +27,5 @@
|
||||
inhand:
|
||||
- BriefcaseBrownFilled
|
||||
innerClothingSkirt: ClothingUniformJumpskirtLawyerBlack
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
satchel: ClothingBackpackSatchelLawyerFilled
|
||||
duffelbag: ClothingBackpackDuffelLawyerFilled
|
||||
|
||||
Reference in New Issue
Block a user