add game&rawdata
This commit is contained in:
parent
0133cd976c
commit
49b34b5546
45731 changed files with 709831 additions and 0 deletions
121
gamedata/configs/zones/zone_mine_electric.ltx
Normal file
121
gamedata/configs/zones/zone_mine_electric.ltx
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
[zone_mine_electric]:zone_base
|
||||
GroupControlSection = spawn_group_zone
|
||||
$def_sphere = 2
|
||||
$prefetch = 16
|
||||
class = ZS_MBALD
|
||||
|
||||
hit_impulse_scale = 0.0
|
||||
effective_radius = 1.0 ;ðàçìåð ðàäèóñà â ïðîöåíòàõ îò îðèãèíàëüíîãî, ãäå äåéñòâóåò çîíà
|
||||
|
||||
ef_anomaly_type = 1
|
||||
ef_weapon_type = 13
|
||||
|
||||
postprocess = postprocess_electra_mine
|
||||
|
||||
|
||||
;----------- Anomaly settings -----------------------
|
||||
max_start_power = 1.00
|
||||
attenuation = 1
|
||||
|
||||
idle_particles = zones_mine\zone_electric_mine_idle
|
||||
blowout_particles = anomaly2\electra2_blast
|
||||
|
||||
hit_small_particles = anomaly2\electra_entrance_small
|
||||
hit_big_particles = anomaly2\electra_damage_02_smoke
|
||||
idle_small_particles = anomaly2\electra_damage_01_smoke
|
||||
idle_big_particles = anomaly2\electra_damage_02_smoke
|
||||
entrance_small_particles = anomaly2\electra_entrance_small
|
||||
entrance_big_particles = anomaly2\emi_entrance_big_00
|
||||
|
||||
idle_sound = anomaly\electra_idle1; anomaly_gravy_idle
|
||||
blowout_sound = anomaly\electra_blast1
|
||||
hit_sound = anomaly\electra_hit
|
||||
entrance_sound = anomaly\electra_hit
|
||||
|
||||
blowout_light = on
|
||||
light_color = 0.8,0.9,1
|
||||
light_range = 30.0
|
||||
light_time = 1;0.35
|
||||
light_height = 1.5 ;ïîäúåì èñòî÷íèêà ñâåòà íà âûñîòó
|
||||
|
||||
idle_light = off
|
||||
|
||||
hit_type = shock
|
||||
|
||||
disable_time = 50 ;âðåìÿ èãíîðèðîâàíèÿ íåæèâîãî îáúåêòà â çîíå (-1 åñëè íå íóæíî)
|
||||
disable_time_small = 500 ;âðåìÿ èãíîðèðîâàíèÿ ìàëåíüêîãî íåæèâîãî îáúåêòà â çîíå (-1 åñëè íå íóæíî)
|
||||
disable_idle_time = 100 ;âðåìÿ îòêëþ÷åíèÿ idle ïàðòèêëîâ
|
||||
|
||||
awaking_time = 100
|
||||
blowout_time = 100
|
||||
accamulate_time = 1500
|
||||
|
||||
ignore_nonalive = false
|
||||
ignore_small = false
|
||||
ignore_artefacts = true
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; âåòåð
|
||||
blowout_wind = off
|
||||
|
||||
blowout_wind_time_start = 0
|
||||
blowout_wind_time_peak = 150
|
||||
blowout_wind_time_end = 299
|
||||
blowout_wind_power = 0.2 ;ñèëà ïîäíèìàåãî âåòðà (îò 0 äî 1), â ìîìåíò blowout_wind_time_peak
|
||||
|
||||
shape_transp_color = 255, 0, 0, 60
|
||||
shape_edge_color = 32, 32, 32, 255
|
||||
|
||||
|
||||
[zone_mine_electric_weak]:zone_mine_electric
|
||||
$spawn = "zones\mine_electric_weak"
|
||||
max_start_power = 0.8
|
||||
|
||||
|
||||
[zone_mine_electric_average]:zone_mine_electric
|
||||
$spawn = "zones\mine_electric_average"
|
||||
max_start_power = 0.8
|
||||
|
||||
|
||||
[zone_mine_electric_strong]:zone_mine_electric
|
||||
$spawn = "zones\mine_electric_strong"
|
||||
max_start_power = 0.8
|
||||
|
||||
|
||||
|
||||
[zone_mine_static]:zone_base
|
||||
postprocess = postprocess_electra_mine
|
||||
idle_particles = anomaly2\electra_idle
|
||||
|
||||
|
||||
[zone_mine_static_weak]:zone_mine_electric_weak, zone_mine_static
|
||||
$spawn = "zones\scenes\mine_static_weak"
|
||||
|
||||
|
||||
[zone_mine_static_average]:zone_mine_electric_average, zone_mine_static
|
||||
$spawn = "zones\scenes\mine_static_average"
|
||||
|
||||
|
||||
[zone_mine_static_strong]:zone_mine_electric_strong, zone_mine_static
|
||||
$spawn = "zones\scenes\mine_static_strong"
|
||||
|
||||
|
||||
|
||||
[zone_witches_galantine]:zone_mine_electric
|
||||
postprocess = postprocess_electra
|
||||
idle_particles = anomaly2\electra_idle
|
||||
|
||||
|
||||
[zone_witches_galantine_weak]:zone_witches_galantine
|
||||
$spawn = "zones\mp\witches_galantine_weak"
|
||||
max_start_power = 0.50
|
||||
|
||||
|
||||
[zone_witches_galantine_average]:zone_witches_galantine
|
||||
$spawn = "zones\mp\witches_galantine_average"
|
||||
max_start_power = 1.20
|
||||
|
||||
|
||||
[zone_witches_galantine_strong]:zone_witches_galantine
|
||||
$spawn = "zones\mp\witches_galantine_strong"
|
||||
max_start_power = 2.00
|
||||
Loading…
Add table
Add a link
Reference in a new issue