Detective's rubber stamp (#25676)

Stamp Detective
This commit is contained in:
IlyaElDunaev
2024-03-02 01:50:17 +03:00
committed by GitHub
parent 8dedbf22a4
commit 81b016433f
7 changed files with 21 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
stamp-component-stamped-name-default = A very important person
stamp-component-stamped-name-detective = Detective
stamp-component-stamped-name-mime = Mime
stamp-component-stamped-name-captain = Captain
stamp-component-stamped-name-centcom = CentCom

View File

@@ -125,6 +125,7 @@
- id: BoxForensicPad
- id: DrinkDetFlask
- id: ClothingHandsGlovesForensic
- id: RubberStampDetective
- id: HoloprojectorSecurity
- id: BoxEvidenceMarkers

View File

@@ -245,3 +245,16 @@
stampState: "paper_stamp-deny"
- type: Sprite
state: stamp-deny
- type: entity
name: detective's rubber stamp
parent: RubberStampBase
id: RubberStampDetective
suffix: DO NOT MAP
components:
- type: Stamp
stampedName: stamp-component-stamped-name-detective
stampedColor: "#FC0A0A"
stampState: "paper_stamp-detective"
- type: Sprite
state: stamp-detective

View File

@@ -218,6 +218,9 @@
{
"name": "paper_stamp-deny"
},
{
"name": "paper_stamp-detective"
},
{
"name": "paper_stamp-hop"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

View File

@@ -28,6 +28,9 @@
{
"name": "stamp-deny"
},
{
"name": "stamp-detective"
},
{
"name": "stamp-hop"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B