RespawnRuleSystem tweaks. (#28528)

This commit is contained in:
AJCM-git
2024-06-02 23:28:38 -04:00
committed by GitHub
parent 7ecff3e699
commit 509e3aedf7
5 changed files with 84 additions and 63 deletions

View File

@@ -5,6 +5,17 @@
components:
- type: GameRule
- type: entity
noSpawn: true
parent: BaseGameRule
id: RespawnDeadRule
components:
- type: RespawnDeadRule
alwaysRespawnDead: true
- type: RespawnTracker
respawnDelay: 10
deleteBody: false
- type: entity
noSpawn: true
parent: BaseGameRule