diff --git a/src/Perpetuum.Bootstrapper/PerpetuumBootstrapper.cs b/src/Perpetuum.Bootstrapper/PerpetuumBootstrapper.cs index c567ca56e..682f8a4c2 100644 --- a/src/Perpetuum.Bootstrapper/PerpetuumBootstrapper.cs +++ b/src/Perpetuum.Bootstrapper/PerpetuumBootstrapper.cs @@ -1247,24 +1247,12 @@ void ByNamePatternAndFlag(string substr, CategoryFlags cf, params Parameter[] ByCategoryFlags(CategoryFlags.cf_visibility_based_probe); ByCategoryFlags(CategoryFlags.cf_random_research_kits); ByCategoryFlags(CategoryFlags.cf_lottery_items); + ByCategoryFlags(CategoryFlags.cf_paints); // OPP Robot paint! + ByCategoryFlags(CategoryFlags.cf_ct_capsules); // OPP CT capsules + ByCategoryFlags(CategoryFlags.cf_ep_boosters); // OPP EP Boosters - //TODO ORDER MATTERS! Register Paints AFTER lottery will ensure Paint objects are valid subset of lottery category - //TODO entitydefaults must contain name "def_paint" and have cf_lottery_items - //TODO make separate category - ByNamePatternAndFlag("def_paint", CategoryFlags.cf_lottery_items); - - //TODO new CalibrationTemplateItem -- activates like paint! same category! - ByNamePatternAndFlag("_CT_capsule", CategoryFlags.cf_lottery_items); - - // TODO new ep boost item -- activates like paint - ByNamePatternAndFlag("def_boost_ep", CategoryFlags.cf_lottery_items); - - // TODO new Blinder module - ByNamePatternAndFlag(DefinitionNames.STANDARD_BLINDER_MODUL, CategoryFlags.cf_target_painter); - - //New Relic Definition for Units - ByNamePatternAndFlag(DefinitionNames.RELIC, CategoryFlags.undefined); - ByNamePatternAndFlag(DefinitionNames.RELIC_SAP, CategoryFlags.undefined); + // OPP new Blinder module + ByNamePatternAndFlag(DefinitionNames.STANDARD_BLINDER_MODULE, CategoryFlags.cf_target_painter); ByCategoryFlags(CategoryFlags.cf_proximity_probe_deployer); ByCategoryFlags(CategoryFlags.cf_gift_packages); @@ -1325,7 +1313,9 @@ void ByNamePatternAndFlag(string substr, CategoryFlags cf, params Parameter[] ByName(DefinitionNames.RANDOM_RIFT_PORTAL); ByName(DefinitionNames.BASE_ITEM_SHOP); ByName(DefinitionNames.ANNIVERSARY_PACKAGE); - ByName(DefinitionNames.STRONGHOLD_EXIT_RIFT); + ByName(DefinitionNames.STRONGHOLD_EXIT_RIFT); //OPP stronghold exit rift + ByName(DefinitionNames.RELIC); //OPP Relic + ByName(DefinitionNames.RELIC_SAP); //OPP outpost Relic var c = b.Build(); diff --git a/src/Perpetuum.ExportedTypes/CategoryFlags.cs b/src/Perpetuum.ExportedTypes/CategoryFlags.cs index e2e46bdf7..cb9b634b7 100644 --- a/src/Perpetuum.ExportedTypes/CategoryFlags.cs +++ b/src/Perpetuum.ExportedTypes/CategoryFlags.cs @@ -1,623 +1,669 @@ // 53AAD63B // This code was generated by a tool. // date: 03/05/2017 11:20:34 +// Updated manually by OPP 2021/03/03 namespace Perpetuum.ExportedTypes { - [System.Flags] - public enum CategoryFlags : long - { - undefined = 0, - cf_active_hacking_sap = 0x0000000000030592, - cf_admin_items = 0x0000000000000196, - cf_aggrorange_decreasers = 0x000000000005050f, - cf_alarm_switch = 0x0000000001040696, - cf_alliance = 0x0000000000000282, - cf_ammo = 0x000000000000000a, - cf_ammo_calibration_programs = 0x0000000000030416, - cf_ammo_corebooster_calibration_programs = 0x000000000b030416, - cf_ammo_energy_torpedo_calibration_programs = 0x0000000009030416, - cf_ammo_harvesting_calibration_programs = 0x0000000007030416, - cf_ammo_industrial_aoe_calibration_programs = 0x000000000d030416, - cf_ammo_ioncannon_calibration_programs = 0x000000000a030416, - cf_ammo_laser_calibration_programs = 0x0000000002030416, - cf_ammo_mining_calibration_programs = 0x000000000c030416, - cf_ammo_mining_probe_calibration_programs = 0x000000000e030416, - cf_ammo_missile_calibration_programs = 0x0000000004030416, - cf_ammo_plasma_calibration_programs = 0x0000000008030416, - cf_ammo_projectile_calibration_programs = 0x0000000005030416, - cf_ammo_railgun_calibration_programs = 0x0000000001030416, - cf_ammo_terraforming_multi = 0x000000000001100a, - cf_aoe_calibration_programs = 0x0000000008020416, - cf_aoe_projectile = 0x000000000502070f, - cf_aoe_projectile_tile = 0x000000010502070f, - cf_aoe_projectile_unit = 0x000000020502070f, - cf_aoe_unit_ammo = 0x0000000000000e0a, - cf_area_based = 0x0000000000020390, - cf_area_bomb = 0x0000000000020392, - cf_area_bomb_deployer = 0x0000000000020498, - cf_arena_guard = 0x0000000000000692, - cf_arena_teleport_deployer = 0x0000000000000698, - cf_armor_calibration_programs = 0x0000000001040416, - cf_armor_equipment = 0x000000000000010f, - cf_armor_hardeners = 0x000000000004010f, - cf_armor_plates = 0x000000000001010f, - cf_armor_repair_systems = 0x000000000002010f, - cf_armor_repair_upgrades = 0x000000000006010f, - cf_artifact_data = 0x0000000000000914, - cf_base = 0x0000000000000178, - cf_base_item_shop = 0x000000000002016e, - cf_basic_commodities = 0x0000000000000214, - cf_battle_stance_moduls = 0x000000000108040f, - cf_blob_emission_modulator = 0x000000000007050f, - cf_blob_emission_modulator_ammo = 0x0000000000000f0a, - cf_blob_emitter = 0x0000000000000292, - cf_buoy_charger_ammo = 0x000000000002100a, - cf_calibration_program_forge = 0x00000000000c036e, - cf_calibration_programs = 0x0000000000000416, - cf_cargo_scanner = 0x000000000003040f, - cf_chassis_calibration_programs = 0x0000000002050416, - cf_chassis_scanner = 0x000000000004040f, - cf_chemical_armor_hardeners = 0x000000000104010f, - cf_common_energy_cores = 0x0000000000010514, - cf_common_robotshards = 0x0000000000010414, - cf_component_items = 0x0000000000020595, - cf_construction_ammo = 0x000000000001110a, - cf_construction_ammo_main = 0x000000000000110a, - cf_construction_modules = 0x000000000009060f, - cf_consumable_boosters = 0x0000000000010996, - cf_consumable_items = 0x0000000000000996, - cf_container = 0x0000000000000015, - cf_container_capsule = 0x0000000000000298, - cf_core_batteries = 0x000000000008030f, - cf_core_booster_ammo = 0x000000000000070a, - cf_core_boosters = 0x000000000009030f, - cf_core_rechargers = 0x000000000004030f, - cf_corporate_hangar = 0x0000000000060815, - cf_corporate_hangar_folder = 0x0000000000070815, - cf_corporation = 0x0000000000000182, - cf_courier_items = 0x0000000000000195, - cf_cpu_upgrades = 0x000000000006040f, - cf_crawler_calibration_programs = 0x0000000002010416, - cf_crawler_chassis = 0x0000000000020250, - cf_crawler_head = 0x0000000000020150, - cf_crawler_leg = 0x0000000000020350, - cf_crawlers = 0x0000000000000301, - cf_decor = 0x000000000000005a, - cf_decor_buildings = 0x000000000000055a, - cf_decor_general = 0x000000000001055a, - cf_decor_general_element = 0x000000000101055a, - cf_decor_nuimqol = 0x000000000003055a, - cf_decor_nuimqol_element = 0x000000000303055a, - cf_decor_nuimqol_general = 0x000000000103055a, - cf_decor_nuimqol_misc = 0x000000000000025a, - cf_decor_nuimqol_special = 0x000000000203055a, - cf_decor_pelistal = 0x000000000002055a, - cf_decor_pelistal_element = 0x000000000302055a, - cf_decor_pelistal_general = 0x000000000102055a, - cf_decor_pelistal_misc = 0x000000000000045a, - cf_decor_pelistal_special = 0x000000000202055a, - cf_decor_template = 0x000000000000065a, - cf_decor_thelodica = 0x000000000004055a, - cf_decor_thelodica_element = 0x000000000304055a, - cf_decor_thelodica_general = 0x000000000104055a, - cf_decor_thelodica_misc = 0x000000000000035a, - cf_decor_thelodica_special = 0x000000000204055a, - cf_default_alliance = 0x0000000000020282, - cf_default_corporation = 0x0000000000010182, - cf_deployable_structure = 0x0000000000000998, - cf_destrucion_sap = 0x0000000000010592, - cf_detection_modules = 0x000000000009040f, - cf_documents = 0x0000000000000016, - cf_dogtags = 0x0000000000000091, - cf_drillers = 0x000000000001060f, - cf_dynamic_cprg = 0x0000000000000099, - cf_dynamic_teleports = 0x0000000000060278, - cf_eccm = 0x000000000004050f, - cf_ecm_boosters = 0x000000000008050f, - cf_egg_deployers = 0x0000000000000498, - cf_eggs = 0x0000000000000392, - cf_electronic_warfare_equipment = 0x000000000000050f, - cf_electronics_equipment = 0x000000000000040f, - cf_energy_cores = 0x0000000000000514, - cf_energy_neutralizers = 0x000000000003030f, - cf_energy_transferers = 0x000000000001030f, - cf_energy_vampires = 0x000000000002030f, - cf_energy_warfare_upgrades = 0x00000000000d030f, - cf_energytorpedo = 0x000000000009070f, - cf_energytorpedo_ammo = 0x0000000000000c0a, - cf_energytorpedo_calibration_programs = 0x0000000007020416, - cf_engineering_calibration_programs = 0x0000000003040416, - cf_engineering_equipment = 0x000000000000030f, - cf_ew_calibration_programs = 0x0000000002040416, - cf_ew_resist = 0x0000000000010a0f, - cf_explosive_armor_hardeners = 0x000000000304010f, - cf_explosive_kers = 0x00000000020b030f, - cf_field_accessories = 0x0000000000000098, - cf_field_containers = 0x0000000000020a15, - cf_field_terminal = 0x0000000000020178, - cf_gamma_commodities = 0x0000000000060214, - cf_gang_assist_calibration_programs = 0x0000000005040416, - cf_gang_assist_coordinated_manuevering = 0x000000000008090f, - cf_gang_assist_core_management = 0x00000000000c090f, - cf_gang_assist_defense = 0x000000000004090f, - cf_gang_assist_devastating = 0x00000000000b090f, - cf_gang_assist_ewar = 0x000000000003090f, - cf_gang_assist_fast_extracting = 0x00000000000d090f, - cf_gang_assist_industry = 0x000000000005090f, - cf_gang_assist_information = 0x000000000006090f, - cf_gang_assist_maintance = 0x000000000009090f, - cf_gang_assist_modules = 0x000000000000090f, - cf_gang_assist_precision_firing = 0x00000000000a090f, - cf_gang_assist_resilience = 0x00000000000f090f, - cf_gang_assist_shared_dataprocessing = 0x000000000007090f, - cf_gang_assist_shield_calculations = 0x00000000000e090f, - cf_gang_assist_siege = 0x000000000002090f, - cf_gang_assist_speed = 0x000000000001090f, - cf_gate = 0x0000000000000a92, - cf_gathering_equipment = 0x000000000000060f, - cf_generic_random_items = 0x0000000000010595, - cf_geoscan_documents = 0x0000000000000695, - cf_geothermal = 0x0000000000050114, - cf_gift_packages = 0x0000000000000896, - cf_gm_test = 0x0000000000000701, - cf_groups = 0x0000000000000082, - cf_harvesters = 0x000000000006060f, - cf_harvesting_ammo = 0x0000000000000a0a, - cf_head_calibration_programs = 0x0000000001050416, - cf_heavy_mechs = 0x0000000000000501, - cf_heavymech_calibration_programs = 0x0000000004010416, - cf_heavymech_chassis = 0x0000000000040250, - cf_heavymech_head = 0x0000000000040150, - cf_heavymech_leg = 0x0000000000040350, - cf_hightier_commodities = 0x0000000000050214, - cf_hybrid_robot = 0x0000000000000901, - cf_ice = 0x000000000000029b, - cf_industrial_aoe = 0x00000000000a070f, - cf_industrial_aoe_calibration_programs = 0x000000000a020416, - cf_industrial_aoe_tile_ammo = 0x0000000000000d0a, - cf_industrial_crawlers = 0x0000000000020e01, - cf_industrial_egg_deployer = 0x0000000000040598, - cf_industrial_heavy_gliders = 0x0000000000050e01, - cf_industrial_heavymechs = 0x0000000000040e01, - cf_industrial_mechs = 0x0000000000030e01, - cf_industrial_robots = 0x0000000000000e01, - cf_industrial_runners = 0x0000000000010e01, - cf_industrial_scanner = 0x000000000005040f, - cf_industry_calibration_programs = 0x0000000004040416, - cf_indy_dogtags = 0x0000000000000591, - cf_infinite_capacity_box = 0x0000000000030815, - cf_infinite_capacity_containers = 0x0000000000000815, - cf_inland_mobile_teleport_capsule = 0x0000000000010198, - cf_insurance_facility = 0x00000000000a036e, - cf_intel_documents = 0x0000000000000795, - cf_intrusion_objects = 0x0000000000000592, - cf_intrusion_pbs_deployers = 0x0000000000040498, - cf_intrusion_pbs_eggs = 0x0000000000040392, - cf_intrusion_turrets = 0x0000000000050592, - cf_ioncannon = 0x000000000008070f, - cf_ioncannon_ammo = 0x0000000000000b0a, - cf_ioncannon_calibration_programs = 0x0000000006020416, - cf_item_speed_boosters = 0x0000000000000396, - cf_item_supply = 0x0000000000050696, - cf_items = 0x0000000000000096, - cf_kernels = 0x0000000000000494, - cf_kers = 0x00000000000b030f, - cf_kinetic_armor_hardeners = 0x000000000204010f, - cf_kinetic_kers = 0x00000000010b030f, - cf_kiosk = 0x0000000000010696, - cf_large_aoe_tile = 0x000003010502070f, - cf_large_aoe_unit = 0x000003020502070f, - cf_large_aoe_unit_ammo = 0x0000000000030e0a, - cf_large_armor_plates = 0x000000000301010f, - cf_large_armor_repairers = 0x000000000302010f, - cf_large_core_batteries = 0x000000000308030f, - cf_large_core_boosters = 0x000000000309030f, - cf_large_crystals = 0x000000000003020a, - cf_large_energy_neutralizers = 0x000000000303030f, - cf_large_energy_transferers = 0x000000000301030f, - cf_large_energy_vampires = 0x000000000302030f, - cf_large_energytorpedo = 0x000000000309070f, - cf_large_energytorpedo_ammo = 0x0000000000030c0a, - cf_large_industrial_aoe = 0x00000000030a070f, - cf_large_industrial_aoe_tile_ammo = 0x0000000000030d0a, - cf_large_ioncannon = 0x000000000308070f, - cf_large_ioncannon_ammo = 0x0000000000030b0a, - cf_large_lasers = 0x000000000301070f, - cf_large_missile_ammo = 0x000000000003040a, - cf_large_missile_launchers = 0x000000000303070f, - cf_large_plasma = 0x000000000407070f, - cf_large_plasma_ammo = 0x000000000003060a, - cf_large_projectile_ammo = 0x000000000003030a, - cf_large_railgun_ammo = 0x000000000003010a, - cf_large_railguns = 0x000000000304070f, - cf_large_remote_armor_repairers = 0x000000000303010f, - cf_large_shield_generators = 0x000000000301020f, - cf_large_single_projectile = 0x000000030402070f, - cf_laser_ammo = 0x000000000000020a, - cf_laser_calibration_programs = 0x0000000002020416, - cf_laser_upgrades = 0x000000000305070f, - cf_lasers = 0x000000000001070f, - cf_leg_calibration_programs = 0x0000000003050416, - cf_lightweight_frame = 0x000000000005010f, - cf_limited_capacity_box = 0x0000000000040915, - cf_limited_capacity_containers = 0x0000000000000915, - cf_liquid = 0x0000000000040114, - cf_lock_breaker = 0x0000000000020a0f, - cf_logical_storage = 0x0000000000000017, - cf_longrange_webber = 0x000000000201050f, - cf_loot = 0x0000000000020815, - cf_loot_container_object = 0x0000000000000192, - cf_lootcontainers = 0x0000000000000a15, - cf_lootonly_containers = 0x0000000000010a15, - cf_lottery_items = 0x000000000000049b, - cf_maneuvering_equipment = 0x00000000000a030f, - cf_markets = 0x000000000000016e, - cf_massmodifiers = 0x000000000007030f, - cf_material = 0x0000000000000014, - cf_material_scan_result = 0x0000000000000390, - cf_mech_calibration_programs = 0x0000000003010416, - cf_mech_chassis = 0x0000000000030250, - cf_mech_head = 0x0000000000030150, - cf_mech_leg = 0x0000000000030350, - cf_mechs = 0x0000000000000401, - cf_medium_aoe_tile = 0x000002010502070f, - cf_medium_aoe_unit = 0x000002020502070f, - cf_medium_aoe_unit_ammo = 0x0000000000020e0a, - cf_medium_armor_plates = 0x000000000201010f, - cf_medium_armor_repairers = 0x000000000202010f, - cf_medium_core_batteries = 0x000000000208030f, - cf_medium_core_boosters = 0x000000000209030f, - cf_medium_crystals = 0x000000000002020a, - cf_medium_drillers = 0x000000000201060f, - cf_medium_drillers_old = 0x000000000002060f, - cf_medium_energy_neutralizers = 0x000000000203030f, - cf_medium_energy_transferers = 0x000000000201030f, - cf_medium_energy_vampires = 0x000000000202030f, - cf_medium_energytorpedo = 0x000000000209070f, - cf_medium_energytorpedo_ammo = 0x0000000000020c0a, - cf_medium_harvesters = 0x000000000206060f, - cf_medium_harvesters_old = 0x000000000007060f, - cf_medium_industrial_aoe = 0x00000000020a070f, - cf_medium_industrial_aoe_tile_ammo = 0x0000000000020d0a, - cf_medium_ioncannon = 0x000000000208070f, - cf_medium_ioncannon_ammo = 0x0000000000020b0a, - cf_medium_lasers = 0x000000000201070f, - cf_medium_missile_ammo = 0x000000000002040a, - cf_medium_missile_launchers = 0x000000000203070f, - cf_medium_plasma = 0x000000000307070f, - cf_medium_plasma_ammo = 0x000000000002060a, - cf_medium_projectile_ammo = 0x000000000002030a, - cf_medium_railgun_ammo = 0x000000000002010a, - cf_medium_railguns = 0x000000000204070f, - cf_medium_remote_armor_repairers = 0x000000000203010f, - cf_medium_shield_generators = 0x000000000201020f, - cf_medium_single_projectile = 0x000000020402070f, - cf_mill = 0x000000000008036e, - cf_mining_ammo = 0x000000000000050a, - cf_mining_probe_ammo = 0x000000000000090a, - cf_mining_probe_ammo_area = 0x000000000001090a, - cf_mining_probe_ammo_artifact = 0x000000000004090a, - cf_mining_probe_ammo_direction = 0x000000000006090a, - cf_mining_probe_ammo_intrusion = 0x000000000005090a, - cf_mining_probe_ammo_one_tile = 0x000000000003090a, - cf_mining_probe_ammo_tile = 0x000000000002090a, - cf_mining_probe_result = 0x0000000000000316, - cf_mining_probe_result_area = 0x0000000000010316, - cf_mining_probe_result_tile = 0x0000000000020316, - cf_mining_probes = 0x000000000005060f, - cf_mining_upgrades = 0x000000000004060f, - cf_missile_ammo = 0x000000000000040a, - cf_missile_calibration_programs = 0x0000000004020416, - cf_missile_upgrades = 0x000000000405070f, - cf_missiles = 0x000000000003070f, - cf_mission_agent = 0x000000000000046e, - cf_mission_calibration_programs = 0x0000000000060416, - cf_mission_coin = 0x000000000000039b, - cf_mission_egg_deployer = 0x0000000000050598, - cf_mission_items = 0x0000000000000095, - cf_mission_mineral = 0x0000000000000495, - cf_mission_structures = 0x0000000000000696, - cf_mission_switch = 0x0000000000040696, - cf_mobile_arena_teleport = 0x0000000003060278, - cf_mobile_teleport = 0x0000000001060278, - cf_mobile_teleport_capsule = 0x0000000000000198, - cf_mobile_world_teleport = 0x0000000002060278, - cf_module_calibration_programs = 0x0000000000040416, - cf_neuralyzer = 0x00000000000c030f, - cf_noobot = 0x0000000000000101, - cf_npc = 0x000000000000008f, - cf_npc_egg_deployer = 0x0000000000000598, - cf_npc_eggs = 0x0000000000010392, - cf_npc_indy = 0x000000000000068f, - cf_npc_nuimqol = 0x000000000000048f, - cf_npc_pelistal = 0x000000000000058f, - cf_npc_police = 0x000000000000018f, - cf_npc_test = 0x000000000000028f, - cf_npc_thelodica = 0x000000000000038f, - cf_nuimqol_commodities = 0x0000000000040214, - cf_nuimqol_crawlers = 0x0000000000020d01, - cf_nuimqol_dogtags = 0x0000000000000391, - cf_nuimqol_egg_deployer = 0x0000000000010598, - cf_nuimqol_energy_cores = 0x0000000000040514, - cf_nuimqol_heavymechs = 0x0000000000040d01, - cf_nuimqol_mechs = 0x0000000000030d01, - cf_nuimqol_robots = 0x0000000000000d01, - cf_nuimqol_robotshards = 0x0000000000030414, - cf_nuimqol_runners = 0x0000000000010d01, - cf_ore = 0x0000000000020114, - cf_organic = 0x0000000000010114, - cf_others = 0x0000000000000296, - cf_outpost = 0x0000000001010178, - cf_outpost_mill = 0x000000000108036e, - cf_outpost_prototyper = 0x000000000109036e, - cf_outpost_refinery = 0x000000000101036e, - cf_outpost_repair = 0x000000000105036e, - cf_outpost_reprocessor = 0x000000000104036e, - cf_outpost_research_lab = 0x000000000106036e, - cf_overcharged_armor_resist = 0x0000000000030a0f, - cf_package_activator = 0x000000000000019b, - cf_package_activator_credit = 0x000000000003019b, - cf_package_activator_ep = 0x000000000001019b, - cf_package_activator_spark = 0x000000000002019b, - cf_passive_hacking_sap = 0x0000000000040592, - cf_pbs = 0x0000000000030492, - cf_pbs_armor_repairer = 0x0000000007030492, - cf_pbs_aura_emitter_capsules = 0x0000000000030e9a, - cf_pbs_basic_transmitter_capsules = 0x000000000001039a, - cf_pbs_battery_capsules = 0x000000000003039a, - cf_pbs_calibration_forge_nodes = 0x0000000803030492, - cf_pbs_calibration_programs = 0x0000000000070416, - cf_pbs_capsules = 0x000000000000009a, - cf_pbs_control_tower = 0x0000000008030492, - cf_pbs_control_tower_capsules = 0x000000000000119a, - cf_pbs_core_transmitter = 0x0000000002030492, - cf_pbs_core_transmitter_capsules = 0x000000000000039a, - cf_pbs_docking_base = 0x0000000009030492, - cf_pbs_docking_base_capsules = 0x000000000000019a, - cf_pbs_effect_emitter = 0x0000000005030492, - cf_pbs_effect_emitter_capsules = 0x0000000000000e9a, - cf_pbs_effect_supplier = 0x0000000004030492, - cf_pbs_effect_supplier_capsules = 0x0000000000000d9a, - cf_pbs_egg = 0x0000000000050392, - cf_pbs_energy_well = 0x000000000a030492, - cf_pbs_energy_well_capsules = 0x000000000000129a, - cf_pbs_ew_turret_capsules = 0x000000000004109a, - cf_pbs_highway_node = 0x000000000b030492, - cf_pbs_highway_node_capsule = 0x000000000000139a, - cf_pbs_laser_turret_capsules = 0x000000000002109a, - cf_pbs_masker_tower_capsules = 0x0000000000020e9a, - cf_pbs_mill = 0x000000000208036e, - cf_pbs_mill_nodes = 0x0000000503030492, - cf_pbs_miner_tower_capsules = 0x0000000000010e9a, - cf_pbs_mining_towers = 0x000000000c030492, - cf_pbs_missile_turret_capsules = 0x000000000003109a, - cf_pbs_production_capsules = 0x000000000000049a, - cf_pbs_production_ct_merge_capsules = 0x000000000007049a, - cf_pbs_production_decoder_complex_capsules = 0x000000000008049a, - cf_pbs_production_mill_capsules = 0x000000000006049a, - cf_pbs_production_nodes = 0x0000000003030492, - cf_pbs_production_prototyper_capsules = 0x000000000004049a, - cf_pbs_production_refinery_capsules = 0x000000000001049a, - cf_pbs_production_repair_capsules = 0x000000000003049a, - cf_pbs_production_reprocessor_capsules = 0x000000000002049a, - cf_pbs_production_research_lab_capsules = 0x000000000005049a, - cf_pbs_production_upgrade_capsules = 0x0000000000000c9a, - cf_pbs_production_upgrade_nodes = 0x0000000303030492, - cf_pbs_prototyper = 0x000000000209036e, - cf_pbs_prototyper_nodes = 0x0000000403030492, - cf_pbs_railgun_turret_capsules = 0x000000000001109a, - cf_pbs_reactor = 0x0000000001030492, - cf_pbs_reactor_booster = 0x0000000000000394, - cf_pbs_reactor_capsules = 0x000000000000029a, - cf_pbs_refinery = 0x000000000201036e, - cf_pbs_refinery_nodes = 0x0000000603030492, - cf_pbs_repair = 0x000000000205036e, - cf_pbs_repair_nodes = 0x0000000203030492, - cf_pbs_repairer_capsules = 0x0000000000000f9a, - cf_pbs_reprocessor = 0x000000000204036e, - cf_pbs_reprocessor_nodes = 0x0000000703030492, - cf_pbs_reseach_lab = 0x000000000206036e, - cf_pbs_reseach_lab_nodes = 0x0000000103030492, - cf_pbs_research_kit_forge_nodes = 0x0000000903030492, - cf_pbs_turret = 0x0000000006030492, - cf_pbs_turret_capsules = 0x000000000000109a, - cf_pbs_XL_transmitter_capsules = 0x000000000002039a, - cf_pelistal_commodities = 0x0000000000020214, - cf_pelistal_crawlers = 0x0000000000020b01, - cf_pelistal_dogtags = 0x0000000000000191, - cf_pelistal_egg_deployer = 0x0000000000020598, - cf_pelistal_energy_cores = 0x0000000000030514, - cf_pelistal_heavymechs = 0x0000000000040b01, - cf_pelistal_mechs = 0x0000000000030b01, - cf_pelistal_robots = 0x0000000000000b01, - cf_pelistal_robotshards = 0x0000000000040414, - cf_pelistal_runners = 0x0000000000010b01, - cf_plant_seed = 0x0000000000000398, - cf_plasma = 0x000000000007070f, - cf_plasma_ammo = 0x000000000000060a, - cf_plasma_bomb = 0x0000000000000898, - cf_plasmagun_calibration_programs = 0x0000000003020416, - cf_player = 0x000000000000008c, - cf_player_built = 0x0000000000000492, - cf_police = 0x000000000000008e, - cf_police_turret = 0x0000000000010801, - cf_portals = 0x0000000000000c92, - cf_powergrid_upgrades = 0x000000000005030f, - cf_primary_commodities = 0x0000000000010214, - cf_private_alliance = 0x0000000000010282, - cf_private_container = 0x0000000000010915, - cf_private_corporation = 0x0000000000020182, - cf_production_facilities = 0x000000000000036e, - cf_production_items = 0x0000000000000094, - cf_projectile_ammo = 0x000000000000030a, - cf_projectile_calibration_programs = 0x0000000005020416, - cf_projectile_upgrades = 0x000000000205070f, - cf_projectiles = 0x000000000002070f, - cf_prototyper = 0x000000000009036e, - cf_proximity_probe_deployer = 0x0000000000000798, - cf_proximity_probes = 0x0000000000010492, - cf_public_container = 0x0000000000040815, - cf_public_corporation_hangar_storage = 0x0000000000050815, - cf_public_docking_base = 0x0000000000010178, - cf_public_market = 0x000000000001016e, - cf_public_teleport_column = 0x0000000000010278, - cf_public_vendor = 0x000000000001026e, - cf_railgun_ammo = 0x000000000000010a, - cf_railgun_calibration_programs = 0x0000000001020416, - cf_railgun_upgrades = 0x000000000105070f, - cf_railguns = 0x000000000004070f, - cf_random_artifacts = 0x0000000000030595, - cf_random_calibration_programs = 0x0000000000080416, - cf_random_items = 0x0000000000000595, - cf_random_research_kits = 0x0000000000000594, - cf_rare_material = 0x0000000000000714, - cf_raw_material = 0x0000000000000114, - cf_reactor_cores = 0x0000000000000294, - cf_reactor_plasma = 0x0000000000000614, - cf_reactor_sealings = 0x00000000000e030f, - cf_redeemables = 0x000000000000009b, - cf_refinery_facility = 0x000000000001036e, - cf_remote_armor_repairers = 0x000000000003010f, - cf_remote_sensor_boosters = 0x000000000002040f, - cf_repair_facility = 0x000000000005036e, - cf_reprocessor_facility = 0x000000000004036e, - cf_research_kit_forge = 0x00000000000b036e, - cf_research_kits = 0x0000000000000194, - cf_research_lab = 0x000000000006036e, - cf_resistance_plating = 0x000000000504010f, - cf_rifts = 0x0000000000000b92, - cf_robot_assembler = 0x000000000007036e, - cf_robot_calibration_programs = 0x0000000000010416, - cf_robot_chassis = 0x0000000000000250, - cf_robot_component_calibration_programs = 0x0000000000050416, - cf_robot_components = 0x0000000000000050, - cf_robot_equipment = 0x000000000000000f, - cf_robot_head = 0x0000000000000150, - cf_robot_inventory = 0x0000000000030915, - cf_robot_leg = 0x0000000000000350, - cf_robots = 0x0000000000000001, - cf_robotshards = 0x0000000000000414, - cf_rock = 0x000000000000015a, - cf_runner_calibration_programs = 0x0000000001010416, - cf_runner_chassis = 0x0000000000010250, - cf_runner_head = 0x0000000000010150, - cf_runner_leg = 0x0000000000010350, - cf_runners = 0x0000000000000201, - cf_scan_result = 0x0000000000000090, - cf_sensor_boosters = 0x000000000001040f, - cf_sensor_dampeners = 0x000000000003050f, - cf_sensor_jammers = 0x000000000002050f, - cf_shield_equipment = 0x000000000000020f, - cf_shield_generators = 0x000000000001020f, - cf_shield_hardener = 0x000000000002020f, - cf_shortrange_webber = 0x000000000101050f, - cf_siege_hack_modules = 0x000000000006050f, - cf_simple_switch = 0x0000000002040696, - cf_single_projectile = 0x000000000402070f, - cf_small_aoe_projectile_tile = 0x000001010502070f, - cf_small_aoe_unit = 0x000001020502070f, - cf_small_aoe_unit_ammo = 0x0000000000010e0a, - cf_small_armor_plates = 0x000000000101010f, - cf_small_armor_repairers = 0x000000000102010f, - cf_small_core_batteries = 0x000000000108030f, - cf_small_core_boosters = 0x000000000109030f, - cf_small_crystals = 0x000000000001020a, - cf_small_drillers = 0x000000000101060f, - cf_small_energy_neutralizers = 0x000000000103030f, - cf_small_energy_transferers = 0x000000000101030f, - cf_small_energy_vampires = 0x000000000102030f, - cf_small_energytorpedo = 0x000000000109070f, - cf_small_energytorpedo_ammo = 0x0000000000010c0a, - cf_small_harvesters = 0x000000000106060f, - cf_small_industrial_aoe = 0x00000000010a070f, - cf_small_industrial_aoe_tile_ammo = 0x0000000000010d0a, - cf_small_ioncannon = 0x000000000108070f, - cf_small_ioncannon_ammo = 0x0000000000010b0a, - cf_small_lasers = 0x000000000101070f, - cf_small_missile_ammo = 0x000000000001040a, - cf_small_missile_launchers = 0x000000000103070f, - cf_small_plasma = 0x000000000107070f, - cf_small_plasma_ammo = 0x000000000001060a, - cf_small_projectile_ammo = 0x000000000001030a, - cf_small_railgun_ammo = 0x000000000001010a, - cf_small_railguns = 0x000000000104070f, - cf_small_remote_armor_repairers = 0x000000000103010f, - cf_small_shield_generator = 0x000000000101020f, - cf_small_single_projectile = 0x000000010402070f, - cf_small_terraformer = 0x000000000001080f, - cf_soil = 0x0000000000000314, - cf_specimen_processing_sap = 0x0000000000020592, - cf_stance_moduls = 0x000000000008040f, - cf_starter_item = 0x0000000000000395, - cf_station_services = 0x000000000000006e, - cf_stealth_modules = 0x00000000000a040f, - cf_structures = 0x0000000000000078, - cf_supressor_boosters = 0x000000000009050f, - cf_syndicate_crawlers = 0x0000000000020f01, - cf_syndicate_dogtags = 0x0000000000000491, - cf_syndicate_heavymechs = 0x0000000000040f01, - cf_syndicate_mechs = 0x0000000000030f01, - cf_syndicate_robots = 0x0000000000000f01, - cf_syndicate_runners = 0x0000000000010f01, - cf_system_container = 0x0000000000010815, - cf_tactial_modules = 0x0000000000000a0f, - cf_target_painter = 0x00000000000b040f, - cf_teleport_back_home = 0x0000000004060278, - cf_teleport_channel_enabler = 0x0000000000000892, - cf_teleport_column = 0x0000000000000278, - cf_terraform_buoy = 0x0000000000000792, - cf_terraform_buoy_capsule = 0x0000000000000c98, - cf_terraform_equipment = 0x00000000000a060f, - cf_terraforming_ammo = 0x000000000000100a, - cf_terraforming_digger = 0x000000000002080f, - cf_terraforming_equipment = 0x000000000000080f, - cf_terraforming_raiser = 0x000000000003080f, - cf_test_robot_punchbags = 0x0000000000010a01, - cf_test_robots = 0x0000000000000a01, - cf_testnpc = 0x0000000000020a01, - cf_thelodica_commodities = 0x0000000000030214, - cf_thelodica_crawlers = 0x0000000000020c01, - cf_thelodica_dogtags = 0x0000000000000291, - cf_thelodica_egg_deployer = 0x0000000000030598, - cf_thelodica_energy_cores = 0x0000000000020514, - cf_thelodica_heavymechs = 0x0000000000040c01, - cf_thelodica_mechs = 0x0000000000030c01, - cf_thelodica_robots = 0x0000000000000c01, - cf_thelodica_robotshards = 0x0000000000020414, - cf_thelodica_runners = 0x0000000000010c01, - cf_thermal_armor_hardeners = 0x000000000404010f, - cf_thermal_kers = 0x00000000030b030f, - cf_tile_based = 0x0000000000010390, - cf_tracking_upgrades = 0x000000000007040f, - cf_training_docking_base = 0x0000000002010178, - cf_training_exit_teleport = 0x0000000000070278, - cf_training_items = 0x0000000000000992, - cf_turrets = 0x0000000000000801, - cf_tutorial_industry_items = 0x0000000000000295, - cf_tutorial_punchbag = 0x0000000000000496, - cf_vendors = 0x000000000000026e, - cf_visibility_based_probe = 0x0000000002010492, - cf_volume_wrapper_container = 0x0000000000000b15, - cf_volume_wrapper_container_old = 0x0000000000080815, - cf_walker_calibration_programs = 0x0000000005010416, - cf_walker_chassis = 0x0000000000050250, - cf_walker_head = 0x0000000000050150, - cf_walker_leg = 0x0000000000050350, - cf_walkers = 0x0000000000000601, - cf_walking_stabilizers = 0x000000000006030f, - cf_wall_builder_ammo = 0x000000000002110a, - cf_wall_healer = 0x0000000000020492, - cf_wall_healer_capsule = 0x0000000000000a98, - cf_weapon_calibration_programs = 0x0000000000020416, - cf_weapon_stabilizer = 0x000000000505070f, - cf_weapon_upgrade_calibration_programs = 0x0000000009020416, - cf_weapon_upgrades = 0x000000000005070f, - cf_weapons = 0x000000000000070f, - cf_webber = 0x000000000001050f, - cf_world_mobile_teleport_capsule = 0x0000000000020198, - cf_zone_item_shop = 0x0000000000000796, - cf_zone_objects = 0x0000000000000092, - def_pbs_dogtags = 0x0000000000000691 + [System.Flags] + public enum CategoryFlags : long + { + undefined = 0, + cf_active_hacking_sap = 0x0000000000030592, + cf_admin_items = 0x0000000000000196, + cf_aggrorange_decreasers = 0x000000000005050F, + cf_alarm_switch = 0x0000000001040696, + cf_alliance = 0x0000000000000282, + cf_ammo = 0x000000000000000A, + cf_ammo_calibration_programs = 0x0000000000030416, + cf_ammo_corebooster_calibration_programs = 0x000000000B030416, + cf_ammo_energy_torpedo_calibration_programs = 0x0000000009030416, + cf_ammo_harvesting_calibration_programs = 0x0000000007030416, + cf_ammo_industrial_aoe_calibration_programs = 0x000000000D030416, + cf_ammo_ioncannon_calibration_programs = 0x000000000A030416, + cf_ammo_laser_calibration_programs = 0x0000000002030416, + cf_ammo_mining_calibration_programs = 0x000000000C030416, + cf_ammo_mining_probe_calibration_programs = 0x000000000E030416, + cf_ammo_missile_calibration_programs = 0x0000000004030416, + cf_ammo_plasma_calibration_programs = 0x0000000008030416, + cf_ammo_projectile_calibration_programs = 0x0000000005030416, + cf_ammo_railgun_calibration_programs = 0x0000000001030416, + cf_ammo_terraforming_multi = 0x000000000001100A, + cf_aoe_calibration_programs = 0x0000000008020416, + cf_aoe_projectile = 0x000000000502070F, + cf_aoe_projectile_tile = 0x000000010502070F, + cf_aoe_projectile_unit = 0x000000020502070F, + cf_aoe_unit_ammo = 0x0000000000000E0A, + cf_area_based = 0x0000000000020390, + cf_area_bomb = 0x0000000000020392, + cf_area_bomb_deployer = 0x0000000000020498, + cf_arena_guard = 0x0000000000000692, + cf_arena_teleport_deployer = 0x0000000000000698, + cf_armor_calibration_programs = 0x0000000001040416, + cf_armor_equipment = 0x000000000000010F, + cf_armor_hardeners = 0x000000000004010F, + cf_armor_plates = 0x000000000001010F, + cf_armor_repair_systems = 0x000000000002010F, + cf_armor_repair_upgrades = 0x000000000006010F, + cf_artifact_data = 0x0000000000000914, + cf_base = 0x0000000000000178, + cf_base_item_shop = 0x000000000002016E, + cf_basic_commodities = 0x0000000000000214, + cf_battle_stance_moduls = 0x000000000108040F, + cf_blob_emission_modulator = 0x000000000007050F, + cf_blob_emission_modulator_ammo = 0x0000000000000F0A, + cf_blob_emitter = 0x0000000000000292, + cf_buoy_charger_ammo = 0x000000000002100A, + cf_calibration_program_forge = 0x00000000000C036E, + cf_calibration_programs = 0x0000000000000416, + cf_cargo_scanner = 0x000000000003040F, + cf_chassis_calibration_programs = 0x0000000002050416, + cf_chassis_scanner = 0x000000000004040F, + cf_chemical_armor_hardeners = 0x000000000104010F, + cf_common_energy_cores = 0x0000000000010514, + cf_common_robotshards = 0x0000000000010414, + cf_component_items = 0x0000000000020595, + cf_construction_ammo = 0x000000000001110A, + cf_construction_ammo_main = 0x000000000000110A, + cf_construction_modules = 0x000000000009060F, + cf_consumable_boosters = 0x0000000000010996, + cf_consumable_items = 0x0000000000000996, + cf_container = 0x0000000000000015, + cf_container_capsule = 0x0000000000000298, + cf_core_batteries = 0x000000000008030F, + cf_core_booster_ammo = 0x000000000000070A, + cf_core_boosters = 0x000000000009030F, + cf_core_rechargers = 0x000000000004030F, + cf_corporate_hangar = 0x0000000000060815, + cf_corporate_hangar_folder = 0x0000000000070815, + cf_corporation = 0x0000000000000182, + cf_courier_items = 0x0000000000000195, + cf_cpu_upgrades = 0x000000000006040F, + cf_crawler_calibration_programs = 0x0000000002010416, + cf_crawler_chassis = 0x0000000000020250, + cf_crawler_head = 0x0000000000020150, + cf_crawler_leg = 0x0000000000020350, + cf_crawlers = 0x0000000000000301, + cf_ct_capsules = 0x000000000003049B, + cf_ct_capsules_ammo = 0x000000000103049B, + cf_ct_capsules_ammo_laser = 0x000000010103049B, + cf_ct_capsules_ammo_missile = 0x000000040103049B, + cf_ct_capsules_ammo_projectile = 0x000000030103049B, + cf_ct_capsules_ammo_railgun = 0x000000020103049B, + cf_ct_capsules_equipment = 0x000000000203049B, + cf_ct_capsules_equipment_armor = 0x000000010203049B, + cf_ct_capsules_equipment_electronics = 0x000000030203049B, + cf_ct_capsules_equipment_engineering = 0x000000040203049B, + cf_ct_capsules_equipment_ewar = 0x000000020203049B, + cf_ct_capsules_equipment_industrial = 0x000000050203049B, + cf_ct_capsules_equipment_nexus = 0x000000080203049B, + cf_ct_capsules_equipment_shield = 0x000000060203049B, + cf_ct_capsules_equipment_weapons = 0x000000070203049B, + cf_ct_capsules_misc = 0x000000000403049B, + cf_ct_capsules_robot = 0x000000000303049B, + cf_ct_capsules_robot_industrial = 0x000000040303049B, + cf_ct_capsules_robot_industrial_assault = 0x000002040303049B, + cf_ct_capsules_robot_industrial_heavymech = 0x000004040303049B, + cf_ct_capsules_robot_industrial_light = 0x000001040303049B, + cf_ct_capsules_robot_industrial_mech = 0x000003040303049B, + cf_ct_capsules_robot_nuimqol = 0x000000030303049B, + cf_ct_capsules_robot_nuimqol_assault = 0x000002030303049B, + cf_ct_capsules_robot_nuimqol_heavymech = 0x000004030303049B, + cf_ct_capsules_robot_nuimqol_light = 0x000001030303049B, + cf_ct_capsules_robot_nuimqol_mech = 0x000003030303049B, + cf_ct_capsules_robot_pelistal = 0x000000010303049B, + cf_ct_capsules_robot_pelistal_assault = 0x000002010303049B, + cf_ct_capsules_robot_pelistal_heavymech = 0x000004010303049B, + cf_ct_capsules_robot_pelistal_light = 0x000001010303049B, + cf_ct_capsules_robot_pelistal_mech = 0x000003010303049B, + cf_ct_capsules_robot_syndicate = 0x000000050303049B, + cf_ct_capsules_robot_syndicate_assault = 0x000002050303049B, + cf_ct_capsules_robot_syndicate_heavymech = 0x000004050303049B, + cf_ct_capsules_robot_syndicate_light = 0x000001050303049B, + cf_ct_capsules_robot_syndicate_mech = 0x000003050303049B, + cf_ct_capsules_robot_thelodica = 0x000000020303049B, + cf_ct_capsules_robot_thelodica_assault = 0x000002020303049B, + cf_ct_capsules_robot_thelodica_heavymech = 0x000004020303049B, + cf_ct_capsules_robot_thelodica_light = 0x000001020303049B, + cf_ct_capsules_robot_thelodica_mech = 0x000003020303049B, + cf_datashards = 0x0000000000000694, + cf_decor = 0x000000000000005A, + cf_decor_buildings = 0x000000000000055A, + cf_decor_general = 0x000000000001055A, + cf_decor_general_element = 0x000000000101055A, + cf_decor_nuimqol = 0x000000000003055A, + cf_decor_nuimqol_element = 0x000000000303055A, + cf_decor_nuimqol_general = 0x000000000103055A, + cf_decor_nuimqol_misc = 0x000000000000025A, + cf_decor_nuimqol_special = 0x000000000203055A, + cf_decor_pelistal = 0x000000000002055A, + cf_decor_pelistal_element = 0x000000000302055A, + cf_decor_pelistal_general = 0x000000000102055A, + cf_decor_pelistal_misc = 0x000000000000045A, + cf_decor_pelistal_special = 0x000000000202055A, + cf_decor_template = 0x000000000000065A, + cf_decor_thelodica = 0x000000000004055A, + cf_decor_thelodica_element = 0x000000000304055A, + cf_decor_thelodica_general = 0x000000000104055A, + cf_decor_thelodica_misc = 0x000000000000035A, + cf_decor_thelodica_special = 0x000000000204055A, + cf_default_alliance = 0x0000000000020282, + cf_default_corporation = 0x0000000000010182, + cf_deployable_structure = 0x0000000000000998, + cf_destrucion_sap = 0x0000000000010592, + cf_detection_modules = 0x000000000009040F, + cf_documents = 0x0000000000000016, + cf_dogtags = 0x0000000000000091, + cf_drillers = 0x000000000001060F, + cf_dynamic_cprg = 0x0000000000000099, + cf_dynamic_teleports = 0x0000000000060278, + cf_eccm = 0x000000000004050F, + cf_ecm_boosters = 0x000000000008050F, + cf_egg_deployers = 0x0000000000000498, + cf_eggs = 0x0000000000000392, + cf_electronic_warfare_equipment = 0x000000000000050F, + cf_electronics_equipment = 0x000000000000040F, + cf_energy_cores = 0x0000000000000514, + cf_energy_neutralizers = 0x000000000003030F, + cf_energy_transferers = 0x000000000001030F, + cf_energy_vampires = 0x000000000002030F, + cf_energy_warfare_upgrades = 0x00000000000D030F, + cf_energytorpedo = 0x000000000009070F, + cf_energytorpedo_ammo = 0x0000000000000C0A, + cf_energytorpedo_calibration_programs = 0x0000000007020416, + cf_engineering_calibration_programs = 0x0000000003040416, + cf_engineering_equipment = 0x000000000000030F, + cf_ep_boosters = 0x000000000001049B, + cf_ew_calibration_programs = 0x0000000002040416, + cf_ew_resist = 0x0000000000010A0F, + cf_explosive_armor_hardeners = 0x000000000304010F, + cf_explosive_kers = 0x00000000020B030F, + cf_field_accessories = 0x0000000000000098, + cf_field_containers = 0x0000000000020A15, + cf_field_terminal = 0x0000000000020178, + cf_gamma_commodities = 0x0000000000060214, + cf_gang_assist_calibration_programs = 0x0000000005040416, + cf_gang_assist_coordinated_manuevering = 0x000000000008090F, + cf_gang_assist_core_management = 0x00000000000C090F, + cf_gang_assist_defense = 0x000000000004090F, + cf_gang_assist_devastating = 0x00000000000B090F, + cf_gang_assist_ewar = 0x000000000003090F, + cf_gang_assist_fast_extracting = 0x00000000000D090F, + cf_gang_assist_industry = 0x000000000005090F, + cf_gang_assist_information = 0x000000000006090F, + cf_gang_assist_maintance = 0x000000000009090F, + cf_gang_assist_modules = 0x000000000000090F, + cf_gang_assist_precision_firing = 0x00000000000A090F, + cf_gang_assist_resilience = 0x00000000000F090F, + cf_gang_assist_shared_dataprocessing = 0x000000000007090F, + cf_gang_assist_shield_calculations = 0x00000000000E090F, + cf_gang_assist_siege = 0x000000000002090F, + cf_gang_assist_speed = 0x000000000001090F, + cf_gate = 0x0000000000000A92, + cf_gathering_equipment = 0x000000000000060F, + cf_generic_random_items = 0x0000000000010595, + cf_geoscan_documents = 0x0000000000000695, + cf_geothermal = 0x0000000000050114, + cf_gift_packages = 0x0000000000000896, + cf_gm_test = 0x0000000000000701, + cf_groups = 0x0000000000000082, + cf_harvesters = 0x000000000006060F, + cf_harvesting_ammo = 0x0000000000000A0A, + cf_head_calibration_programs = 0x0000000001050416, + cf_heavy_mechs = 0x0000000000000501, + cf_heavymech_calibration_programs = 0x0000000004010416, + cf_heavymech_chassis = 0x0000000000040250, + cf_heavymech_head = 0x0000000000040150, + cf_heavymech_leg = 0x0000000000040350, + cf_hightier_commodities = 0x0000000000050214, + cf_hybrid_robot = 0x0000000000000901, + cf_ice = 0x000000000000029B, + cf_industrial_aoe = 0x00000000000A070F, + cf_industrial_aoe_calibration_programs = 0x000000000A020416, + cf_industrial_aoe_tile_ammo = 0x0000000000000D0A, + cf_industrial_crawlers = 0x0000000000020E01, + cf_industrial_egg_deployer = 0x0000000000040598, + cf_industrial_heavy_gliders = 0x0000000000050E01, + cf_industrial_heavymechs = 0x0000000000040E01, + cf_industrial_mechs = 0x0000000000030E01, + cf_industrial_robots = 0x0000000000000E01, + cf_industrial_runners = 0x0000000000010E01, + cf_industrial_scanner = 0x000000000005040F, + cf_industry_calibration_programs = 0x0000000004040416, + cf_indy_dogtags = 0x0000000000000591, + cf_infinite_capacity_box = 0x0000000000030815, + cf_infinite_capacity_containers = 0x0000000000000815, + cf_inland_mobile_teleport_capsule = 0x0000000000010198, + cf_insurance_facility = 0x00000000000A036E, + cf_intel_documents = 0x0000000000000795, + cf_intrusion_objects = 0x0000000000000592, + cf_intrusion_pbs_deployers = 0x0000000000040498, + cf_intrusion_pbs_eggs = 0x0000000000040392, + cf_intrusion_turrets = 0x0000000000050592, + cf_ioncannon = 0x000000000008070F, + cf_ioncannon_ammo = 0x0000000000000B0A, + cf_ioncannon_calibration_programs = 0x0000000006020416, + cf_item_speed_boosters = 0x0000000000000396, + cf_item_supply = 0x0000000000050696, + cf_items = 0x0000000000000096, + cf_kernels = 0x0000000000000494, + cf_kers = 0x00000000000B030F, + cf_kinetic_armor_hardeners = 0x000000000204010F, + cf_kinetic_kers = 0x00000000010B030F, + cf_kiosk = 0x0000000000010696, + cf_large_aoe_tile = 0x000003010502070F, + cf_large_aoe_unit = 0x000003020502070F, + cf_large_aoe_unit_ammo = 0x0000000000030E0A, + cf_large_armor_plates = 0x000000000301010F, + cf_large_armor_repairers = 0x000000000302010F, + cf_large_core_batteries = 0x000000000308030F, + cf_large_core_boosters = 0x000000000309030F, + cf_large_crystals = 0x000000000003020A, + cf_large_energy_neutralizers = 0x000000000303030F, + cf_large_energy_transferers = 0x000000000301030F, + cf_large_energy_vampires = 0x000000000302030F, + cf_large_energytorpedo = 0x000000000309070F, + cf_large_energytorpedo_ammo = 0x0000000000030C0A, + cf_large_industrial_aoe = 0x00000000030A070F, + cf_large_industrial_aoe_tile_ammo = 0x0000000000030D0A, + cf_large_ioncannon = 0x000000000308070F, + cf_large_ioncannon_ammo = 0x0000000000030B0A, + cf_large_lasers = 0x000000000301070F, + cf_large_missile_ammo = 0x000000000003040A, + cf_large_missile_launchers = 0x000000000303070F, + cf_large_plasma = 0x000000000407070F, + cf_large_plasma_ammo = 0x000000000003060A, + cf_large_projectile_ammo = 0x000000000003030A, + cf_large_railgun_ammo = 0x000000000003010A, + cf_large_railguns = 0x000000000304070F, + cf_large_remote_armor_repairers = 0x000000000303010F, + cf_large_shield_generators = 0x000000000301020F, + cf_large_single_projectile = 0x000000030402070F, + cf_laser_ammo = 0x000000000000020A, + cf_laser_calibration_programs = 0x0000000002020416, + cf_laser_upgrades = 0x000000000305070F, + cf_lasers = 0x000000000001070F, + cf_leg_calibration_programs = 0x0000000003050416, + cf_lightweight_frame = 0x000000000005010F, + cf_limited_capacity_box = 0x0000000000040915, + cf_limited_capacity_containers = 0x0000000000000915, + cf_liquid = 0x0000000000040114, + cf_lock_breaker = 0x0000000000020A0F, + cf_logical_storage = 0x0000000000000017, + cf_longrange_webber = 0x000000000201050F, + cf_loot = 0x0000000000020815, + cf_loot_container_object = 0x0000000000000192, + cf_lootcontainers = 0x0000000000000A15, + cf_lootonly_containers = 0x0000000000010A15, + cf_lottery_items = 0x000000000000049B, + cf_maneuvering_equipment = 0x00000000000A030F, + cf_markets = 0x000000000000016E, + cf_massmodifiers = 0x000000000007030F, + cf_material = 0x0000000000000014, + cf_material_scan_result = 0x0000000000000390, + cf_mech_calibration_programs = 0x0000000003010416, + cf_mech_chassis = 0x0000000000030250, + cf_mech_head = 0x0000000000030150, + cf_mech_leg = 0x0000000000030350, + cf_mechs = 0x0000000000000401, + cf_medium_aoe_tile = 0x000002010502070F, + cf_medium_aoe_unit = 0x000002020502070F, + cf_medium_aoe_unit_ammo = 0x0000000000020E0A, + cf_medium_armor_plates = 0x000000000201010F, + cf_medium_armor_repairers = 0x000000000202010F, + cf_medium_core_batteries = 0x000000000208030F, + cf_medium_core_boosters = 0x000000000209030F, + cf_medium_crystals = 0x000000000002020A, + cf_medium_drillers = 0x000000000201060F, + cf_medium_drillers_old = 0x000000000002060F, + cf_medium_energy_neutralizers = 0x000000000203030F, + cf_medium_energy_transferers = 0x000000000201030F, + cf_medium_energy_vampires = 0x000000000202030F, + cf_medium_energytorpedo = 0x000000000209070F, + cf_medium_energytorpedo_ammo = 0x0000000000020C0A, + cf_medium_harvesters = 0x000000000206060F, + cf_medium_harvesters_old = 0x000000000007060F, + cf_medium_industrial_aoe = 0x00000000020A070F, + cf_medium_industrial_aoe_tile_ammo = 0x0000000000020D0A, + cf_medium_ioncannon = 0x000000000208070F, + cf_medium_ioncannon_ammo = 0x0000000000020B0A, + cf_medium_lasers = 0x000000000201070F, + cf_medium_missile_ammo = 0x000000000002040A, + cf_medium_missile_launchers = 0x000000000203070F, + cf_medium_plasma = 0x000000000307070F, + cf_medium_plasma_ammo = 0x000000000002060A, + cf_medium_projectile_ammo = 0x000000000002030A, + cf_medium_railgun_ammo = 0x000000000002010A, + cf_medium_railguns = 0x000000000204070F, + cf_medium_remote_armor_repairers = 0x000000000203010F, + cf_medium_shield_generators = 0x000000000201020F, + cf_medium_single_projectile = 0x000000020402070F, + cf_mill = 0x000000000008036E, + cf_mining_ammo = 0x000000000000050A, + cf_mining_probe_ammo = 0x000000000000090A, + cf_mining_probe_ammo_area = 0x000000000001090A, + cf_mining_probe_ammo_artifact = 0x000000000004090A, + cf_mining_probe_ammo_direction = 0x000000000006090A, + cf_mining_probe_ammo_intrusion = 0x000000000005090A, + cf_mining_probe_ammo_one_tile = 0x000000000003090A, + cf_mining_probe_ammo_tile = 0x000000000002090A, + cf_mining_probe_result = 0x0000000000000316, + cf_mining_probe_result_area = 0x0000000000010316, + cf_mining_probe_result_tile = 0x0000000000020316, + cf_mining_probes = 0x000000000005060F, + cf_mining_upgrades = 0x000000000004060F, + cf_missile_ammo = 0x000000000000040A, + cf_missile_calibration_programs = 0x0000000004020416, + cf_missile_upgrades = 0x000000000405070F, + cf_missiles = 0x000000000003070F, + cf_mission_agent = 0x000000000000046E, + cf_mission_calibration_programs = 0x0000000000060416, + cf_mission_coin = 0x000000000000039B, + cf_mission_egg_deployer = 0x0000000000050598, + cf_mission_items = 0x0000000000000095, + cf_mission_mineral = 0x0000000000000495, + cf_mission_structures = 0x0000000000000696, + cf_mission_switch = 0x0000000000040696, + cf_mobile_arena_teleport = 0x0000000003060278, + cf_mobile_teleport = 0x0000000001060278, + cf_mobile_teleport_capsule = 0x0000000000000198, + cf_mobile_world_teleport = 0x0000000002060278, + cf_module_calibration_programs = 0x0000000000040416, + cf_neuralyzer = 0x00000000000C030F, + cf_noobot = 0x0000000000000101, + cf_npc = 0x000000000000008F, + cf_npc_egg_deployer = 0x0000000000000598, + cf_npc_eggs = 0x0000000000010392, + cf_npc_indy = 0x000000000000068F, + cf_npc_nuimqol = 0x000000000000048F, + cf_npc_pelistal = 0x000000000000058F, + cf_npc_police = 0x000000000000018F, + cf_npc_test = 0x000000000000028F, + cf_npc_thelodica = 0x000000000000038F, + cf_nuimqol_commodities = 0x0000000000040214, + cf_nuimqol_crawlers = 0x0000000000020D01, + cf_nuimqol_dogtags = 0x0000000000000391, + cf_nuimqol_egg_deployer = 0x0000000000010598, + cf_nuimqol_energy_cores = 0x0000000000040514, + cf_nuimqol_heavymechs = 0x0000000000040D01, + cf_nuimqol_mechs = 0x0000000000030D01, + cf_nuimqol_robots = 0x0000000000000D01, + cf_nuimqol_robotshards = 0x0000000000030414, + cf_nuimqol_runners = 0x0000000000010D01, + cf_ore = 0x0000000000020114, + cf_organic = 0x0000000000010114, + cf_others = 0x0000000000000296, + cf_outpost = 0x0000000001010178, + cf_outpost_mill = 0x000000000108036E, + cf_outpost_prototyper = 0x000000000109036E, + cf_outpost_refinery = 0x000000000101036E, + cf_outpost_repair = 0x000000000105036E, + cf_outpost_reprocessor = 0x000000000104036E, + cf_outpost_research_lab = 0x000000000106036E, + cf_overcharged_armor_resist = 0x0000000000030A0F, + cf_package_activator = 0x000000000000019B, + cf_package_activator_credit = 0x000000000003019B, + cf_package_activator_ep = 0x000000000001019B, + cf_package_activator_spark = 0x000000000002019B, + cf_paints = 0x000000000002049B, + cf_passive_hacking_sap = 0x0000000000040592, + cf_pbs = 0x0000000000030492, + cf_pbs_armor_repairer = 0x0000000007030492, + cf_pbs_aura_emitter_capsules = 0x0000000000030E9A, + cf_pbs_basic_transmitter_capsules = 0x000000000001039A, + cf_pbs_battery_capsules = 0x000000000003039A, + cf_pbs_calibration_forge_nodes = 0x0000000803030492, + cf_pbs_calibration_programs = 0x0000000000070416, + cf_pbs_capsules = 0x000000000000009A, + cf_pbs_control_tower = 0x0000000008030492, + cf_pbs_control_tower_capsules = 0x000000000000119A, + cf_pbs_core_transmitter = 0x0000000002030492, + cf_pbs_core_transmitter_capsules = 0x000000000000039A, + cf_pbs_docking_base = 0x0000000009030492, + cf_pbs_docking_base_capsules = 0x000000000000019A, + cf_pbs_effect_emitter = 0x0000000005030492, + cf_pbs_effect_emitter_capsules = 0x0000000000000E9A, + cf_pbs_effect_supplier = 0x0000000004030492, + cf_pbs_effect_supplier_capsules = 0x0000000000000D9A, + cf_pbs_egg = 0x0000000000050392, + cf_pbs_energy_well = 0x000000000A030492, + cf_pbs_energy_well_capsules = 0x000000000000129A, + cf_pbs_ew_turret_capsules = 0x000000000004109A, + cf_pbs_highway_node = 0x000000000B030492, + cf_pbs_highway_node_capsule = 0x000000000000139A, + cf_pbs_laser_turret_capsules = 0x000000000002109A, + cf_pbs_masker_tower_capsules = 0x0000000000020E9A, + cf_pbs_mill = 0x000000000208036E, + cf_pbs_mill_nodes = 0x0000000503030492, + cf_pbs_miner_tower_capsules = 0x0000000000010E9A, + cf_pbs_mining_towers = 0x000000000C030492, + cf_pbs_missile_turret_capsules = 0x000000000003109A, + cf_pbs_production_capsules = 0x000000000000049A, + cf_pbs_production_ct_merge_capsules = 0x000000000007049A, + cf_pbs_production_decoder_complex_capsules = 0x000000000008049A, + cf_pbs_production_mill_capsules = 0x000000000006049A, + cf_pbs_production_nodes = 0x0000000003030492, + cf_pbs_production_prototyper_capsules = 0x000000000004049A, + cf_pbs_production_refinery_capsules = 0x000000000001049A, + cf_pbs_production_repair_capsules = 0x000000000003049A, + cf_pbs_production_reprocessor_capsules = 0x000000000002049A, + cf_pbs_production_research_lab_capsules = 0x000000000005049A, + cf_pbs_production_upgrade_capsules = 0x0000000000000C9A, + cf_pbs_production_upgrade_nodes = 0x0000000303030492, + cf_pbs_prototyper = 0x000000000209036E, + cf_pbs_prototyper_nodes = 0x0000000403030492, + cf_pbs_railgun_turret_capsules = 0x000000000001109A, + cf_pbs_reactor = 0x0000000001030492, + cf_pbs_reactor_booster = 0x0000000000000394, + cf_pbs_reactor_capsules = 0x000000000000029A, + cf_pbs_refinery = 0x000000000201036E, + cf_pbs_refinery_nodes = 0x0000000603030492, + cf_pbs_repair = 0x000000000205036E, + cf_pbs_repair_nodes = 0x0000000203030492, + cf_pbs_repairer_capsules = 0x0000000000000F9A, + cf_pbs_reprocessor = 0x000000000204036E, + cf_pbs_reprocessor_nodes = 0x0000000703030492, + cf_pbs_reseach_lab = 0x000000000206036E, + cf_pbs_reseach_lab_nodes = 0x0000000103030492, + cf_pbs_research_kit_forge_nodes = 0x0000000903030492, + cf_pbs_turret = 0x0000000006030492, + cf_pbs_turret_capsules = 0x000000000000109A, + cf_pbs_XL_transmitter_capsules = 0x000000000002039A, + cf_pelistal_commodities = 0x0000000000020214, + cf_pelistal_crawlers = 0x0000000000020B01, + cf_pelistal_dogtags = 0x0000000000000191, + cf_pelistal_egg_deployer = 0x0000000000020598, + cf_pelistal_energy_cores = 0x0000000000030514, + cf_pelistal_heavymechs = 0x0000000000040B01, + cf_pelistal_mechs = 0x0000000000030B01, + cf_pelistal_robots = 0x0000000000000B01, + cf_pelistal_robotshards = 0x0000000000040414, + cf_pelistal_runners = 0x0000000000010B01, + cf_plant_seed = 0x0000000000000398, + cf_plasma = 0x000000000007070F, + cf_plasma_ammo = 0x000000000000060A, + cf_plasma_bomb = 0x0000000000000898, + cf_plasmagun_calibration_programs = 0x0000000003020416, + cf_player = 0x000000000000008C, + cf_player_built = 0x0000000000000492, + cf_police = 0x000000000000008E, + cf_police_turret = 0x0000000000010801, + cf_portals = 0x0000000000000C92, + cf_powergrid_upgrades = 0x000000000005030F, + cf_primary_commodities = 0x0000000000010214, + cf_private_alliance = 0x0000000000010282, + cf_private_container = 0x0000000000010915, + cf_private_corporation = 0x0000000000020182, + cf_production_facilities = 0x000000000000036E, + cf_production_items = 0x0000000000000094, + cf_projectile_ammo = 0x000000000000030A, + cf_projectile_calibration_programs = 0x0000000005020416, + cf_projectile_upgrades = 0x000000000205070F, + cf_projectiles = 0x000000000002070F, + cf_prototyper = 0x000000000009036E, + cf_proximity_probe_deployer = 0x0000000000000798, + cf_proximity_probes = 0x0000000000010492, + cf_public_container = 0x0000000000040815, + cf_public_corporation_hangar_storage = 0x0000000000050815, + cf_public_docking_base = 0x0000000000010178, + cf_public_market = 0x000000000001016E, + cf_public_teleport_column = 0x0000000000010278, + cf_public_vendor = 0x000000000001026E, + cf_railgun_ammo = 0x000000000000010A, + cf_railgun_calibration_programs = 0x0000000001020416, + cf_railgun_upgrades = 0x000000000105070F, + cf_railguns = 0x000000000004070F, + cf_random_artifacts = 0x0000000000030595, + cf_random_calibration_programs = 0x0000000000080416, + cf_random_items = 0x0000000000000595, + cf_random_research_kits = 0x0000000000000594, + cf_rare_material = 0x0000000000000714, + cf_raw_material = 0x0000000000000114, + cf_reactor_cores = 0x0000000000000294, + cf_reactor_plasma = 0x0000000000000614, + cf_reactor_sealings = 0x00000000000E030F, + cf_redeemables = 0x000000000000009B, + cf_refinery_facility = 0x000000000001036E, + cf_remote_armor_repairers = 0x000000000003010F, + cf_remote_sensor_boosters = 0x000000000002040F, + cf_repair_facility = 0x000000000005036E, + cf_reprocessor_facility = 0x000000000004036E, + cf_research_kit_forge = 0x00000000000B036E, + cf_research_kits = 0x0000000000000194, + cf_research_lab = 0x000000000006036E, + cf_resistance_plating = 0x000000000504010F, + cf_rifts = 0x0000000000000B92, + cf_robot_assembler = 0x000000000007036E, + cf_robot_calibration_programs = 0x0000000000010416, + cf_robot_chassis = 0x0000000000000250, + cf_robot_component_calibration_programs = 0x0000000000050416, + cf_robot_components = 0x0000000000000050, + cf_robot_equipment = 0x000000000000000F, + cf_robot_head = 0x0000000000000150, + cf_robot_inventory = 0x0000000000030915, + cf_robot_leg = 0x0000000000000350, + cf_robots = 0x0000000000000001, + cf_robotshards = 0x0000000000000414, + cf_rock = 0x000000000000015A, + cf_runner_calibration_programs = 0x0000000001010416, + cf_runner_chassis = 0x0000000000010250, + cf_runner_head = 0x0000000000010150, + cf_runner_leg = 0x0000000000010350, + cf_runners = 0x0000000000000201, + cf_scan_result = 0x0000000000000090, + cf_sensor_boosters = 0x000000000001040F, + cf_sensor_dampeners = 0x000000000003050F, + cf_sensor_jammers = 0x000000000002050F, + cf_shield_equipment = 0x000000000000020F, + cf_shield_generators = 0x000000000001020F, + cf_shield_hardener = 0x000000000002020F, + cf_shortrange_webber = 0x000000000101050F, + cf_siege_hack_modules = 0x000000000006050F, + cf_simple_switch = 0x0000000002040696, + cf_single_projectile = 0x000000000402070F, + cf_small_aoe_projectile_tile = 0x000001010502070F, + cf_small_aoe_unit = 0x000001020502070F, + cf_small_aoe_unit_ammo = 0x0000000000010E0A, + cf_small_armor_plates = 0x000000000101010F, + cf_small_armor_repairers = 0x000000000102010F, + cf_small_core_batteries = 0x000000000108030F, + cf_small_core_boosters = 0x000000000109030F, + cf_small_crystals = 0x000000000001020A, + cf_small_drillers = 0x000000000101060F, + cf_small_energy_neutralizers = 0x000000000103030F, + cf_small_energy_transferers = 0x000000000101030F, + cf_small_energy_vampires = 0x000000000102030F, + cf_small_energytorpedo = 0x000000000109070F, + cf_small_energytorpedo_ammo = 0x0000000000010C0A, + cf_small_harvesters = 0x000000000106060F, + cf_small_industrial_aoe = 0x00000000010A070F, + cf_small_industrial_aoe_tile_ammo = 0x0000000000010D0A, + cf_small_ioncannon = 0x000000000108070F, + cf_small_ioncannon_ammo = 0x0000000000010B0A, + cf_small_lasers = 0x000000000101070F, + cf_small_missile_ammo = 0x000000000001040A, + cf_small_missile_launchers = 0x000000000103070F, + cf_small_plasma = 0x000000000107070F, + cf_small_plasma_ammo = 0x000000000001060A, + cf_small_projectile_ammo = 0x000000000001030A, + cf_small_railgun_ammo = 0x000000000001010A, + cf_small_railguns = 0x000000000104070F, + cf_small_remote_armor_repairers = 0x000000000103010F, + cf_small_shield_generator = 0x000000000101020F, + cf_small_single_projectile = 0x000000010402070F, + cf_small_terraformer = 0x000000000001080F, + cf_soil = 0x0000000000000314, + cf_specimen_processing_sap = 0x0000000000020592, + cf_stance_moduls = 0x000000000008040F, + cf_starter_item = 0x0000000000000395, + cf_station_services = 0x000000000000006E, + cf_stealth_modules = 0x00000000000A040F, + cf_structures = 0x0000000000000078, + cf_supressor_boosters = 0x000000000009050F, + cf_syndicate_crawlers = 0x0000000000020F01, + cf_syndicate_dogtags = 0x0000000000000491, + cf_syndicate_heavymechs = 0x0000000000040F01, + cf_syndicate_mechs = 0x0000000000030F01, + cf_syndicate_robots = 0x0000000000000F01, + cf_syndicate_runners = 0x0000000000010F01, + cf_system_container = 0x0000000000010815, + cf_tactial_modules = 0x0000000000000A0F, + cf_target_painter = 0x00000000000B040F, + cf_teleport_back_home = 0x0000000004060278, + cf_teleport_channel_enabler = 0x0000000000000892, + cf_teleport_column = 0x0000000000000278, + cf_terraform_buoy = 0x0000000000000792, + cf_terraform_buoy_capsule = 0x0000000000000C98, + cf_terraform_equipment = 0x00000000000A060F, + cf_terraforming_ammo = 0x000000000000100A, + cf_terraforming_digger = 0x000000000002080F, + cf_terraforming_equipment = 0x000000000000080F, + cf_terraforming_raiser = 0x000000000003080F, + cf_test_robot_punchbags = 0x0000000000010A01, + cf_test_robots = 0x0000000000000A01, + cf_testnpc = 0x0000000000020A01, + cf_thelodica_commodities = 0x0000000000030214, + cf_thelodica_crawlers = 0x0000000000020C01, + cf_thelodica_dogtags = 0x0000000000000291, + cf_thelodica_egg_deployer = 0x0000000000030598, + cf_thelodica_energy_cores = 0x0000000000020514, + cf_thelodica_heavymechs = 0x0000000000040C01, + cf_thelodica_mechs = 0x0000000000030C01, + cf_thelodica_robots = 0x0000000000000C01, + cf_thelodica_robotshards = 0x0000000000020414, + cf_thelodica_runners = 0x0000000000010C01, + cf_thermal_armor_hardeners = 0x000000000404010F, + cf_thermal_kers = 0x00000000030B030F, + cf_tile_based = 0x0000000000010390, + cf_tracking_upgrades = 0x000000000007040F, + cf_training_docking_base = 0x0000000002010178, + cf_training_exit_teleport = 0x0000000000070278, + cf_training_items = 0x0000000000000992, + cf_turrets = 0x0000000000000801, + cf_tutorial_industry_items = 0x0000000000000295, + cf_tutorial_punchbag = 0x0000000000000496, + cf_vendors = 0x000000000000026E, + cf_visibility_based_probe = 0x0000000002010492, + cf_volume_wrapper_container = 0x0000000000000B15, + cf_volume_wrapper_container_old = 0x0000000000080815, + cf_walker_calibration_programs = 0x0000000005010416, + cf_walker_chassis = 0x0000000000050250, + cf_walker_head = 0x0000000000050150, + cf_walker_leg = 0x0000000000050350, + cf_walkers = 0x0000000000000601, + cf_walking_stabilizers = 0x000000000006030F, + cf_wall_builder_ammo = 0x000000000002110A, + cf_wall_healer = 0x0000000000020492, + cf_wall_healer_capsule = 0x0000000000000A98, + cf_weapon_calibration_programs = 0x0000000000020416, + cf_weapon_stabilizer = 0x000000000505070F, + cf_weapon_upgrade_calibration_programs = 0x0000000009020416, + cf_weapon_upgrades = 0x000000000005070F, + cf_weapons = 0x000000000000070F, + cf_webber = 0x000000000001050F, + cf_world_mobile_teleport_capsule = 0x0000000000020198, + cf_zone_item_shop = 0x0000000000000796, + cf_zone_objects = 0x0000000000000092, + def_pbs_dogtags = 0x0000000000000691 } } diff --git a/src/Perpetuum.ExportedTypes/DefinitionNames.cs b/src/Perpetuum.ExportedTypes/DefinitionNames.cs index 6d9656651..3fcbcc9a8 100644 --- a/src/Perpetuum.ExportedTypes/DefinitionNames.cs +++ b/src/Perpetuum.ExportedTypes/DefinitionNames.cs @@ -4513,7 +4513,7 @@ public static class DefinitionNames public const string STANDARD_ARMOR_REPAIRER_UPGRADE_CPRG = "def_standard_armor_repairer_upgrade_cprg"; public const string STANDARD_BATTLE_STANCE_MODUL = "def_standard_battle_stance_modul"; public const string STANDARD_BATTLE_STANCE_MODUL_CPRG = "def_standard_battle_stance_modul_cprg"; - public const string STANDARD_BLINDER_MODUL = "def_standard_blinder"; + public const string STANDARD_BLINDER_MODULE = "def_standard_blinder"; public const string STANDARD_BLOB_EMISSION_MODULATOR = "def_standard_blob_emission_modulator"; public const string STANDARD_BLOB_EMISSION_MODULATOR_CPRG = "def_standard_blob_emission_modulator_cprg"; public const string STANDARD_CARGO_SCANNER = "def_standard_cargo_scanner"; diff --git a/src/Perpetuum/Players/Player.cs b/src/Perpetuum/Players/Player.cs index c35813ccd..11f13aabf 100644 --- a/src/Perpetuum/Players/Player.cs +++ b/src/Perpetuum/Players/Player.cs @@ -542,15 +542,14 @@ private void HandlePlayerDead(IZone zone, Unit killer) } //Check if paint was applied + paint drop chance - if (this.ED.Config.Tint != this.Tint && LootHelper.Roll(0.5)) + if (ED.Config.Tint != Tint && LootHelper.Roll(0.5)) { //Paint Query //TODO: performance => cache paints in static collection //TODO: performance => cache if painted, and paint entitydef on undock EntityDefault paint = EntityDefault.Reader.GetAll() - .Where(i => i.CategoryFlags == CategoryFlags.cf_lottery_items) - .Where(i => i.Config.Tint == this.Tint) - .Where(i => i.Name.Contains("paint")).First(); + .Where(i => i.CategoryFlags == CategoryFlags.cf_paints) + .Where(i => i.Config.Tint == Tint).First(); if (paint != null) { lootItems.Add(LootItemBuilder.Create(paint.Definition).SetQuantity(1).SetDamaged(false).Build());