Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tweak] I dont have mouth and i must pay #975

Merged
merged 3 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sponsor-win-manager-ghost-tier08 = Кайдзю
sponsor-win-manager-ghost-drgon = Дракон
sponsor-win-manager-ghost-ifrit = Ифрит
sponsor-win-manager-ghost-mujik = Мужик
sponsor-win-manager-ghost-angel = Серафим
sponsor-win-manager-theme = Тема призрака:
sponsor-win-manager-tier-0 = Бесплатный
sponsor-win-manager-tier-1 = EAT
Expand Down
46 changes: 1 addition & 45 deletions Resources/Prototypes/Corvax/Catalog/Loadout/sponsor.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,4 @@
# OopsieDoopsie
- type: bkmloadout
id: ClothingOuterAtmosianBomberJacketLoadout
entity: ClothingOuterAtmosianBomberJacket
sponsorOnly: true

- type: bkmloadout
id: ClothingMaskGasAtmosianLoadout
entity: ClothingMaskGasAtmosian
sponsorOnly: true

- type: bkmloadout
id: ClothingCloakAtmosianLoadout
entity: ClothingCloakAtmosian
sponsorOnly: true

# Fezory
- type: bkmloadout
id: ClothingMaskSkullLoadout
entity: ClothingMaskSkull
sponsorOnly: true

- type: bkmloadout
id: ClothingCloakGamerLoadout
entity: ClothingCloakGamer
sponsorOnly: true

- type: bkmloadout
id: ClothingUniformJumpsuitSkeletonLoadout
entity: ClothingUniformJumpsuitSkeleton
sponsorOnly: true

# NEKISH
# NEKISH
- type: bkmloadout
id: OldHoSJumpsuitLoadout
entity: ClothingUniformJumpsuitHoSOld
Expand Down Expand Up @@ -79,12 +47,6 @@
sponsorOnly: true
whitelistJobs: [HeadOfSecurity]

# ken41k
- type: bkmloadout
id: DivineWatchLoadout
entity: ClothingHandsWatchDivine
sponsorOnly: true

# jesuisunfou
- type: bkmloadout
id: OldUSSPGlovesLoadout
Expand Down Expand Up @@ -115,9 +77,3 @@
entity: ClothingShoesUSSPBlack
sponsorOnly: true
whitelistJobs: [HeadOfSecurity, IAA]

# ondapapers
- type: bkmloadout
id: FancyCrownLoadout
entity: ClothingHeadHatFancyCrown
sponsorOnly: true
1 change: 1 addition & 0 deletions Resources/Prototypes/_Backmen/Entities/sponsor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
slots:
- Back
- suitStorage
- type: Wieldable

- type: entity
parent: ClothingOuterStorageBase
Expand Down
52 changes: 52 additions & 0 deletions Resources/Prototypes/_Backmen/Loadouts/sponsor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,58 @@
# ClothingWolfMask
# ClothingDallasMask

# OopsieDoopsie
- type: loadout
id: ClothingOuterAtmosianBomberJacketLoadout
storage:
back:
- ClothingOuterAtmosianBomberJacket

- type: loadout
id: ClothingMaskGasAtmosianLoadout
storage:
back:
- ClothingMaskGasAtmosian

- type: loadout
id: ClothingCloakAtmosianLoadout
storage:
back:
- ClothingCloakAtmosian

# Fezory
- type: loadout
id: ClothingMaskSkullLoadout
storage:
back:
- ClothingMaskSkull

- type: loadout
id: ClothingCloakGamerLoadout
storage:
back:
- ClothingCloakGamer

- type: loadout
id: ClothingUniformJumpsuitSkeletonLoadout
storage:
back:
- ClothingUniformJumpsuitSkeleton

KayzelW marked this conversation as resolved.
Show resolved Hide resolved
# ondapapers
- type: loadout
id: FancyCrownLoadout
storage:
back:
- ClothingHeadHatFancyCrown

# ken41k
- type: loadout
id: DivineWatchLoadout
storage:
back:
- ClothingHandsWatchDivine

#Кокнус 2024, что-то связанное с ркн
- type: loadout
id: PresentRandomKonkursBkm
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/_Backmen/ghosts/admins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: ghostTheme
id: Angel
name: sponsor-win-manager-ghost-angel
components:
- type: Sprite
noRot: true
overrideContainerOcclusion: true
drawdepth: Ghosts
sprite: Backmen/Mobs/Ghost/angel.rsi
layers:
- state: angel
shader: unshaded
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions Resources/Textures/Backmen/Mobs/Ghost/angel.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by no_mad",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "angel",
"directions": 4,
"delays":[
[0.12,0.12,0.12,0.12,0.12,0.12],
[0.12,0.12,0.12,0.12,0.12,0.12],
[0.12,0.12,0.12,0.12,0.12,0.12],
[0.12,0.12,0.12,0.12,0.12,0.12]
]
}
]
}

Loading