Added implanter sprite (#20758)

* add

* Update meta.json

* tweaaaak
This commit is contained in:
Link
2023-10-18 20:18:54 +03:00
committed by GitHub
parent 344c10745e
commit badb601dd1
12 changed files with 46 additions and 27 deletions

View File

@@ -21,8 +21,8 @@
- type: cargoProduct
id: TrackingImplant
icon:
sprite: Objects/Specific/Chemistry/syringe.rsi
state: syringe_base0
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
product: CrateTrackingImplants
cost: 1000
category: Armory

View File

@@ -121,8 +121,8 @@
- type: cargoProduct
id: FunSadTromboneImplants
icon:
sprite: Objects/Specific/Chemistry/syringe.rsi
state: syringe_base0
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
product: CrateFunSadTromboneImplants
cost: 1000
category: Fun
@@ -131,8 +131,8 @@
- type: cargoProduct
id: FunLightImplants
icon:
sprite: Objects/Specific/Chemistry/syringe.rsi
state: syringe_base0
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
product: CrateFunLightImplants
cost: 1000
category: Fun
@@ -171,8 +171,8 @@
- type: cargoProduct
id: FunBikeHornImplants
icon:
sprite: Objects/Specific/Chemistry/syringe.rsi
state: syringe_base0
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
product: CrateFunBikeHornImplants
cost: 1000
category: Fun

View File

@@ -101,8 +101,8 @@
- type: cargoProduct
id: MedicalMindShieldImplants
icon:
sprite: Objects/Specific/Chemistry/syringe.rsi
state: syringe_base0
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
product: CrateMindShieldImplants
cost: 3000
category: Medical

View File

@@ -21,17 +21,17 @@
tags:
- SubdermalImplant
- type: Sprite
sprite: Objects/Specific/Chemistry/syringe.rsi
state: syringe_base0
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
layers:
- state: syringe2
map: [ "implantFull" ]
color: '#1cd94e'
visible: false
- state: syringe_base0
- state: implanter0
map: [ "implantOnly" ]
visible: true
- state: implanter1
map: [ "implantFull" ]
visible: false
- type: Item
sprite: Objects/Specific/Chemistry/syringe.rsi
sprite: Objects/Specific/Medical/implanter.rsi
heldPrefix: 0
- type: Appearance
- type: GenericVisualizer
@@ -43,7 +43,7 @@
enum.ImplanterImplantOnlyVisuals.ImplantOnly:
implantOnly:
True: {state: broken}
False: {state: syringe_base0}
False: {state: implanter0}
- type: entity
id: Implanter
@@ -61,14 +61,13 @@
abstract: true
components:
- type: Sprite
sprite: Objects/Specific/Chemistry/syringe.rsi
state: syringe_base0
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
layers:
- state: syringe2
- state: implanter1
map: [ "implantFull" ]
color: '#1cd94e'
visible: true
- state: syringe_base0
- state: implanter0
map: [ "implantOnly" ]
- type: Implanter
currentMode: Inject
@@ -81,10 +80,10 @@
abstract: true
components:
- type: Item
sprite: Objects/Specific/Medical/implanter.rsi
sprite: Objects/Specific/Medical/syndi_implanter.rsi
size: 3
- type: Sprite
sprite: Objects/Specific/Medical/implanter.rsi
sprite: Objects/Specific/Medical/syndi_implanter.rsi
state: implanter1
layers:
- state: implanter0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

After

Width:  |  Height:  |  Size: 127 B

View File

@@ -1,7 +1,7 @@
{
"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",
"copyright": "Taken from tgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d, resprite by @linkblyat",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

View File

@@ -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"
}
]
}