80 lines
4 KiB
Zig
80 lines
4 KiB
Zig
// Avatar group
|
|
pub const MultiAvatar = [_]u32{
|
|
8002, 8004, 8006, 8008, 1001, 1224,
|
|
};
|
|
pub const McTracing = [_]u32{
|
|
8002, 8004, 8006, 8008,
|
|
};
|
|
pub const EnhanceAvatarID = [_]u32{ 1005, 1006, 1205, 1212 };
|
|
pub const IgnoreBattle = [_]u32{ 1405, 1404, 1225, 1314, 1312, 1305, 1302, 1217 };
|
|
pub const SkipBattle = [_]u32{ 1408, 1308 };
|
|
|
|
pub const skills = [_]u32{ 1, 2, 3, 4, 7, 101, 102, 103, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 301, 302 };
|
|
pub const skills_old = [_]u32{ 1, 2, 3, 4, 7, 101, 102, 103, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210 };
|
|
|
|
pub const AllAvatars = &[_]u32{
|
|
//1000
|
|
1001, 1002, 1003, 1004, 1005, 1006, 1008, 1009, 1013, 1014, 1015,
|
|
//1100
|
|
1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111,
|
|
1112,
|
|
//1200
|
|
1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210,
|
|
1211, 1212, 1213, 1214, 1215, 1217, 1218, 1220, 1221, 1222, 1223,
|
|
1225,
|
|
//1300
|
|
1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310,
|
|
1312, 1313, 1314, 1315, 1317,
|
|
//1400
|
|
1401, 1402, 8001, 1403, 1404, 1405,
|
|
1406, 1407, 1408, 1409, 1410, 1412,
|
|
};
|
|
// Battle group
|
|
//TODO: update every patch
|
|
pub const buffs_unlocked = &[_]u32{
|
|
100101, 100201, 100301, 100401, 100501, 100601, 100801, 100901, 101301,
|
|
110101, 110201, 110202, 110203, 110301, 110401, 110501, 110601, 110701,
|
|
110801, 110901, 111001, 111101, 111201, 120101, 120301, 120401, 120501,
|
|
120601, 120701, 120702, 120801, 120802, 120901, 121001, 121101, 121201,
|
|
121202, 121203, 121301, 121302, 121303, 121401, 121501, 121701, 121801,
|
|
122001, 122002, 122003, 122004, 122101, 122201, 122301, 122302, 122303,
|
|
122304, 122402, 122403, 122501, 130101, 130201, 130301, 130302, 130303,
|
|
130401, 130402, 130403, 130404, 130405, 130406, 130501, 130601, 130602,
|
|
130701, 130801, 130802, 130803, 130901, 130902, 130903, 131001, 131002,
|
|
131201, 131301, 131401, 131501, 131502, 131503, 131701, 131702, 140101,
|
|
140102, 140201, 140202, 140301, 140401, 140501, 140601, 140701, 140801,
|
|
140901, 200501, 200601, 220501, 221201, 800301, 800501, 101401, 101501,
|
|
141001, 141201,
|
|
};
|
|
|
|
//TODO: update more Remembrance character in future
|
|
pub const Rem = [_]u32{ 8007, 8008, 1402, 1407, 1409 };
|
|
|
|
//TODO: update id for characters have ignore toughness in their technique in future
|
|
pub const IgnoreToughness = [_]u32{ 1006, 1308, 1317 };
|
|
|
|
// Profile group
|
|
pub const OwnedChatBubbles = [_]u32{ 220000, 220001, 220002, 220003, 220004, 220005, 220006, 220007, 220008 };
|
|
pub const OwnedPhoneThemes = [_]u32{ 221000, 221001, 221002, 221003, 221004, 221005, 221006, 221007, 221008, 221009, 221010, 221011 };
|
|
pub const OwnedPhoneCases = [_]u32{ 254000, 254001 };
|
|
|
|
pub const OwnedPersonalCardSkin = [_]u32{253000};
|
|
|
|
pub const ItemList = [_]u32{ 251001, 251002, 110431, 110507, 101 };
|
|
|
|
pub const LightconeList_3 = [_]u32{
|
|
20000, 20001, 20002, 20003, 20004, 20005, 20006, 20007, 20008, 20009, 20010, 20011, 20012, 20013, 20014, 20015, 20016, 20017, 20018, 20019, 20020, 20021, 20022,
|
|
};
|
|
pub const LightconeList_4 = [_]u32{
|
|
21000, 21001, 21002, 21003, 21004, 21005, 21006, 21007, 21008, 21009, 21010, 21011, 21012, 21013, 21014, 21015, 21016, 21017, 21018, 21019, 21020, 21021, 21022,
|
|
21023, 21024, 21025, 21026, 21027, 21028, 21029, 21030, 21031, 21032, 21033, 21034, 21035, 21036, 21037, 21038, 21039, 21040, 21041, 21042, 21043, 21044, 21045,
|
|
21046, 21047, 21048, 21050, 21051, 21052, 22000, 22001, 22002, 22003, 22004,
|
|
};
|
|
pub const LightconeList_5 = [_]u32{
|
|
23000, 23001, 23002, 23003, 23004, 23005, 23006, 23007, 23008, 23009, 23010, 23011, 23012, 23013, 23014, 23015, 23016, 23017, 23018, 23019, 23020, 23021, 23022,
|
|
23023, 23024, 23025, 23026, 23027, 23028, 23029, 23030, 23031, 23032, 23033, 23034, 23035, 23036, 23037, 23038, 23039, 23040, 23041, 23042, 23043, 24000, 24001,
|
|
24002, 24003, 24004, 24005,
|
|
};
|
|
pub const AvatarList = [_]u32{
|
|
1001, 1002, 1008, 1009, 1013, 1103, 1105, 1106, 1108, 1109, 1110, 1111, 1201, 1202, 1206, 1207, 1210, 1214, 1215, 1223, 1224, 1301, 1312,
|
|
};
|