Skip to content

Commit

Permalink
mimery
Browse files Browse the repository at this point in the history
  • Loading branch information
IProduceWidgets committed Sep 17, 2024
1 parent 570472b commit b23be56
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
37 changes: 37 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Multiple/towel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@
layers:
- state: icon
color: "#F7C430"
- state: iconstripe
color: "#535353"
- type: Item
inhandVisuals:
left:
Expand Down Expand Up @@ -602,6 +604,8 @@
layers:
- state: icon
color: "#d0d0d0"
- state: iconstripe
color: "#F7C430"
- type: Item
inhandVisuals:
left:
Expand All @@ -624,6 +628,39 @@
- type: Fiber
fiberColor: fibers-silver

- type: entity
id: TowelColorMime
name: silent towel
parent: BaseTowel
components:
- type: Sprite
layers:
- state: icon
color: "#EAE8E8"
- state: iconstripe
color: "#535353"
- type: Item
inhandVisuals:
left:
- state: inhand-right
color: "#EAE8E8"
right:
- state: inhand-right
color: "#EAE8E8"
- type: Clothing
clothingVisuals:
head:
- state: equipped-HELMET
color: "#EAE8E8"
jumpsuit:
- state: equipped-INNERCLOTHING
color: "#EAE8E8"
belt:
- state: equipped-BELT
color: "#EAE8E8"
- type: Fiber
fiberColor: fibers-white

- type: entity
id: TowelColorNT
name: NanoTrasen brand towel
Expand Down
14 changes: 13 additions & 1 deletion Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,16 @@
time: 360000 # 100hr
storage:
back:
- TowelColorYellow
- TowelColorYellow

- type: loadout
id: TowelColorMime
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobMime
time: 360000 # 100hr
storage:
back:
- TowelColorMime
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- TowelColorLightBlue
- TowelColorLightBrown
- TowelColorMaroon
- TowelColorMime
- TowelColorOrange
- TowelColorPurple
- TowelColorRed
Expand Down
Binary file modified Resources/Textures/Clothing/Multiple/towel.rsi/iconstripe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b23be56

Please sign in to comment.