fx fx/thunder { { //creates light delay 0 name "thunderlight1" duration 0.4 restart 0 light "lights/biground1", 0.35, 0.35, 0.7, 99999 } { //removes light delay 0.4 name "thunderlight1off" duration 0.3 restart 0 uselight "thunderlight1" fadeOut 0.05 } { //creates light delay 0.3 name "thunderlight2" duration 0.4 restart 0 light "lights/biground1", 0.35, 0.35, 0.7, 99999 } { //removes light delay 0.4 name "thunderlight2off" duration 2.5 restart 0 uselight "thunderlight2" fadeOut 0.05 } { // sound delay 1.5 name "thundersound" sound "thunder" duration 10 } } fx fx/thunder_skylight { { //creates light delay 0 name "thunderlightsky1" duration 0.4 restart 0 light "lights/biground1", 1, 1, 1, 250 } { //removes light delay 0.4 name "thunderlightsky1off" duration 0.3 restart 0 uselight "thunderlightsky1" fadeOut 0.05 } { //creates light delay 0.3 name "thunderlightsky2" duration 0.4 restart 0 light "lights/biground1",1, 1, 1, 250 } { //removes light delay 0.4 name "thunderlightsky2off" duration 2.5 restart 0 uselight "thunderlightsky2" fadeOut 0.05 } } fx fx/thunder_distant { { //creates light delay 0 name "thunderlight1" duration 0.4 restart 0 light "lights/biground1", 0.2, 0.2, 0.3, 99999 } { //removes light delay 0.4 name "thunderlight1off" duration 0.3 restart 0 uselight "thunderlight1" fadeOut 0.05 } { //creates light delay 0.3 name "thunderlight2" duration 0.4 restart 0 light "lights/biground1", 0.2, 0.2, 0.3, 99999 } { //removes light delay 0.4 name "thunderlight2off" duration 2.5 restart 0 uselight "thunderlight2" fadeOut 0.05 } { // sound delay 2.5 name "thundersound" sound "thunder_distant" duration 10 } } fx fx/thunder_skylight_distant { { //creates light delay 0 name "thunderlightsky1" duration 0.4 restart 0 light "lights/biground1", 1, 1, 1, 150 } { //removes light delay 0.4 name "thunderlightsky1off" duration 0.3 restart 0 uselight "thunderlightsky1" fadeOut 0.05 } { //creates light delay 0.3 name "thunderlightsky2" duration 0.4 restart 0 light "lights/biground1",1, 1, 1, 150 } { //removes light delay 0.4 name "thunderlightsky2off" duration 2.5 restart 0 uselight "thunderlightsky2" fadeOut 0.05 } } fx fx/thunder_close { { //creates light delay 0 name "thunderlight1" duration 0.4 restart 0 light "lights/biground1", 0.5, 0.5, 0.8, 99999 } { //removes light delay 0.4 name "thunderlight1off" duration 0.3 restart 0 uselight "thunderlight1" fadeOut 0.05 } { //creates light delay 0.3 name "thunderlight2" duration 0.4 restart 0 light "lights/biground1", 0.5, 0.5, 0.8, 99999 } { //removes light delay 0.4 name "thunderlight2off" duration 2.5 restart 0 uselight "thunderlight2" fadeOut 0.05 } { // sound delay 0.5 name "thundersound" sound "thunder_close" duration 10 } } fx fx/thunder_skylight_close { { //creates light delay 0 name "thunderlightsky1" duration 0.4 restart 0 light "lights/biground1", 1, 1, 1, 400 } { //removes light delay 0.4 name "thunderlightsky1off" duration 0.3 restart 0 uselight "thunderlightsky1" fadeOut 0.05 } { //creates light delay 0.3 name "thunderlightsky2" duration 0.4 restart 0 light "lights/biground1",1, 1, 1, 400 } { //removes light delay 0.4 name "thunderlightsky2off" duration 2.5 restart 0 uselight "thunderlightsky2" fadeOut 0.05 } }