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.
* Добавлены акулы разных цветов, и их значки! * Добавлены акулы разных цветов, и их значки! * Fix * Forgor * Forgor #2 * Totally forgor * Nuh, I'd win. * Mehhh * weh!
- Loading branch information
1 parent
1600a15
commit f10fc70
Showing
55 changed files
with
668 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
Resources/Locale/ru-RU/starshine/ss14-ru/entities/objects/clothing/Neck/pins.ftl
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ent-ClothingNeckSharkBrownPin = значок коричневой акулы | ||
.desc = Это значок акулы. | ||
ent-ClothingNeckSharkPinkPin = значок розовой акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } | ||
ent-ClothingNeckSharkGoldPin = значок золотой акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } | ||
ent-ClothingNeckSharkOrangePin = значок оранжевой акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } | ||
ent-ClothingNeckSharkBurnPin = значок сгоревшей акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } | ||
ent-ClothingNeckSharkBluePin = значок синей акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } | ||
ent-ClothingNeckSharkGreyPin = значок серой акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } | ||
ent-ClothingNeckSharkBlackPin = значок чёрной акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } | ||
ent-ClothingNeckSharkGreenPin = значок зелёной акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } | ||
ent-ClothingNeckSharkPurplePin = значок фиолетовой акулы | ||
.desc = { ent-ClothingNeckSharkBrownPin.desc } |
15 changes: 15 additions & 0 deletions
15
Resources/Locale/ru-RU/starshine/ss14-ru/entities/objects/fun/toys.ftl
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
ent-PlushieSharkGold = золотая плюшевая акула | ||
.desc = Мягкая и блестящая! | ||
ent-PlushieSharkBurn = сгоревшая плюшевая акула | ||
.desc = Всё мечтает увидеть море, хотя бы ещё раз... | ||
ent-PlushieSharkGreen = зелёная плюшевая акула | ||
.desc = Ярко-зелёная акула с дружелюбной улыбкой. | ||
ent-PlushieSharkPurple = фиолетовая плюшевая акула | ||
.desc = Удобно обнимать, она словно морская фантазия. | ||
ent-PlushieSharkOrange = оранжевая плюшевая акула | ||
.desc = Яркая и радостная, как закат на пляже. | ||
ent-PlushieSharkBrown = коричневая плюшевая акула | ||
.desc = Мягкая и уютная, идеально подходит для игр. | ||
ent-PlushieSharkBlack = чёрная плюшевая акула | ||
.desc = Строгая и стильная, как ночное море. |
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
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
112 changes: 112 additions & 0 deletions
112
Resources/Prototypes/Starshine/Entities/Clothing/Neck/pins.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 |
---|---|---|
@@ -0,0 +1,112 @@ | ||
- type: entity | ||
parent: ClothingNeckPinBase | ||
id: ClothingNeckPinStarshineBase | ||
abstract: true | ||
components: | ||
- type: Item | ||
size: Tiny | ||
- type: Sprite | ||
sprite: Starshine/Clothing/Neck/Misc/pins.rsi | ||
- type: Clothing | ||
sprite: Starshine/Clothing/Neck/Misc/pins.rsi | ||
|
||
- type: entity | ||
parent: ClothingNeckPinStarshineBase | ||
id: ClothingNeckSharkBrownPin | ||
name: brown shark pin. | ||
description: Its shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-brown-pin | ||
- type: Clothing | ||
equippedPrefix: sharkbrownpin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkPinkPin | ||
name: pink shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-pink-pin | ||
- type: Clothing | ||
equippedPrefix: sharkpinkpin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkGoldPin | ||
name: gold shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-gold-pin | ||
- type: Clothing | ||
equippedPrefix: sharkgoldpin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkOrangePin | ||
name: orange shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-orange-pin | ||
- type: Clothing | ||
equippedPrefix: sharkorangepin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkBurnPin | ||
name: burn shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-burn-pin | ||
- type: Clothing | ||
equippedPrefix: sharkburnpin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkBluePin | ||
name: blue shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-blue-pin | ||
- type: Clothing | ||
equippedPrefix: sharkbluepin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkGreyPin | ||
name: grey shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-grey-pin | ||
- type: Clothing | ||
equippedPrefix: sharkgreypin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkBlackPin | ||
name: black shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-black-pin | ||
- type: Clothing | ||
equippedPrefix: sharkblackpin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkGreenPin | ||
name: green shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-green-pin | ||
- type: Clothing | ||
equippedPrefix: sharkgreenpin | ||
|
||
- type: entity | ||
parent: ClothingNeckSharkBrownPin | ||
id: ClothingNeckSharkPurplePin | ||
name: purple shark pin. | ||
components: | ||
- type: Sprite | ||
state: shark-purple-pin | ||
- type: Clothing | ||
equippedPrefix: sharkpurplepin |
133 changes: 133 additions & 0 deletions
133
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 |
---|---|---|
@@ -0,0 +1,133 @@ | ||
- type: entity | ||
abstract: true | ||
parent: BasePlushie | ||
id: PlushieSharkStarshineBase | ||
components: | ||
- type: Sprite | ||
sprite: Starshine/Objects/Fun/sharkplush.rsi | ||
- type: EmitSoundOnLand | ||
sound: | ||
path: /Audio/Items/Toys/rawr.ogg | ||
- type: EmitSoundOnTrigger | ||
sound: | ||
path: /Audio/Items/Toys/rawr.ogg | ||
- type: EmitSoundOnUse | ||
sound: | ||
path: /Audio/Items/Toys/rawr.ogg | ||
- type: EmitSoundOnActivate | ||
sound: | ||
path: /Audio/Items/Toys/rawr.ogg | ||
- type: MeleeWeapon | ||
wideAnimationRotation: 180 | ||
soundHit: | ||
path: /Audio/Items/Toys/rawr.ogg | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Tag | ||
tags: | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkGold | ||
name: gold shark soft toy | ||
description: Soft and shiny! | ||
components: | ||
- type: Sprite | ||
state: gold | ||
- type: Item | ||
heldPrefix: gold | ||
- type: Tag | ||
tags: | ||
- PlushieSharkGold | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkBurn | ||
name: burn shark soft toy | ||
description: Still dreams of seeing the sea, at least once again... | ||
components: | ||
- type: Sprite | ||
state: burn | ||
- type: Item | ||
heldPrefix: burn | ||
- type: Tag | ||
tags: | ||
- PlushieSharkBurn | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkGreen | ||
name: green shark soft toy | ||
description: A bright green shark with a friendly smile. | ||
components: | ||
- type: Sprite | ||
state: green | ||
- type: Item | ||
heldPrefix: green | ||
- type: Tag | ||
tags: | ||
- PlushieSharkGreen | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkPurple | ||
name: purple shark soft toy | ||
description: Comfortable to hug, like a sea fantasy. | ||
components: | ||
- type: Sprite | ||
state: purple | ||
- type: Item | ||
heldPrefix: purple | ||
- type: Tag | ||
tags: | ||
- PlushieSharkPurple | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkBrown | ||
name: brown shark soft toy | ||
description: Soft and cozy, perfect for play. | ||
components: | ||
- type: Sprite | ||
state: brown | ||
- type: Item | ||
heldPrefix: brown | ||
- type: Tag | ||
tags: | ||
- PlushieSharkBrown | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkBlack | ||
name: black shark soft toy | ||
description: Strict and stylish, like the night sea. | ||
components: | ||
- type: Sprite | ||
state: black | ||
- type: Item | ||
heldPrefix: black | ||
- type: Tag | ||
tags: | ||
- PlushieSharkBlack | ||
- Payload | ||
|
||
- type: entity | ||
parent: PlushieSharkStarshineBase | ||
id: PlushieSharkOrange | ||
name: orange shark soft toy | ||
description: Bright and joyful, like a sunset on the beach. | ||
components: | ||
- type: Sprite | ||
state: orange | ||
- type: Item | ||
heldPrefix: orange | ||
- type: Tag | ||
tags: | ||
- PlushieSharkOrange | ||
- Payload |
Oops, something went wrong.