Add first_level_display

This commit is contained in:
D4rkl1ght3r
2024-10-27 16:36:01 +01:00
parent 25114b95d1
commit 4fff2bcfe7
10 changed files with 126 additions and 7 deletions

View File

@@ -4290,3 +4290,33 @@ HP_child = HpConnect
parent_impulse = 0.010000
child_impulse = 0.010000
debris_type = debris_vanish
; first_level_display_granted
[CargoPod]
nickname = first_level_display_granted
LODranges = 0, 2000
DA_archetype = solar\REM_MISC\first_level_display_granted.3db
material_library = solar\REM_MISC\first_level_display_granted.3db
hit_pts = 1e36
mass = 1e10
HP_child = HpConnect
parent_impulse = 0.010000
child_impulse = 0.010000
debris_type = debris_vanish
; first_level_display_denied
[CargoPod]
nickname = first_level_display_denied
LODranges = 0, 2000
DA_archetype = solar\REM_MISC\first_level_display_denied.3db
material_library = solar\REM_MISC\first_level_display_denied.3db
hit_pts = 1e36
mass = 1e10
HP_child = HpConnect
parent_impulse = 0.010000
child_impulse = 0.010000
debris_type = debris_vanish

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -13092,3 +13092,19 @@ equip = second_level_display_denied, HpPanel01
nickname = second_level_display_granted_load
equip = second_level_display_buttons_green, HpPanel01
equip = second_level_display_granted, HpPanel01
; first_level_display_denied
[Loadout]
nickname = first_level_display_denied_load
equip = first_level_display_denied, HpPanel01
; first_level_display_granted
[Loadout]
nickname = first_level_display_granted_load
equip = first_level_display_granted, HpPanel01

View File

@@ -8949,18 +8949,64 @@ destructible = true
explosion_arch = explosion_wplatform
hit_pts = 100600
; second_level_display_hull
; second_level_display_hull_denied
[Solar]
nickname = second_level_display_hull
nickname = second_level_display_hull_denied
ids_name = 261153
ids_info = 66621
type = SATELLITE
DA_archetype = solar\REM_MISC\second_level_display_hull.3db
material_library = solar\REM_MISC\second_level_display_hull.3db
LODranges = 0, 999999
LODranges = 0
mass = 10000
loadout = second_level_display_denied_load
solar_radius = 2.443
shape_name = NNM_SM_NAVBUOY
hit_pts = 1e36
[Solar]
nickname = second_level_display_hull_granted
ids_name = 261153
ids_info = 66621
type = SATELLITE
DA_archetype = solar\REM_MISC\second_level_display_hull.3db
material_library = solar\REM_MISC\second_level_display_hull.3db
LODranges = 0
mass = 10000
loadout = second_level_display_granted_load
solar_radius = 2.443
shape_name = NNM_SM_NAVBUOY
hit_pts = 1e36
; first_level_display_hull_denied
[Solar]
nickname = first_level_display_hull_denied
ids_name = 261153
ids_info = 66621
type = SATELLITE
DA_archetype = solar\REM_MISC\first_level_display_hull.3db
material_library = solar\REM_MISC\first_level_display_hull.3db
LODranges = 0
mass = 10000
loadout = first_level_display_denied_load
solar_radius = 2.443
shape_name = NNM_SM_NAVBUOY
hit_pts = 1e36
; first_level_display_hull_denied
[Solar]
nickname = first_level_display_hull_granted
ids_name = 261153
ids_info = 66621
type = SATELLITE
DA_archetype = solar\REM_MISC\first_level_display_hull.3db
material_library = solar\REM_MISC\first_level_display_hull.3db
LODranges = 0
mass = 10000
loadout = first_level_display_granted_load
solar_radius = 2.443
shape_name = NNM_SM_NAVBUOY
hit_pts = 1e36

View File

@@ -3262,7 +3262,7 @@ ids_info = 461279
[Object]
nickname = Bw10_endgame_turret_platform
ids_name = 261164
pos = -35200, -950, -21250
pos = -35200, -940, -21250
ids_info = 66171
reputation = fc_ou_grp
behavior = NOTHING
@@ -3273,14 +3273,41 @@ loadout = endgame_turret_platform_load
pilot = pilot_solar_hard
[Object]
nickname = Bw10_second_level_display_hull
nickname = Bw10_endgame_turret_platform2
ids_name = 261164
pos = -35055, -940, -21250
ids_info = 66171
reputation = fc_ou_grp
behavior = NOTHING
visit = 0
difficulty_level = 17
archetype = endgame_turret_platform
loadout = endgame_turret_platform_load
pilot = pilot_solar_hard
[Object]
nickname = Bw10_second_level_display_hull_denied
ids_name = 261153
pos = -35032, -935, -21475
pos = -35028, -935, -21475
rotate = 0, 180, 0
ids_info = 66621
reputation = fc_ou_grp
behavior = NOTHING
visit = 0
difficulty_level = 17
archetype = second_level_display_hull
archetype = second_level_display_hull_denied
pilot = pilot_solar_hard
[Object]
nickname = Bw10_first_level_display_hull
ids_name = 261154
pos = -35126, -822, -21055
rotate = 0, 90, 0
ids_info = 66622
reputation = fc_ou_grp
behavior = NOTHING
visit = 0
difficulty_level = 17
archetype = first_level_display_hull_denied
pilot = pilot_solar_hard

Binary file not shown.

Binary file not shown.