[Entity] Add new medals (#15577)
* Add 6 new medals * Update medalcase.yml * Update medals.yml * Update medalcase.yml
@@ -55,11 +55,10 @@
|
||||
- id: ClothingNeckCloakCapFormal
|
||||
- id: ClothingUniformJumpsuitCapFormal
|
||||
- id: ClothingUniformJumpskirtCapFormalDress
|
||||
- id: ClothingNeckBronzeheart
|
||||
- id: ClothingNeckGoldmedal
|
||||
- id: RubberStampCaptain
|
||||
- id: WeaponAntiqueLaser
|
||||
- id: JetpackCaptainFilled
|
||||
- id: MedalCase
|
||||
|
||||
- type: entity
|
||||
id: LockerHeadOfPersonnelFilled
|
||||
|
||||
@@ -20,3 +20,69 @@
|
||||
sprite: Clothing/Neck/Medals/gold.rsi
|
||||
- type: Clothing
|
||||
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
|
||||
|
||||
23
Resources/Prototypes/Entities/Objects/Misc/medalcase.yml
Normal 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
|
||||
|
After Width: | Height: | Size: 202 B |
BIN
Resources/Textures/Clothing/Neck/Medals/cargomedal.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 357 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 205 B |
BIN
Resources/Textures/Clothing/Neck/Medals/clownmedal.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 280 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 362 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 212 B |
|
After Width: | Height: | Size: 409 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 218 B |
|
After Width: | Height: | Size: 322 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 331 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Storage/medalcase.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 467 B |
14
Resources/Textures/Objects/Storage/medalcase.rsi/meta.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||