Add Mission Commodities

This commit is contained in:
D4rkl1ght3r
2025-08-16 02:25:34 +02:00
parent 2c4abe430c
commit 2d2daa4911
10 changed files with 172 additions and 0 deletions

View File

@@ -2832,6 +2832,8 @@ combinable = false
; Mission Items ; Mission Items
; Chronos Relic
[Good] [Good]
nickname = chronos_relic nickname = chronos_relic
equipment = chronos_relic equipment = chronos_relic
@@ -2840,6 +2842,8 @@ category = equipment
price = 3000 price = 3000
combinable = false combinable = false
; Hellios Shard
[Good] [Good]
nickname = hellios_shard nickname = hellios_shard
equipment = hellios_shard equipment = hellios_shard
@@ -2848,6 +2852,8 @@ category = equipment
price = 3000 price = 3000
combinable = false combinable = false
; Athena Orb
[Good] [Good]
nickname = athena_orb nickname = athena_orb
equipment = athena_orb equipment = athena_orb
@@ -2856,6 +2862,76 @@ category = equipment
price = 3000 price = 3000
combinable = false combinable = false
; Emergency Action Documents
[Good]
nickname = emergency_action_documents_liberty
equipment = emergency_action_documents_liberty
item_icon = Equipment\models\commodities\nn_icons\sm_documents_liberty.3db
category = equipment
price = 3000
combinable = false
; Fragment Data (Liberty)
[Good]
nickname = fragment_data_liberty
equipment = fragment_data_liberty
item_icon = Equipment\models\commodities\nn_icons\sm_fragment_data.3db
category = equipment
price = 3000
combinable = false
; Genealogical Certificate
[Good]
nickname = genealogical_certificate_kusari
equipment = genealogical_certificate_kusari
item_icon = Equipment\models\commodities\nn_icons\sm_gene_cert_kusari.3db
category = equipment
price = 3000
combinable = false
; Fragment Data (Kusari)
[Good]
nickname = fragment_data_kusari
equipment = fragment_data_kusari
item_icon = Equipment\models\commodities\nn_icons\sm_fragment_data.3db
category = equipment
price = 3000
combinable = false
; Rheinland Military Black Box
[Good]
nickname = military_black_box_rheinland
equipment = military_black_box_rheinland
item_icon = Equipment\models\commodities\nn_icons\sm_black_box_rheinland.3db
category = equipment
price = 3000
combinable = false
; Fragment Data (Rheinland)
[Good]
nickname = fragment_data_rheinland
equipment = fragment_data_rheinland
item_icon = Equipment\models\commodities\nn_icons\sm_fragment_data.3db
category = equipment
price = 3000
combinable = false
; Fragment Data (Bretonia)
[Good]
nickname = fragment_data_bretonia
equipment = fragment_data_bretonia
item_icon = Equipment\models\commodities\nn_icons\sm_fragment_data.3db
category = equipment
price = 3000
combinable = false
;; bh_elite3 ;; bh_elite3
[Good] [Good]

View File

@@ -2325,6 +2325,8 @@ decay_per_second = 0
volume = 0 volume = 0
hit_pts = 250 hit_pts = 250
; Athena Orb
[Commodity] [Commodity]
nickname = athena_orb nickname = athena_orb
ids_name = 329902 ids_name = 329902
@@ -2336,6 +2338,100 @@ decay_per_second = 0
volume = 0 volume = 0
hit_pts = 250 hit_pts = 250
; Emergency Action Documents
[Commodity]
nickname = emergency_action_documents_liberty
ids_name = 290000
ids_info = 290001
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
; Fragment Data (Liberty)
[Commodity]
nickname = fragment_data_liberty
ids_name = 290010
ids_info = 290011
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
; Genealogical Certificate
[Commodity]
nickname = genealogical_certificate_kusari
ids_name = 290100
ids_info = 290101
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
; Fragment Data (Kusari)
[Commodity]
nickname = fragment_data_kusari
ids_name = 290110
ids_info = 290111
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
; Rheinland Military Black Box
[Commodity]
nickname = military_black_box_rheinland
ids_name = 290200
ids_info = 290201
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
; Fragment Data (Rheinland)
[Commodity]
nickname = fragment_data_rheinland
ids_name = 290210
ids_info = 290211
units_per_container = 1
pod_appearance = cargopod_blue
loot_appearance = lootcrate_blue
decay_per_second = 0
volume = 0
hit_pts = 250
; Fragment Data (Bretonia)
[Commodity]
nickname = fragment_data_bretonia
ids_name = 290310
ids_info = 290311
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.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB