From e2af2b4fa86e814c3c9236ec39724053f2c72019 Mon Sep 17 00:00:00 2001 From: Lyndomen <49795619+Lyndomen@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:35:39 -0500 Subject: [PATCH] take 10 --- .../Prototypes/_DV/Entities/Markers/Spawners/ghost_roles.yml | 4 +++- .../Prototypes/_DV/Entities/Mobs/NPCs/glimmer_creatures.yml | 3 ++- Resources/Prototypes/_DV/GameRules/events.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_DV/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/_DV/Entities/Markers/Spawners/ghost_roles.yml index 41c5ce659c7..41ca81f3997 100644 --- a/Resources/Prototypes/_DV/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/_DV/Entities/Markers/Spawners/ghost_roles.yml @@ -130,9 +130,11 @@ id: SpawnPointGhostOneirophage components: - type: GhostRole - name: ghost-role-information-giant-oneirophage-name + name: ghost-role-information-oneirophage-name description: ghost-role-information-oneirophage-description rules: ghost-role-information-oneirophage-rules requirements: # keep in sync with the antag prototype - !type:OverallPlaytimeRequirement time: 86400 # 24h so you probably know some general lore or something + - type: GhostRoleMobSpawner + prototype: MobOneirophage diff --git a/Resources/Prototypes/_DV/Entities/Mobs/NPCs/glimmer_creatures.yml b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/glimmer_creatures.yml index 2adafeae5f5..3d25972b1eb 100644 --- a/Resources/Prototypes/_DV/Entities/Mobs/NPCs/glimmer_creatures.yml +++ b/Resources/Prototypes/_DV/Entities/Mobs/NPCs/glimmer_creatures.yml @@ -164,7 +164,7 @@ - type: entity name: oneirophage parent: MobGiantSpider - id: Oneirophage + id: MobOneirophage description: The 'dream-eater' spider, rumored to be one of the potential genetic sources for arachne. components: - type: GhostRole @@ -246,6 +246,7 @@ - type: PotentialPsionic - type: Psionic removable: false + - type: GlimmerSource - type: MetapsionicPower - type: AntiPsionicWeapon punish: false diff --git a/Resources/Prototypes/_DV/GameRules/events.yml b/Resources/Prototypes/_DV/GameRules/events.yml index 18fb3c84b02..71a70db426d 100644 --- a/Resources/Prototypes/_DV/GameRules/events.yml +++ b/Resources/Prototypes/_DV/GameRules/events.yml @@ -227,7 +227,7 @@ - type: AntagSelection agentName: oneirophage-round-end-name definitions: - - spawnerPrototype: SpawnPointGhostVampSpider + - spawnerPrototype: SpawnPointGhostOneirophage min: 1 max: 1 pickPlayer: false