[Entity] Add new medals (#15577)

* Add 6 new medals

* Update medalcase.yml

* Update medals.yml

* Update medalcase.yml
This commit is contained in:
AsikKEsel
2023-04-21 02:54:31 +03:00
committed by GitHub
parent d81d595a36
commit dce680065d
23 changed files with 215 additions and 5 deletions

View File

@@ -55,11 +55,10 @@
- id: ClothingNeckCloakCapFormal - id: ClothingNeckCloakCapFormal
- id: ClothingUniformJumpsuitCapFormal - id: ClothingUniformJumpsuitCapFormal
- id: ClothingUniformJumpskirtCapFormalDress - id: ClothingUniformJumpskirtCapFormalDress
- id: ClothingNeckBronzeheart
- id: ClothingNeckGoldmedal
- id: RubberStampCaptain - id: RubberStampCaptain
- id: WeaponAntiqueLaser - id: WeaponAntiqueLaser
- id: JetpackCaptainFilled - id: JetpackCaptainFilled
- id: MedalCase
- type: entity - type: entity
id: LockerHeadOfPersonnelFilled id: LockerHeadOfPersonnelFilled

View File

@@ -3,13 +3,13 @@
parent: ClothingNeckBase parent: ClothingNeckBase
id: ClothingNeckBronzeheart id: ClothingNeckBronzeheart
name: bronzeheart medal name: bronzeheart medal
description: Given to crewmates for exemplary bravery in the face of danger. description: Given to crewmates for exemplary bravery in the face of danger.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Medals/bronzeheart.rsi sprite: Clothing/Neck/Medals/bronzeheart.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Neck/Medals/bronzeheart.rsi sprite: Clothing/Neck/Medals/bronzeheart.rsi
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase
id: ClothingNeckGoldmedal id: ClothingNeckGoldmedal
@@ -19,4 +19,70 @@
- type: Sprite - type: Sprite
sprite: Clothing/Neck/Medals/gold.rsi sprite: Clothing/Neck/Medals/gold.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Neck/Medals/gold.rsi sprite: Clothing/Neck/Medals/gold.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCargomedal
name: cargo medal
description: Given for the best work in the cargo department.
components:
- type: Sprite
sprite: Clothing/Neck/Medals/cargomedal.rsi
- type: Clothing
sprite: Clothing/Neck/Medals/cargomedal.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckEngineermedal
name: engineer medal
description: Given for the best work in the engineering department.
components:
- type: Sprite
sprite: Clothing/Neck/Medals/engineermedal.rsi
- type: Clothing
sprite: Clothing/Neck/Medals/engineermedal.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckMedicalmedal
name: medical medal
description: Given for the best work in the medical department.
components:
- type: Sprite
sprite: Clothing/Neck/Medals/medicalmedal.rsi
- type: Clothing
sprite: Clothing/Neck/Medals/medicalmedal.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckSciencemedal
name: science medal
description: Given for the best work in the science department.
components:
- type: Sprite
sprite: Clothing/Neck/Medals/sciencemedal.rsi
- type: Clothing
sprite: Clothing/Neck/Medals/sciencemedal.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckSecuritymedal
name: security medal
description: Given for the best work in the security department.
components:
- type: Sprite
sprite: Clothing/Neck/Medals/securitymedal.rsi
- type: Clothing
sprite: Clothing/Neck/Medals/securitymedal.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckClownmedal
name: clown medal
description: Given for the best joke in the universe. HONK!
components:
- type: Sprite
sprite: Clothing/Neck/Medals/clownmedal.rsi
- type: Clothing
sprite: Clothing/Neck/Medals/clownmedal.rsi

View File

@@ -0,0 +1,23 @@
- type: entity
id: MedalCase
name: medal case
description: Case with medals.
parent: BaseStorageItem
components:
- type: Sprite
sprite: Objects/Storage/medalcase.rsi
- type: Item
sprite: Objects/Storage/medalcase.rsi
size: 80
- type: Storage
capacity: 80
- type: StorageFill
contents:
- id: ClothingNeckGoldmedal
- id: ClothingNeckBronzeheart
- id: ClothingNeckCargomedal
- id: ClothingNeckEngineermedal
- id: ClothingNeckMedicalmedal
- id: ClothingNeckSciencemedal
- id: ClothingNeckSecuritymedal
- id: ClothingNeckClownmedal

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by AsikKEsel",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}