Skip to content

Commit

Permalink
Чуть понизил шанс на антагов. (#1034)
Browse files Browse the repository at this point in the history
## Описание PR
Чуть понижены шансы на антагов, делаю отдельным ПРом, чтобы если что
можно было спокойно откатить.

:cl: Filo
- tweak: Уменьшены шансы на появление пиратов и слегка на остальных
мидраунд антагов.
  • Loading branch information
Filokini authored Jan 30, 2025
1 parent 19c06f9 commit e11342a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/ADT/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
parent: BaseGameRule
components:
- type: StationEvent
earliestStart: 30
weight: 5
earliestStart: 40
weight: 2
minimumPlayers: 30
reoccurrenceDelay: 30
duration: 1
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
id: DragonSpawn
components:
- type: StationEvent
weight: 6.5
weight: 4.5 # ADT tweak 6.5 > 4.5
earliestStart: 40
reoccurrenceDelay: 20
minimumPlayers: 30 #ADT-Tweak 20 >>> 30
Expand Down Expand Up @@ -192,7 +192,7 @@
id: NinjaSpawn
components:
- type: StationEvent
weight: 6
weight: 4.5 # ADT tweak 6 > 4.5
duration: null
earliestStart: 30
reoccurrenceDelay: 20
Expand Down Expand Up @@ -242,7 +242,7 @@
id: RevenantSpawn
components:
- type: StationEvent
weight: 7.5
weight: 6.5 # ADT tweak 7.5 > 6.5
duration: 1
earliestStart: 45
minimumPlayers: 20
Expand Down

0 comments on commit e11342a

Please sign in to comment.