cargo can now order fax machines (#28968)

* cargo can now order fax machines

* removed fax manual
This commit is contained in:
Moomoobeef
2024-06-13 23:24:18 -07:00
committed by GitHub
parent e7a3fd5285
commit adad6b2b04
5 changed files with 37 additions and 1 deletions

View File

@@ -68,6 +68,16 @@
category: cargoproduct-category-name-service
group: market
- type: cargoProduct
id: ServiceFaxMachine
icon:
sprite: Structures/Machines/fax_machine.rsi
state: icon
product: CrateServiceFaxMachine
cost: 2000
category: cargoproduct-category-name-service
group: market
- type: cargoProduct
id: ServicePersonnel
icon:

View File

@@ -129,6 +129,17 @@
- id: BoxFolderYellow
- id: NewtonCradle
- type: entity
id: CrateServiceFaxMachine
parent: CrateGenericSteel
name: fax machine crate
description: A fax machine and a screwdriver to set the name with.
components:
- type: StorageFill
contents:
- id: Screwdriver
- id: FaxMachineFlatpack
- type: entity
id: CrateServicePersonnel
parent: CrateCommandSecure

View File

@@ -204,3 +204,15 @@
components:
- type: Flatpack
entity: SpaceHeaterAnchored
- type: entity
parent: BaseFlatpack
id: FaxMachineFlatpack
name: fax machine flatpack
description: A flatpack used for constructing a fax machine.
components:
- type: Sprite
layers:
- state: fax-machine
- type: Flatpack
entity: FaxMachineBase

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by EmoGarbage404 (github) for SS14, solar-assembly-part taken from tgstation and modified at https://tgstation13.org/wiki/Guide_to_construction#Solar_Panels_and_Trackers, ame-part taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1b7952787c06c21ef1623e494dcfe7cb1f46e041; singularity-generator, tesla-generator, radiation-collector, containment-field-generator, tesla-coil, grounding-rod inner icons made by lzk228; emitter made by pigeonpeas",
"copyright": "Created by EmoGarbage404 (github) for SS14, solar-assembly-part taken from tgstation and modified at https://tgstation13.org/wiki/Guide_to_construction#Solar_Panels_and_Trackers, ame-part taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/1b7952787c06c21ef1623e494dcfe7cb1f46e041; singularity-generator, tesla-generator, radiation-collector, containment-field-generator, tesla-coil, grounding-rod inner icons made by lzk228; emitter made by pigeonpeas. fax-machine made by moomoobeef",
"size": {
"x": 32,
"y": 32
@@ -42,6 +42,9 @@
},
{
"name": "emitter"
},
{
"name": "fax-machine"
}
]
}