Skip to content

Commit

Permalink
Add scarf to warm clothing bounty (space-wizards#29779)
Browse files Browse the repository at this point in the history
* Add scarf to warm clothing bounty

* Added ClothingScarfBase prototype and assigned to all of the scarves
  • Loading branch information
lokachop authored and themias committed Aug 9, 2024
1 parent 06c9a3f commit a0cb239
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 13 deletions.
4 changes: 3 additions & 1 deletion Resources/Prototypes/Catalog/Bounties/bounties.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: cargoBounty
- type: cargoBounty
id: BountyArtifact
reward: 2500
description: bounty-description-artifact
Expand Down Expand Up @@ -500,6 +500,8 @@
whitelist:
components:
- TemperatureProtection
tags:
- Scarf

- type: cargoBounty
id: BountyBattery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@
tags:
- ClothMade
- WhitelistChameleon

- type: entity
abstract: true
parent: ClothingNeckBase
id: ClothingScarfBase
components:
- type: Tag
tags:
- Scarf
24 changes: 12 additions & 12 deletions Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedRed
name: striped red scarf
description: A stylish striped red scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks.
Expand All @@ -10,7 +10,7 @@
sprite: Clothing/Neck/Scarfs/red.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedBlue
name: striped blue scarf
description: A stylish striped blue scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks.
Expand All @@ -21,7 +21,7 @@
sprite: Clothing/Neck/Scarfs/blue.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedGreen
name: striped green scarf
description: A stylish striped green scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks.
Expand All @@ -32,7 +32,7 @@
sprite: Clothing/Neck/Scarfs/green.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedBlack
name: striped black scarf
description: A stylish striped black scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks.
Expand All @@ -43,7 +43,7 @@
sprite: Clothing/Neck/Scarfs/black.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedBrown
name: striped brown scarf
description: A stylish striped brown scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks.
Expand All @@ -54,7 +54,7 @@
sprite: Clothing/Neck/Scarfs/brown.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedLightBlue
name: striped light blue scarf
description: A stylish striped light blue scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks.
Expand All @@ -65,7 +65,7 @@
sprite: Clothing/Neck/Scarfs/lightblue.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedOrange
name: striped orange scarf
description: A stylish striped orange scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks.
Expand All @@ -76,7 +76,7 @@
sprite: Clothing/Neck/Scarfs/orange.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedPurple
name: striped purple scarf
description: A stylish striped purple scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks.
Expand All @@ -87,7 +87,7 @@
sprite: Clothing/Neck/Scarfs/purple.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedSyndieGreen
name: striped syndicate green scarf
description: A stylish striped syndicate green scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something.
Expand All @@ -98,7 +98,7 @@
sprite: Clothing/Neck/Scarfs/syndiegreen.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedSyndieRed
name: striped syndicate red scarf
description: A stylish striped syndicate red scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something.
Expand All @@ -109,7 +109,7 @@
sprite: Clothing/Neck/Scarfs/syndiered.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedCentcom
name: striped CentCom scarf
description: A stylish striped centcom colored scarf. The perfect winter accessory for those with a keen fashion sense, and those who need to do paperwork in the cold.
Expand All @@ -120,7 +120,7 @@
sprite: Clothing/Neck/Scarfs/centcom.rsi

- type: entity
parent: ClothingNeckBase
parent: ClothingScarfBase
id: ClothingNeckScarfStripedZebra
name: zebra scarf
description: A striped scarf, a mandatory accessory for artists.
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,9 @@
- type: Tag
id: SalvageExperiment

- type: Tag
id: Scarf

- type: Tag
id: Screwdriver

Expand Down

0 comments on commit a0cb239

Please sign in to comment.