forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f450260
commit c721c5a
Showing
4 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 21 additions & 23 deletions
44
Resources/Prototypes/Starshine/Entities/Objects/Fun/toys.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,115 +1,113 @@ | ||
- type: entity | ||
parent: PlushieSharkBlue | ||
id: PlushieSharkStarshineBase | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
- type: Item | ||
storedRotation: -90 | ||
|
||
- type: entity | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkGold | ||
name: gold shark soft toy | ||
description: Soft and shiny! | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
state: gold | ||
- type: Item | ||
heldPrefix: gold | ||
storedRotation: -90 | ||
- type: Tag | ||
tags: | ||
- PlushieSharkGold | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkBlue | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkBurn | ||
name: burn shark soft toy | ||
description: Still dreams of seeing the sea, at least once again... | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
state: burn | ||
- type: Item | ||
heldPrefix: burn | ||
storedRotation: -90 | ||
- type: Tag | ||
tags: | ||
- PlushieSharkBurn | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkBlue | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkGreen | ||
name: green shark soft toy | ||
description: A bright green shark with a friendly smile. | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
state: green | ||
- type: Item | ||
heldPrefix: green | ||
storedRotation: -90 | ||
- type: Tag | ||
tags: | ||
- PlushieSharkGreen | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkBlue | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkPurple | ||
name: purple shark soft toy | ||
description: Comfortable to hug, like a sea fantasy. | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
state: purple | ||
- type: Item | ||
heldPrefix: purple | ||
storedRotation: -90 | ||
- type: Tag | ||
tags: | ||
- PlushieSharkPurple | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkBlue | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkBrown | ||
name: brown shark soft toy | ||
description: Soft and cozy, perfect for play. | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
state: brown | ||
- type: Item | ||
heldPrefix: brown | ||
storedRotation: -90 | ||
- type: Tag | ||
tags: | ||
- PlushieSharkBrown | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkBlue | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkBlack | ||
name: black shark soft toy | ||
description: Strict and stylish, like the night sea. | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
state: black | ||
- type: Item | ||
heldPrefix: black | ||
storedRotation: -90 | ||
- type: Tag | ||
tags: | ||
- PlushieSharkBlack | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkBlue | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkOrange | ||
name: orange shark soft toy | ||
description: Bright and joyful, like a sunset on the beach. | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
state: orange | ||
- type: Item | ||
heldPrefix: orange | ||
storedRotation: -90 | ||
- type: Tag | ||
tags: | ||
- PlushieSharkOrange | ||
- Payload | ||
|
||
|
||
|