@@ -21,8 +21,8 @@
|
|||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
id: TrackingImplant
|
id: TrackingImplant
|
||||||
icon:
|
icon:
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Medical/implanter.rsi
|
||||||
state: syringe_base0
|
state: implanter0
|
||||||
product: CrateTrackingImplants
|
product: CrateTrackingImplants
|
||||||
cost: 1000
|
cost: 1000
|
||||||
category: Armory
|
category: Armory
|
||||||
|
|||||||
@@ -121,8 +121,8 @@
|
|||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
id: FunSadTromboneImplants
|
id: FunSadTromboneImplants
|
||||||
icon:
|
icon:
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Medical/implanter.rsi
|
||||||
state: syringe_base0
|
state: implanter0
|
||||||
product: CrateFunSadTromboneImplants
|
product: CrateFunSadTromboneImplants
|
||||||
cost: 1000
|
cost: 1000
|
||||||
category: Fun
|
category: Fun
|
||||||
@@ -131,8 +131,8 @@
|
|||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
id: FunLightImplants
|
id: FunLightImplants
|
||||||
icon:
|
icon:
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Medical/implanter.rsi
|
||||||
state: syringe_base0
|
state: implanter0
|
||||||
product: CrateFunLightImplants
|
product: CrateFunLightImplants
|
||||||
cost: 1000
|
cost: 1000
|
||||||
category: Fun
|
category: Fun
|
||||||
@@ -171,8 +171,8 @@
|
|||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
id: FunBikeHornImplants
|
id: FunBikeHornImplants
|
||||||
icon:
|
icon:
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Medical/implanter.rsi
|
||||||
state: syringe_base0
|
state: implanter0
|
||||||
product: CrateFunBikeHornImplants
|
product: CrateFunBikeHornImplants
|
||||||
cost: 1000
|
cost: 1000
|
||||||
category: Fun
|
category: Fun
|
||||||
|
|||||||
@@ -101,8 +101,8 @@
|
|||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
id: MedicalMindShieldImplants
|
id: MedicalMindShieldImplants
|
||||||
icon:
|
icon:
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Medical/implanter.rsi
|
||||||
state: syringe_base0
|
state: implanter0
|
||||||
product: CrateMindShieldImplants
|
product: CrateMindShieldImplants
|
||||||
cost: 3000
|
cost: 3000
|
||||||
category: Medical
|
category: Medical
|
||||||
|
|||||||
@@ -21,17 +21,17 @@
|
|||||||
tags:
|
tags:
|
||||||
- SubdermalImplant
|
- SubdermalImplant
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Medical/implanter.rsi
|
||||||
state: syringe_base0
|
state: implanter0
|
||||||
layers:
|
layers:
|
||||||
- state: syringe2
|
- state: implanter0
|
||||||
map: [ "implantFull" ]
|
|
||||||
color: '#1cd94e'
|
|
||||||
visible: false
|
|
||||||
- state: syringe_base0
|
|
||||||
map: [ "implantOnly" ]
|
map: [ "implantOnly" ]
|
||||||
|
visible: true
|
||||||
|
- state: implanter1
|
||||||
|
map: [ "implantFull" ]
|
||||||
|
visible: false
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Medical/implanter.rsi
|
||||||
heldPrefix: 0
|
heldPrefix: 0
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
- type: GenericVisualizer
|
- type: GenericVisualizer
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
enum.ImplanterImplantOnlyVisuals.ImplantOnly:
|
enum.ImplanterImplantOnlyVisuals.ImplantOnly:
|
||||||
implantOnly:
|
implantOnly:
|
||||||
True: {state: broken}
|
True: {state: broken}
|
||||||
False: {state: syringe_base0}
|
False: {state: implanter0}
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: Implanter
|
id: Implanter
|
||||||
@@ -61,14 +61,13 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Medical/implanter.rsi
|
||||||
state: syringe_base0
|
state: implanter0
|
||||||
layers:
|
layers:
|
||||||
- state: syringe2
|
- state: implanter1
|
||||||
map: [ "implantFull" ]
|
map: [ "implantFull" ]
|
||||||
color: '#1cd94e'
|
|
||||||
visible: true
|
visible: true
|
||||||
- state: syringe_base0
|
- state: implanter0
|
||||||
map: [ "implantOnly" ]
|
map: [ "implantOnly" ]
|
||||||
- type: Implanter
|
- type: Implanter
|
||||||
currentMode: Inject
|
currentMode: Inject
|
||||||
@@ -81,10 +80,10 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Specific/Medical/implanter.rsi
|
sprite: Objects/Specific/Medical/syndi_implanter.rsi
|
||||||
size: 3
|
size: 3
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Medical/implanter.rsi
|
sprite: Objects/Specific/Medical/syndi_implanter.rsi
|
||||||
state: implanter1
|
state: implanter1
|
||||||
layers:
|
layers:
|
||||||
- state: implanter0
|
- state: implanter0
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 483 B |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 539 B |
|
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 127 B |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/PestoVerde322/tgstation/blob/37460afeeb24f84e591d538e40bb04e60aef9cf8/icons/obj/syringe.dmi",
|
"copyright": "Taken from tgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d, resprite by @linkblyat",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 229 B |
|
After Width: | Height: | Size: 124 B |
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/PestoVerde322/tgstation/blob/37460afeeb24f84e591d538e40bb04e60aef9cf8/icons/obj/syringe.dmi",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "broken"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "implanter0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "implanter1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||