Added missing AmmoTypes (!177)
Had them to hand from a recent mod, so gathered might as well add them. All hashes were originally gathered from https://db.sp-tarkov.com/ Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/177 Co-authored-by: Blurr <blurr@noreply.dev.sp-tarkov.com> Co-committed-by: Blurr <blurr@noreply.dev.sp-tarkov.com>
This commit is contained in:
parent
f0c11ba28c
commit
0fb1c33edb
@ -27,6 +27,9 @@ export enum Ammo762x54
|
|||||||
T46M_GZH = "5e023cf8186a883be655e54f",
|
T46M_GZH = "5e023cf8186a883be655e54f",
|
||||||
BT_GZH = "5e023d34e8a400319a28ed44",
|
BT_GZH = "5e023d34e8a400319a28ed44",
|
||||||
BS_GZH = "5e023d48186a883be655e551",
|
BS_GZH = "5e023d48186a883be655e551",
|
||||||
|
FMJ = "64b8f7968532cf95ee0a0dbf",
|
||||||
|
SP_BT = "64b8f7b5389d7ffd620ccba2",
|
||||||
|
HP_BT = "64b8f7c241772715af0f9c3d",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Ammo86x70
|
export enum Ammo86x70
|
||||||
@ -43,6 +46,7 @@ export enum Ammo46x30
|
|||||||
ACTION_SX = "5ba26812d4351e003201fef1",
|
ACTION_SX = "5ba26812d4351e003201fef1",
|
||||||
FMJ_SX = "5ba2678ad4351e44f824b344",
|
FMJ_SX = "5ba2678ad4351e44f824b344",
|
||||||
SUBSONIC_SX = "5ba26844d4351e00334c9475",
|
SUBSONIC_SX = "5ba26844d4351e00334c9475",
|
||||||
|
JSP_SX = "64b6979341772715af0f9c39",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Ammo57x28
|
export enum Ammo57x28
|
||||||
@ -95,6 +99,7 @@ export enum Ammo9x19
|
|||||||
LUGER_CCI = "5a3c16fe86f77452b62de32a",
|
LUGER_CCI = "5a3c16fe86f77452b62de32a",
|
||||||
PBP_GZH = "5efb0da7a29a85116f6ea05f",
|
PBP_GZH = "5efb0da7a29a85116f6ea05f",
|
||||||
QUAKEMAKER = "5efb0e16aeb21837e749c7ff",
|
QUAKEMAKER = "5efb0e16aeb21837e749c7ff",
|
||||||
|
FMJ_M882 = "64b7bbb74b75259c590fa897",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Ammo9x21
|
export enum Ammo9x21
|
||||||
@ -161,6 +166,7 @@ export enum Ammo762x35
|
|||||||
AP = "5fd20ff893a8961fc660a954",
|
AP = "5fd20ff893a8961fc660a954",
|
||||||
V_MAX = "6196364158ef8c428c287d9f",
|
V_MAX = "6196364158ef8c428c287d9f",
|
||||||
WHISPER = "6196365d58ef8c428c287da1",
|
WHISPER = "6196365d58ef8c428c287da1",
|
||||||
|
CBJ = "64b8725c4b75259c590fa899",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Ammo762x39
|
export enum Ammo762x39
|
||||||
@ -171,6 +177,9 @@ export enum Ammo762x39
|
|||||||
T45M1_GZH = "59e4cf5286f7741778269d8a",
|
T45M1_GZH = "59e4cf5286f7741778269d8a",
|
||||||
BP_GZH = "59e0d99486f7744a32234762",
|
BP_GZH = "59e0d99486f7744a32234762",
|
||||||
MAI_AP = "601aa3d2b2bcb34913271e6d",
|
MAI_AP = "601aa3d2b2bcb34913271e6d",
|
||||||
|
PP_GZH = "64b7af434b75259c590fa893",
|
||||||
|
SP = "64b7af734b75259c590fa895",
|
||||||
|
FMJ = "64b7af5a8532cf95ee0a0dbd",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Ammo9x39
|
export enum Ammo9x39
|
||||||
@ -215,6 +224,7 @@ export enum Ammo12Gauge
|
|||||||
SUPERFORMANCE_HP_SLUG = "5d6e68d1a4b93622fe60e845",
|
SUPERFORMANCE_HP_SLUG = "5d6e68d1a4b93622fe60e845",
|
||||||
COPPER_SABOT_PREMIER_HP_SLUG = "5d6e68b3a4b9361bca7e50b5",
|
COPPER_SABOT_PREMIER_HP_SLUG = "5d6e68b3a4b9361bca7e50b5",
|
||||||
LEAD_SLUG = "58820d1224597753c90aeb13",
|
LEAD_SLUG = "58820d1224597753c90aeb13",
|
||||||
|
PIRANHA = "64b8ee384b75259c590fa89b",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Ammo20Gauge
|
export enum Ammo20Gauge
|
||||||
|
Loading…
Reference in New Issue
Block a user