Печать юриста (#163)
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
stamp-component-stamped-name-default = Очень важная персона
|
stamp-component-stamped-name-default = Очень важная персона
|
||||||
stamp-component-stamped-name-mime = Мим
|
stamp-component-stamped-name-mime = Мим
|
||||||
|
stamp-component-stamped-name-lawyer = Юрист
|
||||||
stamp-component-stamped-name-captain = Капитан
|
stamp-component-stamped-name-captain = Капитан
|
||||||
stamp-component-stamped-name-centcom = Центком
|
stamp-component-stamped-name-centcom = Центком
|
||||||
stamp-component-stamped-name-chaplain = Священник
|
stamp-component-stamped-name-chaplain = Священник
|
||||||
|
|||||||
@@ -43,6 +43,9 @@ ent-BoxFolderBlack = { ent-BoxFolderBase }
|
|||||||
ent-RubberStampMime = печать мима
|
ent-RubberStampMime = печать мима
|
||||||
.desc = Штемпель из резины для проставления печатей на важных документах.
|
.desc = Штемпель из резины для проставления печатей на важных документах.
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
|
ent-RubberStampLawyer = печать юриста
|
||||||
|
.desc = Штемпель из резины для проставления печатей на важных документах.
|
||||||
|
.suffix = { "" }
|
||||||
ent-RubberStampCaptain = печать капитана
|
ent-RubberStampCaptain = печать капитана
|
||||||
.desc = { ent-RubberStampMime.desc }
|
.desc = { ent-RubberStampMime.desc }
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
|
|||||||
@@ -14,5 +14,6 @@
|
|||||||
ClothingShoesBootsLaceup: 2
|
ClothingShoesBootsLaceup: 2
|
||||||
ClothingHeadsetService: 2
|
ClothingHeadsetService: 2
|
||||||
ClothingNeckLawyerbadge: 2
|
ClothingNeckLawyerbadge: 2
|
||||||
|
RubberStampLawyer: 1
|
||||||
emaggedInventory:
|
emaggedInventory:
|
||||||
CyberPen: 1
|
CyberPen: 1
|
||||||
|
|||||||
@@ -556,6 +556,26 @@
|
|||||||
parent: BoxFolderClipboard
|
parent: BoxFolderClipboard
|
||||||
name: centcom clipboard
|
name: centcom clipboard
|
||||||
description: A luxurious clipboard upholstered with green velvet. Often seen carried by CentCom officials, seldom seen actually used.
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Misc/cc-clipboard.rsi
|
sprite: Objects/Misc/cc-clipboard.rsi
|
||||||
|
|||||||
@@ -245,6 +245,12 @@
|
|||||||
{
|
{
|
||||||
"name": "paper_stamp-warden"
|
"name": "paper_stamp-warden"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "stamp-lawyer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "paper_stamp-lawyer"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "paper_stamp-generic"
|
"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