-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: KyuPolaris <[email protected]> Co-authored-by: sleepyyapril <[email protected]> # Description This is a port of TheDenSS14/TheDen#42 TheDenSS14/TheDen#109 Thanks a bunch April! This is mainly adding a ton of clothing items from Frontier. <details><summary><h1>Media</h1></summary> <p> ![image](https://github.com/user-attachments/assets/de1195cb-0e9e-4656-b3f5-2c18968f286c) ![image](https://github.com/user-attachments/assets/7af66438-3df7-4430-b001-44029061a136) </p> </details> # Changelog :cl: - add: Ported a ton of new clothing items from Frontier --------- Co-authored-by: sleepyyapril <[email protected]> Co-authored-by: Tabitha <[email protected]> Co-authored-by: KyuPolaris <[email protected]>
- Loading branch information
1 parent
231a077
commit 48ac2d2
Showing
420 changed files
with
4,245 additions
and
15 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
33 changes: 19 additions & 14 deletions
33
Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.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
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 |
---|---|---|
|
@@ -116,6 +116,7 @@ | |
- type: Tag | ||
tags: | ||
- Trash | ||
- Ash # Frontier | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
|
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
45 changes: 45 additions & 0 deletions
45
Resources/Prototypes/_NF/Entities/Clothing/Belt/belts_punk.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,45 @@ | ||
|
||
- type: entity | ||
parent: ClothingBeltStorageBase | ||
id: ClothingBeltPunkRandomized | ||
name: punk belt | ||
description: A webbing with functional pockets. | ||
suffix: Random visuals | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Belt/punk.rsi | ||
layers: | ||
- state: base_belt_01 | ||
map: [ "belt_main" ] | ||
scale: 1.8, 1.8 | ||
offset: 0,0.1 | ||
- state: decor_base_belt_01 | ||
map: [ "belt_decor" ] | ||
scale: 1.8, 1.8 | ||
offset: 0,0.1 | ||
- state: mask_null | ||
map: [ "belt_overlay" ] | ||
scale: 1.8, 1.8 | ||
offset: 0,0.1 | ||
- type: Clothing | ||
sprite: _NF/Clothing/Belt/punk.rsi | ||
clothingVisuals: | ||
belt: | ||
- state: base_belt_01 | ||
map: [ "belt_main" ] | ||
- state: decor_base_belt_01 | ||
map: [ "belt_decor" ] | ||
- state: mask_null | ||
map: [ "belt_overlay" ] | ||
- type: RandomSprite | ||
available: | ||
- belt_main: | ||
base_belt_01: CyberpunkDark | ||
belt_decor: | ||
decor_base_belt_01: CyberpunkDark | ||
belt_overlay: | ||
decor_base_belt_02: CyberpunkDark | ||
decor_base_belt_03: CyberpunkDark | ||
decor_base_belt_04: CyberpunkDark | ||
decor_base_belt_05: CyberpunkDark | ||
mask_null: "" |
Oops, something went wrong.