Печать юриста (#163)
This commit is contained in:
@@ -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 = Священник
|
||||
|
||||
@@ -43,6 +43,9 @@ ent-BoxFolderBlack = { ent-BoxFolderBase }
|
||||
ent-RubberStampMime = печать мима
|
||||
.desc = Штемпель из резины для проставления печатей на важных документах.
|
||||
.suffix = { "" }
|
||||
ent-RubberStampLawyer = печать юриста
|
||||
.desc = Штемпель из резины для проставления печатей на важных документах.
|
||||
.suffix = { "" }
|
||||
ent-RubberStampCaptain = печать капитана
|
||||
.desc = { ent-RubberStampMime.desc }
|
||||
.suffix = { "" }
|
||||
|
||||
@@ -14,5 +14,6 @@
|
||||
ClothingShoesBootsLaceup: 2
|
||||
ClothingHeadsetService: 2
|
||||
ClothingNeckLawyerbadge: 2
|
||||
RubberStampLawyer: 1
|
||||
emaggedInventory:
|
||||
CyberPen: 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Objects/Misc/bureaucracy.rsi/stamp-lawyer.png
Normal file
BIN
Resources/Textures/Objects/Misc/bureaucracy.rsi/stamp-lawyer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 397 B |
Reference in New Issue
Block a user