Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions config/zones/jedi_temple/ambient_npcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,10 @@ jedi_temple:
y: 0
z: 0
w: 0
is_spawned: false
removal_mode: &starfighter_removal_config
!Graceful
enable_death_animation: false
force_despawn: true
enable_gravity: false
tickable_procedures:
spawn:
Expand All @@ -598,7 +601,6 @@ jedi_temple:
remove:
steps:
- spawned_state: Despawn
removal_mode: !Graceful {}
min_duration_millis: 6000
next_possible_procedures:
- procedure: spawn
Expand All @@ -625,7 +627,8 @@ jedi_temple:
y: 0
z: 0
w: 0
is_spawned: false
removal_mode: *starfighter_removal_config
force_despawn: true
enable_gravity: false
tickable_procedures:
spawn:
Expand All @@ -640,7 +643,6 @@ jedi_temple:
remove:
steps:
- spawned_state: Despawn
removal_mode: !Graceful {}
min_duration_millis: 6000
next_possible_procedures:
- procedure: spawn
Expand Down
Loading
Loading