Skip to content

Commit

Permalink
something wird
Browse files Browse the repository at this point in the history
  • Loading branch information
nomad0260 committed Dec 25, 2024
1 parent f9aa07e commit 33f0608
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 5 deletions.
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.

0 comments on commit 33f0608

Please sign in to comment.