mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-04 16:55:03 -05:00
29 lines
384 B
TypeScript
29 lines
384 B
TypeScript
export const abilityMarkdownCodes = {
|
|
ism: "ISM",
|
|
iss: "ISS",
|
|
rec: "REC",
|
|
rsu: "RSU",
|
|
ssu: "SSU",
|
|
scu: "SCU",
|
|
ss: "SS",
|
|
spu: "SPU",
|
|
qr: "QR",
|
|
qsj: "QSJ",
|
|
bru: "BRU",
|
|
res: "RES",
|
|
bdu: "BDU",
|
|
mpu: "MPU",
|
|
og: "OG",
|
|
lde: "LDE",
|
|
t: "T",
|
|
cb: "CB",
|
|
ns: "NS",
|
|
h: "H",
|
|
ti: "TI",
|
|
rp: "RP",
|
|
ad: "AD",
|
|
sj: "SJ",
|
|
os: "OS",
|
|
dr: "DR",
|
|
} as const;
|