Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2015, 4:01:06 PM (8 years ago)
Author:
holzerj
Message:

Polished Mine

Location:
code/branches/particleEffectsHS15/data/particle
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/particleEffectsHS15/data/particle/MineExpl.particle

    r10901 r10944  
    4242                velocity_min 300
    4343                velocity_max 300
    44                 time_to_live_min 1
    45                 time_to_live_max 2
     44                time_to_live_min 2
     45                time_to_live_max 2.5
    4646                duration_min 0.1
    4747                duration_max 0.1
     
    6060                velocity_min 300
    6161                velocity_max 300
    62                 time_to_live_min 1
    63                 time_to_live_max 2
     62                time_to_live_min 2
     63                time_to_live_max 2.5
    6464                duration_min 0.1
    6565                duration_max 0.1
     
    7878                velocity_min 300
    7979                velocity_max 300
    80                 time_to_live_min 1
    81                 time_to_live_max 2
     80                time_to_live_min 2
     81                time_to_live_max 2.5
    8282                duration_min 0.1
    8383                duration_max 0.1
     
    8888        }
    8989
    90         affector DeflectorPlane
    91         {
    92                 plane_point 0 -2 0
    93                 plane_normal 0 1 0
    94                 bounce 1
    95         }
    96 
    97         affector DeflectorPlane
    98         {
    99                 plane_point 0 2 0
    100                 plane_normal 0 -1 0
    101                 bounce 1
    102         }
     90       
    10391        affector Scaler
    10492        {
  • code/branches/particleEffectsHS15/data/particle/MineExpl1.particle

    r10901 r10944  
    2424                velocity_min 300
    2525                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
     26                time_to_live_min 3
     27                time_to_live_max 4
     28                duration_min 2.0
     29                duration_max 2.5
     30                repeat_delay    10
     31                repeat_delay_min        10
     32                repeat_delay_max        10
    3233                colour_range_start 0 0.333333 1 1
    3334                colour_range_end 0 0.333333 1 1
  • code/branches/particleEffectsHS15/data/particle/MineExpl2.particle

    r10901 r10944  
    2424                velocity_min 300
    2525                velocity_max 300
    26                 time_to_live_min 1
    27                 time_to_live_max 2
     26                time_to_live_min 2
     27                time_to_live_max 2.5
    2828                duration_min 0.5
    2929                duration_max 1.5
    30                 repeat_delay_min 0.0
    31                 repeat_delay_max 0.0
     30                repeat_delay    10
     31                repeat_delay_min        10
     32                repeat_delay_max        10
    3233                colour_range_start 0 0.333333 1 1
    3334                colour_range_end 0 0.333333 1 1
Note: See TracChangeset for help on using the changeset viewer.