Well, since you want to destroy Ronneburg base (Hessian base in Omega 5):
In solararch.ini search for miningbase_small_ice (this is the archetype of Ronneburg base). You should find this:
[Solar
nickname = miningbase_small_ice
ids_name = 1
ids_info = 1
type = STATION
DA_archetype = solar\dockable\miningbase_small_ice.cmp
material_library = solar\asteroid_dock.mat
material_library = solar\ast_ice.mat
LODranges = 0, 7000
mass = 10000.000000
open_sound = depot_open_sound
close_sound = depot_close_sound
docking_sphere = berth, HpDockMountA, 2.500000, Sc_open dockA
docking_sphere = berth, HpDockMountB, 2.500000, Sc_open dockB
docking_sphere = moor_medium, HpDockMountC, 200.000000
docking_sphere = moor_large, HpDockMountD, 200.000000
docking_camera = 0
solar_radius = 500
shape_name = NNM_SM_DEPOT
explosion_arch = explosion_pirate_depot2
fuse = miningbase_small_ice_burning_fuse, 0, 0
Add these two lines to the end of the section:
destructable = true
hit_pts = whatever number suits your fancy
The end result should look like this:
[Solar
nickname = miningbase_small_ice
ids_name = 1
ids_info = 1
type = STATION
DA_archetype = solar\dockable\miningbase_small_ice.cmp
material_library = solar\asteroid_dock.mat
material_library = solar\ast_ice.mat
LODranges = 0, 7000
mass = 10000.000000
open_sound = depot_open_sound
close_sound = depot_close_sound
docking_sphere = berth, HpDockMountA, 2.500000, Sc_open dockA
docking_sphere = berth, HpDockMountB, 2.500000, Sc_open dockB
docking_sphere = moor_medium, HpDockMountC, 200.000000
docking_sphere = moor_large, HpDockMountD, 200.000000
docking_camera = 0
solar_radius = 500
shape_name = NNM_SM_DEPOT
hit_pts = 3000000
destructible = true
explosion_arch = explosion_pirate_depot2
fuse = miningbase_small_ice_burning_fuse, 0, 0
destructable = true
hit_pts = whatever
Happy hunting