Респрайты канистр и плащей Капитана, СЕ и РД (#469)

* canisters resprite

* captain, research director and chief engineer cloaks resprite
This commit is contained in:
ThereDrD0
2024-07-20 05:32:31 +03:00
committed by GitHub
parent 772fb30381
commit 0dff5a3f79
80 changed files with 330 additions and 10 deletions

View File

@@ -20,6 +20,15 @@
- type: StealTarget - type: StealTarget
stealGroup: HeadCloak stealGroup: HeadCloak
- type: entity # WD
parent: ClothingNeckCloakCap
id: ClothingNeckCloakCapLuxurious
name: captain's cloak
description: A pompous and comfy blue cloak with a nice gold trim, while not particularly valuable as your other possessions, it sure is fancy.
components:
- type: Sprite
sprite: White/Clothing/Neck/Cloaks/cap.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
id: ClothingNeckCloakHos id: ClothingNeckCloakHos
@@ -42,6 +51,15 @@
- type: StealTarget - type: StealTarget
stealGroup: HeadCloak stealGroup: HeadCloak
- type: entity # WD
parent: ClothingNeckCloakCe
id: ClothingNeckCloakCeLuxurious
name: chief engineer's cloak
description: A dark green cloak with light blue ornaments, given to those who proved themselves to master the precise art of engineering.
components:
- type: Sprite
sprite: White/Clothing/Neck/Cloaks/ce.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
id: ClothingCloakCmo id: ClothingCloakCmo
@@ -64,6 +82,15 @@
- type: StealTarget - type: StealTarget
stealGroup: HeadCloak stealGroup: HeadCloak
- type: entity # WD
parent: ClothingNeckCloakRd
id: ClothingNeckCloakRdLuxurious
name: research director's cloak
description: A white cloak with violet stripes, showing your status as the arbiter of cutting-edge technology.
components:
- type: Sprite
sprite: White/Clothing/Neck/Cloaks/rd.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
id: ClothingNeckCloakQm id: ClothingNeckCloakQm

View File

@@ -47,7 +47,7 @@
- type: Sprite - type: Sprite
layers: layers:
- state: red - state: red
- sprite: Structures/Storage/canister.rsi - sprite: White/Structures/Storage/canister.rsi
state: blue state: blue
- type: RandomSpawner - type: RandomSpawner
rarePrototypes: rarePrototypes:

View File

@@ -9,7 +9,7 @@
- type: Transform - type: Transform
noRot: true noRot: true
- type: Sprite - type: Sprite
sprite: Structures/Storage/canister.rsi sprite: White/Structures/Storage/canister.rsi
noRot: true noRot: true
layers: layers:
- state: grey - state: grey

View File

@@ -73,6 +73,14 @@
equipment: equipment:
neck: ClothingNeckCloakCapFormal neck: ClothingNeckCloakCapFormal
- type: itemLoadout # WD
id: CaptainCloakLuxurious
equipment: CaptainCloakLuxurious
- type: startingGear
id: CaptainCloakLuxurious
equipment:
neck: ClothingNeckCloakCapLuxurious
- type: itemLoadout - type: itemLoadout
id: CaptainMantle id: CaptainMantle
equipment: CaptainMantle equipment: CaptainMantle

View File

@@ -59,6 +59,14 @@
equipment: equipment:
neck: ClothingNeckCloakCe neck: ClothingNeckCloakCe
- type: itemLoadout # WD
id: ChiefEngineerCloakLuxurious
equipment: ChiefEngineerCloakLuxurious
- type: startingGear
id: ChiefEngineerCloakLuxurious
equipment:
neck: ClothingNeckCloakCeLuxurious
- type: itemLoadout - type: itemLoadout
id: ChiefEngineerMantle id: ChiefEngineerMantle
equipment: ChiefEngineerMantle equipment: ChiefEngineerMantle

View File

@@ -24,6 +24,14 @@
equipment: equipment:
neck: ClothingNeckCloakRd neck: ClothingNeckCloakRd
- type: itemLoadout # WD
id: ResearchDirectorCloakLuxurious
equipment: ResearchDirectorCloakLuxurious
- type: startingGear
id: ResearchDirectorCloakLuxurious
equipment:
neck: ClothingNeckCloakRdLuxurious
# Jumpsuit # Jumpsuit
- type: itemLoadout - type: itemLoadout
id: ResearchDirectorJumpsuit id: ResearchDirectorJumpsuit

View File

@@ -56,6 +56,7 @@
loadouts: loadouts:
- CaptainCloak - CaptainCloak
- CaptainCloakFormal - CaptainCloakFormal
- CaptainCloakLuxurious # WD
- CaptainMantle - CaptainMantle
- type: loadoutGroup - type: loadoutGroup
@@ -985,6 +986,15 @@
loadouts: loadouts:
- ChiefEngineerHeadsetAlt - ChiefEngineerHeadsetAlt
- type: loadoutGroup
id: ChiefEngineerNeck
name: loadout-group-neck
minLimit: 0
loadouts:
- ChiefEngineerCloak
- ChiefEngineerCloakLuxurious # WD
- ChiefEngineerMantle
- type: loadoutGroup - type: loadoutGroup
id: ChiefEngineerJumpsuit id: ChiefEngineerJumpsuit
name: loadout-group-jumpsuit name: loadout-group-jumpsuit
@@ -1003,14 +1013,6 @@
- ChiefEngineerDuffel - ChiefEngineerDuffel
- CommonSatchelLeather # WD - CommonSatchelLeather # WD
- type: loadoutGroup
id: ChiefEngineerNeck
name: loadout-group-neck
minLimit: 0
loadouts:
- ChiefEngineerCloak
- ChiefEngineerMantle
- type: loadoutGroup - type: loadoutGroup
id: ChiefEngineerOuterClothing id: ChiefEngineerOuterClothing
name: loadout-group-outerclothing name: loadout-group-outerclothing
@@ -1177,6 +1179,7 @@
loadouts: loadouts:
- ResearchDirectorMantle - ResearchDirectorMantle
- ResearchDirectorCloak - ResearchDirectorCloak
- ResearchDirectorCloakLuxurious # WD
- type: loadoutGroup - type: loadoutGroup
id: ResearchDirectorJumpsuit id: ResearchDirectorJumpsuit

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875, colors edited by Skarletto (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 763 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 882 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1018 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

View File

@@ -0,0 +1,188 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Frezon canister modified from tgstation, the rest are taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f8581a636acfc1517611a680b7711a74fc7ef335",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "black"
},
{
"name": "black-1"
},
{
"name": "blue"
},
{
"name": "blue-1"
},
{
"name": "can-connector"
},
{
"name": "locked"
},
{
"name": "unlocked"
},
{
"name": "can-o0",
"delays": [
[
0.2,
0.2
]
]
},
{
"name": "can-o1"
},
{
"name": "can-o2"
},
{
"name": "can-o3"
},
{
"name": "can-oa1"
},
{
"name": "can-open"
},
{
"name": "grey"
},
{
"name": "grey-1"
},
{
"name": "orange"
},
{
"name": "orange-1"
},
{
"name": "red"
},
{
"name": "red-1"
},
{
"name": "redws"
},
{
"name": "redws-1"
},
{
"name": "yellow"
},
{
"name": "yellow-1"
},
{
"name": "green"
},
{
"name": "green-1"
},
{
"name": "greenys"
},
{
"name": "greenys-1"
},
{
"name": "darkblue"
},
{
"name": "darkblue-1"
},
{
"name": "frezon"
},
{
"name": "frezon-1"
},
{
"name": "water_vapor"
},
{
"name": "water_vapor-1"
},
{
"name": "scrubber-connector"
},
{
"name": "scrubber-open"
},
{
"name": "brown"
},
{
"name": "brown-1"
},
{
"name": "purple"
},
{
"name": "purple-1"
},
{
"name": "helium"
},
{
"name": "helium-1"
},
{
"name": "nob"
},
{
"name": "nob-1"
},
{
"name": "healium"
},
{
"name": "healium-1"
},
{
"name": "proto_nitrate"
},
{
"name": "proto_nitrate-1"
},
{
"name": "halon"
},
{
"name": "halon-1"
},
{
"name": "darkpurple"
},
{
"name": "darkpurple-1"
},
{
"name": "antinob"
},
{
"name": "antinob-1"
},
{
"name": "h2"
},
{
"name": "h2-1"
},
{
"name": "zauker"
},
{
"name": "zauker-1"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B