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] something weird #988

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/backmen/sponsors/windowmanager.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ sponsor-win-manager-ghost-drgon = Дракон
sponsor-win-manager-ghost-ifrit = Ифрит
sponsor-win-manager-ghost-mujik = Мужик
sponsor-win-manager-ghost-angel = Серафим
sponsor-win-manager-ghost-Luna = Луна
sponsor-win-manager-ghost-p03 = p03
sponsor-win-manager-theme = Тема призрака:
sponsor-win-manager-tier-0 = Бесплатный
sponsor-win-manager-tier-1 = EAT
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Backmen/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
categories: [ HideSpawnMenu ]
components:
- type: StationEvent
weight: 10
weight: 7
earliestStart: 15
minimumPlayers: 5
- type: EvilTwinRule
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Backmen/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
categories: [ HideSpawnMenu ]
components:
- type: StationEvent
weight: 15
weight: 5
duration: 1
earliestStart: 50
minimumPlayers: 20
Expand Down
25 changes: 25 additions & 0 deletions Resources/Prototypes/_Backmen/ghosts/special.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: ghostTheme
id: Luna
name: sponsor-win-manager-ghost-Luna
components:
- type: Sprite
noRot: true
overrideContainerOcclusion: true # Ghosts always show up regardless of where they're contained.
drawdepth: Ghosts
sprite: Backmen/Mobs/Ghost/luna.rsi
layers:
- state: pony
shader: unshaded

- type: ghostTheme
id: p03
name: sponsor-win-manager-ghost-p03
components:
- type: Sprite
noRot: true
overrideContainerOcclusion: true # Ghosts always show up regardless of where they're contained.
drawdepth: Ghosts
sprite: Backmen/Mobs/Ghost/p03.rsi
layers:
- state: p03
shader: unshaded
8 changes: 4 additions & 4 deletions Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
id: Secret
weights: # no_mad NonRP
Nukeops: 0.15
Traitor: 0.24
Traitor: 0.35
Zombie: 0.10
# Zombieteors: 0.01
KesslerSyndrome: 0.01
Revolutionary: 0.10
Revolutionary: 0.01
FleshCult: 0.10
Blob: 0.10
Survival: 0.05
Blob: 0.12
Survival: 0.01
ExtendedThief: 0.10
Vampires: 0.05
# Changeling: 0.20 # After fix changelings with surgery
15 changes: 15 additions & 0 deletions Resources/Textures/Backmen/Mobs/Ghost/luna.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "discrod: fizzoghoster",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "pony",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Resources/Textures/Backmen/Mobs/Ghost/p03.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by Keki4",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "p03",
"directions": 4,
"delays":[
[0.12,0.12],
[0.12,0.12],
[0.12,0.12],
[0.12,0.12]
]
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading