Skip to content

Commit

Permalink
Despawn Timers For Mobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Apr 30, 2024
1 parent eaef1d4 commit 38ee817
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/argocyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
- type: Flashable
- type: NameIdentifier
group: GenericNumber
- type: TimedDespawn # Frontier
lifetime: 3000 # Frontier: 50 mins (max blue space event duration involving these mobs - 40 mins)

- type: entity
parent: BaseMobArgocyte
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/carp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
interactFailureString: petting-failure-carp
interactFailureSound:
path: /Audio/Effects/bite.ogg
- type: TimedDespawn # Frontier
lifetime: 10800 # Frontier: 3 hours (I believe asteroids and wrecks despawn after 3 hours hence the value)

- type: entity
parent: BaseMobCarp
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
- type: GhostTakeoverAvailable
- type: Speech
speechVerb: LargeMob
- type: TimedDespawn # Frontier
lifetime: 10800 # Frontier: 3 hours (I believe asteroids and wrecks despawn after 3 hours hence the value)

- type: entity
name: space bear
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/spacetick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
- type: Speech
speechVerb: SmallMob
- type: NonSpreaderZombie
- type: TimedDespawn # Frontier
lifetime: 10800 # Frontier: 3 hours (I believe asteroids and wrecks despawn after 3 hours hence the value)

- type: entity
id: MobTickSalvage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
types:
Bloodloss:
1
- type: TimedDespawn
lifetime: 1800 # 30 mins (max blue space event duration involving these mobs - 20 mins)

- type: entity
name: Hijacked Hologuardian
Expand Down Expand Up @@ -123,6 +125,8 @@
types:
Bloodloss:
1
- type: TimedDespawn
lifetime: 1800 # 30 mins (max blue space event duration involving these mobs - 20 mins)

- type: entity
name: Mobile Blaster Unit
Expand Down Expand Up @@ -194,3 +198,5 @@
types:
Bloodloss:
1
- type: TimedDespawn
lifetime: 1800 # 30 mins (max blue space event duration involving these mobs - 20 mins)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
NextAdvertisementTime: 10
- type: AutoWakeUp
- type: MovementAlwaysTouching
- type: TimedDespawn
lifetime: 3000 # 50 mins (max blue space event duration involving these mobs - 40 mins)

# Humans
# Blood Cult Priest, ranged mab, bolts deal 10 slash damage
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/_NF/Entities/Mobs/NPCs/syndicatemob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
- type: Buckle
disable: true
- type: AutoWakeUp
- type: TimedDespawn
lifetime: 3000 # 50 mins (max blue space event duration involving these mobs - 40 mins)

# Humans
# Syndicate Captain, "armed" with AP Python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
NextAdvertisementTime: 10
- type: AutoWakeUp
- type: MovementAlwaysTouching
- type: TimedDespawn
lifetime: 1800 # 30 mins (max blue space event duration involving these mobs - 20 mins)

# Humans
# Blue Wizard, summons 2 Blue Curacao Elementals
Expand Down

0 comments on commit 38ee817

Please sign in to comment.