Add mission items

This commit is contained in:
D4rkl1ght3r
2025-05-29 10:01:09 +02:00
parent a3f32ea537
commit bbc3318404
10 changed files with 64 additions and 0 deletions

View File

@@ -2830,6 +2830,31 @@ category = equipment
price = 3000 price = 3000
combinable = false combinable = false
; Mission Items
[Good]
nickname = chronos_relic
equipment = chronos_relic
item_icon = Equipment\models\commodities\nn_icons\sm_chronos_relic.3db
category = equipment
price = 3000
combinable = false
[Good]
nickname = hellios_shard
equipment = hellios_shard
item_icon = Equipment\models\commodities\nn_icons\sm_hellios_shard.3db
category = equipment
price = 3000
combinable = false
[Good]
nickname = athena_orb
equipment = athena_orb
item_icon = Equipment\models\commodities\nn_icons\sm_athena_orb.3db
category = equipment
price = 3000
combinable = false
;; bh_elite3 ;; bh_elite3

View File

@@ -2297,6 +2297,45 @@ decay_per_second = 0
volume = 0 volume = 0
hit_pts = 250 hit_pts = 250
; Mission Items
; Chronos Relic
[Commodity]
nickname = chronos_relic
ids_name = 329900
ids_info = 329900
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
; Hellios Shard
[Commodity]
nickname = hellios_shard
ids_name = 329901
ids_info = 329901
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
[Commodity]
nickname = athena_orb
ids_name = 329902
ids_info = 329902
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
[TradeLane] [TradeLane]
nickname = basic_trade_lane_eq nickname = basic_trade_lane_eq
tl_ship_enter = basic_tl_ship_enter tl_ship_enter = basic_tl_ship_enter

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Binary file not shown.