Resprite medals and flavour descriptions (#216)

Old sprites sucked ass bigtime
This commit is contained in:
Tad "Taddy" Johnson 2023-10-22 09:26:08 +10:00 committed by GitHub
parent 2c73e0c8aa
commit b0f78cd25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 155 additions and 19 deletions

View File

@ -0,0 +1,10 @@
- type: entity
parent: ClothingNeckBase
id: ClothingNeckBlackStar
name: black star medal
description: Given to crewmates that make the greatest of sacrifices in the performance of their duties.
components:
- type: Sprite
sprite: DeltaV/Clothing/Neck/Medals/blackstar.rsi
- type: Clothing
sprite: DeltaV/Clothing/Neck/Medals/blackstar.rsi

View File

@ -25,64 +25,64 @@
parent: ClothingNeckBase
id: ClothingNeckCargomedal
name: logistics medal # DeltaV - Logistics Department replacing Cargo
description: Given for the best work in the logistics department. # DeltaV - Logistics Department replacing Cargo
description: Whether it's for superior accountancy, courageous salvage work, or just being a friendly technician - this medal is to be assigned only for the best work in the logistics department. # DeltaV - Logistics Department replacing Cargo. Updated description for flavour
components:
- type: Sprite
sprite: Clothing/Neck/Medals/cargomedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite
- type: Clothing
sprite: Clothing/Neck/Medals/cargomedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite
- type: entity
parent: ClothingNeckBase
id: ClothingNeckEngineermedal
name: engineer medal
description: Given for the best work in the engineering department.
description: Whether it's by keeping the crew breathing, meticulous rewiring and upgrading, or just having plenty of materials on-hand - this medal is to be assigned only for the best work in the engineering department. # DeltaV - Updated description for flavour
components:
- type: Sprite
sprite: Clothing/Neck/Medals/engineermedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite
- type: Clothing
sprite: Clothing/Neck/Medals/engineermedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite
- type: entity
parent: ClothingNeckBase
id: ClothingNeckMedicalmedal
name: medical medal
description: Given for the best work in the medical department.
description: Whether it's being the first on the scene of an accident, the most caring bedside manner, or just making sure the patients don't go mad - this medal is to be assigned only for the best work in the medical department. # DeltaV - Updated description for flavour
components:
- type: Sprite
sprite: Clothing/Neck/Medals/medicalmedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite
- type: Clothing
sprite: Clothing/Neck/Medals/medicalmedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite
- type: entity
parent: ClothingNeckBase
id: ClothingNeckSciencemedal
name: epistemics medal # DeltaV - Epistemics Department replacing Science
description: Given for the best work in the epistemics department. # DeltaV - Epistemics Department replacing Science
description: Whether it's pushing the edges of modern science and technology, foraying into the vast expanses of the noosphere, or just fetching the coffee - this medal is to be assigned only for the best work in the epistemics department. # DeltaV - Epistemics Department replacing Science. Updated description for flavour
components:
- type: Sprite
sprite: Clothing/Neck/Medals/sciencemedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite
- type: Clothing
sprite: Clothing/Neck/Medals/sciencemedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite
- type: entity
parent: ClothingNeckBase
id: ClothingNeckSecuritymedal
name: security medal
description: Given for the best work in the security department.
description: Whether it's catching armed terrorists, guarding the crew from alien threats, or just having a conversation in the corridor - this medal is to be assigned only for the best work in the security department. # DeltaV - Updated description for flavour
components:
- type: Sprite
sprite: Clothing/Neck/Medals/securitymedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite
- type: Clothing
sprite: Clothing/Neck/Medals/securitymedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite
- type: entity
parent: ClothingNeckBase
id: ClothingNeckClownmedal
name: clown medal
description: Given for the best joke in the universe. HONK!
name: bravado medal # DeltaV - Updated title so it's not just a joke medal.
description: Given to crewmates who laugh in the face of death, lift their peers' spirits, and uplift themselves and their friends to success. # DeltaV - Updated description for flavour and to reflect title.
components:
- type: Sprite
sprite: Clothing/Neck/Medals/clownmedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite
- type: Clothing
sprite: Clothing/Neck/Medals/clownmedal.rsi
sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

View File

@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

View File

@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by AsikKEsel. Modified by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

View File

@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by AsikKEsel. Modified by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

View File

@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by AsikKEsel. Modified by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 B

View File

@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by AsikKEsel. Modified by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

View File

@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by AsikKEsel. Modified by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

View File

@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by AsikKEsel. Modified by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}