Skip to content

Commit

Permalink
Revert "Removes DragonSpawn event (#1298)"
Browse files Browse the repository at this point in the history
This reverts commit 4ced3fb.
  • Loading branch information
Lyndomen authored Jun 8, 2024
1 parent dea23d7 commit 5323575
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
58 changes: 29 additions & 29 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,35 +79,35 @@
- type: RandomEntityStorageSpawnRule
prototype: MobSkeletonCloset

#- type: entity # DeltaV: remove space dragon spawn event
# parent: BaseGameRule
# id: DragonSpawn
# noSpawn: true
# components:
# - type: StationEvent
# weight: 1 # DeltaV - was 6.5
# earliestStart: 60 # DeltaV - was 40
# reoccurrenceDelay: 20
# minimumPlayers: 45 # DeltaV - was 20
# - type: AntagRandomSpawn
# - type: AntagSpawner
# prototype: MobDragon
# - type: AntagObjectives
# objectives:
# - CarpRiftsObjective
# - DragonSurviveObjective
# - type: AntagSelection
# agentName: dragon-round-end-agent-name
# definitions:
# - spawnerPrototype: SpawnPointGhostDragon
# min: 1
# max: 1
# pickPlayer: false
# mindComponents:
# - type: DragonRole
# prototype: Dragon
# - type: RoleBriefing
# briefing: dragon-role-briefing
- type: entity
parent: BaseGameRule
id: DragonSpawn
noSpawn: true
components:
- type: StationEvent
weight: 1 # DeltaV - was 6.5
earliestStart: 60 # DeltaV - was 40
reoccurrenceDelay: 20
minimumPlayers: 45 # DeltaV - was 20
- type: AntagRandomSpawn
- type: AntagSpawner
prototype: MobDragon
- type: AntagObjectives
objectives:
- CarpRiftsObjective
- DragonSurviveObjective
- type: AntagSelection
agentName: dragon-round-end-agent-name
definitions:
- spawnerPrototype: SpawnPointGhostDragon
min: 1
max: 1
pickPlayer: false
mindComponents:
- type: DragonRole
prototype: Dragon
- type: RoleBriefing
briefing: dragon-role-briefing

- type: entity
parent: BaseGameRule
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/threats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
- type: weightedRandom
id: NinjaThreats
weights:
# Dragon: 1 # DeltaV
Dragon: 1
Revenant: 1

#- type: ninjaHackingThreat # DeltaV
# id: Dragon
# announcement: terror-dragon
# rule: DragonSpawn
- type: ninjaHackingThreat
id: Dragon
announcement: terror-dragon
rule: DragonSpawn

- type: ninjaHackingThreat
id: Revenant
Expand Down

0 comments on commit 5323575

Please sign in to comment.