Печать юриста (#163)

This commit is contained in:
RavMorgan
2023-06-16 21:44:04 +03:00
committed by Aviu00
parent ecfa43c20b
commit b581c0364d
7 changed files with 31 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
stamp-component-stamped-name-default = Очень важная персона
stamp-component-stamped-name-mime = Мим
stamp-component-stamped-name-lawyer = Юрист
stamp-component-stamped-name-captain = Капитан
stamp-component-stamped-name-centcom = Центком
stamp-component-stamped-name-chaplain = Священник

View File

@@ -43,6 +43,9 @@ ent-BoxFolderBlack = { ent-BoxFolderBase }
ent-RubberStampMime = печать мима
.desc = Штемпель из резины для проставления печатей на важных документах.
.suffix = { "" }
ent-RubberStampLawyer = печать юриста
.desc = Штемпель из резины для проставления печатей на важных документах.
.suffix = { "" }
ent-RubberStampCaptain = печать капитана
.desc = { ent-RubberStampMime.desc }
.suffix = { "" }

View File

@@ -14,5 +14,6 @@
ClothingShoesBootsLaceup: 2
ClothingHeadsetService: 2
ClothingNeckLawyerbadge: 2
RubberStampLawyer: 1
emaggedInventory:
CyberPen: 1

View File

@@ -556,6 +556,26 @@
parent: BoxFolderClipboard
name: centcom clipboard
description: A luxurious clipboard upholstered with green velvet. Often seen carried by CentCom officials, seldom seen actually used.
- type: entity
name: lawyer's rubber stamp
parent: BaseItem
id: RubberStampLawyer
description: A rubber stamp for stamping important documents.
components:
- type: Stamp
stampedName: stamp-component-stamped-name-lawyer
stampState: "paper_stamp-lawyer"
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-lawyer
- type: Item
size: Small
- type: entity
name: captain's rubber stamp
parent: RubberStampMime
id: RubberStampCaptain
components:
- type: Sprite
sprite: Objects/Misc/cc-clipboard.rsi

View File

@@ -245,6 +245,12 @@
{
"name": "paper_stamp-warden"
},
{
"name": "stamp-lawyer"
},
{
"name": "paper_stamp-lawyer"
},
{
"name": "paper_stamp-generic"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B