parent: ClothingNeckBase\r
id: ClothingNeckBronzeheart\r
name: bronzeheart medal\r
- description: Given to crewmates for exemplary bravery in the face of danger. \r
+ description: Given to crewmates for exemplary bravery in the face of danger.\r
components:\r
- type: Sprite\r
sprite: Clothing/Neck/Medals/bronzeheart.rsi\r
- type: Clothing\r
sprite: Clothing/Neck/Medals/bronzeheart.rsi\r
- \r
+\r
- type: entity\r
parent: ClothingNeckBase\r
id: ClothingNeckGoldmedal\r
- type: Sprite\r
sprite: Clothing/Neck/Medals/gold.rsi\r
- type: Clothing\r
- sprite: Clothing/Neck/Medals/gold.rsi
\ No newline at end of file
+ sprite: Clothing/Neck/Medals/gold.rsi\r
+\r
+- type: entity\r
+ parent: ClothingNeckBase\r
+ id: ClothingNeckCargomedal\r
+ name: cargo medal\r
+ description: Given for the best work in the cargo department.\r
+ components:\r
+ - type: Sprite\r
+ sprite: Clothing/Neck/Medals/cargomedal.rsi\r
+ - type: Clothing\r
+ sprite: Clothing/Neck/Medals/cargomedal.rsi\r
+\r
+- type: entity\r
+ parent: ClothingNeckBase\r
+ id: ClothingNeckEngineermedal\r
+ name: engineer medal\r
+ description: Given for the best work in the engineering department.\r
+ components:\r
+ - type: Sprite\r
+ sprite: Clothing/Neck/Medals/engineermedal.rsi\r
+ - type: Clothing\r
+ sprite: Clothing/Neck/Medals/engineermedal.rsi\r
+\r
+- type: entity\r
+ parent: ClothingNeckBase\r
+ id: ClothingNeckMedicalmedal\r
+ name: medical medal\r
+ description: Given for the best work in the medical department.\r
+ components:\r
+ - type: Sprite\r
+ sprite: Clothing/Neck/Medals/medicalmedal.rsi\r
+ - type: Clothing\r
+ sprite: Clothing/Neck/Medals/medicalmedal.rsi\r
+\r
+- type: entity\r
+ parent: ClothingNeckBase\r
+ id: ClothingNeckSciencemedal\r
+ name: science medal\r
+ description: Given for the best work in the science department.\r
+ components:\r
+ - type: Sprite\r
+ sprite: Clothing/Neck/Medals/sciencemedal.rsi\r
+ - type: Clothing\r
+ sprite: Clothing/Neck/Medals/sciencemedal.rsi\r
+\r
+- type: entity\r
+ parent: ClothingNeckBase\r
+ id: ClothingNeckSecuritymedal\r
+ name: security medal\r
+ description: Given for the best work in the security department.\r
+ components:\r
+ - type: Sprite\r
+ sprite: Clothing/Neck/Medals/securitymedal.rsi\r
+ - type: Clothing\r
+ sprite: Clothing/Neck/Medals/securitymedal.rsi\r
+\r
+- type: entity\r
+ parent: ClothingNeckBase\r
+ id: ClothingNeckClownmedal\r
+ name: clown medal\r
+ description: Given for the best joke in the universe. HONK!\r
+ components:\r
+ - type: Sprite\r
+ sprite: Clothing/Neck/Medals/clownmedal.rsi\r
+ - type: Clothing\r
+ sprite: Clothing/Neck/Medals/clownmedal.rsi\r
--- /dev/null
+- 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