- id: DrinkDetFlask
- id: ClothingHandsGlovesForensic
- id: HoloprojectorSecurity
+ - id: BoxEvidenceMarkers
- type: entity
id: ClosetBombFilled
--- /dev/null
+- type: entity
+ abstract: true
+ parent: BaseItem
+ id: EvidenceMarker
+ name: evidence marker
+ description: A numbered yellow marker, useful for labeling evidence on a crime scene.
+ components:
+ - type: Sprite
+ sprite: Objects/Specific/Detective/evidence_marker.rsi
+ - type: Item
+ sprite: Objects/Specific/Detective/evidence_marker.rsi
+ size: Tiny
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerOne
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: one
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerTwo
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: two
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerThree
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: three
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerFour
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: four
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerFive
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: five
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerSix
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: six
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerSeven
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: seven
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerEight
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: eight
+
+- type: entity
+ parent: EvidenceMarker
+ id: EvidenceMarkerNine
+ name: evidence marker
+ components:
+ - type: Sprite
+ state: nine
+
+- type: entity
+ name: evidence marker box
+ parent: BoxCardboard
+ id: BoxEvidenceMarkers
+ description: A pack of numbered yellow markers, useful for labeling evidence on a crime scene.
+ components:
+ - type: Item
+ shape:
+ - 0,0,1,1
+ - type: StorageFill
+ contents:
+ - id: EvidenceMarkerOne
+ - id: EvidenceMarkerTwo
+ - id: EvidenceMarkerThree
+ - id: EvidenceMarkerFour
+ - id: EvidenceMarkerFive
+ - id: EvidenceMarkerSix
+ - id: EvidenceMarkerSeven
+ - id: EvidenceMarkerEight
+ - id: EvidenceMarkerNine
+ - type: Sprite
+ layers:
+ - state: box_security
+ - state: evidence_markers
+
\ No newline at end of file
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Modified sprites made originally by tgstation @ https://github.com/tgstation/tgstation/commit/da42afcbaeaa04e5ba288ade027c011efb3ef0ab, Skarlet and Psychosyo. Modified by moomoobeef.",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "one"
+ },
+ {
+ "name": "two"
+ },
+ {
+ "name": "three"
+ },
+ {
+ "name": "four"
+ },
+ {
+ "name": "five"
+ },
+ {
+ "name": "six"
+ },
+ {
+ "name": "seven"
+ },
+ {
+ "name": "eight"
+ },
+ {
+ "name": "nine"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively, candle and darts created by TheShuEd for ss14, vials was drawn by Ubaser.",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively, candle and darts created by TheShuEd for ss14, vials was drawn by Ubaser, evidence_markers by moomoobeef.",
"size": {
"x": 32,
"y": 32
{
"name": "disk"
},
+ {
+ "name": "evidence_markers"
+ },
{
"name": "flashbang"
},