Skip to content

Commit

Permalink
Удалил ивент со спавном нейтральных ксеносов (#187)
Browse files Browse the repository at this point in the history
Update xenopet.yml
  • Loading branch information
dexpth authored Dec 24, 2024
1 parent 82174d3 commit 9f1da11
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions Resources/Prototypes/Entities/Mobs/NPCs/xenopet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,28 +338,30 @@
interactSuccessSound:
path: /Audio/Animals/lizard_happy.ogg

- type: entity
id: neutralXenoVents
parent: BaseGameRule
categories: [ HideSpawnMenu ]
components:
- type: StationEvent
startAnnouncement: true
earliestStart: 20
reoccurrenceDelay: 12
minimumPlayers: 1
weight: 6 # Really weak compared to other critters
duration: 60
- type: VentCrittersRule
entries:
- id: MobXenoNeutralRouny
prob: 0.0075
- id: MobXenoNeutralDrone
prob: 0.0075
- id: MobXenoNeutralPraetorian
prob: 0.0075
- id: MobXenoNeutralRavager
prob: 0.0075
# WWDP START
#- type: entity
# id: neutralXenoVents
# parent: BaseGameRule
# categories: [ HideSpawnMenu ]
# components:
# - type: StationEvent
# startAnnouncement: true
# earliestStart: 20
# reoccurrenceDelay: 12
# minimumPlayers: 1
# weight: 6 # Really weak compared to other critters
# duration: 60
# - type: VentCrittersRule
# entries:
# - id: MobXenoNeutralRouny
# prob: 0.0075
# - id: MobXenoNeutralDrone
# prob: 0.0075
# - id: MobXenoNeutralPraetorian
# prob: 0.0075
# - id: MobXenoNeutralRavager
# prob: 0.0075
# WWDP END

- type: entity
id: ArgocyteVents
Expand Down

0 comments on commit 9f1da11

Please sign in to comment.