forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from Lemirda/task-hawk
РАБОТА ДЛЯ РАЗРАБОТЧИКОВ
- Loading branch information
Showing
3 changed files
with
103 additions
and
1 deletion.
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
91 changes: 91 additions & 0 deletions
91
Resources/Prototypes/Andromeda/Lemird Prototype's/wedding.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,91 @@ | ||
- type: entity | ||
parent: ClothingHeadBase | ||
id: ClothingHeadHatWeddingVeill | ||
name: cвадебный венок | ||
description: Красивый венок, созданный для роскошных свадеб. | ||
components: | ||
- type: Sprite | ||
sprite: Andromeda/Clothing/Head/weddingveil.rsi | ||
- type: Clothing | ||
sprite: Andromeda/Clothing/Head/weddingveil.rsi | ||
|
||
|
||
- type: entity | ||
parent: ClothingUniformSkirtBase | ||
id: ClothingUniformJumpskirtWeddingDress | ||
name: платье невесты | ||
description: Роскошное платье невесты, она всегда должна выглядеть прекрасно. | ||
components: | ||
- type: Sprite | ||
sprite: Andromeda/Clothing/Uniforms/weddingdress.rsi | ||
- type: Clothing | ||
sprite: Andromeda/Clothing/Uniforms/weddingdress.rsi | ||
|
||
|
||
- type: entity | ||
parent: ClothingShoesBaseButcherable | ||
id: ClothingShoesWeddingShoes | ||
name: свадебные туфельки | ||
description: Прекрасная обувь, что прекрасно подчёркивает походку невесты. | ||
components: | ||
- type: Sprite | ||
sprite: Andromeda/Clothing/Shoes/weddingshoes.rsi | ||
- type: Clothing | ||
sprite: Andromeda/Clothing/Shoes/weddingshoes.rsi | ||
|
||
|
||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ClothingUniformWeddingtuxedo | ||
name: свадебный смокинг | ||
description: Не верится, что нужно надеть именно вам, верно? | ||
components: | ||
- type: Sprite | ||
sprite: Andromeda/Clothing/Uniforms/weddingtuxedo.rsi | ||
- type: Clothing | ||
sprite: Andromeda/Clothing/Uniforms/weddingtuxedo.rsi | ||
|
||
|
||
- type: entity | ||
parent: ClothingShoesBaseButcherable | ||
id: ClothingShoesWeddingGlaceups | ||
name: свадебные туфли | ||
description: На самом деле универсальны, но с костюмом смотрятся лучше. | ||
components: | ||
- type: Sprite | ||
sprite: Andromeda/Clothing/Shoes/weddinglaceups.rsi | ||
- type: Clothing | ||
sprite: Andromeda/Clothing/Shoes/weddinglaceups.rsi | ||
|
||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsWeddingRing | ||
name: обручальное кольцо | ||
description: Главное не уронить в важный момент, или потерять палец. | ||
components: | ||
- type: Sprite | ||
sprite: Andromeda/Clothing/Hands/weddingring.rsi | ||
- type: Clothing | ||
sprite: Andromeda/Clothing/Hands/weddingring.rsi | ||
- type: FingerprintMask | ||
|
||
|
||
- type: entity | ||
parent: BaseItem | ||
id: Bouquet | ||
name: букет | ||
description: Стоит дарить это даме чаще. | ||
components: | ||
- type: Sharp | ||
- type: Sprite | ||
sprite: Andromeda/Objects/Weapons/bouquet.rsi | ||
state: icon | ||
- type: MeleeWeapon | ||
damage: | ||
types: | ||
Slash: 1 | ||
- type: Item | ||
size: Small | ||
sprite: Objects/Weapons/Melee/bouquet.rsi | ||
- type: DisarmMalus |
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