Skip to content

Commit

Permalink
[Tweak] I dont have mouth and i must pay (#975)
Browse files Browse the repository at this point in the history
* seraphim

* bkmloadout to simple loadout

* fake shotgun fix
  • Loading branch information
nomad0260 authored Dec 13, 2024
1 parent 22f2b63 commit e187363
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 45 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/backmen/sponsors/windowmanager.ftl
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

# 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]
]
}
]
}

0 comments on commit e187363

Please sign in to comment.