diff --git a/DATA/SHIPS/shiparch.ini b/DATA/SHIPS/shiparch.ini index ebd0ad1b..b7e3a11e 100644 --- a/DATA/SHIPS/shiparch.ini +++ b/DATA/SHIPS/shiparch.ini @@ -8036,6 +8036,7 @@ hp_type = hp_turret_special_1, HpTurret01 hp_type = hp_torpedo_special_1, HpTorpedo01 hp_type = hp_torpedo_special_2, HpTorpedo01 + [CollisionGroup] obj = bhe2_port_wing_lod1 separable @@ -8050,6 +8051,7 @@ type = Port_Wing hit_pts = 138 root_health_proxy = true + [CollisionGroup] obj = bhe2_star_wing_lod1 separable @@ -8062,4 +8064,34 @@ dmg_hp = DpStarboard_Wing dmg_obj = cv_dmg_starboard_wing01_cap type = Starboard_Wing hit_pts = 138 +root_health_proxy = true + + +[CollisionGroup] +obj = bhe2_spoiler_left +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 + + +[CollisionGroup] +obj = bhe2_spoiler_right +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