Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/particleEffectsHS15/data/particle/MineExpl1.particle @ 10901

Last change on this file since 10901 was 10901, checked in by holzerj, 8 years ago

Added explosions effects when the mine explodes.

File size: 850 bytes
Line 
1particle_system Orxonox/MineExpl1
2{
3        material PE/lensflare
4        particle_width 35.0
5        particle_height 35.0
6        quota 500
7        cull_each false
8        sorted false
9        local_space false
10        iteration_interval 0.0
11        nonvisible_update_timeout 0.0
12        billboard_type oriented_self
13        billboard_origin center
14        billboard_rotation_type vertex
15        point_rendering false
16        accurate_facing false
17
18        emitter Point
19        {
20                position 0.0 0.0 0.0
21                direction 0.0 1.0 0.0
22                angle 30
23                emission_rate 2000
24                velocity_min 300
25                velocity_max 300
26                time_to_live_min 1
27                time_to_live_max 2
28                duration_min 0.5
29                duration_max 1.5
30                repeat_delay_min 0.0
31                repeat_delay_max 0.0
32                colour_range_start 0 0.333333 1 1
33                colour_range_end 0 0.333333 1 1
34        }
35
36        affector DirectionRandomiser
37        {
38                randomness 5
39                scope 1
40                keep_velocity true
41        }
42        affector Scaler
43        {
44                rate -2
45        }
46}
Note: See TracBrowser for help on using the repository browser.