@@ -4,6 +4,7 @@ stamp-component-stamped-name-mime = Mime
|
||||
stamp-component-stamped-name-captain = Captain
|
||||
stamp-component-stamped-name-centcom = CentCom
|
||||
stamp-component-stamped-name-chaplain = Chaplain
|
||||
stamp-component-stamped-name-lawyer = Lawyer
|
||||
stamp-component-stamped-name-clown = Clown
|
||||
stamp-component-stamped-name-cmo = Chief Medical Officer
|
||||
stamp-component-stamped-name-denied = DENIED
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -209,6 +209,9 @@
|
||||
{
|
||||
"name": "paper_stamp-chaplain"
|
||||
},
|
||||
{
|
||||
"name": "paper_stamp-lawyer"
|
||||
},
|
||||
{
|
||||
"name": "paper_stamp-clown"
|
||||
},
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 211 B |
@@ -1,62 +1,65 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. New stamp- icons taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. stamp-warden is a darker version of stamp-hos.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "stamp-cap"
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. New stamp- icons taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. stamp-warden is a darker version of stamp-hos. stamp-lawyer is a darker version of stamp-cap.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
{
|
||||
"name": "stamp-ce"
|
||||
},
|
||||
{
|
||||
"name": "stamp-centcom"
|
||||
},
|
||||
{
|
||||
"name": "stamp-chaplain"
|
||||
},
|
||||
{
|
||||
"name": "stamp-clown"
|
||||
},
|
||||
{
|
||||
"name": "stamp-cmo"
|
||||
},
|
||||
{
|
||||
"name": "stamp-deny"
|
||||
},
|
||||
{
|
||||
"name": "stamp-detective"
|
||||
},
|
||||
{
|
||||
"name": "stamp-hop"
|
||||
},
|
||||
{
|
||||
"name": "stamp-hos"
|
||||
},
|
||||
{
|
||||
"name": "stamp-ok"
|
||||
},
|
||||
{
|
||||
"name": "stamp-mime"
|
||||
},
|
||||
{
|
||||
"name": "stamp-qm"
|
||||
},
|
||||
{
|
||||
"name": "stamp-rd"
|
||||
},
|
||||
{
|
||||
"name": "stamp-syndicate"
|
||||
},
|
||||
{
|
||||
"name": "stamp-trader"
|
||||
},
|
||||
{
|
||||
"name": "stamp-warden"
|
||||
}
|
||||
]
|
||||
"states": [
|
||||
{
|
||||
"name": "stamp-cap"
|
||||
},
|
||||
{
|
||||
"name": "stamp-ce"
|
||||
},
|
||||
{
|
||||
"name": "stamp-centcom"
|
||||
},
|
||||
{
|
||||
"name": "stamp-chaplain"
|
||||
},
|
||||
{
|
||||
"name": "stamp-lawyer"
|
||||
},
|
||||
{
|
||||
"name": "stamp-clown"
|
||||
},
|
||||
{
|
||||
"name": "stamp-cmo"
|
||||
},
|
||||
{
|
||||
"name": "stamp-deny"
|
||||
},
|
||||
{
|
||||
"name": "stamp-detective"
|
||||
},
|
||||
{
|
||||
"name": "stamp-hop"
|
||||
},
|
||||
{
|
||||
"name": "stamp-hos"
|
||||
},
|
||||
{
|
||||
"name": "stamp-ok"
|
||||
},
|
||||
{
|
||||
"name": "stamp-mime"
|
||||
},
|
||||
{
|
||||
"name": "stamp-qm"
|
||||
},
|
||||
{
|
||||
"name": "stamp-rd"
|
||||
},
|
||||
{
|
||||
"name": "stamp-syndicate"
|
||||
},
|
||||
{
|
||||
"name": "stamp-trader"
|
||||
},
|
||||
{
|
||||
"name": "stamp-warden"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Objects/Misc/stamps.rsi/stamp-lawyer.png
Normal file
BIN
Resources/Textures/Objects/Misc/stamps.rsi/stamp-lawyer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 327 B |
Reference in New Issue
Block a user