Add RepairShip + RepairTurret + The Ring Shipdealer

This commit is contained in:
DrGreen
2024-09-28 02:11:17 +02:00
parent 973b549d8a
commit c54adfe0bb
18 changed files with 303 additions and 5 deletions

View File

@@ -1546,13 +1546,16 @@ ids_name = 263903
ids_info = 264903
volume = 0
mass = 10
max_force = 120000
linear_drag = 3000
max_force = 48000
linear_drag = 599
power_usage = 0
reverse_fraction = 0.1
flame_effect = gf_br_repair_engine01
cruise_charge_time = 5
cruise_power_usage = 20
rumble_sound = rumble_utility_small
rumble_atten_range = -5, 0
rumble_pitch_range = -25, 25
cruise_start_sound = engine_ci_cruise_start
cruise_loop_sound = engine_ci_cruise_loop
cruise_stop_sound = engine_ci_cruise_stop
@@ -1562,6 +1565,7 @@ indestructible = false
outside_cone_attenuation = -3
inside_sound_cone = 90
outside_sound_cone = 270
lootable = false
[Engine]
nickname = ge_nf_engine_01

View File

@@ -2814,4 +2814,30 @@ addon = SlowMediumWhite, HpRunningLight08
addon = contrail01, HpContrail01, 1
addon = contrail01, HpContrail02, 1
addon = DockingLightRedSmall, HpDockLight01, 1
addon = DockingLightRedSmall, HpDockLight02, 1
addon = DockingLightRedSmall, HpDockLight02, 1
;;Repair Ship
[Good]
nickname = repair_hull
category = shiphull
ship = ge_repair_player
price = 400000
ids_name = 237048
item_icon = Equipment\models\commodities\nn_icons\repair_ship.3db
[Good]
nickname = repair_package
category = ship
hull = repair_hull
addon = ge_rpr_engine_01, internal, 1
addon = co_elite2_power01, internal, 1
addon = ge_s_scanner_01, internal, 1
addon = ge_s_tractor_01, internal, 1
addon = LargeWhiteSpecial, HpHeadLight
addon = SlowMediumWhite, HpRunningLight01
addon = SlowMediumWhite, HpRunningLight02
addon = SlowMediumWhite, HpRunningLight03
addon = SlowMediumWhite, HpRunningLight04
addon = SlowMediumWhite, HpRunningLight05
addon = SlowMediumWhite, HpRunningLight06

View File

@@ -10743,6 +10743,7 @@ MarketGood = mod_s_tractor_01, 0, -1, 10, 10, 0, 1
[BaseGood]
base = Rh01_03_base
MarketGood = rem_repair_turret01, 1, -1, 10, 10, 0, 1
MarketGood = co_gun01_mark03, 2, 0.1, 10, 10, 0, 1
MarketGood = co_gun01_mark04, 16, 0.4, 10, 10, 0, 1
MarketGood = co_gun02_mark02, 2, -0.2, 10, 10, 0, 1

View File

@@ -220,6 +220,10 @@ marketgood = gf5_package, 24, -1, 1, 1, 0, 1, 1
marketgood = rf_package, 20, -1, 1, 1, 0, 1, 1
marketgood = rfr_package, 20, -1, 1, 1, 0, 1, 1
[BaseGood]
base = Rh01_03_base
marketgood = repair_package, 24, -1, 1, 1, 0, 1, 1
[BaseGood]
base = Rh02_01_base
marketgood = gf5_package, 24, -1, 1, 1, 0, 1, 1

View File

@@ -3884,4 +3884,10 @@ mass = 1e10
HP_child = HpConnect
parent_impulse = 0.010000
child_impulse = 0.010000
debris_type = debris_vanish
debris_type = debris_vanish
;RepairShip Shield
[Shield]
nickname = Repair_Ship_shield01
DA_archetype = Ships\UTILITY\REPAIR\repair_shield.3db
HP_child = SpConnect

View File

@@ -31447,3 +31447,49 @@ auto_turret = false
turn_rate = 90
lootable = true
LODranges = 0, 999999
;RepTurret
[Munition]
nickname = rem_repair_turret01_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 800
energy_damage = -400
one_shot_sound = fire_capship
munition_hit_effect = ci_capgun_01_impact
const_effect = ci_capgun_01_proj
lifetime = 1.2
force_gun_ori = false
mass = 1
volume = 0.0001
[Gun]
nickname = rem_repair_turret01
ids_name = 263521
ids_info = 264521
DA_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat
HP_child = HPConnect
hp_gun_type = hp_turret_special_10
hit_pts = 9000
explosion_resistance = 1
debris_type = debris_turret_small
parent_impulse = 20
child_impulse = 80
volume = 0
mass = 10
damage_per_fire = 0
power_usage = 150
refire_delay = 0.25
muzzle_velocity = 1000
toughness = 2.5
flash_particle_name = ci_capgun_01_flash
flash_radius = 15
light_anim = l_gun01_flash
projectile_archetype = rem_repair_turret01_ammo
separation_explosion = sever_debris
auto_turret = true
turn_rate = 90
lootable = true
LODranges = 0, 999999

View File

@@ -7651,3 +7651,17 @@ ids_name = 51356
ids_info = 51357
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat
;RepairTurret
[Good]
nickname = rem_repair_turret01
equipment = rem_repair_turret01
category = equipment
price = 120000
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_turret.3db
combinable = false
ids_name = 263521
ids_info = 264521
shop_archetype = equipment\models\weapons\co_proton_cooker.cmp
material_library = equipment\models\ge_equip.mat