Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add rondo items, damage type categories, and vehicle ids #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dictionaries/telemetry/damageTypeCategory.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Damage_BlueZone": "Bluezone Damage",
"Damage_BlueZoneGrenade": "Bluezone Grenade Damage",
"Damage_DronePackage": "Drone Damage",
"Damage_DropStructHit": "Emergency Cover Damage",
"Damage_Drown": "Drowning Damage",
"Damage_Explosion_Aircraft": "Aircraft Explosion Damage",
"Damage_Explosion_BlackZone": "Blackzone Damage",
Expand Down
8 changes: 8 additions & 0 deletions dictionaries/telemetry/item/itemId.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"Item_Back_E_02_Lv1_C": "Backpack (Level 1)",
"Item_Back_F_01_Lv2_C": "Backpack (Level 2)",
"Item_Back_F_02_Lv2_C": "Backpack (Level 2)",
"Item_Bluechip_C": "Bluechip",
"Item_Boost_AdrenalineSyringe_C": "Adrenaline Syringe",
"Item_Boost_EnergyDrink_C": "Energy Drink",
"Item_Boost_PainKiller_C": "Painkiller",
Expand All @@ -93,15 +94,20 @@
"Item_Head_F_02_Lv2_C": "Military Helmet (Level 2)",
"Item_Head_G_01_Lv3_C": "Spetsnaz Helmet (Level 3)",
"Item_Heal_Bandage_C": "Bandage",
"Item_Heal_BattleReadyKit_C": "Battle Ready Kit",
"Item_Heal_FirstAid_C": "First Aid Kit",
"Item_Heal_MedKit_C": "Med kit",
"Item_Heaven_Key_C": "Key",
"Item_JerryCan_C": "Gas Can",
"Item_Mountainbike_C": "Mountain Bike",
"Item_Neon_Coin_C": "BR Coin",
"Item_Neon_Gold_C": "BR Gold",
"Item_Revival_Transmitter_C": "Bluechip Transmitter",
"Item_Secuity_KeyCard_C": "Key Card",
"Item_Special_Ascender_C": "Ascender",
"Item_Special_Ascender_NoChicken_C": "Ascender",
"Item_Special_BackupParachute_C": "Backup Parachute",
"Item_Special_Bluechip_C": "Bluechip",
"Item_Tiger_Key_C": "Secret Room Key",
"Item_Tiger_SelfRevive_C": "Self AED",
"Item_Weapon_ACE32_C": "ACE32",
Expand All @@ -115,6 +121,7 @@
"Item_Weapon_BlueChipDetector_C": "Blue Chip Detector",
"Item_Weapon_BluezoneGrenade_C": "Bluezone Grenade",
"Item_Weapon_C4_C": "C4",
"Item_Weapon_CoverStructDropHandFlare_C": "Emergency Cover Flare",
"Item_Weapon_Cowbar_C": "Crowbar",
"Item_Weapon_Crossbow_C": "Crossbow",
"Item_Weapon_DP12_C": "DBS",
Expand All @@ -124,6 +131,7 @@
"Item_Weapon_Dragunov_C": "Dragunov",
"Item_Weapon_Drone_C": "Drone",
"Item_Weapon_Duncans_M416_C": "M416",
"Item_Weapon_FAMASG2_C": "Famas",
"Item_Weapon_FNFal_C": "SLR",
"Item_Weapon_FlareGun_C": "Flare Gun",
"Item_Weapon_FlashBang_C": "Flashbang",
Expand Down
1 change: 1 addition & 0 deletions dictionaries/telemetry/vehicle/vehicleId.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"BP_Van_A_01_C": "Van",
"BP_Van_A_02_C": "Van",
"BP_Van_A_03_C": "Van",
"BP_Vantage_EP_C": "Vantage",
"Boat_PG117_C": "PG-117",
"Buggy_A_01_C": "Buggy",
"Buggy_A_02_C": "Buggy",
Expand Down