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

Add 19.2 updates #225

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
4 changes: 3 additions & 1 deletion dictionaries/telemetry/damageCauserName.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"BP_FakeLootProj_MilitaryCrate_C": "Loot Truck",
"BP_FireEffectController_C": "Molotov Fire",
"BP_FireEffectController_JerryCan_C": "Jerrycan Fire",
"BP_Food_Truck_C": "Food Truck",
"BP_Helicopter_C": "Pillar Scout Helicopter",
"BP_IncendiaryDebuff_C": "Burn",
"BP_JerryCanFireDebuff_C": "Burn",
Expand Down Expand Up @@ -199,5 +200,6 @@
"WeapVector_C": "Vector",
"WeapWin94_C": "Win94",
"WeapWinchester_C": "S1897",
"Weapvz61Skorpion_C": "Skorpion"
"Weapvz61Skorpion_C": "Skorpion",
"lava": "lava"
}
6 changes: 6 additions & 0 deletions dictionaries/telemetry/item/itemId.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"Item_Attach_Weapon_Muzzle_Suppressor_SniperRifle_C": "Supressor (DMR, SR)",
"Item_Attach_Weapon_SideRail_DotSight_RMR_C": "Canted Sight",
"Item_Attach_Weapon_Stock_AR_Composite_C": "Tactical Stock",
"Item_Attach_Weapon_Stock_AR_HeavyStock_C": "Heavy Stock",
"Item_Attach_Weapon_Stock_Shotgun_BulletLoops_C": "Shotgun Bullet Loops",
"Item_Attach_Weapon_Stock_SniperRifle_BulletLoops_C": "Sniper Rifle Bullet Loops",
"Item_Attach_Weapon_Stock_SniperRifle_CheekPad_C": "Sniper Rifle Cheek Pad",
Expand Down Expand Up @@ -95,6 +96,11 @@
"Item_JerryCan_C": "Gas Can",
"Item_Mountainbike_C": "Mountain Bike",
"Item_Secuity_KeyCard_C": "Key Card",
"Item_Skin_McLarenGT_Caliper_Orange_C": "Mclaren Orange",
"Item_Skin_McLarenGT_Caliper_Silver_C": "Mclaren Silver",
"Item_Skin_McLarenGT_Caliper_Yellow_C": "Mclaren Yellow",
"Item_Skin_McLarenGT_Wheel_Black_C": "Mclaren Black Wheel",
"Item_Skin_McLarenGT_Wheel_Silver_C": "Mclaren Silver Wheel",
"Item_Special_Ascender_C": "Ascender",
"Item_Special_BackupParachute_C": "Backup Parachute",
"Item_Tiger_Key_C": "Secret Room Key",
Expand Down
4 changes: 4 additions & 0 deletions dictionaries/telemetry/vehicle/vehicleId.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@
"BP_DO_Line_Train_Merged_C": "Train",
"BP_Dirtbike_C": "Dirt Bike",
"BP_EmergencyPickupVehicle_C": "Emergency Pickup",
"BP_Food_Truck_C": "Food Truck",
"BP_KillTruck_C": "Kill Truck",
"BP_LootTruck_C": "Loot Truck",
"BP_M_Rony_A_01_C": "Rony",
"BP_M_Rony_A_02_C": "Rony",
"BP_M_Rony_A_03_C": "Rony",
"BP_McLarenGT_Lx_Yellow_C": "MclarenGT Yellow",
"BP_McLarenGT_St_black_C": "MclarenGT black",
"BP_McLarenGT_St_white_C": "MclarenGT white",
"BP_Mirado_A_02_C": "Mirado",
"BP_Mirado_A_03_Esports_C": "Mirado",
"BP_Mirado_Open_03_C": "Mirado (open top)",
Expand Down
3 changes: 2 additions & 1 deletion enums/telemetry/weatherId.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"Weather_Overcast",
"Weather_Range_Sunset",
"Weather_Sunset",
"Weather_Summerland_01"
"Weather_Summerland_01",
"TOD_Storm"
]
Loading