Skip to content

Commit

Permalink
Merge pull request #262 from Fansana/nerf-antags
Browse files Browse the repository at this point in the history
nerf antags and their events
  • Loading branch information
Fansana authored Oct 17, 2024
2 parents f23bfea + e641895 commit 5920eba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- type: MobThresholds
thresholds:
0: Alive
120: Dead
60: Dead # Floof
- type: MovementSpeedModifier
baseWalkSpeed: 2
baseSprintSpeed: 4
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
- type: StationEvent
weight: 2
duration: 1
earliestStart: 45
earliestStart: 120 # Floof
reoccurrenceDelay: 60
minimumPlayers: 20
minimumPlayers: 40 # Floof
- type: RandomSpawnRule
prototype: SpawnPointGhostDragon

Expand All @@ -108,9 +108,9 @@
- type: StationEvent
weight: 3
duration: 1
earliestStart: 45
reoccurrenceDelay: 45
minimumPlayers: 20
earliestStart: 90 # Floof
reoccurrenceDelay: 60 # Floof
minimumPlayers: 30 # Floof
- type: NinjaSpawnRule

# TODO there's already a glimmer revenant rule. One of them might be broken.
Expand Down Expand Up @@ -176,7 +176,7 @@
earliestStart: 30
reoccurrenceDelay: 5
weight: 7.5
minimumPlayers: 7 #Enough to hopefully have at least one engineering guy
minimumPlayers: 20 # Floof
startAnnouncement: true
endAnnouncement: true
duration: null #ending is handled by MeteorSwarmRule
Expand Down Expand Up @@ -258,7 +258,7 @@
startDelay: 24
duration: 60
maxDuration: 120
reoccurrenceDelay: 2 # Gives a chance for multiple checks in a row, but not in parallel
reoccurrenceDelay: 20 # Floof
- type: PowerGridCheckRule

- type: entity
Expand Down

0 comments on commit 5920eba

Please sign in to comment.