-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #582 from payday-restoration/dev
V12.1.1
- Loading branch information
Showing
209 changed files
with
16,777 additions
and
12,171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
assets/effects/particles/weapons/akan_titan_trail_sc.effect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<effect force_synch="false"> | ||
<atom name="trail" min_size="1" max_size="1" lifetime="6" random_start_time="false" start_time="0" preroll="0" inherit_velocity_multiplier="1" fade_in_start="-1" fade_in_length="0" fade_out_start="-1" spawn_cull_policy="initialize" cull_policy="update_render" cull_gracetime="0" max_particle_radius="-1" soundbank="" cue="" ambient="false" grab_relative="effect" grab_pos="0 0 0" grab_radius="200" grab_backfacing="false" timeline=""> | ||
<initializerstack> | ||
<boxrandomposition relative="effect" min="-1 -1 -1" max="1 1 1"/> | ||
<boxrandomvelocity relative="effect" min="0 0 1000" max="0 0 1000"/> | ||
<boxrandomrotation relative="effect" min="0 1 0" max="0 1 0" min_rot="0" max_rot="0"/> | ||
<boxrandomaspectsize size="2 10" min="1" max="1"/> | ||
</initializerstack> | ||
<simulatorstack> | ||
<scaledvelocityintegrator channel="world" per_particle_age="false"> | ||
<scale_keys loop="false"> | ||
<key t="0" v="0"/> | ||
</scale_keys> | ||
</scaledvelocityintegrator> | ||
<rotationbyvelocity velocity="10000"/> | ||
<variablesize name="simulator_length" size="5 15000"/> | ||
</simulatorstack> | ||
<visualizerstack> | ||
<billboard texture="effects/textures/add_atlas_df" intensity="sun" billboard_type="normal_locked" rotation_channel="world_rotation" blend_mode="add" render_template="effect_op_add" origo="0.5 1" per_particle_age="false" size_input="scaled_channel" color_input="keys" opacity_input="constant" opacity="255" rotation_input="constant" rotation="0" rotation_axis="0 0 1" uv_size="0.25 0.074" uv_offset_input="constant" uv_offset="0.5 0.17"> | ||
<size_scale_keys loop="false"> | ||
<key t="0" v="1 1"/> | ||
<key t="0.4716010093689" v="1.5 1"/> | ||
<key t="0.85365855693817" v="1 1"/> | ||
<key t="1.6144579648972" v="0 1"/> | ||
</size_scale_keys> | ||
<color_keys loop="false"> | ||
<key t="0" v="0 0 66"/> | ||
<key t="0.15228426456451" v="0 145 145"/> | ||
<key t="0.33840948343277" v="0 255 255"/> | ||
<key t="1.9966160058975" v="0 0 0"/> | ||
</color_keys> | ||
</billboard> | ||
<billboard texture="effects/textures/add_atlas_df" intensity="sun" billboard_type="normal_locked" rotation_channel="world_rotation" blend_mode="normal" render_template="heat_shimmer" origo="0.5 1" per_particle_age="false" size_input="scaled_channel" color_input="constant" color="255 255 255" opacity_input="keys" rotation_input="constant" rotation="0" rotation_axis="0 0 1" uv_size="0.25 0.125" uv_offset_input="constant" uv_offset="0.5 0.17"> | ||
<size_scale_keys loop="false"> | ||
<key t="0" v="1 0"/> | ||
<key t="0.15228426456451" v="5 1"/> | ||
</size_scale_keys> | ||
<opacity_keys loop="false"> | ||
<key t="0.030456852167845" v="255"/> | ||
<key t="0.28087985515594" v="20"/> | ||
<key t="0.50384616851807" v="0"/> | ||
</opacity_keys> | ||
</billboard> | ||
</visualizerstack> | ||
</atom> | ||
<atom name="Glow" min_size="1" max_size="1" lifetime="12" random_start_time="false" start_time="0" preroll="0" inherit_velocity_multiplier="1" fade_in_start="-1" fade_in_length="0" fade_out_start="-1" spawn_cull_policy="initialize" cull_policy="update" cull_gracetime="0" max_particle_radius="-1" soundbank="" cue="" ambient="false" grab_relative="effect" grab_pos="0 0 0" grab_radius="200" grab_backfacing="false" timeline=""> | ||
<initializerstack> | ||
<localboxrandomposition min="0 0 0" max="0 0 0"/> | ||
<boxrandomcolor min="253.00001525879 136 57.000003814697" max="251.00001525879 209.00001525879 168"/> | ||
</initializerstack> | ||
<simulatorstack> | ||
<worldtransform transform_rotations="false"/> | ||
</simulatorstack> | ||
<visualizerstack> | ||
<billboard texture="effects/textures/add_atlas_df" intensity="match" billboard_type="camera_facing" rotation_channel="world_rotation" blend_mode="add" render_template="effect_op_halo" origo="0.5 0.5" per_particle_age="false" size_input="constant" size="500 500" color_input="keys" opacity_input="constant" opacity="255" rotation_input="constant" rotation="0" rotation_axis="0 0 1" uv_size="0.125 0.03125" uv_offset_input="constant" uv_offset="0.75 0.125"> | ||
<color_keys loop="false"> | ||
<key t="0" v="37 32 255"/> | ||
<key t="0.10769230872393" v="0 0 0"/> | ||
</color_keys> | ||
</billboard> | ||
</visualizerstack> | ||
</atom> | ||
</effect> |
Oops, something went wrong.