forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added bard loadout * removed empty lines * removed empty lines * removed empty lines --------- Co-authored-by: Dexler <[email protected]>
- Loading branch information
Showing
36 changed files
with
241 additions
and
3 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
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,2 @@ | ||
ent-ClothingShoesBootsBard = ботинки барда | ||
.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
loadout-group-musician-head = Музыкант, головной убор | ||
loadout-group-musician-shoes = Музыкант, обувь |
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
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/SS220/Entities/Clothing/Head/beret_bard.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,10 @@ | ||
- type: entity | ||
parent: ClothingHeadBase | ||
id: ClothingHeadHatBeretBard #SS220 bard loadout | ||
name: beret with feather | ||
description: Will add atmosphere! | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Clothing/Head/Hats/beret_bard.rsi | ||
- type: Clothing | ||
sprite: SS220/Clothing/Head/Hats/beret_bard.rsi |
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/bard.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,10 @@ | ||
- type: entity | ||
parent: ClothingOuterStorageBase | ||
id: ClothingOuterApronBard #SS220 bard loadout | ||
name: bard cape | ||
description: Emphasizes the owner's style. | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Clothing/OuterClothing/Misc/apronbard.rsi | ||
- type: Clothing | ||
sprite: SS220/Clothing/OuterClothing/Misc/apronbard.rsi |
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/SS220/Entities/Clothing/Shoes/bard.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,10 @@ | ||
- type: entity | ||
parent: ClothingShoesBaseButcherable | ||
id: ClothingShoesBootsBard #SS220 bard loadout | ||
name: bard shoes | ||
description: Shoes for true music lovers! | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Clothing/Shoes/Boots/bardboots.rsi | ||
- type: Clothing | ||
sprite: SS220/Clothing/Shoes/Boots/bardboots.rsi |
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/SS220/Entities/Clothing/Uniforms/bard_suit.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,10 @@ | ||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ClothingUniformJumpsuitBard #SS220 bard loadout | ||
name: bard jumpsuit | ||
description: Comfortable clothes for long concerts. | ||
components: | ||
- type: Sprite | ||
sprite: SS220/Clothing/Uniforms/bard.rsi | ||
- type: Clothing | ||
sprite: SS220/Clothing/Uniforms/bard.rsi |
52 changes: 52 additions & 0 deletions
52
Resources/Prototypes/SS220/Loadouts/Jobs/Civilian/musician.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,52 @@ | ||
# SS220 bard loadout | ||
|
||
# Bard Time | ||
|
||
- type: loadoutEffectGroup | ||
id: MusicianBard | ||
effects: | ||
- !type:JobRequirementLoadoutEffect | ||
requirement: | ||
!type:RoleTimeRequirement | ||
role: JobMusician | ||
time: 108000 #30 часов | ||
|
||
# Head | ||
|
||
- type: loadout | ||
id: BardHead | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: MusicianBard | ||
equipment: | ||
head: ClothingHeadHatBeretBard | ||
|
||
# Jumpsuit | ||
|
||
- type: loadout | ||
id: BardUniform | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: MusicianBard | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitBard | ||
|
||
# Outer clothing | ||
|
||
- type: loadout | ||
id: BardApron | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: MusicianBard | ||
equipment: | ||
outerClothing: ClothingOuterApronBard | ||
|
||
# Shoes | ||
|
||
- type: loadout | ||
id: BardShoes | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: MusicianBard | ||
equipment: | ||
shoes: ClothingShoesBootsBard |
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
Binary file added
BIN
+547 Bytes
Resources/Textures/SS220/Clothing/Head/Hats/beret_bard.rsi/equipped-HELMET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+391 Bytes
Resources/Textures/SS220/Clothing/Head/Hats/beret_bard.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+388 Bytes
Resources/Textures/SS220/Clothing/Head/Hats/beret_bard.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+396 Bytes
Resources/Textures/SS220/Clothing/Head/Hats/beret_bard.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/SS220/Clothing/Head/Hats/beret_bard.rsi/meta.json
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,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", | ||
"copyright": "Made by funny_mushroom (Discord) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-HELMET", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.01 KB
...ures/SS220/Clothing/OuterClothing/Misc/apronbard.rsi/equipped-OUTERCLOTHING.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+500 Bytes
Resources/Textures/SS220/Clothing/OuterClothing/Misc/apronbard.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+905 Bytes
Resources/Textures/SS220/Clothing/OuterClothing/Misc/apronbard.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+886 Bytes
...urces/Textures/SS220/Clothing/OuterClothing/Misc/apronbard.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/SS220/Clothing/OuterClothing/Misc/apronbard.rsi/meta.json
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,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", | ||
"copyright": "Made by funny_mushroom (Discord) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+519 Bytes
Resources/Textures/SS220/Clothing/Shoes/Boots/bardboots.rsi/equipped-FEET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+332 Bytes
Resources/Textures/SS220/Clothing/Shoes/Boots/bardboots.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+279 Bytes
Resources/Textures/SS220/Clothing/Shoes/Boots/bardboots.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+284 Bytes
Resources/Textures/SS220/Clothing/Shoes/Boots/bardboots.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/SS220/Clothing/Shoes/Boots/bardboots.rsi/meta.json
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,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", | ||
"copyright": "Made by funny_mushroom (Discord) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-FEET", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+919 Bytes
...ces/Textures/SS220/Clothing/Uniforms/bard.rsi/equipped-INNERCLOTHING-monkey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.17 KB
Resources/Textures/SS220/Clothing/Uniforms/bard.rsi/equipped-INNERCLOTHING.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1004 Bytes
Resources/Textures/SS220/Clothing/Uniforms/bard.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+979 Bytes
Resources/Textures/SS220/Clothing/Uniforms/bard.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions
30
Resources/Textures/SS220/Clothing/Uniforms/bard.rsi/meta.json
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,30 @@ | ||
{ | ||
"version": 1, | ||
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", | ||
"copyright": "Made by funny_mushroom (Discord) for SS220", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-INNERCLOTHING", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-INNERCLOTHING-monkey", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |