warlof/seat-migrator

View on GitHub
src/Config/reference_types.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Created by PhpStorm.
 * User: Warlof Tutsimo
 * Date: 25/04/2018
 * Time: 19:42
 */

return [
    1   => 'player_trading',
    2   => 'market_transaction',
    3   => 'gm_cash_transfer',
    7   => 'mission_reward',
    8   => 'clone_activation',
    9   => 'inheritance',
    10  => 'player_donation',
    11  => 'corporation_payment',
    12  => 'docking_fee',
    13  => 'office_rental_fee',
    14  => 'factory_slot_rental_fee',
    15  => 'repair_bill',
    16  => 'bounty',
    17  => 'bounty_prize',
    19  => 'insurance',
    20  => 'mission_expiration',
    21  => 'mission_completion',
    22  => 'shares',
    23  => 'courier_mission_escrow',
    24  => 'mission_cost',
    25  => 'agent_miscellaneous',
    26  => 'lp_store',
    27  => 'agent_location_services',
    28  => 'agent_donation',
    29  => 'agent_security_services',
    30  => 'agent_mission_collateral_paid',
    31  => 'agent_mission_collateral_refunded',
    32  => 'agents_preward',
    33  => 'agent_mission_reward',
    34  => 'agent_mission_time_bonus_reward',
    35  => 'cspa',
    36  => 'cspaofflinerefund',
    37  => 'corporation_account_withdrawal',
    38  => 'corporation_dividend_payment',
    39  => 'corporation_registration_fee',
    40  => 'corporation_logo_change_cost',
    41  => 'release_of_impounded_property',
    42  => 'market_escrow',
    43  => 'agent_services_rendered',
    44  => 'market_fine_paid',
    45  => 'corporation_liquidation',
    46  => 'brokers_fee',
    47  => 'corporation_bulk_payment',
    48  => 'alliance_registration_fee',
    49  => 'war_fee',
    50  => 'alliance_maintainance_fee',
    51  => 'contraband_fine',
    52  => 'clone_transfer',
    53  => 'acceleration_gate_fee',
    54  => 'transaction_tax',
    55  => 'jump_clone_installation_fee',
    56  => 'manufacturing',
    57  => 'researching_technology',
    58  => 'researching_time_productivity',
    59  => 'researching_material_productivity',
    60  => 'copying',
    62  => 'reverse_engineering',
    63  => 'contract_auction_bid',
    64  => 'contract_auction_bid_refund',
    65  => 'contract_collateral',
    66  => 'contract_reward_refund',
    67  => 'contract_auction_sold',
    68  => 'contract_reward',
    69  => 'contract_collateral_refund',
    70  => 'contract_collateral_payout',
    71  => 'contract_price',
    72  => 'contract_brokers_fee',
    73  => 'contract_sales_tax',
    74  => 'contract_deposit',
    75  => 'contract_deposit_sales_tax',
    77  => 'contract_auction_bid_corp',
    78  => 'contract_collateral_deposited_corp',
    79  => 'contract_price_payment_corp',
    80  => 'contract_brokers_fee_corp',
    81  => 'contract_deposit_corp',
    82  => 'contract_deposit_refund',
    83  => 'contract_reward_deposited',
    84  => 'contract_reward_deposited_corp',
    85  => 'bounty_prizes',
    86  => 'advertisement_listing_fee',
    87  => 'medal_creation',
    88  => 'medal_issued',
    90  => 'dna_modification_fee',
    91  => 'sovereignity_bill',
    92  => 'bounty_prize_corporation_tax',
    93  => 'agent_mission_reward_corporation_tax',
    94  => 'agent_mission_time_bonus_reward_corporation_tax',
    95  => 'upkeep_adjustment_fee',
    96  => 'planetary_import_tax',
    97  => 'planetary_export_tax',
    98  => 'planetary_construction',
    99  => 'corporate_reward_payout',
    101 => 'bounty_surcharge',
    102 => 'contract_reversal',
    103 => 'corporate_reward_tax',
    106 => 'store_purchase',
    107 => 'store_purchase_refund',
    112 => 'datacore_fee',
    113 => 'war_fee_surrender',
    114 => 'war_ally_contract',
    115 => 'bounty_reimbursement',
    116 => 'kill_right_fee',
    117 => 'security_processing_fee',
    120 => 'industry_job_tax',
    122 => 'infrastructure_hub_maintenance',
    123 => 'asset_safety_recovery_tax',
    124 => 'opportunity_reward',
    125 => 'project_discovery_reward',
    126 => 'project_discovery_tax',
    127 => 'reprocessing_tax',
    128 => 'jump_clone_activation_fee',
    129 => 'operation_bonus',
    131 => 'resource_wars_reward',
    132 => 'duel_wager_escrow',
    133 => 'duel_wager_payment',
    134 => 'duel_wager_refund',
    135 => 'reaction',
];