diff --git a/DATA/EQUIPMENT/engine_equip.ini b/DATA/EQUIPMENT/engine_equip.ini index 995bb1c1..ef70002e 100644 --- a/DATA/EQUIPMENT/engine_equip.ini +++ b/DATA/EQUIPMENT/engine_equip.ini @@ -1835,3 +1835,39 @@ inside_sound_cone = 90 outside_sound_cone = 270 hp_type = hp_fighter_engine_special_10 + +; HALLOWEEN SMALLENGINE01 + +[Engine] +nickname = halloween_small_engine_01 +ids_name = 299400 +ids_info = 299401 +volume = 0 +mass = 10 +DA_archetype = equipment\models\hardware\br_xenon_ion_drive.3db +max_force = 48000 +linear_drag = 599 +power_usage = 0 +reverse_fraction = 0.2 +flame_effect = halloween_smallengine01_fire +trail_effect = gf_br_smallengine01_trail +trail_effect_player = gf_br_smallengine01_trail +cruise_charge_time = 5 +cruise_power_usage = 20 +character_start_sound = engine_br_fighter_start +character_loop_sound = engine_br_fighter_loop +character_pitch_range = -50, 25 +rumble_sound = rumble_fighter +rumble_atten_range = -5, 0 +rumble_pitch_range = -25, 25 +engine_kill_sound = engine_br_fighter_kill +cruise_start_sound = engine_br_cruise_start +cruise_loop_sound = engine_br_cruise_loop +cruise_stop_sound = engine_br_cruise_stop +cruise_disrupt_sound = cruise_disrupt +cruise_backfire_sound = cruise_backfire +indestructible = false +outside_cone_attenuation = -3 +inside_sound_cone = 60 +outside_sound_cone = 180 +hp_type = hp_fighter_engine_special_10 \ No newline at end of file diff --git a/DATA/EQUIPMENT/engine_good.ini b/DATA/EQUIPMENT/engine_good.ini index bfda0b75..0ae9469e 100644 --- a/DATA/EQUIPMENT/engine_good.ini +++ b/DATA/EQUIPMENT/engine_good.ini @@ -778,4 +778,18 @@ combinable = False ids_name = 263907 ids_info = 264907 shop_archetype = equipment\models\hardware\br_xenon_ion_drive.3db +attachment_archetype = equipment\models\hardware\br_xenon_ion_drive.3db + +; HALLOWEEN SMALLENGINE01 + +[Good] +nickname = halloween_small_engine_01 +equipment = halloween_small_engine_01 +category = equipment +price = 20000 +item_icon = equipment\models\commodities\nn_icons\equip_engine1.3db +combinable = False +ids_name = 299400 +ids_info = 299401 +shop_archetype = equipment\models\hardware\br_xenon_ion_drive.3db attachment_archetype = equipment\models\hardware\br_xenon_ion_drive.3db \ No newline at end of file diff --git a/DATA/FX/ENGINES/EVENTS/halloween_min_smallengine01_fire.ale b/DATA/FX/ENGINES/EVENTS/halloween_min_smallengine01_fire.ale new file mode 100644 index 00000000..ff47d8b1 Binary files /dev/null and b/DATA/FX/ENGINES/EVENTS/halloween_min_smallengine01_fire.ale differ diff --git a/DATA/FX/ENGINES/EVENTS/halloween_smallengine01.ale b/DATA/FX/ENGINES/EVENTS/halloween_smallengine01.ale new file mode 100644 index 00000000..820eb76d Binary files /dev/null and b/DATA/FX/ENGINES/EVENTS/halloween_smallengine01.ale differ diff --git a/DATA/FX/ENGINES/engines_ale.ini b/DATA/FX/ENGINES/engines_ale.ini index 615dfe05..41f726ab 100644 --- a/DATA/FX/ENGINES/engines_ale.ini +++ b/DATA/FX/ENGINES/engines_ale.ini @@ -883,3 +883,18 @@ alchemy = fx\engines\dsy_no2_bossengine01.ale effect_crc = -522678147 textures = fx\treewyrm.txm +; halloween_smallengine01 + +[VisEffect] +nickname = halloween_smallengine01_fire +alchemy = fx\engines\events\halloween_smallengine01.ale +effect_crc = 441580645 +textures = fx\planetflare.txm +textures = fx\hexagon.txm +;textures = fx\rem_fractals.txm + +[VisEffect] +nickname = halloween_min_smallengine02_fire +alchemy = fx\engines\events\halloween_min_smallengine01_fire.ale +effect_crc = -227277661 +textures = fx\planetflare.txm \ No newline at end of file diff --git a/DATA/FX/effects.ini b/DATA/FX/effects.ini index d51e56a4..ff93a3fe 100644 --- a/DATA/FX/effects.ini +++ b/DATA/FX/effects.ini @@ -410,6 +410,14 @@ effect_type = EFT_ENGINE_FIRE vis_effect = gf_br_smallengine01_fire vis_generic = gf_min_smallengine02_fire +; HALLOWEEN SMALLENGINE01 + +[Effect] +nickname = halloween_smallengine01_fire +effect_type = EFT_ENGINE_FIRE +vis_effect = halloween_smallengine01_fire +vis_generic = halloween_min_smallengine02_fire + [Effect] nickname = gf_br_smallengine02_fire effect_type = EFT_ENGINE_FIRE @@ -4172,6 +4180,14 @@ effect_type = EFT_WEAPON_PROJ vis_effect = gf_bolt04 vis_generic = gf_bolt04 +; Mining Laser + +[Effect] +nickname = er_mining +effect_type = EFT_WEAPON_PROJ +vis_effect = gf_bolt01 +vis_generic = gf_bolt01 + ; Pulse Effects [Effect] diff --git a/EXE/equipresources.dll b/EXE/equipresources.dll index e42d1871..323a8c8a 100644 Binary files a/EXE/equipresources.dll and b/EXE/equipresources.dll differ