From 75c98c6c6c526bac9f11c736ee46d032bc7648ac Mon Sep 17 00:00:00 2001 From: D4rkl1ght3r <86805404+D4rkl1ght3r@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:08:59 +0100 Subject: [PATCH] Add bhe2 wing sections --- DATA/SHIPS/shiparch.ini | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/DATA/SHIPS/shiparch.ini b/DATA/SHIPS/shiparch.ini index d07ea7ca..ebd0ad1b 100644 --- a/DATA/SHIPS/shiparch.ini +++ b/DATA/SHIPS/shiparch.ini @@ -8034,4 +8034,32 @@ hp_type = hp_turret_special_3, HpTurret01 hp_type = hp_turret_special_2, HpTurret01 hp_type = hp_turret_special_1, HpTurret01 hp_type = hp_torpedo_special_1, HpTorpedo01 -hp_type = hp_torpedo_special_2, HpTorpedo01 \ No newline at end of file +hp_type = hp_torpedo_special_2, HpTorpedo01 + +[CollisionGroup] +obj = bhe2_port_wing_lod1 +separable +parent_impulse = 120 +child_impulse = 60 +debris_type = debris_small_ship +separation_explosion = explosion_small_ship_breakoff +mass = 5 +dmg_hp = DpPort_Wing +dmg_obj = cv_dmg_port_wing01_cap +type = Port_Wing +hit_pts = 138 +root_health_proxy = true + +[CollisionGroup] +obj = bhe2_star_wing_lod1 +separable +parent_impulse = 120 +child_impulse = 60 +debris_type = debris_small_ship +separation_explosion = explosion_small_ship_breakoff +mass = 5 +dmg_hp = DpStarboard_Wing +dmg_obj = cv_dmg_starboard_wing01_cap +type = Starboard_Wing +hit_pts = 138 +root_health_proxy = true \ No newline at end of file