Skip to content

Commit

Permalink
feat: hemokinesis leaves real particle trails
Browse files Browse the repository at this point in the history
  • Loading branch information
den3606 committed Jun 27, 2023
1 parent 8d9e3e3 commit 1ea624c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/entities/projectiles/deck/hemokinesis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
count_min="1"
count_max="1"
is_trail="1"
trail_gap="2.5"
trail_gap="5.5"
lifetime_min="0.1"
lifetime_max="1.3"
render_on_grid="1"
Expand All @@ -63,7 +63,7 @@
is_emitting="1" >
</ParticleEmitterComponent>
<ParticleEmitterComponent
emitted_material_name="blood_fading_slow"
emitted_material_name="blood"
count_min="1"
count_max="2"
offset.x="-1"
Expand All @@ -75,11 +75,11 @@
count_min="1"
count_max="1"
is_trail="1"
trail_gap="2.5"
trail_gap="5"
lifetime_min="0.1"
lifetime_max="1.3"
render_on_grid="1"
create_real_particles="0"
create_real_particles="1"
emit_cosmetic_particles="1"
emission_interval_min_frames="1"
emission_interval_max_frames="1"
Expand Down

0 comments on commit 1ea624c

Please sign in to comment.