commit 4564805a2b3191651a20f7614425191a486e22a3 Author: zenn Date: Sun Jan 11 21:02:18 2026 +0900 [260111] 프로젝트 이전 및 초기화 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..673fe3a --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Node.js +node_modules/ +package-lock.json +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Environment files +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# Build output +build/ +dist/ + +# Logs +logs/ +*.log + +# Editor/IDE +.idea/ +.vscode/ +*.swp +.DS_Store + +# 기타 +/coverage \ No newline at end of file diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..222861c --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "tabWidth": 2, + "useTabs": false +} diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..e93e6c3 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,14 @@ +{ + "arrowParens": "avoid", + "bracketSameLine": true, + "bracketSpacing": true, + "endOfLine": "auto", + "htmlWhitespaceSensitivity": "ignore", + "printWidth": 100, + "semi": true, + "singleQuote": true, + "tabWidth": 4, + "trailingComma": "all", + "useTabs": false, + "vueIndentScriptAndStyle": false +} diff --git a/cardList.html b/cardList.html new file mode 100644 index 0000000..925c02c --- /dev/null +++ b/cardList.html @@ -0,0 +1,991 @@ + + + + + + Card List + + + + + + + + + +
+ +
+
+
+ +
+
+
+
+
+
+ + +
+
+
+

COLOR

+
+ + + + + + + + +
+
+
+

TYPE

+
+
+ + +
+
+ + +
+
+ + +
+
+

TRIGGER

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
+
+
+ : + 0 + +
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+ COLOR: 0/4 +
+ | +
+ FINAL: 0/4 +
+ | +
+ SPECIAL: 0/4 +
+ | +
+ TOTAL: 0 +
+
+
+
+
+
+ Card Preview +
+ + + + diff --git a/datas/seriesList.js b/datas/seriesList.js new file mode 100644 index 0000000..dbc2bba --- /dev/null +++ b/datas/seriesList.js @@ -0,0 +1,44 @@ +import title from '../i18n/title.js'; + +const currentLanguage = localStorage.getItem('lang') || 'ko'; + +const seriesList = [ + { key: 'ua01', name: title.ua01[currentLanguage] }, + { key: 'ua02', name: title.ua02[currentLanguage] }, + { key: 'ua03', name: title.ua03[currentLanguage] }, + { key: 'ua04', name: title.ua04[currentLanguage] }, + { key: 'ua05', name: title.ua05[currentLanguage] }, + { key: 'ua06', name: title.ua06[currentLanguage] }, + { key: 'ua07', name: title.ua07[currentLanguage] }, + { key: 'ua08', name: title.ua08[currentLanguage] }, + { key: 'ua09', name: title.ua09[currentLanguage] }, + { key: 'ua10', name: title.ua10[currentLanguage] }, + { key: 'ua11', name: title.ua11[currentLanguage] }, + { key: 'ua12', name: title.ua12[currentLanguage] }, + { key: 'ua13', name: title.ua13[currentLanguage] }, + { key: 'ua14', name: title.ua14[currentLanguage] }, + { key: 'ua15', name: title.ua15[currentLanguage] }, + { key: 'ua16', name: title.ua16[currentLanguage] }, + { key: 'ua17', name: title.ua17[currentLanguage] }, + { key: 'ua18', name: title.ua18[currentLanguage] }, + { key: 'ua19', name: title.ua19[currentLanguage] }, + { key: 'ua20', name: title.ua20[currentLanguage] }, + { key: 'ua21', name: title.ua21[currentLanguage] }, + { key: 'ua22', name: title.ua22[currentLanguage] }, + { key: 'ua23', name: title.ua23[currentLanguage] }, + { key: 'ua24', name: title.ua24[currentLanguage] }, + { key: 'ua25', name: title.ua25[currentLanguage] }, + { key: 'ua26', name: title.ua26[currentLanguage] }, + { key: 'ua27', name: title.ua27[currentLanguage] }, + { key: 'ua28', name: title.ua28[currentLanguage] }, + { key: 'ua29', name: title.ua29[currentLanguage] }, + { key: 'ua30', name: title.ua30[currentLanguage] }, + { key: 'ua31', name: title.ua31[currentLanguage] }, + { key: 'ua32', name: title.ua32[currentLanguage] }, + { key: 'ua33', name: title.ua33[currentLanguage] }, + { key: 'ua34', name: title.ua34[currentLanguage] }, + { key: 'ua35', name: title.ua35[currentLanguage] }, + { key: 'ua36', name: title.ua36[currentLanguage] }, +]; + +export default seriesList; // seriesList를 default export \ No newline at end of file diff --git a/datas/ua01.js b/datas/ua01.js new file mode 100644 index 0000000..357e4ef --- /dev/null +++ b/datas/ua01.js @@ -0,0 +1,2767 @@ +export const cardList = [ + { + imgSrc: '/ua01/EX02BT_CGH-2-001.png', + Number: 'EX02BT/CGH-2-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-002.png', + Number: 'EX02BT/CGH-2-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-003.png', + Number: 'EX02BT/CGH-2-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-004.png', + Number: 'EX02BT/CGH-2-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-005.png', + Number: 'EX02BT/CGH-2-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-005_p1.png', + Number: 'EX02BT/CGH-2-005', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-006.png', + Number: 'EX02BT/CGH-2-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-006_p1.png', + Number: 'EX02BT/CGH-2-006', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-007.png', + Number: 'EX02BT/CGH-2-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-008.png', + Number: 'EX02BT/CGH-2-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-009.png', + Number: 'EX02BT/CGH-2-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-010.png', + Number: 'EX02BT/CGH-2-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-011.png', + Number: 'EX02BT/CGH-2-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-012.png', + Number: 'EX02BT/CGH-2-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-013.png', + Number: 'EX02BT/CGH-2-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-013_p1.png', + Number: 'EX02BT/CGH-2-013', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-014.png', + Number: 'EX02BT/CGH-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-015.png', + Number: 'EX02BT/CGH-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-015_p1.png', + Number: 'EX02BT/CGH-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-016.png', + Number: 'EX02BT/CGH-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-016_p1.png', + Number: 'EX02BT/CGH-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-017.png', + Number: 'EX02BT/CGH-2-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-018.png', + Number: 'EX02BT/CGH-2-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-019.png', + Number: 'EX02BT/CGH-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-020.png', + Number: 'EX02BT/CGH-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-021.png', + Number: 'EX02BT/CGH-2-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-022.png', + Number: 'EX02BT/CGH-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-023.png', + Number: 'EX02BT/CGH-2-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-024.png', + Number: 'EX02BT/CGH-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-024_p1.png', + Number: 'EX02BT/CGH-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-025.png', + Number: 'EX02BT/CGH-2-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-026.png', + Number: 'EX02BT/CGH-2-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-026_p1.png', + Number: 'EX02BT/CGH-2-026', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-027.png', + Number: 'EX02BT/CGH-2-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-028.png', + Number: 'EX02BT/CGH-2-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-029.png', + Number: 'EX02BT/CGH-2-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-030.png', + Number: 'EX02BT/CGH-2-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-030_p1.png', + Number: 'EX02BT/CGH-2-030', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-031.png', + Number: 'EX02BT/CGH-2-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-032.png', + Number: 'EX02BT/CGH-2-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-033.png', + Number: 'EX02BT/CGH-2-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-034.png', + Number: 'EX02BT/CGH-2-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-035.png', + Number: 'EX02BT/CGH-2-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-036.png', + Number: 'EX02BT/CGH-2-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-037.png', + Number: 'EX02BT/CGH-2-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-038.png', + Number: 'EX02BT/CGH-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-038_p1.png', + Number: 'EX02BT/CGH-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-039.png', + Number: 'EX02BT/CGH-2-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-040.png', + Number: 'EX02BT/CGH-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-041.png', + Number: 'EX02BT/CGH-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-042.png', + Number: 'EX02BT/CGH-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-042_p1.png', + Number: 'EX02BT/CGH-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-043.png', + Number: 'EX02BT/CGH-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-044.png', + Number: 'EX02BT/CGH-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-045.png', + Number: 'EX02BT/CGH-2-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-046.png', + Number: 'EX02BT/CGH-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-046_p1.png', + Number: 'EX02BT/CGH-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-047.png', + Number: 'EX02BT/CGH-2-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-048.png', + Number: 'EX02BT/CGH-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-049.png', + Number: 'EX02BT/CGH-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-050.png', + Number: 'EX02BT/CGH-2-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-051.png', + Number: 'EX02BT/CGH-2-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-052.png', + Number: 'EX02BT/CGH-2-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-052_p1.png', + Number: 'EX02BT/CGH-2-052', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-053.png', + Number: 'EX02BT/CGH-2-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-054.png', + Number: 'EX02BT/CGH-2-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-054_p1.png', + Number: 'EX02BT/CGH-2-054', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-055.png', + Number: 'EX02BT/CGH-2-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-055_p1.png', + Number: 'EX02BT/CGH-2-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-056.png', + Number: 'EX02BT/CGH-2-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-057.png', + Number: 'EX02BT/CGH-2-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-058.png', + Number: 'EX02BT/CGH-2-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-059.png', + Number: 'EX02BT/CGH-2-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-060.png', + Number: 'EX02BT/CGH-2-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-060_p1.png', + Number: 'EX02BT/CGH-2-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-061.png', + Number: 'EX02BT/CGH-2-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-062.png', + Number: 'EX02BT/CGH-2-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-063.png', + Number: 'EX02BT/CGH-2-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-063_p1.png', + Number: 'EX02BT/CGH-2-063', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-064.png', + Number: 'EX02BT/CGH-2-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-064_p1.png', + Number: 'EX02BT/CGH-2-064', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-065.png', + Number: 'EX02BT/CGH-2-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-066.png', + Number: 'EX02BT/CGH-2-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-066_p1.png', + Number: 'EX02BT/CGH-2-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-067.png', + Number: 'EX02BT/CGH-2-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-068.png', + Number: 'EX02BT/CGH-2-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-069.png', + Number: 'EX02BT/CGH-2-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-069_p1.png', + Number: 'EX02BT/CGH-2-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-070.png', + Number: 'EX02BT/CGH-2-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-071.png', + Number: 'EX02BT/CGH-2-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-072.png', + Number: 'EX02BT/CGH-2-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-073.png', + Number: 'EX02BT/CGH-2-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-AP01.png', + Number: 'EX02BT/CGH-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-AP02.png', + Number: 'EX02BT/CGH-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-AP03.png', + Number: 'EX02BT/CGH-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-AP04.png', + Number: 'EX02BT/CGH-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/EX02BT_CGH-2-AP05.png', + Number: 'EX02BT/CGH-2-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-001.png', + Number: 'UA01BT/CGH-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-002.png', + Number: 'UA01BT/CGH-1-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-003.png', + Number: 'UA01BT/CGH-1-003', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-004.png', + Number: 'UA01BT/CGH-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-004_p1.png', + Number: 'UA01ST/CGH-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-005.png', + Number: 'UA01BT/CGH-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-005_p1.png', + Number: 'UA01ST/CGH-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-006.png', + Number: 'UA01BT/CGH-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-007.png', + Number: 'UA01BT/CGH-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-007_p1.png', + Number: 'UA01ST/CGH-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-008.png', + Number: 'UA01BT/CGH-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-009.png', + Number: 'UA01BT/CGH-1-009', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-010.png', + Number: 'UA01BT/CGH-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-011.png', + Number: 'UA01BT/CGH-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-012.png', + Number: 'UA01BT/CGH-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-013.png', + Number: 'UA01BT/CGH-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-014.png', + Number: 'UA01BT/CGH-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-015.png', + Number: 'UA01BT/CGH-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-016.png', + Number: 'UA01BT/CGH-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-017.png', + Number: 'UA01BT/CGH-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-017_p1.png', + Number: 'UA01ST/CGH-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-017_p2.png', + Number: 'UA01ST/CGH-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-018.png', + Number: 'UA01BT/CGH-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-019.png', + Number: 'UA01BT/CGH-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-020.png', + Number: 'UA01BT/CGH-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-021.png', + Number: 'UA01BT/CGH-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-022.png', + Number: 'UA01BT/CGH-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-022_p1.png', + Number: 'UA01BT/CGH-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-023.png', + Number: 'UA01BT/CGH-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-023_p1.png', + Number: 'UA01BT/CGH-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-024.png', + Number: 'UA01BT/CGH-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-025.png', + Number: 'UA01BT/CGH-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-026.png', + Number: 'UA01BT/CGH-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-027.png', + Number: 'UA01BT/CGH-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-028.png', + Number: 'UA01BT/CGH-1-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-029.png', + Number: 'UA01BT/CGH-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-029_p1.png', + Number: 'UA01BT/CGH-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-030.png', + Number: 'UA01BT/CGH-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-030_p1.png', + Number: 'UA01BT/CGH-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-031.png', + Number: 'UA01BT/CGH-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-031_p1.png', + Number: 'UA01BT/CGH-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-032.png', + Number: 'UA01BT/CGH-1-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-033.png', + Number: 'UA01BT/CGH-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-034.png', + Number: 'UA01BT/CGH-1-034', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-035.png', + Number: 'UA01BT/CGH-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-036.png', + Number: 'UA01BT/CGH-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-036_p1.png', + Number: 'UA01BT/CGH-1-036', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-037.png', + Number: 'UA01BT/CGH-1-037', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-038.png', + Number: 'UA01BT/CGH-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-039.png', + Number: 'UA01BT/CGH-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-040.png', + Number: 'UA01BT/CGH-1-040', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-041.png', + Number: 'UA01BT/CGH-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-042.png', + Number: 'UA01BT/CGH-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-043.png', + Number: 'UA01BT/CGH-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-044.png', + Number: 'UA01BT/CGH-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-045.png', + Number: 'UA01BT/CGH-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-046.png', + Number: 'UA01BT/CGH-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-046_p1.png', + Number: 'UA01BT/CGH-1-046', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-047.png', + Number: 'UA01BT/CGH-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-047_p1.png', + Number: 'UA01BT/CGH-1-047', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-048.png', + Number: 'UA01BT/CGH-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-049.png', + Number: 'UA01BT/CGH-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-050.png', + Number: 'UA01BT/CGH-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-051.png', + Number: 'UA01BT/CGH-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-052.png', + Number: 'UA01BT/CGH-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-052_p1.png', + Number: 'UA01BT/CGH-1-052', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-053.png', + Number: 'UA01BT/CGH-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-054.png', + Number: 'UA01BT/CGH-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-055.png', + Number: 'UA01BT/CGH-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-056.png', + Number: 'UA01BT/CGH-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-057.png', + Number: 'UA01BT/CGH-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-058.png', + Number: 'UA01BT/CGH-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-059.png', + Number: 'UA01BT/CGH-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-059_p1.png', + Number: 'UA01BT/CGH-1-059', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-060.png', + Number: 'UA01BT/CGH-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-060_p1.png', + Number: 'UA01BT/CGH-1-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-061.png', + Number: 'UA01BT/CGH-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-062.png', + Number: 'UA01BT/CGH-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-062_p1.png', + Number: 'UA01BT/CGH-1-062', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-063.png', + Number: 'UA01BT/CGH-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-063_p1.png', + Number: 'UA01BT/CGH-1-063', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-064.png', + Number: 'UA01BT/CGH-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-064_p1.png', + Number: 'UA01BT/CGH-1-064', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-065.png', + Number: 'UA01BT/CGH-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-066.png', + Number: 'UA01BT/CGH-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-067.png', + Number: 'UA01BT/CGH-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-068.png', + Number: 'UA01BT/CGH-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-069.png', + Number: 'UA01BT/CGH-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-070.png', + Number: 'UA01BT/CGH-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-071.png', + Number: 'UA01BT/CGH-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-072.png', + Number: 'UA01BT/CGH-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-073.png', + Number: 'UA01BT/CGH-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-074.png', + Number: 'UA01BT/CGH-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-074_p1.png', + Number: 'UA01BT/CGH-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-075.png', + Number: 'UA01BT/CGH-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-076.png', + Number: 'UA01BT/CGH-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-077.png', + Number: 'UA01BT/CGH-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-077_p1.png', + Number: 'UA01BT/CGH-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-078.png', + Number: 'UA01BT/CGH-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-079.png', + Number: 'UA01BT/CGH-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-080.png', + Number: 'UA01BT/CGH-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-081.png', + Number: 'UA01BT/CGH-1-081', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-081_p1.png', + Number: 'UA01BT/CGH-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-082.png', + Number: 'UA01BT/CGH-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-083.png', + Number: 'UA01BT/CGH-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-084.png', + Number: 'UA01BT/CGH-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-084_p1.png', + Number: 'UA01BT/CGH-1-084', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-085.png', + Number: 'UA01BT/CGH-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-086.png', + Number: 'UA01BT/CGH-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-087.png', + Number: 'UA01BT/CGH-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-088.png', + Number: 'UA01BT/CGH-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-089.png', + Number: 'UA01BT/CGH-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-090.png', + Number: 'UA01BT/CGH-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-091.png', + Number: 'UA01BT/CGH-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-092.png', + Number: 'UA01BT/CGH-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-092_p1.png', + Number: 'UA01BT/CGH-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-093.png', + Number: 'UA01BT/CGH-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-094.png', + Number: 'UA01BT/CGH-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-095.png', + Number: 'UA01BT/CGH-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-095_p1.png', + Number: 'UA01BT/CGH-1-095', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-096.png', + Number: 'UA01BT/CGH-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-097.png', + Number: 'UA01BT/CGH-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-097_p1.png', + Number: 'UA01BT/CGH-1-097', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-098.png', + Number: 'UA01BT/CGH-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-099.png', + Number: 'UA01BT/CGH-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-099_p1.png', + Number: 'UA01BT/CGH-1-099', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-100.png', + Number: 'UA01BT/CGH-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-100_p1.png', + Number: 'UA01BT/CGH-1-100', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-AP01.png', + Number: 'UA01BT/CGH-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-AP02.png', + Number: 'UA01BT/CGH-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-AP03.png', + Number: 'UA01BT/CGH-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-AP04.png', + Number: 'UA01BT/CGH-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-AP05.png', + Number: 'UA01BT/CGH-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UA01BT_CGH-1-AP06.png', + Number: 'UA01BT/CGH-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + + // PB + { + imgSrc: '/ua01/UA01PB_CGH-1-016.png', + Number: 'UA01PB/CGH-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + // STATER + { + imgSrc: '/ua01/UA01ST_CGH-1-001.png', + Number: 'UA04ST/IMS-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-002.png', + Number: 'UA04ST/IMS-1-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-005.png', + Number: 'UA04ST/IMS-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-008.png', + Number: 'UA04ST/IMS-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-011.png', + Number: 'UA04ST/IMS-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-015.png', + Number: 'UA04ST/IMS-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-029.png', + Number: 'UA04ST/IMS-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-030.png', + Number: 'UA04ST/IMS-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-033.png', + Number: 'UA04ST/IMS-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-101.png', + Number: 'UA01ST/CGH-1-101', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-102.png', + Number: 'UA01ST/CGH-1-102', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-103.png', + Number: 'UA01ST/CGH-1-103', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-104.png', + Number: 'UA01ST/CGH-1-104', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-105.png', + Number: 'UA01ST/CGH-1-105', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-106.png', + Number: 'UA01ST/CGH-1-106', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-107.png', + Number: 'UA01ST/CGH-1-107', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-108.png', + Number: 'UA01ST/CGH-1-108', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-109.png', + Number: 'UA01ST/CGH-1-109', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + // AP + { + imgSrc: '/ua01/UA01ST_CGH-1-AP01.png', + Number: 'UA01ST/CGH-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UA01ST_CGH-1-AP02.png', + Number: 'UA01ST/CGH-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UAPB_CGH-AP01.png', + Number: 'UAPB/CGH-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UAPB_CGH-AP02.png', + Number: 'UAPB/CGH-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UAPB_CGH-AP03.png', + Number: 'UAPB/CGH-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua01/UAPB_CGH-AP04.png', + Number: 'UAPB/CGH-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua01/UAPR_CGH-1-007.png', + Number: 'UAPR/CGH-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'OBC', + trigger: null, + }, + { + imgSrc: '/ua01/UAPR_CGH-1-007_p1.png', + Number: 'UAPR/CGH-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'OBC', + trigger: null, + }, + { + imgSrc: '/ua01/UAPR_CGH-1-016.png', + Number: 'UAPR/CGH-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UAPR_CGH-1-017.png', + Number: 'UAPR/CGH-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua01/UAPR_CGH-1-017_p1.png', + Number: 'UAPR/CGH-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua01/UAPR_CGH-1-035.png', + Number: 'UAPR/CGH-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/UAPR_CGH-1-077.png', + Number: 'UAPR/CGH-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua01/UAPR_CGH-1-091.png', + Number: 'UAPR/CGH-1-091', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua01/UAPR_CGH-2-004.png', + Number: 'UAPR/CGH-2-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-2-019.png', + Number: 'UAPR/CGH-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-2-066.png', + Number: 'UAPR/CGH-2-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-2-066_p1.png', + Number: 'UAPR/CGH-2-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-AP01.png', + Number: 'UAPR/CGH-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-AP02.png', + Number: 'UAPR/CGH-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-AP03.png', + Number: 'UAPR/CGH-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-AP04.png', + Number: 'UAPR/CGH-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-AP05.png', + Number: 'UAPR/CGH-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: 'null', + }, + { + imgSrc: '/ua01/UAPR_CGH-P-001.png', + Number: 'UAPR/CGH-P-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua01/UAPR_CGH-P-002.png', + Number: 'UAPR/CGH-P-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua01/UAPR_CGH-P-003.png', + Number: 'UAPR/CGH-P-003', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; diff --git a/datas/ua02.js b/datas/ua02.js new file mode 100644 index 0000000..5b7a6f3 --- /dev/null +++ b/datas/ua02.js @@ -0,0 +1,2911 @@ +export const cardList = [ + { + imgSrc: '/ua02/EX04BT_JJK-1-040_p1.png', + Number: 'EX04BT/JJK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-001.png', + Number: 'EX04BT/JJK-3-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-002.png', + Number: 'EX04BT/JJK-3-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-003.png', + Number: 'EX04BT/JJK-3-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-004.png', + Number: 'EX04BT/JJK-3-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-005.png', + Number: 'EX04BT/JJK-3-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-005_p1.png', + Number: 'EX04BT/JJK-3-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-006.png', + Number: 'EX04BT/JJK-3-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-006_p1.png', + Number: 'EX04BT/JJK-3-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-007.png', + Number: 'EX04BT/JJK-3-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-007_p1.png', + Number: 'EX04BT/JJK-3-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-008.png', + Number: 'EX04BT/JJK-3-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-009.png', + Number: 'EX04BT/JJK-3-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-010.png', + Number: 'EX04BT/JJK-3-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-011.png', + Number: 'EX04BT/JJK-3-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-012.png', + Number: 'EX04BT/JJK-3-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-013.png', + Number: 'EX04BT/JJK-3-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-014.png', + Number: 'EX04BT/JJK-3-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-015.png', + Number: 'EX04BT/JJK-3-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-015_p1.png', + Number: 'EX04BT/JJK-3-015', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-015_p2.png', + Number: 'EX04BT/JJK-3-015', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-016.png', + Number: 'EX04BT/JJK-3-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-017.png', + Number: 'EX04BT/JJK-3-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-017_p1.png', + Number: 'EX04BT/JJK-3-017', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-018.png', + Number: 'EX04BT/JJK-3-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-019.png', + Number: 'EX04BT/JJK-3-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-019_p1.png', + Number: 'EX04BT/JJK-3-019', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-020.png', + Number: 'EX04BT/JJK-3-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-021.png', + Number: 'EX04BT/JJK-3-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-022.png', + Number: 'EX04BT/JJK-3-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-023.png', + Number: 'EX04BT/JJK-3-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-024.png', + Number: 'EX04BT/JJK-3-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-025.png', + Number: 'EX04BT/JJK-3-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-026.png', + Number: 'EX04BT/JJK-3-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-026_p1.png', + Number: 'EX04BT/JJK-3-026', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-027.png', + Number: 'EX04BT/JJK-3-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-028.png', + Number: 'EX04BT/JJK-3-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-029.png', + Number: 'EX04BT/JJK-3-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-030.png', + Number: 'EX04BT/JJK-3-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-031.png', + Number: 'EX04BT/JJK-3-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-032.png', + Number: 'EX04BT/JJK-3-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-033.png', + Number: 'EX04BT/JJK-3-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-034.png', + Number: 'EX04BT/JJK-3-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-035.png', + Number: 'EX04BT/JJK-3-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-035_p1.png', + Number: 'EX04BT/JJK-3-035', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-036.png', + Number: 'EX04BT/JJK-3-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-037.png', + Number: 'EX04BT/JJK-3-037', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-038.png', + Number: 'EX04BT/JJK-3-038', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-039.png', + Number: 'EX04BT/JJK-3-039', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-039_p1.png', + Number: 'EX04BT/JJK-3-039', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-040.png', + Number: 'EX04BT/JJK-3-040', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-041.png', + Number: 'EX04BT/JJK-3-041', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-042.png', + Number: 'EX04BT/JJK-3-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-042_p1.png', + Number: 'EX04BT/JJK-3-042', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-043.png', + Number: 'EX04BT/JJK-3-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-043_p1.png', + Number: 'EX04BT/JJK-3-043', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-044.png', + Number: 'EX04BT/JJK-3-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-045.png', + Number: 'EX04BT/JJK-3-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-046.png', + Number: 'EX04BT/JJK-3-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-047.png', + Number: 'EX04BT/JJK-3-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-048.png', + Number: 'EX04BT/JJK-3-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-048_p1.png', + Number: 'EX04BT/JJK-3-048', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-049.png', + Number: 'EX04BT/JJK-3-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-049_p1.png', + Number: 'EX04BT/JJK-3-049', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-050.png', + Number: 'EX04BT/JJK-3-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-051.png', + Number: 'EX04BT/JJK-3-051', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-051_p1.png', + Number: 'EX04BT/JJK-3-051', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-052.png', + Number: 'EX04BT/JJK-3-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-052_p1.png', + Number: 'EX04BT/JJK-3-052', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-053.png', + Number: 'EX04BT/JJK-3-053', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-054.png', + Number: 'EX04BT/JJK-3-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-055.png', + Number: 'EX04BT/JJK-3-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-056.png', + Number: 'EX04BT/JJK-3-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-056_p1.png', + Number: 'EX04BT/JJK-3-056', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-057.png', + Number: 'EX04BT/JJK-3-057', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-057_p1.png', + Number: 'EX04BT/JJK-3-057', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-058.png', + Number: 'EX04BT/JJK-3-058', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-059.png', + Number: 'EX04BT/JJK-3-059', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-060.png', + Number: 'EX04BT/JJK-3-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-061.png', + Number: 'EX04BT/JJK-3-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-062.png', + Number: 'EX04BT/JJK-3-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-062_p1.png', + Number: 'EX04BT/JJK-3-062', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-063.png', + Number: 'EX04BT/JJK-3-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-064.png', + Number: 'EX04BT/JJK-3-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-065.png', + Number: 'EX04BT/JJK-3-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-066.png', + Number: 'EX04BT/JJK-3-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-067.png', + Number: 'EX04BT/JJK-3-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-068.png', + Number: 'EX04BT/JJK-3-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-069.png', + Number: 'EX04BT/JJK-3-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-070.png', + Number: 'EX04BT/JJK-3-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-071.png', + Number: 'EX04BT/JJK-3-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-072.png', + Number: 'EX04BT/JJK-3-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-073.png', + Number: 'EX04BT/JJK-3-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-AP01.png', + Number: 'EX04BT/JJK-3-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-AP01_s.png', + Number: 'EX04BT/JJK-3-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-AP02.png', + Number: 'EX04BT/JJK-3-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-AP03.png', + Number: 'EX04BT/JJK-3-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-AP04.png', + Number: 'EX04BT/JJK-3-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/EX04BT_JJK-3-AP05.png', + Number: 'EX04BT/JJK-3-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // + { + imgSrc: '/ua02/UA02BT_JJK-1-001.png', + Number: 'UA02BT/JJK-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-002.png', + Number: 'UA02BT/JJK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-003.png', + Number: 'UA02BT/JJK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-004.png', + Number: 'UA02BT/JJK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-005.png', + Number: 'UA02BT/JJK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-005_p1.png', + Number: 'UA02BT/JJK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-006.png', + Number: 'UA02BT/JJK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-007.png', + Number: 'UA02BT/JJK-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-008.png', + Number: 'UA02BT/JJK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-008_p1.png', + Number: 'UA02BT/JJK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-009.png', + Number: 'UA02BT/JJK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-010.png', + Number: 'UA02BT/JJK-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-011.png', + Number: 'UA02BT/JJK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-011_p1.png', + Number: 'UA02BT/JJK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-012.png', + Number: 'UA02BT/JJK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-012_p1.png', + Number: 'UA02BT/JJK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-013.png', + Number: 'UA02BT/JJK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-014.png', + Number: 'UA02BT/JJK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-015.png', + Number: 'UA02BT/JJK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-016.png', + Number: 'UA02BT/JJK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-017.png', + Number: 'UA02BT/JJK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-017_p1.png', + Number: 'UA02BT/JJK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-018.png', + Number: 'UA02BT/JJK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-019.png', + Number: 'UA02BT/JJK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-020.png', + Number: 'UA02BT/JJK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-021.png', + Number: 'UA02BT/JJK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-022.png', + Number: 'UA02BT/JJK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-022_p1.png', + Number: 'UA02BT/JJK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-023.png', + Number: 'UA02BT/JJK-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-024.png', + Number: 'UA02BT/JJK-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-025.png', + Number: 'UA02BT/JJK-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-026.png', + Number: 'UA02BT/JJK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-027.png', + Number: 'UA02BT/JJK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-027_p1.png', + Number: 'UA02BT/JJK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-028.png', + Number: 'UA02BT/JJK-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-028_p1.png', + Number: 'UA02BT/JJK-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-029.png', + Number: 'UA02BT/JJK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-029_p1.png', + Number: 'UA02BT/JJK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-030.png', + Number: 'UA02BT/JJK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-031.png', + Number: 'UA02BT/JJK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-032.png', + Number: 'UA02BT/JJK-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-033.png', + Number: 'UA02BT/JJK-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-034.png', + Number: 'UA02BT/JJK-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-034_p1.png', + Number: 'UA02BT/JJK-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-035.png', + Number: 'UA02BT/JJK-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-036.png', + Number: 'UA02BT/JJK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-037.png', + Number: 'UA02BT/JJK-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-038.png', + Number: 'UA02BT/JJK-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-038_p1.png', + Number: 'UA02BT/JJK-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-039.png', + Number: 'UA02BT/JJK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-040.png', + Number: 'UA02BT/JJK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-040_p1.png', + Number: 'UA02BT/JJK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-040_p2.png', + Number: 'UA02BT/JJK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-041.png', + Number: 'UA02BT/JJK-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-042.png', + Number: 'UA02BT/JJK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-043.png', + Number: 'UA02BT/JJK-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-044.png', + Number: 'UA02BT/JJK-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-045.png', + Number: 'UA02BT/JJK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-046.png', + Number: 'UA02BT/JJK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-047.png', + Number: 'UA02BT/JJK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-047_p1.png', + Number: 'UA02BT/JJK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-048.png', + Number: 'UA02BT/JJK-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-048_p1.png', + Number: 'UA02BT/JJK-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-049.png', + Number: 'UA02BT/JJK-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-050.png', + Number: 'UA02BT/JJK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-050_p1.png', + Number: 'UA02BT/JJK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-051.png', + Number: 'UA02BT/JJK-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-052.png', + Number: 'UA02BT/JJK-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-053.png', + Number: 'UA02BT/JJK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-054.png', + Number: 'UA02BT/JJK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-054_p1.png', + Number: 'UA02BT/JJK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-055.png', + Number: 'UA02BT/JJK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-056.png', + Number: 'UA02BT/JJK-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-057.png', + Number: 'UA02BT/JJK-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-058.png', + Number: 'UA02BT/JJK-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-059.png', + Number: 'UA02BT/JJK-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-060.png', + Number: 'UA02BT/JJK-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-061.png', + Number: 'UA02BT/JJK-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-061_p1.png', + Number: 'UA02BT/JJK-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-062.png', + Number: 'UA02BT/JJK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-063.png', + Number: 'UA02BT/JJK-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-063_p1.png', + Number: 'UA02BT/JJK-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-064.png', + Number: 'UA02BT/JJK-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-065.png', + Number: 'UA02BT/JJK-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-066.png', + Number: 'UA02BT/JJK-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-067.png', + Number: 'UA02BT/JJK-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-067_p1.png', + Number: 'UA02BT/JJK-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-068.png', + Number: 'UA02BT/JJK-1-068', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-068_p1.png', + Number: 'UA02BT/JJK-1-068', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-069.png', + Number: 'UA02BT/JJK-1-069', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-069_p1.png', + Number: 'UA02BT/JJK-1-069', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-070.png', + Number: 'UA02BT/JJK-1-070', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-071.png', + Number: 'UA02BT/JJK-1-071', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-072.png', + Number: 'UA02BT/JJK-1-072', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-073.png', + Number: 'UA02BT/JJK-1-073', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-074.png', + Number: 'UA02BT/JJK-1-074', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-075.png', + Number: 'UA02BT/JJK-1-075', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-076.png', + Number: 'UA02BT/JJK-1-076', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-077.png', + Number: 'UA02BT/JJK-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-078.png', + Number: 'UA02BT/JJK-1-078', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-079.png', + Number: 'UA02BT/JJK-1-079', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-080.png', + Number: 'UA02BT/JJK-1-080', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-081.png', + Number: 'UA02BT/JJK-1-081', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-081_p1.png', + Number: 'UA02BT/JJK-1-081', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-082.png', + Number: 'UA02BT/JJK-1-082', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-083.png', + Number: 'UA02BT/JJK-1-083', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-084.png', + Number: 'UA02BT/JJK-1-084', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-084_p1.png', + Number: 'UA02BT/JJK-1-084', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-085.png', + Number: 'UA02BT/JJK-1-085', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-086.png', + Number: 'UA02BT/JJK-1-086', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-087.png', + Number: 'UA02BT/JJK-1-087', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-088.png', + Number: 'UA02BT/JJK-1-088', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-089.png', + Number: 'UA02BT/JJK-1-089', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-090.png', + Number: 'UA02BT/JJK-1-090', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-091.png', + Number: 'UA02BT/JJK-1-091', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-092.png', + Number: 'UA02BT/JJK-1-092', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-092_p1.png', + Number: 'UA02BT/JJK-1-092', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-093.png', + Number: 'UA02BT/JJK-1-093', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-093_p1.png', + Number: 'UA02BT/JJK-1-093', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-094.png', + Number: 'UA02BT/JJK-1-094', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-094_p1.png', + Number: 'UA02BT/JJK-1-094', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-095.png', + Number: 'UA02BT/JJK-1-095', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-096.png', + Number: 'UA02BT/JJK-1-096', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-097.png', + Number: 'UA02BT/JJK-1-097', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-098.png', + Number: 'UA02BT/JJK-1-098', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-099.png', + Number: 'UA02BT/JJK-1-099', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-100.png', + Number: 'UA02BT/JJK-1-100', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-100_p1.png', + Number: 'UA02BT/JJK-1-100', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + // + { + imgSrc: '/ua02/UA02BT_JJK-1-AP01.png', + Number: 'UA02BT/JJK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-AP02.png', + Number: 'UA02BT/JJK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-AP03.png', + Number: 'UA02BT/JJK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-AP04.png', + Number: 'UA02BT/JJK-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-AP05.png', + Number: 'UA02BT/JJK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UA02BT_JJK-1-AP06.png', + Number: 'UA02BT/JJK-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // NC + { + imgSrc: '/ua02/UA02NC_JJK-2-001.png', + Number: 'UA02NC/JJK-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-002.png', + Number: 'UA02NC/JJK-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-003.png', + Number: 'UA02NC/JJK-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-004.png', + Number: 'UA02NC/JJK-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-005.png', + Number: 'UA02NC/JJK-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-006.png', + Number: 'UA02NC/JJK-2-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-007.png', + Number: 'UA02NC/JJK-2-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-008.png', + Number: 'UA02NC/JJK-2-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-009.png', + Number: 'UA02NC/JJK-2-009', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-010.png', + Number: 'UA02NC/JJK-2-010', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-011.png', + Number: 'UA02NC/JJK-2-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua02/UA02NC_JJK-2-AP01.png', + Number: 'UA02NC/JJK-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // PB + { + imgSrc: '/ua02/UA02PB_JJK-1-039.png', + Number: 'UA02PB/JJK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + // STARTER + { + imgSrc: '/ua02/UA02ST_JJK-1-036.png', + Number: 'UA02ST/JJK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-037.png', + Number: 'UA02ST/JJK-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-044.png', + Number: 'UA02ST/JJK-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-045.png', + Number: 'UA02ST/JJK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-056.png', + Number: 'UA02ST/JJK-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-058.png', + Number: 'UA02ST/JJK-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-062.png', + Number: 'UA02ST/JJK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-063.png', + Number: 'UA02ST/JJK-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-067.png', + Number: 'UA02ST/JJK-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-101.png', + Number: 'UA02ST/JJK-1-101', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-102.png', + Number: 'UA02ST/JJK-1-102', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-103.png', + Number: 'UA02ST/JJK-1-103', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-104.png', + Number: 'UA02ST/JJK-1-104', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-105.png', + Number: 'UA02ST/JJK-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-106.png', + Number: 'UA02ST/JJK-1-106', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-107.png', + Number: 'UA02ST/JJK-1-107', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-108.png', + Number: 'UA02ST/JJK-1-108', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-109.png', + Number: 'UA02ST/JJK-1-109', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-AP01.png', + Number: 'UA02ST/JJK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UA02ST_JJK-1-AP02.png', + Number: 'UA02ST/JJK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UAPB_JJK-AP01.png', + Number: 'UAPB/JJK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UAPB_JJK-AP02.png', + Number: 'UAPB/JJK-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UAPB_JJK-AP03.png', + Number: 'UAPB/JJK-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UAPB_JJK-AP04.png', + Number: 'UAPB/JJK-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua02/UAPR_JJK-1-009.png', + Number: 'UAPR/JJK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-1-020.png', + Number: 'UAPR/JJK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua02/UAPR_JJK-1-038.png', + Number: 'UAPR/JJK-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-1-040.png', + Number: 'UAPR/JJK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-1-040_p1.png', + Number: 'UAPR/JJK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-1-043.png', + Number: 'UAPR/JJK-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-1-045.png', + Number: 'UAPR/JJK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-1-053.png', + Number: 'UAPR/JJK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UAPR_JJK-1-105.png', + Number: 'UAPR/JJK-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-1-105_p1.png', + Number: 'UAPR/JJK-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-3-015.png', + Number: 'UAPR/JJK-3-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-3-015_p1.png', + Number: 'UAPR/JJK-3-015', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-3-018.png', + Number: 'UAPR/JJK-3-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua02/UAPR_JJK-3-037.png', + Number: 'UAPR/JJK-3-037', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-3-054.png', + Number: 'UAPR/JJK-3-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-AP01.png', + Number: 'UAPR/JJK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-AP02.png', + Number: 'UAPR/JJK-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-AP03.png', + Number: 'UAPR/JJK-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-AP04.png', + Number: 'UAPR/JJK-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua02/UAPR_JJK-AP05.png', + Number: 'UAPR/JJK-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua03.js b/datas/ua03.js new file mode 100644 index 0000000..205db6d --- /dev/null +++ b/datas/ua03.js @@ -0,0 +1,2749 @@ +export const cardList = [ + // + { + imgSrc: '/ua03/EX01BT_HTR-1-030_p1.png', + Number: 'EX01BT/HTR-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-001.png', + Number: 'EX01BT/HTR-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-002.png', + Number: 'EX01BT/HTR-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-003.png', + Number: 'EX01BT/HTR-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-004.png', + Number: 'EX01BT/HTR-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-005.png', + Number: 'EX01BT/HTR-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-006.png', + Number: 'EX01BT/HTR-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-007.png', + Number: 'EX01BT/HTR-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-008.png', + Number: 'EX01BT/HTR-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-008_p1.png', + Number: 'EX01BT/HTR-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-009.png', + Number: 'EX01BT/HTR-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-010.png', + Number: 'EX01BT/HTR-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-011.png', + Number: 'EX01BT/HTR-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-012.png', + Number: 'EX01BT/HTR-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-013.png', + Number: 'EX01BT/HTR-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-013_p1.png', + Number: 'EX01BT/HTR-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-014.png', + Number: 'EX01BT/HTR-2-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-015.png', + Number: 'EX01BT/HTR-2-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-015_p1.png', + Number: 'EX01BT/HTR-2-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-016.png', + Number: 'EX01BT/HTR-2-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-016_p1.png', + Number: 'EX01BT/HTR-2-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-017.png', + Number: 'EX01BT/HTR-2-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-018.png', + Number: 'EX01BT/HTR-2-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-019.png', + Number: 'EX01BT/HTR-2-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-020.png', + Number: 'EX01BT/HTR-2-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-021.png', + Number: 'EX01BT/HTR-2-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-021_p1.png', + Number: 'EX01BT/HTR-2-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-022.png', + Number: 'EX01BT/HTR-2-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-023.png', + Number: 'EX01BT/HTR-2-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-024.png', + Number: 'EX01BT/HTR-2-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-024_p1.png', + Number: 'EX01BT/HTR-2-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-024_p2.png', + Number: 'EX01BT/HTR-2-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-025.png', + Number: 'EX01BT/HTR-2-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-026.png', + Number: 'EX01BT/HTR-2-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-027.png', + Number: 'EX01BT/HTR-2-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-028.png', + Number: 'EX01BT/HTR-2-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-029.png', + Number: 'EX01BT/HTR-2-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-029_p1.png', + Number: 'EX01BT/HTR-2-029', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-030.png', + Number: 'EX01BT/HTR-2-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-031.png', + Number: 'EX01BT/HTR-2-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-032.png', + Number: 'EX01BT/HTR-2-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-033.png', + Number: 'EX01BT/HTR-2-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-034.png', + Number: 'EX01BT/HTR-2-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-035.png', + Number: 'EX01BT/HTR-2-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-036.png', + Number: 'EX01BT/HTR-2-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FIANL', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-037.png', + Number: 'EX01BT/HTR-2-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-038.png', + Number: 'EX01BT/HTR-2-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-039.png', + Number: 'EX01BT/HTR-2-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-040.png', + Number: 'EX01BT/HTR-2-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-041.png', + Number: 'EX01BT/HTR-2-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-042.png', + Number: 'EX01BT/HTR-2-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-043.png', + Number: 'EX01BT/HTR-2-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-043_p1.png', + Number: 'EX01BT/HTR-2-043', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-044.png', + Number: 'EX01BT/HTR-2-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-045.png', + Number: 'EX01BT/HTR-2-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-046.png', + Number: 'EX01BT/HTR-2-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-047.png', + Number: 'EX01BT/HTR-2-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-048.png', + Number: 'EX01BT/HTR-2-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-049.png', + Number: 'EX01BT/HTR-2-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-049_p1.png', + Number: 'EX01BT/HTR-2-049', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-050.png', + Number: 'EX01BT/HTR-2-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-050_p1.png', + Number: 'EX01BT/HTR-2-050', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-051.png', + Number: 'EX01BT/HTR-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-052.png', + Number: 'EX01BT/HTR-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-053.png', + Number: 'EX01BT/HTR-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-053_p1.png', + Number: 'EX01BT/HTR-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-054.png', + Number: 'EX01BT/HTR-2-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-054_p1.png', + Number: 'EX01BT/HTR-2-054', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-055.png', + Number: 'EX01BT/HTR-2-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-055_p1.png', + Number: 'EX01BT/HTR-2-055', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-056.png', + Number: 'EX01BT/HTR-2-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-057.png', + Number: 'EX01BT/HTR-2-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-058.png', + Number: 'EX01BT/HTR-2-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-059.png', + Number: 'EX01BT/HTR-2-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-059_p1.png', + Number: 'EX01BT/HTR-2-059', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-060.png', + Number: 'EX01BT/HTR-2-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-061.png', + Number: 'EX01BT/HTR-2-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-062.png', + Number: 'EX01BT/HTR-2-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-063.png', + Number: 'EX01BT/HTR-2-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-064.png', + Number: 'EX01BT/HTR-2-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-065.png', + Number: 'EX01BT/HTR-2-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-065_p1.png', + Number: 'EX01BT/HTR-2-065', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-066.png', + Number: 'EX01BT/HTR-2-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-066_p1.png', + Number: 'EX01BT/HTR-2-066', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-067.png', + Number: 'EX01BT/HTR-2-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-068.png', + Number: 'EX01BT/HTR-2-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-069.png', + Number: 'EX01BT/HTR-2-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-070.png', + Number: 'EX01BT/HTR-2-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-070_p1.png', + Number: 'EX01BT/HTR-2-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-071.png', + Number: 'EX01BT/HTR-2-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-072.png', + Number: 'EX01BT/HTR-2-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-073.png', + Number: 'EX01BT/HTR-2-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-AP01.png', + Number: 'EX01BT/HTR-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-AP02.png', + Number: 'EX01BT/HTR-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-AP03.png', + Number: 'EX01BT/HTR-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/EX01BT_HTR-2-AP04.png', + Number: 'EX01BT/HTR-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // + { + imgSrc: '/ua03/UA03BT_HTR-1-001.png', + Number: 'UA03BT/HTR-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-002.png', + Number: 'UA03BT/HTR-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-003.png', + Number: 'UA03BT/HTR-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-004.png', + Number: 'UA03BT/HTR-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-005.png', + Number: 'UA03BT/HTR-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-006.png', + Number: 'UA03BT/HTR-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-006_p1.png', + Number: 'UA03BT/HTR-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-007.png', + Number: 'UA03BT/HTR-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-007_p1.png', + Number: 'UA03BT/HTR-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-008.png', + Number: 'UA03BT/HTR-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-009.png', + Number: 'UA03BT/HTR-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-010.png', + Number: 'UA03BT/HTR-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-011.png', + Number: 'UA03BT/HTR-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-012.png', + Number: 'UA03BT/HTR-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-012_p1.png', + Number: 'UA03BT/HTR-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-013.png', + Number: 'UA03BT/HTR-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-014.png', + Number: 'UA03BT/HTR-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-015.png', + Number: 'UA03BT/HTR-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-016.png', + Number: 'UA03BT/HTR-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-017.png', + Number: 'UA03BT/HTR-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-018.png', + Number: 'UA03BT/HTR-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-019.png', + Number: 'UA03BT/HTR-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-019_p1.png', + Number: 'UA03BT/HTR-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-020.png', + Number: 'UA03BT/HTR-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-021.png', + Number: 'UA03BT/HTR-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-022.png', + Number: 'UA03BT/HTR-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-023.png', + Number: 'UA03BT/HTR-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-023_p1.png', + Number: 'UA03BT/HTR-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-024.png', + Number: 'UA03BT/HTR-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-025.png', + Number: 'UA03BT/HTR-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-026.png', + Number: 'UA03BT/HTR-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-027.png', + Number: 'UA03BT/HTR-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-027_p1.png', + Number: 'UA03BT/HTR-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-028.png', + Number: 'UA03BT/HTR-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-029.png', + Number: 'UA03BT/HTR-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-030.png', + Number: 'UA03BT/HTR-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-031.png', + Number: 'UA03BT/HTR-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-031_p1.png', + Number: 'UA03BT/HTR-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-032.png', + Number: 'UA03BT/HTR-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-032_p1.png', + Number: 'UA03BT/HTR-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-033.png', + Number: 'UA03BT/HTR-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-033_p1.png', + Number: 'UA03BT/HTR-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-034.png', + Number: 'UA03BT/HTR-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-034_p1.png', + Number: 'UA03BT/HTR-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-035.png', + Number: 'UA03BT/HTR-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-036.png', + Number: 'UA03BT/HTR-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-037.png', + Number: 'UA03BT/HTR-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-037_p1.png', + Number: 'UA03BT/HTR-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-038.png', + Number: 'UA03BT/HTR-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-039.png', + Number: 'UA03BT/HTR-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-040.png', + Number: 'UA03BT/HTR-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-041.png', + Number: 'UA03BT/HTR-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-042.png', + Number: 'UA03BT/HTR-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-043.png', + Number: 'UA03BT/HTR-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-043_p1.png', + Number: 'UA03BT/HTR-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-044.png', + Number: 'UA03BT/HTR-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-045.png', + Number: 'UA03BT/HTR-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-045_p1.png', + Number: 'UA03BT/HTR-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-046.png', + Number: 'UA03BT/HTR-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-047.png', + Number: 'UA03BT/HTR-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-048.png', + Number: 'UA03BT/HTR-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-049.png', + Number: 'UA03BT/HTR-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-050.png', + Number: 'UA03BT/HTR-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-050_p1.png', + Number: 'UA03BT/HTR-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-051.png', + Number: 'UA03BT/HTR-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-052.png', + Number: 'UA03BT/HTR-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-053.png', + Number: 'UA03BT/HTR-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-054.png', + Number: 'UA03BT/HTR-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-055.png', + Number: 'UA03BT/HTR-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-056.png', + Number: 'UA03BT/HTR-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-056_p1.png', + Number: 'UA03BT/HTR-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-057.png', + Number: 'UA03BT/HTR-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-058.png', + Number: 'UA03BT/HTR-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-059.png', + Number: 'UA03BT/HTR-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-060.png', + Number: 'UA03BT/HTR-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-061.png', + Number: 'UA03BT/HTR-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-062.png', + Number: 'UA03BT/HTR-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-062_p1.png', + Number: 'UA03BT/HTR-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-063.png', + Number: 'UA03BT/HTR-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-064.png', + Number: 'UA03BT/HTR-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-065.png', + Number: 'UA03BT/HTR-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-065_p1.png', + Number: 'UA03BT/HTR-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-066.png', + Number: 'UA03BT/HTR-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-066_p1.png', + Number: 'UA03BT/HTR-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-067.png', + Number: 'UA03BT/HTR-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-068.png', + Number: 'UA03BT/HTR-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-069.png', + Number: 'UA03BT/HTR-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-070.png', + Number: 'UA03BT/HTR-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-071.png', + Number: 'UA03BT/HTR-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-072.png', + Number: 'UA03BT/HTR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-073.png', + Number: 'UA03BT/HTR-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-073_p1.png', + Number: 'UA03BT/HTR-1-073', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-074.png', + Number: 'UA03BT/HTR-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-074_p1.png', + Number: 'UA03BT/HTR-1-074', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-075.png', + Number: 'UA03BT/HTR-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-076.png', + Number: 'UA03BT/HTR-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-077.png', + Number: 'UA03BT/HTR-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-078.png', + Number: 'UA03BT/HTR-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-078_p1.png', + Number: 'UA03BT/HTR-1-078', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-078_p2.png', + Number: 'UA03BT/HTR-1-078', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-079.png', + Number: 'UA03BT/HTR-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-080.png', + Number: 'UA03BT/HTR-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-081.png', + Number: 'UA03BT/HTR-1-081', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-082.png', + Number: 'UA03BT/HTR-1-082', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-083.png', + Number: 'UA03BT/HTR-1-083', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-084.png', + Number: 'UA03BT/HTR-1-084', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-085.png', + Number: 'UA03BT/HTR-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-086.png', + Number: 'UA03BT/HTR-1-086', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-087.png', + Number: 'UA03BT/HTR-1-087', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-088.png', + Number: 'UA03BT/HTR-1-088', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-089.png', + Number: 'UA03BT/HTR-1-089', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-090.png', + Number: 'UA03BT/HTR-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-091.png', + Number: 'UA03BT/HTR-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-091_p1.png', + Number: 'UA03BT/HTR-1-091', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-092.png', + Number: 'UA03BT/HTR-1-092', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-092_p1.png', + Number: 'UA03BT/HTR-1-092', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-093.png', + Number: 'UA03BT/HTR-1-093', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-093_p1.png', + Number: 'UA03BT/HTR-1-093', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-094.png', + Number: 'UA03BT/HTR-1-094', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-094_p1.png', + Number: 'UA03BT/HTR-1-094', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-095.png', + Number: 'UA03BT/HTR-1-095', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-096.png', + Number: 'UA03BT/HTR-1-096', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-096_p1.png', + Number: 'UA03BT/HTR-1-096', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-097.png', + Number: 'UA03BT/HTR-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-098.png', + Number: 'UA03BT/HTR-1-098', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-099.png', + Number: 'UA03BT/HTR-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-099_p1.png', + Number: 'UA03BT/HTR-1-099', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-100.png', + Number: 'UA03BT/HTR-1-100', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-AP01.png', + Number: 'UA03BT/HTR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-AP02.png', + Number: 'UA03BT/HTR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-AP03.png', + Number: 'UA03BT/HTR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-AP04.png', + Number: 'UA03BT/HTR-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-AP05.png', + Number: 'UA03BT/HTR-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UA03BT_HTR-1-AP06.png', + Number: 'UA03BT/HTR-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // PB + { + imgSrc: '/ua03/UA03PB_HTR-1-077.png', + Number: 'UA03PB/HTR-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua03/UA03ST_HTR-1-070.png', + Number: 'UA03ST/HTR-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-072.png', + Number: 'UA03ST/HTR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-075.png', + Number: 'UA03ST/HTR-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-079.png', + Number: 'UA03ST/HTR-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-083.png', + Number: 'UA03ST/HTR-1-083', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-085.png', + Number: 'UA03ST/HTR-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-090.png', + Number: 'UA03ST/HTR-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-097.png', + Number: 'UA03ST/HTR-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-099.png', + Number: 'UA03ST/HTR-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-101.png', + Number: 'UA03ST/HTR-1-101', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-102.png', + Number: 'UA03ST/HTR-1-102', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-103.png', + Number: 'UA03ST/HTR-1-103', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-104.png', + Number: 'UA03ST/HTR-1-104', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-105.png', + Number: 'UA03ST/HTR-1-105', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-106.png', + Number: 'UA03ST/HTR-1-106', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-107.png', + Number: 'UA03ST/HTR-1-107', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-108.png', + Number: 'UA03ST/HTR-1-108', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-109.png', + Number: 'UA03ST/HTR-1-109', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-AP01.png', + Number: 'UA03ST/HTR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UA03ST_HTR-1-AP02.png', + Number: 'UA03ST/HTR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UAPB_HTR-AP01.png', + Number: 'UAPB/HTR-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UAPB_HTR-AP02.png', + Number: 'UAPB/HTR-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UAPB_HTR-AP03.png', + Number: 'UAPB/HTR-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UAPB_HTR-AP04.png', + Number: 'UAPB/HTR-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua03/UAPR_HTR-1-005.png', + Number: 'UAPR/HTR-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-1-018.png', + Number: 'UAPR/HTR-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-1-026.png', + Number: 'UAPR/HTR-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-1-042.png', + Number: 'UAPR/HTR-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-1-072.png', + Number: 'UAPR/HTR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-1-076.png', + Number: 'UAPR/HTR-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-1-078.png', + Number: 'UAPR/HTR-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-1-078_p1.png', + Number: 'UAPR/HTR-1-078', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-1-090.png', + Number: 'UAPR/HTR-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-2-024.png', + Number: 'UAPR/HTR-2-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-2-024_p1.png', + Number: 'UAPR/HTR-2-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-2-027.png', + Number: 'UAPR/HTR-2-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-2-029.png', + Number: 'UAPR/HTR-2-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-2-029_p1.png', + Number: 'UAPR/HTR-2-029', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-AP01.png', + Number: 'UAPR/HTR-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-AP02.png', + Number: 'UAPR/HTR-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-P-001.png', + Number: 'UAPR/HTR-P-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-P-002.png', + Number: 'UAPR/HTR-P-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua03/UAPR_HTR-P-003.png', + Number: 'UAPR/HTR-P-003', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; + + diff --git a/datas/ua04.js b/datas/ua04.js new file mode 100644 index 0000000..89f2f3a --- /dev/null +++ b/datas/ua04.js @@ -0,0 +1,4030 @@ +export const cardList = [ + { + imgSrc: '/ua04/EX03BT_IMS-2-001.png', + Number: 'EX03BT/IMS-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-002.png', + Number: 'EX03BT/IMS-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-003.png', + Number: 'EX03BT/IMS-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-004.png', + Number: 'EX03BT/IMS-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-005.png', + Number: 'EX03BT/IMS-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-006.png', + Number: 'EX03BT/IMS-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-006_p1.png', + Number: 'EX03BT/IMS-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-007.png', + Number: 'EX03BT/IMS-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-008.png', + Number: 'EX03BT/IMS-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-008_p1.png', + Number: 'EX03BT/IMS-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-009.png', + Number: 'EX03BT/IMS-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-010.png', + Number: 'EX03BT/IMS-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-010_p1.png', + Number: 'EX03BT/IMS-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-011.png', + Number: 'EX03BT/IMS-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-011_p1.png', + Number: 'EX03BT/IMS-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-012.png', + Number: 'EX03BT/IMS-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-013.png', + Number: 'EX03BT/IMS-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-013_p1.png', + Number: 'EX03BT/IMS-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-014.png', + Number: 'EX03BT/IMS-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-015.png', + Number: 'EX03BT/IMS-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-016.png', + Number: 'EX03BT/IMS-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-017.png', + Number: 'EX03BT/IMS-2-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-018.png', + Number: 'EX03BT/IMS-2-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-019.png', + Number: 'EX03BT/IMS-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-020.png', + Number: 'EX03BT/IMS-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-020_p1.png', + Number: 'EX03BT/IMS-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-021.png', + Number: 'EX03BT/IMS-2-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-022.png', + Number: 'EX03BT/IMS-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-022_p1.png', + Number: 'EX03BT/IMS-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-023.png', + Number: 'EX03BT/IMS-2-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-024.png', + Number: 'EX03BT/IMS-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-024_p1.png', + Number: 'EX03BT/IMS-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-025.png', + Number: 'EX03BT/IMS-2-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-026.png', + Number: 'EX03BT/IMS-2-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-026_p1.png', + Number: 'EX03BT/IMS-2-026', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-027.png', + Number: 'EX03BT/IMS-2-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-028.png', + Number: 'EX03BT/IMS-2-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-029.png', + Number: 'EX03BT/IMS-2-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-030.png', + Number: 'EX03BT/IMS-2-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-030_p1.png', + Number: 'EX03BT/IMS-2-030', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-031.png', + Number: 'EX03BT/IMS-2-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-032.png', + Number: 'EX03BT/IMS-2-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-033.png', + Number: 'EX03BT/IMS-2-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-034.png', + Number: 'EX03BT/IMS-2-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-034_p1.png', + Number: 'EX03BT/IMS-2-034', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-035.png', + Number: 'EX03BT/IMS-2-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-036.png', + Number: 'EX03BT/IMS-2-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-037.png', + Number: 'EX03BT/IMS-2-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-038.png', + Number: 'EX03BT/IMS-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-038_p1.png', + Number: 'EX03BT/IMS-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-039.png', + Number: 'EX03BT/IMS-2-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-040.png', + Number: 'EX03BT/IMS-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-040_p1.png', + Number: 'EX03BT/IMS-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-040_p2.png', + Number: 'EX03BT/IMS-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-041.png', + Number: 'EX03BT/IMS-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-042.png', + Number: 'EX03BT/IMS-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-043.png', + Number: 'EX03BT/IMS-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-043_p1.png', + Number: 'EX03BT/IMS-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-043_p2.png', + Number: 'EX03BT/IMS-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-044.png', + Number: 'EX03BT/IMS-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-045.png', + Number: 'EX03BT/IMS-2-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-046.png', + Number: 'EX03BT/IMS-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-046_p1.png', + Number: 'EX03BT/IMS-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-046_p2.png', + Number: 'EX03BT/IMS-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-046_p3.png', + Number: 'EX03BT/IMS-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-047.png', + Number: 'EX03BT/IMS-2-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-048.png', + Number: 'EX03BT/IMS-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-049.png', + Number: 'EX03BT/IMS-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-049_p1.png', + Number: 'EX03BT/IMS-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-049_p2.png', + Number: 'EX03BT/IMS-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-050.png', + Number: 'EX03BT/IMS-2-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-051.png', + Number: 'EX03BT/IMS-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-052.png', + Number: 'EX03BT/IMS-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-052_p1.png', + Number: 'EX03BT/IMS-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-052_p2.png', + Number: 'EX03BT/IMS-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-053.png', + Number: 'EX03BT/IMS-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-053_p1.png', + Number: 'EX03BT/IMS-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-054.png', + Number: 'EX03BT/IMS-2-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-055.png', + Number: 'EX03BT/IMS-2-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-056.png', + Number: 'EX03BT/IMS-2-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-057.png', + Number: 'EX03BT/IMS-2-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-058.png', + Number: 'EX03BT/IMS-2-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-059.png', + Number: 'EX03BT/IMS-2-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-060.png', + Number: 'EX03BT/IMS-2-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-061.png', + Number: 'EX03BT/IMS-2-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-061_p1.png', + Number: 'EX03BT/IMS-2-061', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-062.png', + Number: 'EX03BT/IMS-2-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-063.png', + Number: 'EX03BT/IMS-2-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-064.png', + Number: 'EX03BT/IMS-2-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-064_p1.png', + Number: 'EX03BT/IMS-2-064', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-065.png', + Number: 'EX03BT/IMS-2-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-066.png', + Number: 'EX03BT/IMS-2-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-066_p1.png', + Number: 'EX03BT/IMS-2-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-067.png', + Number: 'EX03BT/IMS-2-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-067_p1.png', + Number: 'EX03BT/IMS-2-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-068.png', + Number: 'EX03BT/IMS-2-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-068_p1.png', + Number: 'EX03BT/IMS-2-068', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-069.png', + Number: 'EX03BT/IMS-2-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-069_p1.png', + Number: 'EX03BT/IMS-2-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-070.png', + Number: 'EX03BT/IMS-2-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-070_p1.png', + Number: 'EX03BT/IMS-2-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-071.png', + Number: 'EX03BT/IMS-2-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-071_p1.png', + Number: 'EX03BT/IMS-2-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-072.png', + Number: 'EX03BT/IMS-2-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-073.png', + Number: 'EX03BT/IMS-2-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua04/EX03BT_IMS-2-AP01.png', + Number: 'EX03BT/IMS-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-AP02.png', + Number: 'EX03BT/IMS-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-AP03.png', + Number: 'EX03BT/IMS-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-AP04.png', + Number: 'EX03BT/IMS-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-AP05.png', + Number: 'EX03BT/IMS-2-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-AP06.png', + Number: 'EX03BT/IMS-2-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-AP07.png', + Number: 'EX03BT/IMS-2-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/EX03BT_IMS-2-AP08.png', + Number: 'EX03BT/IMS-2-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // 3탄 + { + imgSrc: '/ua04/PC01BT_IMS-3-001.png', + Number: 'PC01BT/IMS-3-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-002.png', + Number: 'PC01BT/IMS-3-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-002_p1.png', + Number: 'PC01BT/IMS-3-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-003.png', + Number: 'PC01BT/IMS-3-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-003_p1.png', + Number: 'PC01BT/IMS-3-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-004.png', + Number: 'PC01BT/IMS-3-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-004_p1.png', + Number: 'PC01BT/IMS-3-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-005.png', + Number: 'PC01BT/IMS-3-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-005_p1.png', + Number: 'PC01BT/IMS-3-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'PcSR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-006.png', + Number: 'PC01BT/IMS-3-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-006_p1.png', + Number: 'PC01BT/IMS-3-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'PcC★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-007.png', + Number: 'PC01BT/IMS-3-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-007_p1.png', + Number: 'PC01BT/IMS-3-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'PcC★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-008.png', + Number: 'PC01BT/IMS-3-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-008_p1.png', + Number: 'PC01BT/IMS-3-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'PcSR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-009.png', + Number: 'PC01BT/IMS-3-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-010.png', + Number: 'PC01BT/IMS-3-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-011.png', + Number: 'PC01BT/IMS-3-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-012.png', + Number: 'PC01BT/IMS-3-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-012_p1.png', + Number: 'PC01BT/IMS-3-012', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'PcC★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-013.png', + Number: 'PC01BT/IMS-3-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-014.png', + Number: 'PC01BT/IMS-3-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-014_p1.png', + Number: 'PC01BT/IMS-3-014', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'PcSR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-015.png', + Number: 'PC01BT/IMS-3-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-015_p1.png', + Number: 'PC01BT/IMS-3-015', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'PcC★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-016.png', + Number: 'PC01BT/IMS-3-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-016_p1.png', + Number: 'PC01BT/IMS-3-016', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'PcC★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-017.png', + Number: 'PC01BT/IMS-3-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-017_p1.png', + Number: 'PC01BT/IMS-3-017', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'PcSR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-018.png', + Number: 'PC01BT/IMS-3-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-018_p1.png', + Number: 'PC01BT/IMS-3-018', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-019.png', + Number: 'PC01BT/IMS-3-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-020.png', + Number: 'PC01BT/IMS-3-020', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-020_p1.png', + Number: 'PC01BT/IMS-3-020', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcSR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-021.png', + Number: 'PC01BT/IMS-3-021', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-022.png', + Number: 'PC01BT/IMS-3-022', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-023.png', + Number: 'PC01BT/IMS-3-023', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-023_p1.png', + Number: 'PC01BT/IMS-3-023', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcSR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-024.png', + Number: 'PC01BT/IMS-3-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-024_p1.png', + Number: 'PC01BT/IMS-3-024', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-025.png', + Number: 'PC01BT/IMS-3-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-026.png', + Number: 'PC01BT/IMS-3-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-026_p1.png', + Number: 'PC01BT/IMS-3-026', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcC★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-027.png', + Number: 'PC01BT/IMS-3-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-028.png', + Number: 'PC01BT/IMS-3-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-029.png', + Number: 'PC01BT/IMS-3-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-030.png', + Number: 'PC01BT/IMS-3-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-030_p1.png', + Number: 'PC01BT/IMS-3-030', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-031.png', + Number: 'PC01BT/IMS-3-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-031_p1.png', + Number: 'PC01BT/IMS-3-031', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcSR★★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-031_p2.png', + Number: 'PC01BT/IMS-3-031', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcSR★★★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-032.png', + Number: 'PC01BT/IMS-3-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-033.png', + Number: 'PC01BT/IMS-3-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-034.png', + Number: 'PC01BT/IMS-3-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-034_p1.png', + Number: 'PC01BT/IMS-3-034', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-035.png', + Number: 'PC01BT/IMS-3-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-035_p1.png', + Number: 'PC01BT/IMS-3-035', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcR★★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-036.png', + Number: 'PC01BT/IMS-3-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-037.png', + Number: 'PC01BT/IMS-3-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-038.png', + Number: 'PC01BT/IMS-3-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-038_p1.png', + Number: 'PC01BT/IMS-3-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-039.png', + Number: 'PC01BT/IMS-3-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-039_p1.png', + Number: 'PC01BT/IMS-3-039', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'PcSR★★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-040.png', + Number: 'PC01BT/IMS-3-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-041.png', + Number: 'PC01BT/IMS-3-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-042.png', + Number: 'PC01BT/IMS-3-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-042_p1.png', + Number: 'PC01BT/IMS-3-042', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-042_p2.png', + Number: 'PC01BT/IMS-3-042', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcR★★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-043.png', + Number: 'PC01BT/IMS-3-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-043_p1.png', + Number: 'PC01BT/IMS-3-043', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcSR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-043_p2.png', + Number: 'PC01BT/IMS-3-043', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcSR★★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-043_p3.png', + Number: 'PC01BT/IMS-3-043', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcSR★★★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-044.png', + Number: 'PC01BT/IMS-3-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-044_p1.png', + Number: 'PC01BT/IMS-3-044', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-044_p2.png', + Number: 'PC01BT/IMS-3-044', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcR★★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-045.png', + Number: 'PC01BT/IMS-3-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-045_p1.png', + Number: 'PC01BT/IMS-3-045', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcC★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-046.png', + Number: 'PC01BT/IMS-3-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-046_p1.png', + Number: 'PC01BT/IMS-3-046', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-047.png', + Number: 'PC01BT/IMS-3-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-047_p1.png', + Number: 'PC01BT/IMS-3-047', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-048.png', + Number: 'PC01BT/IMS-3-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcSR', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-048_p1.png', + Number: 'PC01BT/IMS-3-048', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcSR★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-049.png', + Number: 'PC01BT/IMS-3-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-049_p1.png', + Number: 'PC01BT/IMS-3-049', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'PcC★', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-050.png', + Number: 'PC01BT/IMS-3-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + // AP + { + imgSrc: '/ua04/PC01BT_IMS-3-AP01.png', + Number: 'PC01BT/IMS-3-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP02.png', + Number: 'PC01BT/IMS-3-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP03.png', + Number: 'PC01BT/IMS-3-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP04.png', + Number: 'PC01BT/IMS-3-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP05.png', + Number: 'PC01BT/IMS-3-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP05_p1.png', + Number: 'PC01BT/IMS-3-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP05_p2.png', + Number: 'PC01BT/IMS-3-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP05_p3.png', + Number: 'PC01BT/IMS-3-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP06.png', + Number: 'PC01BT/IMS-3-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-A07.png', + Number: 'PC01BT/IMS-3-A07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP08.png', + Number: 'PC01BT/IMS-3-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP08_p1.png', + Number: 'PC01BT/IMS-3-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP08_p2.png', + Number: 'PC01BT/IMS-3-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/PC01BT_IMS-3-AP08_p3.png', + Number: 'PC01BT/IMS-3-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // 1탄 + { + imgSrc: '/ua04/UA04BT_IMS-1-001.png', + Number: 'UA04BT/IMS-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-002.png', + Number: 'UA04BT/IMS-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-003.png', + Number: 'UA04BT/IMS-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-004.png', + Number: 'UA04BT/IMS-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-004_p1.png', + Number: 'UA04BT/IMS-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-004_p2.png', + Number: 'UA04BT/IMS-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-005.png', + Number: 'UA04BT/IMS-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-006.png', + Number: 'UA04BT/IMS-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-007.png', + Number: 'UA04BT/IMS-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-007_p1.png', + Number: 'UA04BT/IMS-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-008.png', + Number: 'UA04BT/IMS-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-009.png', + Number: 'UA04BT/IMS-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-010.png', + Number: 'UA04BT/IMS-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-010_p1.png', + Number: 'UA04BT/IMS-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-011.png', + Number: 'UA04BT/IMS-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-012.png', + Number: 'UA04BT/IMS-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-013.png', + Number: 'UA04BT/IMS-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-013_p1.png', + Number: 'UA04BT/IMS-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-014.png', + Number: 'UA04BT/IMS-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-015.png', + Number: 'UA04BT/IMS-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-016.png', + Number: 'UA04BT/IMS-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-016_p1.png', + Number: 'UA04BT/IMS-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-016_p2.png', + Number: 'UA04BT/IMS-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-016_p3.png', + Number: 'UA04BT/IMS-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-017.png', + Number: 'UA04BT/IMS-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-018.png', + Number: 'UA04BT/IMS-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-019.png', + Number: 'UA04BT/IMS-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-019_p1.png', + Number: 'UA04BT/IMS-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-020.png', + Number: 'UA04BT/IMS-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-021.png', + Number: 'UA04BT/IMS-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-022.png', + Number: 'UA04BT/IMS-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-022_p1.png', + Number: 'UA04BT/IMS-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-023.png', + Number: 'UA04BT/IMS-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-024.png', + Number: 'UA04BT/IMS-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-025.png', + Number: 'UA04BT/IMS-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-025_p1.png', + Number: 'UA04BT/IMS-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-025_p2.png', + Number: 'UA04BT/IMS-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-026.png', + Number: 'UA04BT/IMS-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-027.png', + Number: 'UA04BT/IMS-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-028.png', + Number: 'UA04BT/IMS-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-029.png', + Number: 'UA04BT/IMS-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-030.png', + Number: 'UA04BT/IMS-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-031.png', + Number: 'UA04BT/IMS-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-032.png', + Number: 'UA04BT/IMS-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-033.png', + Number: 'UA04BT/IMS-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-034.png', + Number: 'UA04BT/IMS-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-035.png', + Number: 'UA04BT/IMS-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-036.png', + Number: 'UA04BT/IMS-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-036_p1.png', + Number: 'UA04BT/IMS-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-037.png', + Number: 'UA04BT/IMS-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-038.png', + Number: 'UA04BT/IMS-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-039.png', + Number: 'UA04BT/IMS-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-039_p1.png', + Number: 'UA04BT/IMS-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-040.png', + Number: 'UA04BT/IMS-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-041.png', + Number: 'UA04BT/IMS-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-042.png', + Number: 'UA04BT/IMS-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-042_p1.png', + Number: 'UA04BT/IMS-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-042_p2.png', + Number: 'UA04BT/IMS-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-043.png', + Number: 'UA04BT/IMS-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-044.png', + Number: 'UA04BT/IMS-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-045.png', + Number: 'UA04BT/IMS-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-045_p1.png', + Number: 'UA04BT/IMS-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-046.png', + Number: 'UA04BT/IMS-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-047.png', + Number: 'UA04BT/IMS-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-048.png', + Number: 'UA04BT/IMS-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-048_p1.png', + Number: 'UA04BT/IMS-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-049.png', + Number: 'UA04BT/IMS-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-050.png', + Number: 'UA04BT/IMS-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-051.png', + Number: 'UA04BT/IMS-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-051_p1.png', + Number: 'UA04BT/IMS-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-051_p2.png', + Number: 'UA04BT/IMS-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-052.png', + Number: 'UA04BT/IMS-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-053.png', + Number: 'UA04BT/IMS-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-054.png', + Number: 'UA04BT/IMS-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-054_p1.png', + Number: 'UA04BT/IMS-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-055.png', + Number: 'UA04BT/IMS-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-056.png', + Number: 'UA04BT/IMS-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-057.png', + Number: 'UA04BT/IMS-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-057_p1.png', + Number: 'UA04BT/IMS-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-058.png', + Number: 'UA04BT/IMS-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-059.png', + Number: 'UA04BT/IMS-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-060.png', + Number: 'UA04BT/IMS-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-060_p1.png', + Number: 'UA04BT/IMS-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-061.png', + Number: 'UA04BT/IMS-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-062.png', + Number: 'UA04BT/IMS-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-063.png', + Number: 'UA04BT/IMS-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-064.png', + Number: 'UA04BT/IMS-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-065.png', + Number: 'UA04BT/IMS-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-066.png', + Number: 'UA04BT/IMS-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-067.png', + Number: 'UA04BT/IMS-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-068.png', + Number: 'UA04BT/IMS-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-069.png', + Number: 'UA04BT/IMS-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-070.png', + Number: 'UA04BT/IMS-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-071.png', + Number: 'UA04BT/IMS-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-071_p1.png', + Number: 'UA04BT/IMS-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-072.png', + Number: 'UA04BT/IMS-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-073.png', + Number: 'UA04BT/IMS-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-074.png', + Number: 'UA04BT/IMS-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-074_p1.png', + Number: 'UA04BT/IMS-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-074_p2.png', + Number: 'UA04BT/IMS-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-075.png', + Number: 'UA04BT/IMS-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-076.png', + Number: 'UA04BT/IMS-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-077.png', + Number: 'UA04BT/IMS-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-077_p1.png', + Number: 'UA04BT/IMS-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-078.png', + Number: 'UA04BT/IMS-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-079.png', + Number: 'UA04BT/IMS-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-080.png', + Number: 'UA04BT/IMS-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-080_p1.png', + Number: 'UA04BT/IMS-1-080', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-081.png', + Number: 'UA04BT/IMS-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-082.png', + Number: 'UA04BT/IMS-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-083.png', + Number: 'UA04BT/IMS-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-083_p1.png', + Number: 'UA04BT/IMS-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-083_p2.png', + Number: 'UA04BT/IMS-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-084.png', + Number: 'UA04BT/IMS-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-085.png', + Number: 'UA04BT/IMS-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-086.png', + Number: 'UA04BT/IMS-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-086_p1.png', + Number: 'UA04BT/IMS-1-086', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-087.png', + Number: 'UA04BT/IMS-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-088.png', + Number: 'UA04BT/IMS-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-089.png', + Number: 'UA04BT/IMS-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-089_p1.png', + Number: 'UA04BT/IMS-1-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-090.png', + Number: 'UA04BT/IMS-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-091.png', + Number: 'UA04BT/IMS-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-092.png', + Number: 'UA04BT/IMS-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-092_p1.png', + Number: 'UA04BT/IMS-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-093.png', + Number: 'UA04BT/IMS-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-094.png', + Number: 'UA04BT/IMS-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-095.png', + Number: 'UA04BT/IMS-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-096.png', + Number: 'UA04BT/IMS-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-097.png', + Number: 'UA04BT/IMS-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-098.png', + Number: 'UA04BT/IMS-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-099.png', + Number: 'UA04BT/IMS-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-100.png', + Number: 'UA04BT/IMS-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + // + { + imgSrc: '/ua04/UA04BT_IMS-1-AP01.png', + Number: 'UA04BT/IMS-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-AP02.png', + Number: 'UA04BT/IMS-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-AP03.png', + Number: 'UA04BT/IMS-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-AP04.png', + Number: 'UA04BT/IMS-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-AP05.png', + Number: 'UA04BT/IMS-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UA04BT_IMS-1-AP06.png', + Number: 'UA04BT/IMS-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua04/UA04ST_IMS-1-001.png', + Number: 'UA04ST/IMS-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-011.png', + Number: 'UA04ST/IMS-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-012.png', + Number: 'UA04ST/IMS-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-014.png', + Number: 'UA04ST/IMS-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-015.png', + Number: 'UA04ST/IMS-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-017.png', + Number: 'UA04ST/IMS-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-018.png', + Number: 'UA04ST/IMS-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-028.png', + Number: 'UA04ST/IMS-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-030.png', + Number: 'UA04ST/IMS-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-101.png', + Number: 'UA04ST/IMS-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-102.png', + Number: 'UA04ST/IMS-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-103.png', + Number: 'UA04ST/IMS-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-104.png', + Number: 'UA04ST/IMS-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-105.png', + Number: 'UA04ST/IMS-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-106.png', + Number: 'UA04ST/IMS-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-107.png', + Number: 'UA04ST/IMS-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-108.png', + Number: 'UA04ST/IMS-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-109.png', + Number: 'UA04ST/IMS-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-AP01.png', + Number: 'UA04ST/IMS-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UA04ST_IMS-1-AP02.png', + Number: 'UA04ST/IMS-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPB + { + imgSrc: '/ua04/UAPB_IMS-AP01.png', + Number: 'UAPB/IMS-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua04/UAPR_IMS-1-015.png', + Number: 'UAPR/IMS-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-1-016.png', + Number: 'UAPR/IMS-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UAPR_IMS-1-016_p1.png', + Number: 'UAPR/IMS-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua04/UAPR_IMS-1-034.png', + Number: 'UAPR/IMS-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-1-050.png', + Number: 'UAPR/IMS-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-1-073.png', + Number: 'UAPR/IMS-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-1-076.png', + Number: 'UAPR/IMS-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-1-085.png', + Number: 'UAPR/IMS-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-2-042.png', + Number: 'UAPR/IMS-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-2-045.png', + Number: 'UAPR/IMS-2-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-3-033.png', + Number: 'UAPR/IMS-3-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-3-037.png', + Number: 'UAPR/IMS-3-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PcC', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-2-046.png', + Number: 'UAPR/IMS-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-2-046_p1.png', + Number: 'UAPR/IMS-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-2-048.png', + Number: 'UAPR/IMS-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-AP01.png', + Number: 'UAPR/IMS-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-AP02.png', + Number: 'UAPR/IMS-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-AP09.png', + Number: 'UAPR/IMS-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-AP09_p1.png', + Number: 'UAPR/IMS-AP09', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-AP10.png', + Number: 'UAPR/IMS-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-P-001.png', + Number: 'UAPR/IMS-P-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-P-002.png', + Number: 'UAPR/IMS-P-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-P-003.png', + Number: 'UAPR/IMS-P-003', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS-P-004.png', + Number: 'UAPR/IMS-P-004', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS_AP04.png', + Number: 'UAPR/IMS-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS_AP05.png', + Number: 'UAPR/IMS-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS_AP06.png', + Number: 'UAPR/IMS-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS_AP07.png', + Number: 'UAPR/IMS-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua04/UAPR_IMS_AP08.png', + Number: 'UAPR/IMS-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; diff --git a/datas/ua05.js b/datas/ua05.js new file mode 100644 index 0000000..36ef8fb --- /dev/null +++ b/datas/ua05.js @@ -0,0 +1,2871 @@ +export const cardList = [ + { + imgSrc: '/ua05/EX05BT_KMY-1-017_p1.png', + Number: 'EX05BT/KMY-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-1-022_p1.png', + Number: 'EX05BT/KMY-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-1-026_p1.png', + Number: 'EX05BT/KMY-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-001.png', + Number: 'EX05BT/KMY-3-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-002.png', + Number: 'EX05BT/KMY-3-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-002_p1.png', + Number: 'EX05BT/KMY-3-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-003.png', + Number: 'EX05BT/KMY-3-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-004.png', + Number: 'EX05BT/KMY-3-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-005.png', + Number: 'EX05BT/KMY-3-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-005_p1.png', + Number: 'EX05BT/KMY-3-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-006.png', + Number: 'EX05BT/KMY-3-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-007.png', + Number: 'EX05BT/KMY-3-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-007_p1.png', + Number: 'EX05BT/KMY-3-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-008.png', + Number: 'EX05BT/KMY-3-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-008_p1.png', + Number: 'EX05BT/KMY-3-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-009.png', + Number: 'EX05BT/KMY-3-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-009_p1.png', + Number: 'EX05BT/KMY-3-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-010.png', + Number: 'EX05BT/KMY-3-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-010_p1.png', + Number: 'EX05BT/KMY-3-010', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-011.png', + Number: 'EX05BT/KMY-3-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-012.png', + Number: 'EX05BT/KMY-3-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-013.png', + Number: 'EX05BT/KMY-3-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-014.png', + Number: 'EX05BT/KMY-3-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-015.png', + Number: 'EX05BT/KMY-3-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-016.png', + Number: 'EX05BT/KMY-3-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-016_p1.png', + Number: 'EX05BT/KMY-3-016', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-017.png', + Number: 'EX05BT/KMY-3-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-017_p1.png', + Number: 'EX05BT/KMY-3-017', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-018.png', + Number: 'EX05BT/KMY-3-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-019.png', + Number: 'EX05BT/KMY-3-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-020.png', + Number: 'EX05BT/KMY-3-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-020_p1.png', + Number: 'EX05BT/KMY-3-020', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-021.png', + Number: 'EX05BT/KMY-3-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-021_p1.png', + Number: 'EX05BT/KMY-3-021', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-021_p2.png', + Number: 'EX05BT/KMY-3-021', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-022.png', + Number: 'EX05BT/KMY-3-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-023.png', + Number: 'EX05BT/KMY-3-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-024.png', + Number: 'EX05BT/KMY-3-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-024_p1.png', + Number: 'EX05BT/KMY-3-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-025.png', + Number: 'EX05BT/KMY-3-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-026.png', + Number: 'EX05BT/KMY-3-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-027.png', + Number: 'EX05BT/KMY-3-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-028.png', + Number: 'EX05BT/KMY-3-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-029.png', + Number: 'EX05BT/KMY-3-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-030.png', + Number: 'EX05BT/KMY-3-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-031.png', + Number: 'EX05BT/KMY-3-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-032.png', + Number: 'EX05BT/KMY-3-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-033.png', + Number: 'EX05BT/KMY-3-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-033_p1.png', + Number: 'EX05BT/KMY-3-033', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-034.png', + Number: 'EX05BT/KMY-3-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-034_p1.png', + Number: 'EX05BT/KMY-3-034', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-035.png', + Number: 'EX05BT/KMY-3-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-036.png', + Number: 'EX05BT/KMY-3-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-037.png', + Number: 'EX05BT/KMY-3-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-038.png', + Number: 'EX05BT/KMY-3-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-038_p1.png', + Number: 'EX05BT/KMY-3-038', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-039.png', + Number: 'EX05BT/KMY-3-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-039_p1.png', + Number: 'EX05BT/KMY-3-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-040.png', + Number: 'EX05BT/KMY-3-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-041.png', + Number: 'EX05BT/KMY-3-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-042.png', + Number: 'EX05BT/KMY-3-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-043.png', + Number: 'EX05BT/KMY-3-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-044.png', + Number: 'EX05BT/KMY-3-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-045.png', + Number: 'EX05BT/KMY-3-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-046.png', + Number: 'EX05BT/KMY-3-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-047.png', + Number: 'EX05BT/KMY-3-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-048.png', + Number: 'EX05BT/KMY-3-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-049.png', + Number: 'EX05BT/KMY-3-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-049_p1.png', + Number: 'EX05BT/KMY-3-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-050.png', + Number: 'EX05BT/KMY-3-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-051.png', + Number: 'EX05BT/KMY-3-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-052.png', + Number: 'EX05BT/KMY-3-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-053.png', + Number: 'EX05BT/KMY-3-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-054.png', + Number: 'EX05BT/KMY-3-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-055.png', + Number: 'EX05BT/KMY-3-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-056.png', + Number: 'EX05BT/KMY-3-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-057.png', + Number: 'EX05BT/KMY-3-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-058.png', + Number: 'EX05BT/KMY-3-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-059.png', + Number: 'EX05BT/KMY-3-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-060.png', + Number: 'EX05BT/KMY-3-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-061.png', + Number: 'EX05BT/KMY-3-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-062.png', + Number: 'EX05BT/KMY-3-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-062_p1.png', + Number: 'EX05BT/KMY-3-062', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-063.png', + Number: 'EX05BT/KMY-3-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-064.png', + Number: 'EX05BT/KMY-3-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-065.png', + Number: 'EX05BT/KMY-3-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-066.png', + Number: 'EX05BT/KMY-3-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-067.png', + Number: 'EX05BT/KMY-3-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-068.png', + Number: 'EX05BT/KMY-3-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-069.png', + Number: 'EX05BT/KMY-3-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-069_p1.png', + Number: 'EX05BT/KMY-3-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-070.png', + Number: 'EX05BT/KMY-3-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-071.png', + Number: 'EX05BT/KMY-3-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-071_p1.png', + Number: 'EX05BT/KMY-3-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-072.png', + Number: 'EX05BT/KMY-3-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-072_p1.png', + Number: 'EX05BT/KMY-3-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-073.png', + Number: 'EX05BT/KMY-3-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-AP01.png', + Number: 'EX05BT/KMY-3-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-AP01_s.png', + Number: 'EX05BT/KMY-3-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-AP02.png', + Number: 'EX05BT/KMY-3-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-AP03.png', + Number: 'EX05BT/KMY-3-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/EX05BT_KMY-3-AP04.png', + Number: 'EX05BT/KMY-3-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // NC + { + imgSrc: '/ua05/UA01NC_KMY-2-001.png', + Number: 'UA01NC/KMY-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-002.png', + Number: 'UA01NC/KMY-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-003.png', + Number: 'UA01NC/KMY-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-004.png', + Number: 'UA01NC/KMY-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-005.png', + Number: 'UA01NC/KMY-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-006.png', + Number: 'UA01NC/KMY-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-007.png', + Number: 'UA01NC/KMY-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-008.png', + Number: 'UA01NC/KMY-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-009.png', + Number: 'UA01NC/KMY-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-010.png', + Number: 'UA01NC/KMY-2-010', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua05/UA01NC_KMY-2-011.png', + Number: 'UA01NC/KMY-2-011', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SP', + trigger: null, + }, + // + { + imgSrc: '/ua05/UA01NC_KMY-2-AP01.png', + Number: 'UA01NC/KMY-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // + { + imgSrc: '/ua05/UA05BT_KMY-1-001.png', + Number: 'UA05BT/KMY-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-002.png', + Number: 'UA05BT/KMY-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-003.png', + Number: 'UA05BT/KMY-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-004.png', + Number: 'UA05BT/KMY-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-005.png', + Number: 'UA05BT/KMY-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-006.png', + Number: 'UA05BT/KMY-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-007.png', + Number: 'UA05BT/KMY-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-008.png', + Number: 'UA05BT/KMY-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-008_p1.png', + Number: 'UA05BT/KMY-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-008_p2.png', + Number: 'UA05BT/KMY-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-009.png', + Number: 'UA05BT/KMY-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-010.png', + Number: 'UA05BT/KMY-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-011.png', + Number: 'UA05BT/KMY-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-011_p1.png', + Number: 'UA05BT/KMY-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-012.png', + Number: 'UA05BT/KMY-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-013.png', + Number: 'UA05BT/KMY-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-013_p1.png', + Number: 'UA05BT/KMY-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-014.png', + Number: 'UA05BT/KMY-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-015.png', + Number: 'UA05BT/KMY-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-016.png', + Number: 'UA05BT/KMY-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-017.png', + Number: 'UA05BT/KMY-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-018.png', + Number: 'UA05BT/KMY-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-019.png', + Number: 'UA05BT/KMY-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-020.png', + Number: 'UA05BT/KMY-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-020_p1.png', + Number: 'UA05BT/KMY-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-021.png', + Number: 'UA05BT/KMY-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-021_p1.png', + Number: 'UA05BT/KMY-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-022.png', + Number: 'UA05BT/KMY-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-023.png', + Number: 'UA05BT/KMY-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-024.png', + Number: 'UA05BT/KMY-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-024_p1.png', + Number: 'UA05BT/KMY-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-025.png', + Number: 'UA05BT/KMY-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-025_p1.png', + Number: 'UA05BT/KMY-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-026.png', + Number: 'UA05BT/KMY-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-027.png', + Number: 'UA05BT/KMY-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-028.png', + Number: 'UA05BT/KMY-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-029.png', + Number: 'UA05BT/KMY-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-029_p1.png', + Number: 'UA05BT/KMY-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-030.png', + Number: 'UA05BT/KMY-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-031.png', + Number: 'UA05BT/KMY-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-031_p1.png', + Number: 'UA05BT/KMY-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-032.png', + Number: 'UA05BT/KMY-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-033.png', + Number: 'UA05BT/KMY-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-033_p1.png', + Number: 'UA05BT/KMY-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-034.png', + Number: 'UA05BT/KMY-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-035.png', + Number: 'UA05BT/KMY-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-035_p1.png', + Number: 'UA05BT/KMY-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-036.png', + Number: 'UA05BT/KMY-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-037.png', + Number: 'UA05BT/KMY-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-038.png', + Number: 'UA05BT/KMY-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-039.png', + Number: 'UA05BT/KMY-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-040.png', + Number: 'UA05BT/KMY-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-041.png', + Number: 'UA05BT/KMY-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-042.png', + Number: 'UA05BT/KMY-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-043.png', + Number: 'UA05BT/KMY-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-044.png', + Number: 'UA05BT/KMY-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-045.png', + Number: 'UA05BT/KMY-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-045_p1.png', + Number: 'UA05BT/KMY-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-046.png', + Number: 'UA05BT/KMY-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-047.png', + Number: 'UA05BT/KMY-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-048.png', + Number: 'UA05BT/KMY-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-049.png', + Number: 'UA05BT/KMY-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-050.png', + Number: 'UA05BT/KMY-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-051.png', + Number: 'UA05BT/KMY-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-052.png', + Number: 'UA05BT/KMY-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-052_p1.png', + Number: 'UA05BT/KMY-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-053.png', + Number: 'UA05BT/KMY-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-054.png', + Number: 'UA05BT/KMY-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-055.png', + Number: 'UA05BT/KMY-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-056.png', + Number: 'UA05BT/KMY-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-056_p1.png', + Number: 'UA05BT/KMY-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-057.png', + Number: 'UA05BT/KMY-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-058.png', + Number: 'UA05BT/KMY-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-059.png', + Number: 'UA05BT/KMY-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-059_p1.png', + Number: 'UA05BT/KMY-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-060.png', + Number: 'UA05BT/KMY-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-061.png', + Number: 'UA05BT/KMY-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-062.png', + Number: 'UA05BT/KMY-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-063.png', + Number: 'UA05BT/KMY-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-063_p1.png', + Number: 'UA05BT/KMY-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-064.png', + Number: 'UA05BT/KMY-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-065.png', + Number: 'UA05BT/KMY-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-066.png', + Number: 'UA05BT/KMY-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-066_p1.png', + Number: 'UA05BT/KMY-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-067.png', + Number: 'UA05BT/KMY-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-067_p1.png', + Number: 'UA05BT/KMY-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-068.png', + Number: 'UA05BT/KMY-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-069.png', + Number: 'UA05BT/KMY-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-070.png', + Number: 'UA05BT/KMY-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-070_p1.png', + Number: 'UA05BT/KMY-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-071.png', + Number: 'UA05BT/KMY-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-071_p1.png', + Number: 'UA05BT/KMY-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-072.png', + Number: 'UA05BT/KMY-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-073.png', + Number: 'UA05BT/KMY-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-074.png', + Number: 'UA05BT/KMY-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-075.png', + Number: 'UA05BT/KMY-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-076.png', + Number: 'UA05BT/KMY-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-077.png', + Number: 'UA05BT/KMY-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-078.png', + Number: 'UA05BT/KMY-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-078_p1.png', + Number: 'UA05BT/KMY-1-078', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-079.png', + Number: 'UA05BT/KMY-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-079_p1.png', + Number: 'UA05BT/KMY-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-080.png', + Number: 'UA05BT/KMY-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-081.png', + Number: 'UA05BT/KMY-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-082.png', + Number: 'UA05BT/KMY-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-083.png', + Number: 'UA05BT/KMY-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-084.png', + Number: 'UA05BT/KMY-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-085.png', + Number: 'UA05BT/KMY-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-086.png', + Number: 'UA05BT/KMY-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-087.png', + Number: 'UA05BT/KMY-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-087_p1.png', + Number: 'UA05BT/KMY-1-087', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-088.png', + Number: 'UA05BT/KMY-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-089.png', + Number: 'UA05BT/KMY-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-090.png', + Number: 'UA05BT/KMY-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-090_p1.png', + Number: 'UA05BT/KMY-1-090', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-091.png', + Number: 'UA05BT/KMY-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-092.png', + Number: 'UA05BT/KMY-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-093.png', + Number: 'UA05BT/KMY-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-094.png', + Number: 'UA05BT/KMY-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-095.png', + Number: 'UA05BT/KMY-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-096.png', + Number: 'UA05BT/KMY-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-096_p1.png', + Number: 'UA05BT/KMY-1-096', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-097.png', + Number: 'UA05BT/KMY-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-097_p1.png', + Number: 'UA05BT/KMY-1-097', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-098.png', + Number: 'UA05BT/KMY-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-099.png', + Number: 'UA05BT/KMY-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-099_p1.png', + Number: 'UA05BT/KMY-1-099', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-100.png', + Number: 'UA05BT/KMY-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua05/UA05BT_KMY-1-AP01.png', + Number: 'UA05BT/KMY-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-AP02.png', + Number: 'UA05BT/KMY-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-AP03.png', + Number: 'UA05BT/KMY-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-AP04.png', + Number: 'UA05BT/KMY-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-AP05.png', + Number: 'UA05BT/KMY-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/UA05BT_KMY-1-AP06.png', + Number: 'UA05BT/KMY-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua05/UA05ST_KMY-1-001.png', + Number: 'UA05ST/KMY-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-003.png', + Number: 'UA05ST/KMY-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-004.png', + Number: 'UA05ST/KMY-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-005.png', + Number: 'UA05ST/KMY-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-009.png', + Number: 'UA05ST/KMY-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-014.png', + Number: 'UA05ST/KMY-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-015.png', + Number: 'UA05ST/KMY-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-029.png', + Number: 'UA05ST/KMY-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-033.png', + Number: 'UA05ST/KMY-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-101.png', + Number: 'UA05ST/KMY-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-102.png', + Number: 'UA05ST/KMY-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-103.png', + Number: 'UA05ST/KMY-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-104.png', + Number: 'UA05ST/KMY-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-105.png', + Number: 'UA05ST/KMY-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-106.png', + Number: 'UA05ST/KMY-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-107.png', + Number: 'UA05ST/KMY-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-108.png', + Number: 'UA05ST/KMY-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-109.png', + Number: 'UA05ST/KMY-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua05/UA05ST_KMY-1-AP01.png', + Number: 'UA05ST/KMY-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/UA05ST_KMY-1-AP02.png', + Number: 'UA05ST/KMY-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua05/UAPR_KMY-1-006.png', + Number: 'UAPR/KMY-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-1-008.png', + Number: 'UAPR/KMY-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-1-008_p1.png', + Number: 'UAPR/KMY-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-1-015.png', + Number: 'UAPR/KMY-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-1-072.png', + Number: 'UAPR/KMY-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-1-074.png', + Number: 'UAPR/KMY-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-1-089.png', + Number: 'UAPR/KMY-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-3-021.png', + Number: 'UAPR/KMY-3-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-3-021_p1.png', + Number: 'UAPR/KMY-3-021', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-3-031.png', + Number: 'UAPR/KMY-3-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-3-037.png', + Number: 'UAPR/KMY-3-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua05/UAPR_KMY-3-039.png', + Number: 'UAPR/KMY-3-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-3-039_p1.png', + Number: 'UAPR/KMY-3-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-AP01.png', + Number: 'UAPR/KMY-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-AP02.png', + Number: 'UAPR/KMY-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-P-001.png', + Number: 'UAPR/KMY-P-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-P-002.png', + Number: 'UAPR/KMY-P-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua05/UAPR_KMY-P-003.png', + Number: 'UAPR/KMY-P-003', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; + + diff --git a/datas/ua06.js b/datas/ua06.js new file mode 100644 index 0000000..7ba68a6 --- /dev/null +++ b/datas/ua06.js @@ -0,0 +1,1618 @@ +export const cardList = [ + { + imgSrc: '/ua06/UA06BT_TOA-1-001.png', + Number: 'UA06BT/TOA-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-002.png', + Number: 'UA06BT/TOA-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-003.png', + Number: 'UA06BT/TOA-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-004.png', + Number: 'UA06BT/TOA-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-005.png', + Number: 'UA06BT/TOA-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-006.png', + Number: 'UA06BT/TOA-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-006_p1.png', + Number: 'UA06BT/TOA-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-007.png', + Number: 'UA06BT/TOA-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-007_p1.png', + Number: 'UA06BT/TOA-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-008.png', + Number: 'UA06BT/TOA-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-009.png', + Number: 'UA06BT/TOA-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-010.png', + Number: 'UA06BT/TOA-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-011.png', + Number: 'UA06BT/TOA-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-012.png', + Number: 'UA06BT/TOA-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-013.png', + Number: 'UA06BT/TOA-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-014.png', + Number: 'UA06BT/TOA-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-014_p1.png', + Number: 'UA06BT/TOA-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-015.png', + Number: 'UA06BT/TOA-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-016.png', + Number: 'UA06BT/TOA-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-017.png', + Number: 'UA06BT/TOA-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-018.png', + Number: 'UA06BT/TOA-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-019.png', + Number: 'UA06BT/TOA-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-020.png', + Number: 'UA06BT/TOA-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-020_p1.png', + Number: 'UA06BT/TOA-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-021.png', + Number: 'UA06BT/TOA-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-021_p2.png', + Number: 'UA06BT/TOA-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-022.png', + Number: 'UA06BT/TOA-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-023.png', + Number: 'UA06BT/TOA-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-024.png', + Number: 'UA06BT/TOA-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-025.png', + Number: 'UA06BT/TOA-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-025_p1.png', + Number: 'UA06BT/TOA-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-026.png', + Number: 'UA06BT/TOA-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-027.png', + Number: 'UA06BT/TOA-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-028.png', + Number: 'UA06BT/TOA-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-029.png', + Number: 'UA06BT/TOA-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-030.png', + Number: 'UA06BT/TOA-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-030_p1.png', + Number: 'UA06BT/TOA-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-031.png', + Number: 'UA06BT/TOA-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-031_p1.png', + Number: 'UA06BT/TOA-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-032.png', + Number: 'UA06BT/TOA-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-033.png', + Number: 'UA06BT/TOA-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-033_p1.png', + Number: 'UA06BT/TOA-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-034.png', + Number: 'UA06BT/TOA-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-035.png', + Number: 'UA06BT/TOA-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-036.png', + Number: 'UA06BT/TOA-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-037.png', + Number: 'UA06BT/TOA-1-037', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-038.png', + Number: 'UA06BT/TOA-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-039.png', + Number: 'UA06BT/TOA-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-040.png', + Number: 'UA06BT/TOA-1-040', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-040_p1.png', + Number: 'UA06BT/TOA-1-040', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-041.png', + Number: 'UA06BT/TOA-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-042.png', + Number: 'UA06BT/TOA-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-043.png', + Number: 'UA06BT/TOA-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-044.png', + Number: 'UA06BT/TOA-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-044_p1.png', + Number: 'UA06BT/TOA-1-044', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-045.png', + Number: 'UA06BT/TOA-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-046.png', + Number: 'UA06BT/TOA-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-047.png', + Number: 'UA06BT/TOA-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-047_p1.png', + Number: 'UA06BT/TOA-1-047', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-048.png', + Number: 'UA06BT/TOA-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-048_p1.png', + Number: 'UA06BT/TOA-1-048', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-049.png', + Number: 'UA06BT/TOA-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-050.png', + Number: 'UA06BT/TOA-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-051.png', + Number: 'UA06BT/TOA-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-051_p1.png', + Number: 'UA06BT/TOA-1-051', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-052.png', + Number: 'UA06BT/TOA-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-052_p1.png', + Number: 'UA06BT/TOA-1-052', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-053.png', + Number: 'UA06BT/TOA-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-054.png', + Number: 'UA06BT/TOA-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-055.png', + Number: 'UA06BT/TOA-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-056.png', + Number: 'UA06BT/TOA-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-057.png', + Number: 'UA06BT/TOA-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-058.png', + Number: 'UA06BT/TOA-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-059.png', + Number: 'UA06BT/TOA-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-060.png', + Number: 'UA06BT/TOA-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-061.png', + Number: 'UA06BT/TOA-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-061_p1.png', + Number: 'UA06BT/TOA-1-061', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-062.png', + Number: 'UA06BT/TOA-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-062_p1.png', + Number: 'UA06BT/TOA-1-062', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-063.png', + Number: 'UA06BT/TOA-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-064.png', + Number: 'UA06BT/TOA-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-065.png', + Number: 'UA06BT/TOA-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-066.png', + Number: 'UA06BT/TOA-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-067.png', + Number: 'UA06BT/TOA-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-067_p1.png', + Number: 'UA06BT/TOA-1-067', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-068.png', + Number: 'UA06BT/TOA-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-069.png', + Number: 'UA06BT/TOA-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-069_p1.png', + Number: 'UA06BT/TOA-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-070.png', + Number: 'UA06BT/TOA-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-070_p1.png', + Number: 'UA06BT/TOA-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-070_p2.png', + Number: 'UA06BT/TOA-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-071.png', + Number: 'UA06BT/TOA-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-072.png', + Number: 'UA06BT/TOA-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-073.png', + Number: 'UA06BT/TOA-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-074.png', + Number: 'UA06BT/TOA-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-075.png', + Number: 'UA06BT/TOA-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-076.png', + Number: 'UA06BT/TOA-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-077.png', + Number: 'UA06BT/TOA-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-078.png', + Number: 'UA06BT/TOA-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-079.png', + Number: 'UA06BT/TOA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-079_p1.png', + Number: 'UA06BT/TOA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-080.png', + Number: 'UA06BT/TOA-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-081.png', + Number: 'UA06BT/TOA-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-082.png', + Number: 'UA06BT/TOA-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-083.png', + Number: 'UA06BT/TOA-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-084.png', + Number: 'UA06BT/TOA-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-085.png', + Number: 'UA06BT/TOA-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-086.png', + Number: 'UA06BT/TOA-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-087.png', + Number: 'UA06BT/TOA-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-088.png', + Number: 'UA06BT/TOA-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-088_p1.png', + Number: 'UA06BT/TOA-1-088', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-089.png', + Number: 'UA06BT/TOA-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-090.png', + Number: 'UA06BT/TOA-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-091.png', + Number: 'UA06BT/TOA-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-091_p1.png', + Number: 'UA06BT/TOA-1-091', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-092.png', + Number: 'UA06BT/TOA-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-092_p1.png', + Number: 'UA06BT/TOA-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-093.png', + Number: 'UA06BT/TOA-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-094.png', + Number: 'UA06BT/TOA-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-095.png', + Number: 'UA06BT/TOA-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-095_p1.png', + Number: 'UA06BT/TOA-1-095', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-096.png', + Number: 'UA06BT/TOA-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-096_p1.png', + Number: 'UA06BT/TOA-1-096', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-097.png', + Number: 'UA06BT/TOA-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-097_p1.png', + Number: 'UA06BT/TOA-1-097', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-098.png', + Number: 'UA06BT/TOA-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-099.png', + Number: 'UA06BT/TOA-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-100.png', + Number: 'UA06BT/TOA-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua06/UA06BT_TOA-1-AP01.png', + Number: 'UA06BT/TOA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-AP02.png', + Number: 'UA06BT/TOA-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-AP03.png', + Number: 'UA06BT/TOA-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-AP04.png', + Number: 'UA06BT/TOA-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-AP05.png', + Number: 'UA06BT/TOA-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua06/UA06BT_TOA-1-AP06.png', + Number: 'UA06BT/TOA-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua06/UA06ST_TOA-1-068.png', + Number: 'UA06ST/TOA-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-075.png', + Number: 'UA06ST/TOA-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-076.png', + Number: 'UA06ST/TOA-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-077.png', + Number: 'UA06ST/TOA-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-080.png', + Number: 'UA06ST/TOA-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-084.png', + Number: 'UA06ST/TOA-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-087.png', + Number: 'UA06ST/TOA-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-096.png', + Number: 'UA06ST/TOA-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-097.png', + Number: 'UA06ST/TOA-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-101.png', + Number: 'UA06ST/TOA-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-102.png', + Number: 'UA06ST/TOA-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-103.png', + Number: 'UA06ST/TOA-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-104.png', + Number: 'UA06ST/TOA-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-105.png', + Number: 'UA06ST/TOA-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-106.png', + Number: 'UA06ST/TOA-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-107.png', + Number: 'UA06ST/TOA-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-108.png', + Number: 'UA06ST/TOA-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-109.png', + Number: 'UA06ST/TOA-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua06/UA06ST_TOA-1-AP01.png', + Number: 'UA06ST/TOA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua06/UA06ST_TOA-1-AP02.png', + Number: 'UA06ST/TOA-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua06/UAPR_TOA-1-003.png', + Number: 'UAPR/TOA-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UAPR_TOA-1-016.png', + Number: 'UAPR/TOA-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua06/UAPR_TOA-1-070.png', + Number: 'UAPR/TOA-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua06/UAPR_TOA-1-070_p1.png', + Number: 'UAPR/TOA-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua06/UAPR_TOA-1-109.png', + Number: 'UAPR/TOA-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua06/UAPR_TOA-AP01.png', + Number: 'UAPR/TOA-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua06/UAPR_TOA-AP02.png', + Number: 'UAPR/TOA-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua07.js b/datas/ua07.js new file mode 100644 index 0000000..d52b4a1 --- /dev/null +++ b/datas/ua07.js @@ -0,0 +1,2730 @@ +export const cardList = [ + { + imgSrc: '/ua07/EX09BT_TSK-2-001.png', + Number: 'EX09BT/TSK-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-002.png', + Number: 'EX09BT/TSK-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-003.png', + Number: 'EX09BT/TSK-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-004.png', + Number: 'EX09BT/TSK-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-005.png', + Number: 'EX09BT/TSK-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-006.png', + Number: 'EX09BT/TSK-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-006_p1.png', + Number: 'EX09BT/TSK-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-007.png', + Number: 'EX09BT/TSK-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-007_p1.png', + Number: 'EX09BT/TSK-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-008.png', + Number: 'EX09BT/TSK-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-009.png', + Number: 'EX09BT/TSK-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-010.png', + Number: 'EX09BT/TSK-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-011.png', + Number: 'EX09BT/TSK-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-011_p1.png', + Number: 'EX09BT/TSK-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-012.png', + Number: 'EX09BT/TSK-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-013.png', + Number: 'EX09BT/TSK-2-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-014.png', + Number: 'EX09BT/TSK-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-015.png', + Number: 'EX09BT/TSK-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-015_p1.png', + Number: 'EX09BT/TSK-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-016.png', + Number: 'EX09BT/TSK-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-017.png', + Number: 'EX09BT/TSK-2-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-018.png', + Number: 'EX09BT/TSK-2-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-018_p1.png', + Number: 'EX09BT/TSK-2-018', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-019.png', + Number: 'EX09BT/TSK-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-019_p1.png', + Number: 'EX09BT/TSK-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-020.png', + Number: 'EX09BT/TSK-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-020_p1.png', + Number: 'EX09BT/TSK-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-021.png', + Number: 'EX09BT/TSK-2-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-022.png', + Number: 'EX09BT/TSK-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-023.png', + Number: 'EX09BT/TSK-2-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-024.png', + Number: 'EX09BT/TSK-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-025.png', + Number: 'EX09BT/TSK-2-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-025_p1.png', + Number: 'EX09BT/TSK-2-025', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-026.png', + Number: 'EX09BT/TSK-2-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-027.png', + Number: 'EX09BT/TSK-2-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-028.png', + Number: 'EX09BT/TSK-2-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-029.png', + Number: 'EX09BT/TSK-2-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-030.png', + Number: 'EX09BT/TSK-2-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-030_p1.png', + Number: 'EX09BT/TSK-2-030', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-031.png', + Number: 'EX09BT/TSK-2-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-032.png', + Number: 'EX09BT/TSK-2-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-033.png', + Number: 'EX09BT/TSK-2-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-033_p1.png', + Number: 'EX09BT/TSK-2-033', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-034.png', + Number: 'EX09BT/TSK-2-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-034_p1.png', + Number: 'EX09BT/TSK-2-034', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-035.png', + Number: 'EX09BT/TSK-2-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-036.png', + Number: 'EX09BT/TSK-2-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-037.png', + Number: 'EX09BT/TSK-2-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-038.png', + Number: 'EX09BT/TSK-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-039.png', + Number: 'EX09BT/TSK-2-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-040.png', + Number: 'EX09BT/TSK-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-041.png', + Number: 'EX09BT/TSK-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-042.png', + Number: 'EX09BT/TSK-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-043.png', + Number: 'EX09BT/TSK-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-043_p1.png', + Number: 'EX09BT/TSK-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-044.png', + Number: 'EX09BT/TSK-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-044_p1.png', + Number: 'EX09BT/TSK-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-044_p2.png', + Number: 'EX09BT/TSK-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-045.png', + Number: 'EX09BT/TSK-2-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-046.png', + Number: 'EX09BT/TSK-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-047.png', + Number: 'EX09BT/TSK-2-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-047_p1.png', + Number: 'EX09BT/TSK-2-047', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-048.png', + Number: 'EX09BT/TSK-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-048_p1.png', + Number: 'EX09BT/TSK-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-049.png', + Number: 'EX09BT/TSK-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-050.png', + Number: 'EX09BT/TSK-2-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-051.png', + Number: 'EX09BT/TSK-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-052.png', + Number: 'EX09BT/TSK-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-052_p1.png', + Number: 'EX09BT/TSK-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-053.png', + Number: 'EX09BT/TSK-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-053_p1.png', + Number: 'EX09BT/TSK-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-054.png', + Number: 'EX09BT/TSK-2-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-055.png', + Number: 'EX09BT/TSK-2-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-056.png', + Number: 'EX09BT/TSK-2-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-057.png', + Number: 'EX09BT/TSK-2-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-058.png', + Number: 'EX09BT/TSK-2-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-059.png', + Number: 'EX09BT/TSK-2-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-060.png', + Number: 'EX09BT/TSK-2-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-061.png', + Number: 'EX09BT/TSK-2-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-062.png', + Number: 'EX09BT/TSK-2-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-063.png', + Number: 'EX09BT/TSK-2-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-064.png', + Number: 'EX09BT/TSK-2-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-065.png', + Number: 'EX09BT/TSK-2-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-065_p1.png', + Number: 'EX09BT/TSK-2-065', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-066.png', + Number: 'EX09BT/TSK-2-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-066_p1.png', + Number: 'EX09BT/TSK-2-066', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-067.png', + Number: 'EX09BT/TSK-2-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-068.png', + Number: 'EX09BT/TSK-2-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-069.png', + Number: 'EX09BT/TSK-2-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-070.png', + Number: 'EX09BT/TSK-2-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-070_p1.png', + Number: 'EX09BT/TSK-2-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-071.png', + Number: 'EX09BT/TSK-2-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-072.png', + Number: 'EX09BT/TSK-2-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-073.png', + Number: 'EX09BT/TSK-2-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + // AP + { + imgSrc: '/ua07/EX09BT_TSK-2-AP01.png', + Number: 'EX09BT/TSK-2-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-AP01_s.png', + Number: 'EX09BT/TSK-2-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-AP02.png', + Number: 'EX09BT/TSK-2-AP02', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-AP03.png', + Number: 'EX09BT/TSK-2-AP03', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-AP04.png', + Number: 'EX09BT/TSK-2-AP04', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-AP05.png', + Number: 'EX09BT/TSK-2-AP05', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/EX09BT_TSK-2-AP06.png', + Number: 'EX09BT/TSK-2-AP06', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-001.png', + Number: 'UA07BT/TSK-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-002.png', + Number: 'UA07BT/TSK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-003.png', + Number: 'UA07BT/TSK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-004.png', + Number: 'UA07BT/TSK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-004_p1.png', + Number: 'UA07BT/TSK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-005.png', + Number: 'UA07BT/TSK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-005_p1.png', + Number: 'UA07BT/TSK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-006.png', + Number: 'UA07BT/TSK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-006_p1.png', + Number: 'UA07BT/TSK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-007.png', + Number: 'UA07BT/TSK-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-008.png', + Number: 'UA07BT/TSK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-009.png', + Number: 'UA07BT/TSK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-010.png', + Number: 'UA07BT/TSK-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-011.png', + Number: 'UA07BT/TSK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-012.png', + Number: 'UA07BT/TSK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-013.png', + Number: 'UA07BT/TSK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-013_p1.png', + Number: 'UA07BT/TSK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-014.png', + Number: 'UA07BT/TSK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-015.png', + Number: 'UA07BT/TSK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-016.png', + Number: 'UA07BT/TSK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-017.png', + Number: 'UA07BT/TSK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-018.png', + Number: 'UA07BT/TSK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-019.png', + Number: 'UA07BT/TSK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-019_p1.png', + Number: 'UA07BT/TSK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-020.png', + Number: 'UA07BT/TSK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-021.png', + Number: 'UA07BT/TSK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-022.png', + Number: 'UA07BT/TSK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-023.png', + Number: 'UA07BT/TSK-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-024.png', + Number: 'UA07BT/TSK-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-025.png', + Number: 'UA07BT/TSK-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-026.png', + Number: 'UA07BT/TSK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-026_p1.png', + Number: 'UA07BT/TSK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-027.png', + Number: 'UA07BT/TSK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-027_p1.png', + Number: 'UA07BT/TSK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-028.png', + Number: 'UA07BT/TSK-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-029.png', + Number: 'UA07BT/TSK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-030.png', + Number: 'UA07BT/TSK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-030_p1.png', + Number: 'UA07BT/TSK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-031.png', + Number: 'UA07BT/TSK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-032.png', + Number: 'UA07BT/TSK-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-032_p1.png', + Number: 'UA07BT/TSK-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-033.png', + Number: 'UA07BT/TSK-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-034.png', + Number: 'UA07BT/TSK-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-035.png', + Number: 'UA07BT/TSK-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-036.png', + Number: 'UA07BT/TSK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-037.png', + Number: 'UA07BT/TSK-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-038.png', + Number: 'UA07BT/TSK-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-039.png', + Number: 'UA07BT/TSK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-040.png', + Number: 'UA07BT/TSK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-041.png', + Number: 'UA07BT/TSK-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-042.png', + Number: 'UA07BT/TSK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-043.png', + Number: 'UA07BT/TSK-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-043_p1.png', + Number: 'UA07BT/TSK-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-044.png', + Number: 'UA07BT/TSK-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-045.png', + Number: 'UA07BT/TSK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-046.png', + Number: 'UA07BT/TSK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-047.png', + Number: 'UA07BT/TSK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-047_p1.png', + Number: 'UA07BT/TSK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-048.png', + Number: 'UA07BT/TSK-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-049.png', + Number: 'UA07BT/TSK-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-050.png', + Number: 'UA07BT/TSK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-051.png', + Number: 'UA07BT/TSK-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-052.png', + Number: 'UA07BT/TSK-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-052_p1.png', + Number: 'UA07BT/TSK-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-053.png', + Number: 'UA07BT/TSK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-053_p1.png', + Number: 'UA07BT/TSK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-054.png', + Number: 'UA07BT/TSK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-055.png', + Number: 'UA07BT/TSK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-055_p1.png', + Number: 'UA07BT/TSK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-056.png', + Number: 'UA07BT/TSK-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-056_p1.png', + Number: 'UA07BT/TSK-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-057.png', + Number: 'UA07BT/TSK-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-058.png', + Number: 'UA07BT/TSK-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-059.png', + Number: 'UA07BT/TSK-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-060.png', + Number: 'UA07BT/TSK-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-060_p1.png', + Number: 'UA07BT/TSK-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-061.png', + Number: 'UA07BT/TSK-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-062.png', + Number: 'UA07BT/TSK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-062_p1.png', + Number: 'UA07BT/TSK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-063.png', + Number: 'UA07BT/TSK-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-064.png', + Number: 'UA07BT/TSK-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-065.png', + Number: 'UA07BT/TSK-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-066.png', + Number: 'UA07BT/TSK-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-067.png', + Number: 'UA07BT/TSK-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-067_p1.png', + Number: 'UA07BT/TSK-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-068.png', + Number: 'UA07BT/TSK-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-069.png', + Number: 'UA07BT/TSK-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-070.png', + Number: 'UA07BT/TSK-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-071.png', + Number: 'UA07BT/TSK-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-071_p1.png', + Number: 'UA07BT/TSK-1-071', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-072.png', + Number: 'UA07BT/TSK-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-073.png', + Number: 'UA07BT/TSK-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-074.png', + Number: 'UA07BT/TSK-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-075.png', + Number: 'UA07BT/TSK-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-076.png', + Number: 'UA07BT/TSK-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-077.png', + Number: 'UA07BT/TSK-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-078.png', + Number: 'UA07BT/TSK-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-079.png', + Number: 'UA07BT/TSK-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-080.png', + Number: 'UA07BT/TSK-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-081.png', + Number: 'UA07BT/TSK-1-081', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-082.png', + Number: 'UA07BT/TSK-1-082', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-083.png', + Number: 'UA07BT/TSK-1-083', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-083_p1.png', + Number: 'UA07BT/TSK-1-083', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-084.png', + Number: 'UA07BT/TSK-1-084', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-084_p1.png', + Number: 'UA07BT/TSK-1-084', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-085.png', + Number: 'UA07BT/TSK-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-085_p1.png', + Number: 'UA07BT/TSK-1-085', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-086.png', + Number: 'UA07BT/TSK-1-086', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-087.png', + Number: 'UA07BT/TSK-1-087', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-088.png', + Number: 'UA07BT/TSK-1-088', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-088_p1.png', + Number: 'UA07BT/TSK-1-088', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-089.png', + Number: 'UA07BT/TSK-1-089', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-090.png', + Number: 'UA07BT/TSK-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-090_p1.png', + Number: 'UA07BT/TSK-1-090', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-091.png', + Number: 'UA07BT/TSK-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-091_p1.png', + Number: 'UA07BT/TSK-1-091', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-091_p2.png', + Number: 'UA07BT/TSK-1-091', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-092.png', + Number: 'UA07BT/TSK-1-092', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-093.png', + Number: 'UA07BT/TSK-1-093', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-094.png', + Number: 'UA07BT/TSK-1-094', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-095.png', + Number: 'UA07BT/TSK-1-095', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-096.png', + Number: 'UA07BT/TSK-1-096', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-096_p1.png', + Number: 'UA07BT/TSK-1-096', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-097.png', + Number: 'UA07BT/TSK-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-097_p1.png', + Number: 'UA07BT/TSK-1-097', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-098.png', + Number: 'UA07BT/TSK-1-098', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-099.png', + Number: 'UA07BT/TSK-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-100.png', + Number: 'UA07BT/TSK-1-100', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua07/UA07BT_TSK-1-AP01.png', + Number: 'UA07BT/TSK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-AP02.png', + Number: 'UA07BT/TSK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-AP03.png', + Number: 'UA07BT/TSK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-AP04.png', + Number: 'UA07BT/TSK-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-AP05.png', + Number: 'UA07BT/TSK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UA07BT_TSK-1-AP06.png', + Number: 'UA07BT/TSK-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua07/UA07ST_TSK-1-035.png', + Number: 'UA07ST/TSK-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-036.png', + Number: 'UA07ST/TSK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-037.png', + Number: 'UA07ST/TSK-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-041.png', + Number: 'UA07ST/TSK-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-046.png', + Number: 'UA07ST/TSK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-049.png', + Number: 'UA07ST/TSK-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-050.png', + Number: 'UA07ST/TSK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-062.png', + Number: 'UA07ST/TSK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-067.png', + Number: 'UA07ST/TSK-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-101.png', + Number: 'UA07ST/TSK-1-101', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-102.png', + Number: 'UA07ST/TSK-1-102', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-103.png', + Number: 'UA07ST/TSK-1-103', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-104.png', + Number: 'UA07ST/TSK-1-104', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-105.png', + Number: 'UA07ST/TSK-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-106.png', + Number: 'UA07ST/TSK-1-106', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-107.png', + Number: 'UA07ST/TSK-1-107', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-108.png', + Number: 'UA07ST/TSK-1-108', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-109.png', + Number: 'UA07ST/TSK-1-109', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua07/UA07ST_TSK-1-AP01.png', + Number: 'UA07ST/TSK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UA07ST_TSK-1-AP02.png', + Number: 'UA07ST/TSK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPB + { + imgSrc: '/ua07/UAPB_TSK-AP01.png', + Number: 'UAPB/TSK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua07/UAPR_TSK-1-012.png', + Number: 'UAPR/TSK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-1-057.png', + Number: 'UAPR/TSK-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-1-085.png', + Number: 'UAPR/TSK-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-1-085_p1.png', + Number: 'UAPR/TSK-1-085', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-1-091.png', + Number: 'UAPR/TSK-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-1-091_p1.png', + Number: 'UAPR/TSK-1-091', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-2-017.png', + Number: 'UAPR/TSK-2-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-2-031.png', + Number: 'UAPR/TSK-2-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-2-044.png', + Number: 'UAPR/TSK-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-2-044_p1.png', + Number: 'UAPR/TSK-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-AP01.png', + Number: 'UAPR/TSK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-AP02.png', + Number: 'UAPR/TSK-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-AP03.png', + Number: 'UAPR/TSK-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-P-001.png', + Number: 'UAPR/TSK-P-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-P-002.png', + Number: 'UAPR/TSK-P-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua07/UAPR_TSK-P-003.png', + Number: 'UAPR/TSK-P-003', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; + + diff --git a/datas/ua08.js b/datas/ua08.js new file mode 100644 index 0000000..ef5033f --- /dev/null +++ b/datas/ua08.js @@ -0,0 +1,2819 @@ +export const cardList = [ + { + imgSrc: '/ua08/EX07BT_BLC-2-001.png', + Number: 'EX07BT/BLC-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-002.png', + Number: 'EX07BT/BLC-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-002_p1.png', + Number: 'EX07BT/BLC-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-003.png', + Number: 'EX07BT/BLC-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-004.png', + Number: 'EX07BT/BLC-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-005.png', + Number: 'EX07BT/BLC-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-006.png', + Number: 'EX07BT/BLC-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-006_p1.png', + Number: 'EX07BT/BLC-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-007.png', + Number: 'EX07BT/BLC-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-008.png', + Number: 'EX07BT/BLC-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-009.png', + Number: 'EX07BT/BLC-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-009_p1.png', + Number: 'EX07BT/BLC-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-010.png', + Number: 'EX07BT/BLC-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-011.png', + Number: 'EX07BT/BLC-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-012.png', + Number: 'EX07BT/BLC-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-013.png', + Number: 'EX07BT/BLC-2-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-014.png', + Number: 'EX07BT/BLC-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-014_p1.png', + Number: 'EX07BT/BLC-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-015.png', + Number: 'EX07BT/BLC-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-016.png', + Number: 'EX07BT/BLC-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-017.png', + Number: 'EX07BT/BLC-2-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-018.png', + Number: 'EX07BT/BLC-2-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-019.png', + Number: 'EX07BT/BLC-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-019_p1.png', + Number: 'EX07BT/BLC-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-020.png', + Number: 'EX07BT/BLC-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-021.png', + Number: 'EX07BT/BLC-2-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-022.png', + Number: 'EX07BT/BLC-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-023.png', + Number: 'EX07BT/BLC-2-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-024.png', + Number: 'EX07BT/BLC-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-024_p1.png', + Number: 'EX07BT/BLC-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-025.png', + Number: 'EX07BT/BLC-2-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-026.png', + Number: 'EX07BT/BLC-2-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-027.png', + Number: 'EX07BT/BLC-2-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-028.png', + Number: 'EX07BT/BLC-2-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-028_p1.png', + Number: 'EX07BT/BLC-2-028', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-029.png', + Number: 'EX07BT/BLC-2-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-030.png', + Number: 'EX07BT/BLC-2-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-030_p1.png', + Number: 'EX07BT/BLC-2-030', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-031.png', + Number: 'EX07BT/BLC-2-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-032.png', + Number: 'EX07BT/BLC-2-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-033.png', + Number: 'EX07BT/BLC-2-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-034.png', + Number: 'EX07BT/BLC-2-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-034_p1.png', + Number: 'EX07BT/BLC-2-034', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-034_p2.png', + Number: 'EX07BT/BLC-2-034', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-035.png', + Number: 'EX07BT/BLC-2-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-035_p1.png', + Number: 'EX07BT/BLC-2-035', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-036.png', + Number: 'EX07BT/BLC-2-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-037.png', + Number: 'EX07BT/BLC-2-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-038.png', + Number: 'EX07BT/BLC-2-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-038_p1.png', + Number: 'EX07BT/BLC-2-038', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-039.png', + Number: 'EX07BT/BLC-2-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-040.png', + Number: 'EX07BT/BLC-2-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-041.png', + Number: 'EX07BT/BLC-2-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-042.png', + Number: 'EX07BT/BLC-2-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-043.png', + Number: 'EX07BT/BLC-2-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-044.png', + Number: 'EX07BT/BLC-2-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-045.png', + Number: 'EX07BT/BLC-2-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-046.png', + Number: 'EX07BT/BLC-2-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-047.png', + Number: 'EX07BT/BLC-2-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-048.png', + Number: 'EX07BT/BLC-2-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-049.png', + Number: 'EX07BT/BLC-2-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-050.png', + Number: 'EX07BT/BLC-2-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-051.png', + Number: 'EX07BT/BLC-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-051_p1.png', + Number: 'EX07BT/BLC-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-052.png', + Number: 'EX07BT/BLC-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-053.png', + Number: 'EX07BT/BLC-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-054.png', + Number: 'EX07BT/BLC-2-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-055.png', + Number: 'EX07BT/BLC-2-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-056.png', + Number: 'EX07BT/BLC-2-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-057.png', + Number: 'EX07BT/BLC-2-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-057_p1.png', + Number: 'EX07BT/BLC-2-057', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-058.png', + Number: 'EX07BT/BLC-2-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-059.png', + Number: 'EX07BT/BLC-2-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-060.png', + Number: 'EX07BT/BLC-2-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-061.png', + Number: 'EX07BT/BLC-2-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-062.png', + Number: 'EX07BT/BLC-2-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-062_p1.png', + Number: 'EX07BT/BLC-2-062', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-063.png', + Number: 'EX07BT/BLC-2-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-064.png', + Number: 'EX07BT/BLC-2-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-065.png', + Number: 'EX07BT/BLC-2-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-066.png', + Number: 'EX07BT/BLC-2-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-067.png', + Number: 'EX07BT/BLC-2-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-067_p1.png', + Number: 'EX07BT/BLC-2-067', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-068.png', + Number: 'EX07BT/BLC-2-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-069.png', + Number: 'EX07BT/BLC-2-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-069_p1.png', + Number: 'EX07BT/BLC-2-069', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-070.png', + Number: 'EX07BT/BLC-2-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-070_p1.png', + Number: 'EX07BT/BLC-2-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-071.png', + Number: 'EX07BT/BLC-2-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-071_p1.png', + Number: 'EX07BT/BLC-2-071', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-072.png', + Number: 'EX07BT/BLC-2-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-073.png', + Number: 'EX07BT/BLC-2-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-AP01.png', + Number: 'EX07BT/BLC-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-AP01_s.png', + Number: 'EX07BT/BLC-2-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-AP02.png', + Number: 'EX07BT/BLC-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-AP03.png', + Number: 'EX07BT/BLC-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-AP04.png', + Number: 'EX07BT/BLC-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/EX07BT_BLC-2-AP05.png', + Number: 'EX07BT/BLC-2-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-001.png', + Number: 'UA04NC/BLC-3-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-002.png', + Number: 'UA04NC/BLC-3-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-003.png', + Number: 'UA04NC/BLC-3-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-004.png', + Number: 'UA04NC/BLC-3-004', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-005.png', + Number: 'UA04NC/BLC-3-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-006.png', + Number: 'UA04NC/BLC-3-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-007.png', + Number: 'UA04NC/BLC-3-007', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-008.png', + Number: 'UA04NC/BLC-3-008', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-009.png', + Number: 'UA04NC/BLC-3-009', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SP', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-010.png', + Number: 'UA04NC/BLC-3-010', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-011.png', + Number: 'UA04NC/BLC-3-011', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua08/UA04NC_BLC-3-AP01.png', + Number: 'UA04NC/BLC-3-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-001.png', + Number: 'UA08BT/BLC-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-002.png', + Number: 'UA08BT/BLC-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-003.png', + Number: 'UA08BT/BLC-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-004.png', + Number: 'UA08BT/BLC-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-004_p1.png', + Number: 'UA08BT/BLC-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-005.png', + Number: 'UA08BT/BLC-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-006.png', + Number: 'UA08BT/BLC-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-007.png', + Number: 'UA08BT/BLC-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-008.png', + Number: 'UA08BT/BLC-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-009.png', + Number: 'UA08BT/BLC-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-010.png', + Number: 'UA08BT/BLC-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-011.png', + Number: 'UA08BT/BLC-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-011_p1.png', + Number: 'UA08BT/BLC-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-012.png', + Number: 'UA08BT/BLC-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-013.png', + Number: 'UA08BT/BLC-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-014.png', + Number: 'UA08BT/BLC-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-014_p1.png', + Number: 'UA08BT/BLC-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-015.png', + Number: 'UA08BT/BLC-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-016.png', + Number: 'UA08BT/BLC-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-017.png', + Number: 'UA08BT/BLC-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-018.png', + Number: 'UA08BT/BLC-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-019.png', + Number: 'UA08BT/BLC-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-020.png', + Number: 'UA08BT/BLC-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-020_p1.png', + Number: 'UA08BT/BLC-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-021.png', + Number: 'UA08BT/BLC-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-022.png', + Number: 'UA08BT/BLC-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-023.png', + Number: 'UA08BT/BLC-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-024.png', + Number: 'UA08BT/BLC-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-024_p1.png', + Number: 'UA08BT/BLC-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-025.png', + Number: 'UA08BT/BLC-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-026.png', + Number: 'UA08BT/BLC-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-027.png', + Number: 'UA08BT/BLC-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-028.png', + Number: 'UA08BT/BLC-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-029.png', + Number: 'UA08BT/BLC-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-030.png', + Number: 'UA08BT/BLC-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-031.png', + Number: 'UA08BT/BLC-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-032.png', + Number: 'UA08BT/BLC-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-033.png', + Number: 'UA08BT/BLC-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-034.png', + Number: 'UA08BT/BLC-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-035.png', + Number: 'UA08BT/BLC-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-036.png', + Number: 'UA08BT/BLC-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-037.png', + Number: 'UA08BT/BLC-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-038.png', + Number: 'UA08BT/BLC-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-038_p1.png', + Number: 'UA08BT/BLC-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-039.png', + Number: 'UA08BT/BLC-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-040.png', + Number: 'UA08BT/BLC-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-040_p1.png', + Number: 'UA08BT/BLC-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-041.png', + Number: 'UA08BT/BLC-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-041_p1.png', + Number: 'UA08BT/BLC-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-041_p2.png', + Number: 'UA08BT/BLC-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-041_p3.png', + Number: 'UA08BT/BLC-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-042.png', + Number: 'UA08BT/BLC-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-043.png', + Number: 'UA08BT/BLC-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-044.png', + Number: 'UA08BT/BLC-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-045.png', + Number: 'UA08BT/BLC-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-046.png', + Number: 'UA08BT/BLC-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-047.png', + Number: 'UA08BT/BLC-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-047_p1.png', + Number: 'UA08BT/BLC-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-047_p2.png', + Number: 'UA08BT/BLC-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-048.png', + Number: 'UA08BT/BLC-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-049.png', + Number: 'UA08BT/BLC-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-050.png', + Number: 'UA08BT/BLC-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-050_p1.png', + Number: 'UA08BT/BLC-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-050_p2.png', + Number: 'UA08BT/BLC-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-051.png', + Number: 'UA08BT/BLC-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-052.png', + Number: 'UA08BT/BLC-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-052_p1.png', + Number: 'UA08BT/BLC-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-053.png', + Number: 'UA08BT/BLC-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-053_p1.png', + Number: 'UA08BT/BLC-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-054.png', + Number: 'UA08BT/BLC-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-055.png', + Number: 'UA08BT/BLC-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-055_p1.png', + Number: 'UA08BT/BLC-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-056.png', + Number: 'UA08BT/BLC-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-057.png', + Number: 'UA08BT/BLC-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-058.png', + Number: 'UA08BT/BLC-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-059.png', + Number: 'UA08BT/BLC-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-060.png', + Number: 'UA08BT/BLC-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-061.png', + Number: 'UA08BT/BLC-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-062.png', + Number: 'UA08BT/BLC-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-063.png', + Number: 'UA08BT/BLC-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-064.png', + Number: 'UA08BT/BLC-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'F', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-065.png', + Number: 'UA08BT/BLC-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-066.png', + Number: 'UA08BT/BLC-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-067.png', + Number: 'UA08BT/BLC-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-068.png', + Number: 'UA08BT/BLC-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-069.png', + Number: 'UA08BT/BLC-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-070.png', + Number: 'UA08BT/BLC-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-070_p1.png', + Number: 'UA08BT/BLC-1-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-071.png', + Number: 'UA08BT/BLC-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-072.png', + Number: 'UA08BT/BLC-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-073.png', + Number: 'UA08BT/BLC-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-074.png', + Number: 'UA08BT/BLC-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-074_p1.png', + Number: 'UA08BT/BLC-1-074', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-075.png', + Number: 'UA08BT/BLC-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-076.png', + Number: 'UA08BT/BLC-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-077.png', + Number: 'UA08BT/BLC-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-078.png', + Number: 'UA08BT/BLC-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-078_p1.png', + Number: 'UA08BT/BLC-1-078', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-079.png', + Number: 'UA08BT/BLC-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-080.png', + Number: 'UA08BT/BLC-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-081.png', + Number: 'UA08BT/BLC-1-081', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-081_p1.png', + Number: 'UA08BT/BLC-1-081', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-082.png', + Number: 'UA08BT/BLC-1-082', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-083.png', + Number: 'UA08BT/BLC-1-083', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-084.png', + Number: 'UA08BT/BLC-1-084', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-085.png', + Number: 'UA08BT/BLC-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-085_p1.png', + Number: 'UA08BT/BLC-1-085', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-085_p2.png', + Number: 'UA08BT/BLC-1-085', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-086.png', + Number: 'UA08BT/BLC-1-086', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-087.png', + Number: 'UA08BT/BLC-1-087', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-087_p1.png', + Number: 'UA08BT/BLC-1-087', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-088.png', + Number: 'UA08BT/BLC-1-088', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-089.png', + Number: 'UA08BT/BLC-1-089', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-089_p1.png', + Number: 'UA08BT/BLC-1-089', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-090.png', + Number: 'UA08BT/BLC-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-091.png', + Number: 'UA08BT/BLC-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-092.png', + Number: 'UA08BT/BLC-1-092', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-093.png', + Number: 'UA08BT/BLC-1-093', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-093_p1.png', + Number: 'UA08BT/BLC-1-093', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-094.png', + Number: 'UA08BT/BLC-1-094', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-095.png', + Number: 'UA08BT/BLC-1-095', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-096.png', + Number: 'UA08BT/BLC-1-096', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-097.png', + Number: 'UA08BT/BLC-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-098.png', + Number: 'UA08BT/BLC-1-098', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-099.png', + Number: 'UA08BT/BLC-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-100.png', + Number: 'UA08BT/BLC-1-100', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + // + { + imgSrc: '/ua08/UA08BT_BLC-1-AP01.png', + Number: 'UA08BT/BLC-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-AP02.png', + Number: 'UA08BT/BLC-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-AP03.png', + Number: 'UA08BT/BLC-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-AP04.png', + Number: 'UA08BT/BLC-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-AP05.png', + Number: 'UA08BT/BLC-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UA08BT_BLC-1-AP06.png', + Number: 'UA08BT/BLC-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua08/UA08ST_BLC-1-034.png', + Number: 'UA08ST/BLC-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-035.png', + Number: 'UA08ST/BLC-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-037.png', + Number: 'UA08ST/BLC-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-039.png', + Number: 'UA08ST/BLC-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-042.png', + Number: 'UA08ST/BLC-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-046.png', + Number: 'UA08ST/BLC-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-062.png', + Number: 'UA08ST/BLC-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-064.png', + Number: 'UA08ST/BLC-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-066.png', + Number: 'UA08ST/BLC-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'FINAL', + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-101.png', + Number: 'UA08ST/BLC-1-101', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-102.png', + Number: 'UA08ST/BLC-1-102', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-103.png', + Number: 'UA08ST/BLC-1-103', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-104.png', + Number: 'UA08ST/BLC-1-104', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-105.png', + Number: 'UA08ST/BLC-1-105', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-106.png', + Number: 'UA08ST/BLC-1-106', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-107.png', + Number: 'UA08ST/BLC-1-107', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-108.png', + Number: 'UA08ST/BLC-1-108', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-109.png', + Number: 'UA08ST/BLC-1-109', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua08/UA08ST_BLC-1-AP01.png', + Number: 'UA08ST/BLC-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UA08ST_BLC-1-AP02.png', + Number: 'UA08ST/BLC-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UAPB_BLC-AP01.png', + Number: 'UAPB/BLC-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua08/UAPR_BLC-1-041.png', + Number: 'UAPR/BLC-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-1-041_p1.png', + Number: 'UAPR/BLC-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-1-046.png', + Number: 'UAPR/BLC-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-1-049.png', + Number: 'UAPR/BLC-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UAPR_BLC-1-053.png', + Number: 'UAPR/BLC-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-1-053_p1.png', + Number: 'UAPR/BLC-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-1-084.png', + Number: 'UAPR/BLC-1-084', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua08/UAPR_BLC-1-103.png', + Number: 'UAPR/BLC-1-103', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-1-103_p1.png', + Number: 'UAPR/BLC-1-103', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U', + trigger: null, + }, + + { + imgSrc: '/ua08/UAPR_BLC-2-016.png', + Number: 'UAPR/BLC-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-2-029.png', + Number: 'UAPR/BLC-2-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-2-032.png', + Number: 'UAPR/BLC-2-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-2-034.png', + Number: 'UAPR/BLC-2-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-2-034_p1.png', + Number: 'UAPR/BLC-2-034', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-AP01.png', + Number: 'UAPR/BLC-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-AP02.png', + Number: 'UAPR/BLC-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-AP03.png', + Number: 'UAPR/BLC-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua08/UAPR_BLC-AP04.png', + Number: 'UAPR/BLC-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua09.js b/datas/ua09.js new file mode 100644 index 0000000..1679a89 --- /dev/null +++ b/datas/ua09.js @@ -0,0 +1,1640 @@ +export const cardList = [ + { + imgSrc: '/ua09/UA09BT_BTR-1-001.png', + Number: 'UA09BT/BTR-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-002.png', + Number: 'UA09BT/BTR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-003.png', + Number: 'UA09BT/BTR-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-004.png', + Number: 'UA09BT/BTR-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-005.png', + Number: 'UA09BT/BTR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-006.png', + Number: 'UA09BT/BTR-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-007.png', + Number: 'UA09BT/BTR-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-008.png', + Number: 'UA09BT/BTR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-008_p1.png', + Number: 'UA09BT/BTR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-009.png', + Number: 'UA09BT/BTR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-010.png', + Number: 'UA09BT/BTR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-011.png', + Number: 'UA09BT/BTR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-011_p1.png', + Number: 'UA09BT/BTR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-012.png', + Number: 'UA09BT/BTR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-013.png', + Number: 'UA09BT/BTR-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-014.png', + Number: 'UA09BT/BTR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-014_p1.png', + Number: 'UA09BT/BTR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-015.png', + Number: 'UA09BT/BTR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-015_p1.png', + Number: 'UA09BT/BTR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-016.png', + Number: 'UA09BT/BTR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-017.png', + Number: 'UA09BT/BTR-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-018.png', + Number: 'UA09BT/BTR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-019.png', + Number: 'UA09BT/BTR-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-020.png', + Number: 'UA09BT/BTR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-021.png', + Number: 'UA09BT/BTR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-022.png', + Number: 'UA09BT/BTR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-022_p1.png', + Number: 'UA09BT/BTR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-023.png', + Number: 'UA09BT/BTR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-023_p1.png', + Number: 'UA09BT/BTR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-023_p2.png', + Number: 'UA09BT/BTR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-024.png', + Number: 'UA09BT/BTR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-025.png', + Number: 'UA09BT/BTR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-026.png', + Number: 'UA09BT/BTR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-027.png', + Number: 'UA09BT/BTR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-028.png', + Number: 'UA09BT/BTR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-029.png', + Number: 'UA09BT/BTR-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-029_p1.png', + Number: 'UA09BT/BTR-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-030.png', + Number: 'UA09BT/BTR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-031.png', + Number: 'UA09BT/BTR-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-032.png', + Number: 'UA09BT/BTR-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-033.png', + Number: 'UA09BT/BTR-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-034.png', + Number: 'UA09BT/BTR-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-034_p1.png', + Number: 'UA09BT/BTR-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-035.png', + Number: 'UA09BT/BTR-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-035_p1.png', + Number: 'UA09BT/BTR-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-036.png', + Number: 'UA09BT/BTR-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-037.png', + Number: 'UA09BT/BTR-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-038.png', + Number: 'UA09BT/BTR-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-038_p1.png', + Number: 'UA09BT/BTR-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-039.png', + Number: 'UA09BT/BTR-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-040.png', + Number: 'UA09BT/BTR-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-041.png', + Number: 'UA09BT/BTR-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-042.png', + Number: 'UA09BT/BTR-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-043.png', + Number: 'UA09BT/BTR-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-044.png', + Number: 'UA09BT/BTR-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-045.png', + Number: 'UA09BT/BTR-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-046.png', + Number: 'UA09BT/BTR-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-046_p1.png', + Number: 'UA09BT/BTR-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-047.png', + Number: 'UA09BT/BTR-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-048.png', + Number: 'UA09BT/BTR-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-049.png', + Number: 'UA09BT/BTR-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-050.png', + Number: 'UA09BT/BTR-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-051.png', + Number: 'UA09BT/BTR-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-052.png', + Number: 'UA09BT/BTR-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-052_p1.png', + Number: 'UA09BT/BTR-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-053.png', + Number: 'UA09BT/BTR-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-053_p1.png', + Number: 'UA09BT/BTR-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-054.png', + Number: 'UA09BT/BTR-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-055.png', + Number: 'UA09BT/BTR-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-056.png', + Number: 'UA09BT/BTR-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-057.png', + Number: 'UA09BT/BTR-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-057_p1.png', + Number: 'UA09BT/BTR-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-058.png', + Number: 'UA09BT/BTR-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-059.png', + Number: 'UA09BT/BTR-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-060.png', + Number: 'UA09BT/BTR-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-061.png', + Number: 'UA09BT/BTR-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-062.png', + Number: 'UA09BT/BTR-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-063.png', + Number: 'UA09BT/BTR-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-064.png', + Number: 'UA09BT/BTR-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-065.png', + Number: 'UA09BT/BTR-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-066.png', + Number: 'UA09BT/BTR-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-066_p1.png', + Number: 'UA09BT/BTR-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-067.png', + Number: 'UA09BT/BTR-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-067_p1.png', + Number: 'UA09BT/BTR-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-068.png', + Number: 'UA09BT/BTR-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-069.png', + Number: 'UA09BT/BTR-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-069_p1.png', + Number: 'UA09BT/BTR-1-069', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-070.png', + Number: 'UA09BT/BTR-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-070_p1.png', + Number: 'UA09BT/BTR-1-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-071.png', + Number: 'UA09BT/BTR-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-072.png', + Number: 'UA09BT/BTR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-073.png', + Number: 'UA09BT/BTR-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-074.png', + Number: 'UA09BT/BTR-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-074_p1.png', + Number: 'UA09BT/BTR-1-074', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-075.png', + Number: 'UA09BT/BTR-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-076.png', + Number: 'UA09BT/BTR-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-077.png', + Number: 'UA09BT/BTR-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-077_p1.png', + Number: 'UA09BT/BTR-1-077', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-078.png', + Number: 'UA09BT/BTR-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-078_p1.png', + Number: 'UA09BT/BTR-1-078', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-079.png', + Number: 'UA09BT/BTR-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-080.png', + Number: 'UA09BT/BTR-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-080_p1.png', + Number: 'UA09BT/BTR-1-080', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-081.png', + Number: 'UA09BT/BTR-1-081', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-082.png', + Number: 'UA09BT/BTR-1-082', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-082_p1.png', + Number: 'UA09BT/BTR-1-082', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-083.png', + Number: 'UA09BT/BTR-1-083', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-084.png', + Number: 'UA09BT/BTR-1-084', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-085.png', + Number: 'UA09BT/BTR-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-086.png', + Number: 'UA09BT/BTR-1-086', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-087.png', + Number: 'UA09BT/BTR-1-087', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-088.png', + Number: 'UA09BT/BTR-1-088', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-089.png', + Number: 'UA09BT/BTR-1-089', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-090.png', + Number: 'UA09BT/BTR-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-091.png', + Number: 'UA09BT/BTR-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-092.png', + Number: 'UA09BT/BTR-1-092', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-093.png', + Number: 'UA09BT/BTR-1-093', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-094.png', + Number: 'UA09BT/BTR-1-094', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-095.png', + Number: 'UA09BT/BTR-1-095', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-096.png', + Number: 'UA09BT/BTR-1-096', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-097.png', + Number: 'UA09BT/BTR-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-098.png', + Number: 'UA09BT/BTR-1-098', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-099.png', + Number: 'UA09BT/BTR-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-100.png', + Number: 'UA09BT/BTR-1-100', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua09/UA09BT_BTR-1-AP01.png', + Number: 'UA09BT/BTR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-AP02.png', + Number: 'UA09BT/BTR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-AP03.png', + Number: 'UA09BT/BTR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-AP04.png', + Number: 'UA09BT/BTR-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-AP05.png', + Number: 'UA09BT/BTR-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua09/UA09BT_BTR-1-AP06.png', + Number: 'UA09BT/BTR-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua09/UA09ST_BTR-1-006.png', + Number: 'UA09ST/BTR-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-010.png', + Number: 'UA09ST/BTR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-016.png', + Number: 'UA09ST/BTR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-020.png', + Number: 'UA09ST/BTR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-025.png', + Number: 'UA09ST/BTR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-026.png', + Number: 'UA09ST/BTR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-028.png', + Number: 'UA09ST/BTR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-030.png', + Number: 'UA09ST/BTR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-032.png', + Number: 'UA09ST/BTR-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-101.png', + Number: 'UA09ST/BTR-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-102.png', + Number: 'UA09ST/BTR-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-103.png', + Number: 'UA09ST/BTR-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-104.png', + Number: 'UA09ST/BTR-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-105.png', + Number: 'UA09ST/BTR-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-106.png', + Number: 'UA09ST/BTR-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-107.png', + Number: 'UA09ST/BTR-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-108.png', + Number: 'UA09ST/BTR-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-109.png', + Number: 'UA09ST/BTR-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua09/UA09ST_BTR-1-AP01.png', + Number: 'UA09ST/BTR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua09/UA09ST_BTR-1-AP02.png', + Number: 'UA09ST/BTR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua09/UAPR_BTR-1-022.png', + Number: 'UAPR/BTR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-1-026.png', + Number: 'UAPR/BTR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-1-044.png', + Number: 'UAPR/BTR-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-1-045.png', + Number: 'UAPR/BTR-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-1-106.png', + Number: 'UAPR/BTR-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-1-106_p1.png', + Number: 'UAPR/BTR-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: null, + }, + // + { + imgSrc: '/ua09/UAPR_BTR-AP01.png', + Number: 'UAPR/BTR-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-AP02.png', + Number: 'UAPR/BTR-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-AP03.png', + Number: 'UAPR/BTR-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua09/UAPR_BTR-P-001.png', + Number: 'UAPR/BTR-P-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-P-002.png', + Number: 'UAPR/BTR-P-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-P-003.png', + Number: 'UAPR/BTR-P-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua09/UAPR_BTR-P-004.png', + Number: 'UAPR/BTR-P-004', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'PR', + trigger: null, + }, + +]; + diff --git a/datas/ua10.js b/datas/ua10.js new file mode 100644 index 0000000..47857b3 --- /dev/null +++ b/datas/ua10.js @@ -0,0 +1,2728 @@ +export const cardList = [ + { + imgSrc: '/ua10/EX06BT_MHA-2-001.png', + Number: 'EX06BT/MHA-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-002.png', + Number: 'EX06BT/MHA-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-003.png', + Number: 'EX06BT/MHA-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-004.png', + Number: 'EX06BT/MHA-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-005.png', + Number: 'EX06BT/MHA-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-006.png', + Number: 'EX06BT/MHA-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-007.png', + Number: 'EX06BT/MHA-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-008.png', + Number: 'EX06BT/MHA-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-008_p1.png', + Number: 'EX06BT/MHA-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-009.png', + Number: 'EX06BT/MHA-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-009_p1.png', + Number: 'EX06BT/MHA-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-010.png', + Number: 'EX06BT/MHA-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-011.png', + Number: 'EX06BT/MHA-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-011_p1.png', + Number: 'EX06BT/MHA-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-012.png', + Number: 'EX06BT/MHA-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-012_p1.png', + Number: 'EX06BT/MHA-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-013.png', + Number: 'EX06BT/MHA-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-014.png', + Number: 'EX06BT/MHA-2-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-014_p1.png', + Number: 'EX06BT/MHA-2-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-015.png', + Number: 'EX06BT/MHA-2-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-015_p1.png', + Number: 'EX06BT/MHA-2-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-016.png', + Number: 'EX06BT/MHA-2-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-017.png', + Number: 'EX06BT/MHA-2-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-018.png', + Number: 'EX06BT/MHA-2-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-018_p1.png', + Number: 'EX06BT/MHA-2-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-019.png', + Number: 'EX06BT/MHA-2-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-019_p1.png', + Number: 'EX06BT/MHA-2-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-020.png', + Number: 'EX06BT/MHA-2-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-020_p1.png', + Number: 'EX06BT/MHA-2-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-021.png', + Number: 'EX06BT/MHA-2-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-022.png', + Number: 'EX06BT/MHA-2-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-023.png', + Number: 'EX06BT/MHA-2-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-024.png', + Number: 'EX06BT/MHA-2-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-025.png', + Number: 'EX06BT/MHA-2-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-025_p1.png', + Number: 'EX06BT/MHA-2-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-026.png', + Number: 'EX06BT/MHA-2-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-026_p1.png', + Number: 'EX06BT/MHA-2-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-026_p2.png', + Number: 'EX06BT/MHA-2-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-027.png', + Number: 'EX06BT/MHA-2-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-028.png', + Number: 'EX06BT/MHA-2-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-029.png', + Number: 'EX06BT/MHA-2-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-030.png', + Number: 'EX06BT/MHA-2-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-031.png', + Number: 'EX06BT/MHA-2-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-032.png', + Number: 'EX06BT/MHA-2-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-033.png', + Number: 'EX06BT/MHA-2-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-034.png', + Number: 'EX06BT/MHA-2-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-035.png', + Number: 'EX06BT/MHA-2-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-036.png', + Number: 'EX06BT/MHA-2-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-037.png', + Number: 'EX06BT/MHA-2-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-038.png', + Number: 'EX06BT/MHA-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-039.png', + Number: 'EX06BT/MHA-2-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-040.png', + Number: 'EX06BT/MHA-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-040_p1.png', + Number: 'EX06BT/MHA-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-041.png', + Number: 'EX06BT/MHA-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-041_p1.png', + Number: 'EX06BT/MHA-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-042.png', + Number: 'EX06BT/MHA-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-042_p1.png', + Number: 'EX06BT/MHA-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-043.png', + Number: 'EX06BT/MHA-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-044.png', + Number: 'EX06BT/MHA-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-045.png', + Number: 'EX06BT/MHA-2-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-045_p1.png', + Number: 'EX06BT/MHA-2-045', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-046.png', + Number: 'EX06BT/MHA-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-046_p1.png', + Number: 'EX06BT/MHA-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-047.png', + Number: 'EX06BT/MHA-2-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-048.png', + Number: 'EX06BT/MHA-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-049.png', + Number: 'EX06BT/MHA-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-050.png', + Number: 'EX06BT/MHA-2-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-051.png', + Number: 'EX06BT/MHA-2-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-051_p1.png', + Number: 'EX06BT/MHA-2-051', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-052.png', + Number: 'EX06BT/MHA-2-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-053.png', + Number: 'EX06BT/MHA-2-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-054.png', + Number: 'EX06BT/MHA-2-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-054_p1.png', + Number: 'EX06BT/MHA-2-054', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-055.png', + Number: 'EX06BT/MHA-2-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-056.png', + Number: 'EX06BT/MHA-2-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-057.png', + Number: 'EX06BT/MHA-2-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-058.png', + Number: 'EX06BT/MHA-2-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-059.png', + Number: 'EX06BT/MHA-2-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-060.png', + Number: 'EX06BT/MHA-2-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-061.png', + Number: 'EX06BT/MHA-2-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-062.png', + Number: 'EX06BT/MHA-2-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-063.png', + Number: 'EX06BT/MHA-2-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-064.png', + Number: 'EX06BT/MHA-2-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-065.png', + Number: 'EX06BT/MHA-2-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-066.png', + Number: 'EX06BT/MHA-2-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-066_p1.png', + Number: 'EX06BT/MHA-2-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-067.png', + Number: 'EX06BT/MHA-2-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-068.png', + Number: 'EX06BT/MHA-2-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-069.png', + Number: 'EX06BT/MHA-2-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-070.png', + Number: 'EX06BT/MHA-2-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-071.png', + Number: 'EX06BT/MHA-2-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-072.png', + Number: 'EX06BT/MHA-2-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-072_p1.png', + Number: 'EX06BT/MHA-2-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-073.png', + Number: 'EX06BT/MHA-2-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-073_p1.png', + Number: 'EX06BT/MHA-2-073', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP01.png', + Number: 'EX06BT/MHA-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP01_s_p1.png', + Number: 'EX06BT/MHA-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP02.png', + Number: 'EX06BT/MHA-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP02_s_p1.png', + Number: 'EX06BT/MHA-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP03.png', + Number: 'EX06BT/MHA-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP03_s_p1.png', + Number: 'EX06BT/MHA-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP04.png', + Number: 'EX06BT/MHA-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP05.png', + Number: 'EX06BT/MHA-2-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/EX06BT_MHA-2-AP06.png', + Number: 'EX06BT/MHA-2-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-001.png', + Number: 'UA10BT/MHA-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-002.png', + Number: 'UA10BT/MHA-1-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-003.png', + Number: 'UA10BT/MHA-1-003', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-004.png', + Number: 'UA10BT/MHA-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-004_p1.png', + Number: 'UA10BT/MHA-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-005.png', + Number: 'UA10BT/MHA-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-006.png', + Number: 'UA10BT/MHA-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-007.png', + Number: 'UA10BT/MHA-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-008.png', + Number: 'UA10BT/MHA-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-009.png', + Number: 'UA10BT/MHA-1-009', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-009_p1.png', + Number: 'UA10BT/MHA-1-009', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-010.png', + Number: 'UA10BT/MHA-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-010_p1.png', + Number: 'UA10BT/MHA-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-011.png', + Number: 'UA10BT/MHA-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-012.png', + Number: 'UA10BT/MHA-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-013.png', + Number: 'UA10BT/MHA-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-014.png', + Number: 'UA10BT/MHA-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-014_p1.png', + Number: 'UA10BT/MHA-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-015.png', + Number: 'UA10BT/MHA-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-016.png', + Number: 'UA10BT/MHA-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-017.png', + Number: 'UA10BT/MHA-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-017_p1.png', + Number: 'UA10BT/MHA-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-018.png', + Number: 'UA10BT/MHA-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-019.png', + Number: 'UA10BT/MHA-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-019_p1.png', + Number: 'UA10BT/MHA-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-020.png', + Number: 'UA10BT/MHA-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-020_p1.png', + Number: 'UA10BT/MHA-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-021.png', + Number: 'UA10BT/MHA-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-022.png', + Number: 'UA10BT/MHA-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-023.png', + Number: 'UA10BT/MHA-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-024.png', + Number: 'UA10BT/MHA-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-025.png', + Number: 'UA10BT/MHA-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-026.png', + Number: 'UA10BT/MHA-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-026_p1.png', + Number: 'UA10BT/MHA-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-027.png', + Number: 'UA10BT/MHA-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-028.png', + Number: 'UA10BT/MHA-1-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-029.png', + Number: 'UA10BT/MHA-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-030.png', + Number: 'UA10BT/MHA-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-031.png', + Number: 'UA10BT/MHA-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-032.png', + Number: 'UA10BT/MHA-1-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-033.png', + Number: 'UA10BT/MHA-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-034.png', + Number: 'UA10BT/MHA-1-034', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-035.png', + Number: 'UA10BT/MHA-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-035_p1.png', + Number: 'UA10BT/MHA-1-035', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-036.png', + Number: 'UA10BT/MHA-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-037.png', + Number: 'UA10BT/MHA-1-037', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-037_p1.png', + Number: 'UA10BT/MHA-1-037', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-038.png', + Number: 'UA10BT/MHA-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-038_p1.png', + Number: 'UA10BT/MHA-1-038', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-039.png', + Number: 'UA10BT/MHA-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-040.png', + Number: 'UA10BT/MHA-1-040', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-041.png', + Number: 'UA10BT/MHA-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-042.png', + Number: 'UA10BT/MHA-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-042_p1.png', + Number: 'UA10BT/MHA-1-042', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-043.png', + Number: 'UA10BT/MHA-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-044.png', + Number: 'UA10BT/MHA-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-045.png', + Number: 'UA10BT/MHA-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-045_p1.png', + Number: 'UA10BT/MHA-1-045', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-046.png', + Number: 'UA10BT/MHA-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-047.png', + Number: 'UA10BT/MHA-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-048.png', + Number: 'UA10BT/MHA-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-048_p1.png', + Number: 'UA10BT/MHA-1-048', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-049.png', + Number: 'UA10BT/MHA-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-050.png', + Number: 'UA10BT/MHA-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-051.png', + Number: 'UA10BT/MHA-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-051_p1.png', + Number: 'UA10BT/MHA-1-051', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-052.png', + Number: 'UA10BT/MHA-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-053.png', + Number: 'UA10BT/MHA-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-054.png', + Number: 'UA10BT/MHA-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-055.png', + Number: 'UA10BT/MHA-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-055_p1.png', + Number: 'UA10BT/MHA-1-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-056.png', + Number: 'UA10BT/MHA-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-057.png', + Number: 'UA10BT/MHA-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-058.png', + Number: 'UA10BT/MHA-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-059.png', + Number: 'UA10BT/MHA-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-059_p1.png', + Number: 'UA10BT/MHA-1-059', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-060.png', + Number: 'UA10BT/MHA-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-060_p1.png', + Number: 'UA10BT/MHA-1-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-060_p2.png', + Number: 'UA10BT/MHA-1-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-061.png', + Number: 'UA10BT/MHA-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-062.png', + Number: 'UA10BT/MHA-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-063.png', + Number: 'UA10BT/MHA-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-064.png', + Number: 'UA10BT/MHA-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-065.png', + Number: 'UA10BT/MHA-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-066.png', + Number: 'UA10BT/MHA-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-067.png', + Number: 'UA10BT/MHA-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-068.png', + Number: 'UA10BT/MHA-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-069.png', + Number: 'UA10BT/MHA-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-070.png', + Number: 'UA10BT/MHA-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-070_p1.png', + Number: 'UA10BT/MHA-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-071.png', + Number: 'UA10BT/MHA-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-072.png', + Number: 'UA10BT/MHA-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-072_p1.png', + Number: 'UA10BT/MHA-1-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-073.png', + Number: 'UA10BT/MHA-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-074.png', + Number: 'UA10BT/MHA-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-074_p1.png', + Number: 'UA10BT/MHA-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-075.png', + Number: 'UA10BT/MHA-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-076.png', + Number: 'UA10BT/MHA-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-077.png', + Number: 'UA10BT/MHA-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-078.png', + Number: 'UA10BT/MHA-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-079.png', + Number: 'UA10BT/MHA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-080.png', + Number: 'UA10BT/MHA-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-080_p1.png', + Number: 'UA10BT/MHA-1-080', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-081.png', + Number: 'UA10BT/MHA-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-081_p1.png', + Number: 'UA10BT/MHA-1-081', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-082.png', + Number: 'UA10BT/MHA-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-083.png', + Number: 'UA10BT/MHA-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-084.png', + Number: 'UA10BT/MHA-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-084_p1.png', + Number: 'UA10BT/MHA-1-084', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-085.png', + Number: 'UA10BT/MHA-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-085_p1.png', + Number: 'UA10BT/MHA-1-085', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-086.png', + Number: 'UA10BT/MHA-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-087.png', + Number: 'UA10BT/MHA-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-088.png', + Number: 'UA10BT/MHA-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-089.png', + Number: 'UA10BT/MHA-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-090.png', + Number: 'UA10BT/MHA-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-090_p1.png', + Number: 'UA10BT/MHA-1-090', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-091.png', + Number: 'UA10BT/MHA-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-092.png', + Number: 'UA10BT/MHA-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-093.png', + Number: 'UA10BT/MHA-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-094.png', + Number: 'UA10BT/MHA-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-095.png', + Number: 'UA10BT/MHA-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-095_p1.png', + Number: 'UA10BT/MHA-1-095', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-096.png', + Number: 'UA10BT/MHA-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-097.png', + Number: 'UA10BT/MHA-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-098.png', + Number: 'UA10BT/MHA-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-099.png', + Number: 'UA10BT/MHA-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-100.png', + Number: 'UA10BT/MHA-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // + { + imgSrc: '/ua10/UA10BT_MHA-1-AP01.png', + Number: 'UA10BT/MHA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-AP02.png', + Number: 'UA10BT/MHA-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-AP03.png', + Number: 'UA10BT/MHA-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-AP04.png', + Number: 'UA10BT/MHA-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-AP05.png', + Number: 'UA10BT/MHA-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/UA10BT_MHA-1-AP06.png', + Number: 'UA10BT/MHA-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua10/UA10ST_MHA-1-034.png', + Number: 'UA10ST/MHA-1-034', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-036.png', + Number: 'UA10ST/MHA-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-041.png', + Number: 'UA10ST/MHA-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-044.png', + Number: 'UA10ST/MHA-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-052.png', + Number: 'UA10ST/MHA-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-057.png', + Number: 'UA10ST/MHA-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-061.png', + Number: 'UA10ST/MHA-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-063.png', + Number: 'UA10ST/MHA-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-065.png', + Number: 'UA10ST/MHA-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-101.png', + Number: 'UA10ST/MHA-1-101', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-102.png', + Number: 'UA10ST/MHA-1-102', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-103.png', + Number: 'UA10ST/MHA-1-103', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-104.png', + Number: 'UA10ST/MHA-1-104', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-105.png', + Number: 'UA10ST/MHA-1-105', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-106.png', + Number: 'UA10ST/MHA-1-106', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-107.png', + Number: 'UA10ST/MHA-1-107', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-108.png', + Number: 'UA10ST/MHA-1-108', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-109.png', + Number: 'UA10ST/MHA-1-109', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua10/UA10ST_MHA-1-AP01.png', + Number: 'UA10ST/MHA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua10/UA10ST_MHA-1-AP02.png', + Number: 'UA10ST/MHA-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua10/UAPR_MHA-1-018.png', + Number: 'UAPR/MHA-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-1-053.png', + Number: 'UAPR/MHA-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-1-058.png', + Number: 'UAPR/MHA-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-1-060.png', + Number: 'UAPR/MHA-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-1-060_p1.png', + Number: 'UAPR/MHA-1-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-1-085.png', + Number: 'UAPR/MHA-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-1-085_p1.png', + Number: 'UAPR/MHA-1-085', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-1-093.png', + Number: 'UAPR/MHA-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-2-005.png', + Number: 'UAPR/MHA-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-2-023.png', + Number: 'UAPR/MHA-2-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua10/UAPR_MHA-2-026.png', + Number: 'UAPR/MHA-2-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-2-026_p1.png', + Number: 'UAPR/MHA-2-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-2-053.png', + Number: 'UAPR/MHA-2-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua10/UAPR_MHA-AP01.png', + Number: 'UAPR/MHA-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua11.js b/datas/ua11.js new file mode 100644 index 0000000..495063c --- /dev/null +++ b/datas/ua11.js @@ -0,0 +1,1689 @@ +export const cardList = [ + { + imgSrc: '/ua11/UA11BT_GNT-1-001.png', + Number: 'UA11BT/GNT-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-002.png', + Number: 'UA11BT/GNT-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-003.png', + Number: 'UA11BT/GNT-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-004.png', + Number: 'UA11BT/GNT-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-005.png', + Number: 'UA11BT/GNT-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-006.png', + Number: 'UA11BT/GNT-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-007.png', + Number: 'UA11BT/GNT-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-007_p1.png', + Number: 'UA11BT/GNT-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-008.png', + Number: 'UA11BT/GNT-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-009.png', + Number: 'UA11BT/GNT-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-010.png', + Number: 'UA11BT/GNT-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-011.png', + Number: 'UA11BT/GNT-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-012.png', + Number: 'UA11BT/GNT-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-013.png', + Number: 'UA11BT/GNT-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-014.png', + Number: 'UA11BT/GNT-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-014_p1.png', + Number: 'UA11BT/GNT-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-015.png', + Number: 'UA11BT/GNT-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-015_p1.png', + Number: 'UA11BT/GNT-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-016.png', + Number: 'UA11BT/GNT-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-017.png', + Number: 'UA11BT/GNT-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-018.png', + Number: 'UA11BT/GNT-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-018_p1.png', + Number: 'UA11BT/GNT-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-019.png', + Number: 'UA11BT/GNT-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-020.png', + Number: 'UA11BT/GNT-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-021.png', + Number: 'UA11BT/GNT-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-022.png', + Number: 'UA11BT/GNT-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-023.png', + Number: 'UA11BT/GNT-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-023_p1.png', + Number: 'UA11BT/GNT-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-024.png', + Number: 'UA11BT/GNT-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-024_p1.png', + Number: 'UA11BT/GNT-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-025.png', + Number: 'UA11BT/GNT-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-025_p1.png', + Number: 'UA11BT/GNT-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-026.png', + Number: 'UA11BT/GNT-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-027.png', + Number: 'UA11BT/GNT-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-027_p1.png', + Number: 'UA11BT/GNT-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-028.png', + Number: 'UA11BT/GNT-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-029.png', + Number: 'UA11BT/GNT-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-030.png', + Number: 'UA11BT/GNT-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-031.png', + Number: 'UA11BT/GNT-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-032.png', + Number: 'UA11BT/GNT-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-033.png', + Number: 'UA11BT/GNT-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-034.png', + Number: 'UA11BT/GNT-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-035.png', + Number: 'UA11BT/GNT-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-036.png', + Number: 'UA11BT/GNT-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-036_p1.png', + Number: 'UA11BT/GNT-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-037.png', + Number: 'UA11BT/GNT-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-038.png', + Number: 'UA11BT/GNT-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-039.png', + Number: 'UA11BT/GNT-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-040.png', + Number: 'UA11BT/GNT-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-041.png', + Number: 'UA11BT/GNT-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-041_p1.png', + Number: 'UA11BT/GNT-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-042.png', + Number: 'UA11BT/GNT-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-042_p1.png', + Number: 'UA11BT/GNT-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-043.png', + Number: 'UA11BT/GNT-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-044.png', + Number: 'UA11BT/GNT-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-045.png', + Number: 'UA11BT/GNT-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-046.png', + Number: 'UA11BT/GNT-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-047.png', + Number: 'UA11BT/GNT-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-048.png', + Number: 'UA11BT/GNT-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-049.png', + Number: 'UA11BT/GNT-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-049_p1.png', + Number: 'UA11BT/GNT-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-050.png', + Number: 'UA11BT/GNT-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-050_p1.png', + Number: 'UA11BT/GNT-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-051.png', + Number: 'UA11BT/GNT-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-052.png', + Number: 'UA11BT/GNT-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-053.png', + Number: 'UA11BT/GNT-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-054.png', + Number: 'UA11BT/GNT-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-054_p1.png', + Number: 'UA11BT/GNT-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-055.png', + Number: 'UA11BT/GNT-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-056.png', + Number: 'UA11BT/GNT-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-057.png', + Number: 'UA11BT/GNT-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-057_p1.png', + Number: 'UA11BT/GNT-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-058.png', + Number: 'UA11BT/GNT-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-059.png', + Number: 'UA11BT/GNT-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-059_p1.png', + Number: 'UA11BT/GNT-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-060.png', + Number: 'UA11BT/GNT-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-061.png', + Number: 'UA11BT/GNT-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-061_p1.png', + Number: 'UA11BT/GNT-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-062.png', + Number: 'UA11BT/GNT-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-063.png', + Number: 'UA11BT/GNT-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-064.png', + Number: 'UA11BT/GNT-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-065.png', + Number: 'UA11BT/GNT-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-066.png', + Number: 'UA11BT/GNT-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-067.png', + Number: 'UA11BT/GNT-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-068.png', + Number: 'UA11BT/GNT-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-069.png', + Number: 'UA11BT/GNT-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-069_p1.png', + Number: 'UA11BT/GNT-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-070.png', + Number: 'UA11BT/GNT-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-071.png', + Number: 'UA11BT/GNT-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-072.png', + Number: 'UA11BT/GNT-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-073.png', + Number: 'UA11BT/GNT-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-073_p1.png', + Number: 'UA11BT/GNT-1-073', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-074.png', + Number: 'UA11BT/GNT-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-074_p1.png', + Number: 'UA11BT/GNT-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-075.png', + Number: 'UA11BT/GNT-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-076.png', + Number: 'UA11BT/GNT-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-077.png', + Number: 'UA11BT/GNT-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-078.png', + Number: 'UA11BT/GNT-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-079.png', + Number: 'UA11BT/GNT-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-079_p1.png', + Number: 'UA11BT/GNT-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-080.png', + Number: 'UA11BT/GNT-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-080_p1.png', + Number: 'UA11BT/GNT-1-080', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-081.png', + Number: 'UA11BT/GNT-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-082.png', + Number: 'UA11BT/GNT-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-083.png', + Number: 'UA11BT/GNT-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-083_p1.png', + Number: 'UA11BT/GNT-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-084.png', + Number: 'UA11BT/GNT-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-085.png', + Number: 'UA11BT/GNT-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-086.png', + Number: 'UA11BT/GNT-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-086_p1.png', + Number: 'UA11BT/GNT-1-086', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-087.png', + Number: 'UA11BT/GNT-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-088.png', + Number: 'UA11BT/GNT-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-088_p1.png', + Number: 'UA11BT/GNT-1-088', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-089.png', + Number: 'UA11BT/GNT-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-089_p1.png', + Number: 'UA11BT/GNT-1-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-089_p2.png', + Number: 'UA11BT/GNT-1-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-090.png', + Number: 'UA11BT/GNT-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-091.png', + Number: 'UA11BT/GNT-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-092.png', + Number: 'UA11BT/GNT-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-093.png', + Number: 'UA11BT/GNT-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-094.png', + Number: 'UA11BT/GNT-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-094_p1.png', + Number: 'UA11BT/GNT-1-094', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-095.png', + Number: 'UA11BT/GNT-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-096.png', + Number: 'UA11BT/GNT-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-097.png', + Number: 'UA11BT/GNT-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-098.png', + Number: 'UA11BT/GNT-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-099.png', + Number: 'UA11BT/GNT-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-100.png', + Number: 'UA11BT/GNT-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua11/UA11BT_GNT-1-AP01.png', + Number: 'UA11BT/GNT-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-AP02.png', + Number: 'UA11BT/GNT-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-AP03.png', + Number: 'UA11BT/GNT-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-AP04.png', + Number: 'UA11BT/GNT-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-AP05.png', + Number: 'UA11BT/GNT-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UA11BT_GNT-1-AP06.png', + Number: 'UA11BT/GNT-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua11/UA11ST_GNT-1-070.png', + Number: 'UA11ST/GNT-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-077.png', + Number: 'UA11ST/GNT-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-078.png', + Number: 'UA11ST/GNT-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-081.png', + Number: 'UA11ST/GNT-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-085.png', + Number: 'UA11ST/GNT-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-087.png', + Number: 'UA11ST/GNT-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-092.png', + Number: 'UA11ST/GNT-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-096.png', + Number: 'UA11ST/GNT-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-099.png', + Number: 'UA11ST/GNT-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-101.png', + Number: 'UA11ST/GNT-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-102.png', + Number: 'UA11ST/GNT-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-103.png', + Number: 'UA11ST/GNT-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-104.png', + Number: 'UA11ST/GNT-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-105.png', + Number: 'UA11ST/GNT-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-106.png', + Number: 'UA11ST/GNT-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-107.png', + Number: 'UA11ST/GNT-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-108.png', + Number: 'UA11ST/GNT-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-109.png', + Number: 'UA11ST/GNT-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua11/UA11ST_GNT-1-AP01.png', + Number: 'UA11ST/GNT-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UA11ST_GNT-1-AP02.png', + Number: 'UA11ST/GNT-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPB + { + imgSrc: '/ua11/UAPB_GNT-AP01.png', + Number: 'UAPB/GNT-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua11/UAPR_GNT-1-068.png', + Number: 'UAPR/GNT-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-1-072.png', + Number: 'UAPR/GNT-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-1-089.png', + Number: 'UAPR/GNT-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-1-089_p1.png', + Number: 'UAPR/GNT-1-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-1-104.png', + Number: 'UAPR/GNT-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua11/UAPR_GNT-AP01.png', + Number: 'UAPR/BTR-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-AP02.png', + Number: 'UAPR/GNT-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-AP03.png', + Number: 'UAPR/GNT-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-AP03_p1.png', + Number: 'UAPR/GNT-AP03', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-AP04.png', + Number: 'UAPR/GNT-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-P-001.png', + Number: 'UAPR/GNT-P-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-P-002.png', + Number: 'UAPR/GNT-P-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua11/UAPR_GNT-P-003.png', + Number: 'UAPR/GNT-P-003', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; + diff --git a/datas/ua12.js b/datas/ua12.js new file mode 100644 index 0000000..c73af3d --- /dev/null +++ b/datas/ua12.js @@ -0,0 +1,1759 @@ +export const cardList = [ + { + imgSrc: '/ua12/UA03NC_BLK-2-001.png', + Number: 'UA03NC/BLK-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-002.png', + Number: 'UA03NC/BLK-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-003.png', + Number: 'UA03NC/BLK-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-004.png', + Number: 'UA03NC/BLK-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-005.png', + Number: 'UA03NC/BLK-2-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-006.png', + Number: 'UA03NC/BLK-2-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-007.png', + Number: 'UA03NC/BLK-2-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-008.png', + Number: 'UA03NC/BLK-2-008', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-009.png', + Number: 'UA03NC/BLK-2-009', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-010.png', + Number: 'UA03NC/BLK-2-010', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-011.png', + Number: 'UA03NC/BLK-2-011', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SP', + trigger: null, + }, + { + imgSrc: '/ua12/UA03NC_BLK-2-AP01.png', + Number: 'UA03NC/BLK-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-001.png', + Number: 'UA12BT/BLK-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-002.png', + Number: 'UA12BT/BLK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-003.png', + Number: 'UA12BT/BLK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-003_p1.png', + Number: 'UA12BT/BLK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-004.png', + Number: 'UA12BT/BLK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-004_p1.png', + Number: 'UA12BT/BLK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-005.png', + Number: 'UA12BT/BLK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-006.png', + Number: 'UA12BT/BLK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-007.png', + Number: 'UA12BT/BLK-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-008.png', + Number: 'UA12BT/BLK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-009.png', + Number: 'UA12BT/BLK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-009_p1.png', + Number: 'UA12BT/BLK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-010.png', + Number: 'UA12BT/BLK-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-011.png', + Number: 'UA12BT/BLK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-012.png', + Number: 'UA12BT/BLK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-013.png', + Number: 'UA12BT/BLK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-014.png', + Number: 'UA12BT/BLK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-014_p1.png', + Number: 'UA12BT/BLK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-015.png', + Number: 'UA12BT/BLK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-015_p1.png', + Number: 'UA12BT/BLK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-016.png', + Number: 'UA12BT/BLK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-017.png', + Number: 'UA12BT/BLK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-018.png', + Number: 'UA12BT/BLK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-018_p1.png', + Number: 'UA12BT/BLK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-019.png', + Number: 'UA12BT/BLK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-020.png', + Number: 'UA12BT/BLK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-021.png', + Number: 'UA12BT/BLK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-022.png', + Number: 'UA12BT/BLK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-022_p1.png', + Number: 'UA12BT/BLK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-023.png', + Number: 'UA12BT/BLK-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-024.png', + Number: 'UA12BT/BLK-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-025.png', + Number: 'UA12BT/BLK-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-025_p1.png', + Number: 'UA12BT/BLK-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-026.png', + Number: 'UA12BT/BLK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-026_p1.png', + Number: 'UA12BT/BLK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-027.png', + Number: 'UA12BT/BLK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-028.png', + Number: 'UA12BT/BLK-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-029.png', + Number: 'UA12BT/BLK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-030.png', + Number: 'UA12BT/BLK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-031.png', + Number: 'UA12BT/BLK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-031_p1.png', + Number: 'UA12BT/BLK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-032.png', + Number: 'UA12BT/BLK-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-033.png', + Number: 'UA12BT/BLK-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-034.png', + Number: 'UA12BT/BLK-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-035.png', + Number: 'UA12BT/BLK-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-036.png', + Number: 'UA12BT/BLK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-037.png', + Number: 'UA12BT/BLK-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-038.png', + Number: 'UA12BT/BLK-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-039.png', + Number: 'UA12BT/BLK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-039_p1.png', + Number: 'UA12BT/BLK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-040.png', + Number: 'UA12BT/BLK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-041.png', + Number: 'UA12BT/BLK-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-042.png', + Number: 'UA12BT/BLK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-043.png', + Number: 'UA12BT/BLK-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-044.png', + Number: 'UA12BT/BLK-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-045.png', + Number: 'UA12BT/BLK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-045_p1.png', + Number: 'UA12BT/BLK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-046.png', + Number: 'UA12BT/BLK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-046_p1.png', + Number: 'UA12BT/BLK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-046_p2.png', + Number: 'UA12BT/BLK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-047.png', + Number: 'UA12BT/BLK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-048.png', + Number: 'UA12BT/BLK-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-049.png', + Number: 'UA12BT/BLK-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-050.png', + Number: 'UA12BT/BLK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-051.png', + Number: 'UA12BT/BLK-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-051_p1.png', + Number: 'UA12BT/BLK-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-052.png', + Number: 'UA12BT/BLK-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-053.png', + Number: 'UA12BT/BLK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-054.png', + Number: 'UA12BT/BLK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-054_p1.png', + Number: 'UA12BT/BLK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-055.png', + Number: 'UA12BT/BLK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-055_p1.png', + Number: 'UA12BT/BLK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-056.png', + Number: 'UA12BT/BLK-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-057.png', + Number: 'UA12BT/BLK-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-058.png', + Number: 'UA12BT/BLK-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-059.png', + Number: 'UA12BT/BLK-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-059_p1.png', + Number: 'UA12BT/BLK-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-060.png', + Number: 'UA12BT/BLK-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-061.png', + Number: 'UA12BT/BLK-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-062.png', + Number: 'UA12BT/BLK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-063.png', + Number: 'UA12BT/BLK-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-064.png', + Number: 'UA12BT/BLK-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-065.png', + Number: 'UA12BT/BLK-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-065_p1.png', + Number: 'UA12BT/BLK-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-066.png', + Number: 'UA12BT/BLK-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-067.png', + Number: 'UA12BT/BLK-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-068.png', + Number: 'UA12BT/BLK-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-069.png', + Number: 'UA12BT/BLK-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-070.png', + Number: 'UA12BT/BLK-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-070_p1.png', + Number: 'UA12BT/BLK-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-071.png', + Number: 'UA12BT/BLK-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-071_p1.png', + Number: 'UA12BT/BLK-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-072.png', + Number: 'UA12BT/BLK-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-073.png', + Number: 'UA12BT/BLK-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-073_p1.png', + Number: 'UA12BT/BLK-1-073', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-074.png', + Number: 'UA12BT/BLK-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-074_p1.png', + Number: 'UA12BT/BLK-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-075.png', + Number: 'UA12BT/BLK-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-075_p1.png', + Number: 'UA12BT/BLK-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-076.png', + Number: 'UA12BT/BLK-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-077.png', + Number: 'UA12BT/BLK-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-078.png', + Number: 'UA12BT/BLK-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-079.png', + Number: 'UA12BT/BLK-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-079_p1.png', + Number: 'UA12BT/BLK-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-080.png', + Number: 'UA12BT/BLK-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-081.png', + Number: 'UA12BT/BLK-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-082.png', + Number: 'UA12BT/BLK-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-083.png', + Number: 'UA12BT/BLK-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-083_p1.png', + Number: 'UA12BT/BLK-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-084.png', + Number: 'UA12BT/BLK-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-085.png', + Number: 'UA12BT/BLK-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-086.png', + Number: 'UA12BT/BLK-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-087.png', + Number: 'UA12BT/BLK-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-088.png', + Number: 'UA12BT/BLK-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-089.png', + Number: 'UA12BT/BLK-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-090.png', + Number: 'UA12BT/BLK-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-090_p1.png', + Number: 'UA12BT/BLK-1-090', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-091.png', + Number: 'UA12BT/BLK-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-092.png', + Number: 'UA12BT/BLK-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-093.png', + Number: 'UA12BT/BLK-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-094.png', + Number: 'UA12BT/BLK-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-095.png', + Number: 'UA12BT/BLK-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-096.png', + Number: 'UA12BT/BLK-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-097.png', + Number: 'UA12BT/BLK-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-098.png', + Number: 'UA12BT/BLK-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-099.png', + Number: 'UA12BT/BLK-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-100.png', + Number: 'UA12BT/BLK-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-100_p1.png', + Number: 'UA12BT/BLK-1-100', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'SPECIAL', + }, + // + { + imgSrc: '/ua12/UA12BT_BLK-1-AP01.png', + Number: 'UA12BT/BLK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-AP02.png', + Number: 'UA12BT/BLK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-AP03.png', + Number: 'UA12BT/BLK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-AP04.png', + Number: 'UA12BT/BLK-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-AP05.png', + Number: 'UA12BT/BLK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua12/UA12BT_BLK-1-AP06.png', + Number: 'UA12BT/BLK-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua12/UA12ST_BLK-1-035.png', + Number: 'UA12ST/BLK-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-036.png', + Number: 'UA12ST/BLK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-043.png', + Number: 'UA12ST/BLK-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-047.png', + Number: 'UA12ST/BLK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-048.png', + Number: 'UA12ST/BLK-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-052.png', + Number: 'UA12ST/BLK-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-056.png', + Number: 'UA12ST/BLK-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-064.png', + Number: 'UA12ST/BLK-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-065.png', + Number: 'UA12ST/BLK-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-101.png', + Number: 'UA12ST/BLK-1-101', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-102.png', + Number: 'UA12ST/BLK-1-102', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-103.png', + Number: 'UA12ST/BLK-1-103', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-104.png', + Number: 'UA12ST/BLK-1-104', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-105.png', + Number: 'UA12ST/BLK-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-106.png', + Number: 'UA12ST/BLK-1-106', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-107.png', + Number: 'UA12ST/BLK-1-107', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-108.png', + Number: 'UA12ST/BLK-1-108', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-109.png', + Number: 'UA12ST/BLK-1-109', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua12/UA12ST_BLK-1-AP01.png', + Number: 'UA12ST/BLK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua12/UA12ST_BLK-1-AP02.png', + Number: 'UA12ST/BLK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPB + { + imgSrc: '/ua12/UAPB_BLK-AP01.png', + Number: 'UAPB/BLK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua12/UAPR_BLK-1-005.png', + Number: 'UAPR/BLK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua12/UAPR_BLK-1-021.png', + Number: 'UAPR/BLK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua12/UAPR_BLK-1-046.png', + Number: 'UAPR/BLK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua12/UAPR_BLK-1-046_p1.png', + Number: 'UAPR/BLK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua12/UAPR_BLK-1-075.png', + Number: 'UAPR/BLK-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UAPR_BLK-1-075_p1.png', + Number: 'UAPR/BLK-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua12/UAPR_BLK-AP01.png', + Number: 'UAPR/BLK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua12/UAPR_BLK-AP02.png', + Number: 'UAPR/BLK-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua13.js b/datas/ua13.js new file mode 100644 index 0000000..da1011b --- /dev/null +++ b/datas/ua13.js @@ -0,0 +1,1608 @@ +export const cardList = [ + { + imgSrc: '/ua13/UA13BT_TKN-1-001.png', + Number: 'UA13BT/TKN-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-001_p1.png', + Number: 'UA13BT/TKN-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-002.png', + Number: 'UA13BT/TKN-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-003.png', + Number: 'UA13BT/TKN-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-004.png', + Number: 'UA13BT/TKN-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-005.png', + Number: 'UA13BT/TKN-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-006.png', + Number: 'UA13BT/TKN-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-006_p1.png', + Number: 'UA13BT/TKN-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-007.png', + Number: 'UA13BT/TKN-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-008.png', + Number: 'UA13BT/TKN-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-009.png', + Number: 'UA13BT/TKN-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-010.png', + Number: 'UA13BT/TKN-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-010_p1.png', + Number: 'UA13BT/TKN-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-011.png', + Number: 'UA13BT/TKN-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-012.png', + Number: 'UA13BT/TKN-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-013.png', + Number: 'UA13BT/TKN-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-014.png', + Number: 'UA13BT/TKN-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-015.png', + Number: 'UA13BT/TKN-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-016.png', + Number: 'UA13BT/TKN-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-017.png', + Number: 'UA13BT/TKN-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-018.png', + Number: 'UA13BT/TKN-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-019.png', + Number: 'UA13BT/TKN-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-019_p1.png', + Number: 'UA13BT/TKN-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-020.png', + Number: 'UA13BT/TKN-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-021.png', + Number: 'UA13BT/TKN-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-022.png', + Number: 'UA13BT/TKN-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-022_p1.png', + Number: 'UA13BT/TKN-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-023.png', + Number: 'UA13BT/TKN-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-023_p1.png', + Number: 'UA13BT/TKN-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-024.png', + Number: 'UA13BT/TKN-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-024_p1.png', + Number: 'UA13BT/TKN-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-025.png', + Number: 'UA13BT/TKN-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-026.png', + Number: 'UA13BT/TKN-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-027.png', + Number: 'UA13BT/TKN-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-027_p1.png', + Number: 'UA13BT/TKN-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-028.png', + Number: 'UA13BT/TKN-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-029.png', + Number: 'UA13BT/TKN-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-029.png', + Number: 'UA13BT/TKN-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-030.png', + Number: 'UA13BT/TKN-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-031.png', + Number: 'UA13BT/TKN-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-032.png', + Number: 'UA13BT/TKN-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-033.png', + Number: 'UA13BT/TKN-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-034.png', + Number: 'UA13BT/TKN-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-035.png', + Number: 'UA13BT/TKN-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-035_p1.png', + Number: 'UA13BT/TKN-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-036.png', + Number: 'UA13BT/TKN-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-037.png', + Number: 'UA13BT/TKN-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-038.png', + Number: 'UA13BT/TKN-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-038_p1.png', + Number: 'UA13BT/TKN-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-039.png', + Number: 'UA13BT/TKN-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-039_p1.png', + Number: 'UA13BT/TKN-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-040.png', + Number: 'UA13BT/TKN-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-041.png', + Number: 'UA13BT/TKN-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-042.png', + Number: 'UA13BT/TKN-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-043.png', + Number: 'UA13BT/TKN-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-044.png', + Number: 'UA13BT/TKN-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-045.png', + Number: 'UA13BT/TKN-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-045_p1.png', + Number: 'UA13BT/TKN-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-046.png', + Number: 'UA13BT/TKN-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-047.png', + Number: 'UA13BT/TKN-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-048.png', + Number: 'UA13BT/TKN-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-049.png', + Number: 'UA13BT/TKN-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-050.png', + Number: 'UA13BT/TKN-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-051.png', + Number: 'UA13BT/TKN-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-052.png', + Number: 'UA13BT/TKN-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-052_p1.png', + Number: 'UA13BT/TKN-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-053.png', + Number: 'UA13BT/TKN-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-053_p1.png', + Number: 'UA13BT/TKN-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-054.png', + Number: 'UA13BT/TKN-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-055.png', + Number: 'UA13BT/TKN-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-056.png', + Number: 'UA13BT/TKN-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-056_p1.png', + Number: 'UA13BT/TKN-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-057.png', + Number: 'UA13BT/TKN-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-058.png', + Number: 'UA13BT/TKN-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-059.png', + Number: 'UA13BT/TKN-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-060.png', + Number: 'UA13BT/TKN-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-061.png', + Number: 'UA13BT/TKN-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-061_p1.png', + Number: 'UA13BT/TKN-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-062.png', + Number: 'UA13BT/TKN-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-062_p1.png', + Number: 'UA13BT/TKN-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-063.png', + Number: 'UA13BT/TKN-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-064.png', + Number: 'UA13BT/TKN-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-065.png', + Number: 'UA13BT/TKN-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-066.png', + Number: 'UA13BT/TKN-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-067.png', + Number: 'UA13BT/TKN-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-068.png', + Number: 'UA13BT/TKN-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-069.png', + Number: 'UA13BT/TKN-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-070.png', + Number: 'UA13BT/TKN-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-071.png', + Number: 'UA13BT/TKN-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-072.png', + Number: 'UA13BT/TKN-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-072_p1.png', + Number: 'UA13BT/TKN-1-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-073.png', + Number: 'UA13BT/TKN-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-073_p1.png', + Number: 'UA13BT/TKN-1-073', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-074.png', + Number: 'UA13BT/TKN-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-075.png', + Number: 'UA13BT/TKN-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-076.png', + Number: 'UA13BT/TKN-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-077.png', + Number: 'UA13BT/TKN-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-078.png', + Number: 'UA13BT/TKN-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-079.png', + Number: 'UA13BT/TKN-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-080.png', + Number: 'UA13BT/TKN-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-080_p1.png', + Number: 'UA13BT/TKN-1-080', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-081.png', + Number: 'UA13BT/TKN-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-081_p1.png', + Number: 'UA13BT/TKN-1-081', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-082.png', + Number: 'UA13BT/TKN-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-083.png', + Number: 'UA13BT/TKN-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-083_p1.png', + Number: 'UA13BT/TKN-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-084.png', + Number: 'UA13BT/TKN-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-084_p1.png', + Number: 'UA13BT/TKN-1-084', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-085.png', + Number: 'UA13BT/TKN-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-086.png', + Number: 'UA13BT/TKN-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-087.png', + Number: 'UA13BT/TKN-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-088.png', + Number: 'UA13BT/TKN-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-089.png', + Number: 'UA13BT/TKN-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-090.png', + Number: 'UA13BT/TKN-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-091.png', + Number: 'UA13BT/TKN-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-091_p1.png', + Number: 'UA13BT/TKN-1-091', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-091_p2.png', + Number: 'UA13BT/TKN-1-091', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-092.png', + Number: 'UA13BT/TKN-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-092_p1.png', + Number: 'UA13BT/TKN-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-093.png', + Number: 'UA13BT/TKN-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-094.png', + Number: 'UA13BT/TKN-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-095.png', + Number: 'UA13BT/TKN-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-095_p1.png', + Number: 'UA13BT/TKN-1-095', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-096.png', + Number: 'UA13BT/TKN-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-097.png', + Number: 'UA13BT/TKN-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-098.png', + Number: 'UA13BT/TKN-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-099.png', + Number: 'UA13BT/TKN-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-100.png', + Number: 'UA13BT/TKN-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // + { + imgSrc: '/ua13/UA13BT_TKN-1-AP01.png', + Number: 'UA13BT/TKN-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-AP02.png', + Number: 'UA13BT/TKN-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-AP03.png', + Number: 'UA13BT/TKN-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-AP04.png', + Number: 'UA13BT/TKN-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-AP05.png', + Number: 'UA13BT/TKN-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua13/UA13BT_TKN-1-AP06.png', + Number: 'UA13BT/TKN-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua13/UA13ST_TKN-1-068.png', + Number: 'UA13ST/TKN-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-069.png', + Number: 'UA13ST/TKN-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-079.png', + Number: 'UA13ST/TKN-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-080.png', + Number: 'UA13ST/TKN-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-085.png', + Number: 'UA13ST/TKN-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-088.png', + Number: 'UA13ST/TKN-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-094.png', + Number: 'UA13ST/TKN-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-097.png', + Number: 'UA13ST/TKN-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-099.png', + Number: 'UA13ST/TKN-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-101.png', + Number: 'UA13ST/TKN-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-102.png', + Number: 'UA13ST/TKN-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-103.png', + Number: 'UA13ST/TKN-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-104.png', + Number: 'UA13ST/TKN-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-105.png', + Number: 'UA13ST/TKN-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-106.png', + Number: 'UA13ST/TKN-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-107.png', + Number: 'UA13ST/TKN-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-108.png', + Number: 'UA13ST/TKN-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-109.png', + Number: 'UA13ST/TKN-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua13/UA13ST_TKN-1-AP01.png', + Number: 'UA13ST/TKN-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua13/UA13ST_TKN-1-AP02.png', + Number: 'UA13ST/TKN-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua13/UAPR_TKN-1-055.png', + Number: 'UAPR/TKN-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UAPR_TKN-1-061.png', + Number: 'UAPR/TKN-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua13/UAPR_TKN-1-091.png', + Number: 'UAPR/TKN-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua13/UAPR_TKN-1-091_p1.png', + Number: 'UAPR/TKN-1-091', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua13/UAPR_TKN-1-106.png', + Number: 'UAPR/TKN-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua13/UAPR_TKN-AP01.png', + Number: 'UAPR/TKN-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua14.js b/datas/ua14.js new file mode 100644 index 0000000..ffaf8c8 --- /dev/null +++ b/datas/ua14.js @@ -0,0 +1,1658 @@ +export const cardList = [ + { + imgSrc: '/ua14/UA14BT_DST-1-001.png', + Number: 'UA14BT/DST-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-002.png', + Number: 'UA14BT/DST-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-003.png', + Number: 'UA14BT/DST-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-003_p1.png', + Number: 'UA14BT/DST-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-004.png', + Number: 'UA14BT/DST-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-004_p1.png', + Number: 'UA14BT/DST-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-005.png', + Number: 'UA14BT/DST-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-006.png', + Number: 'UA14BT/DST-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-007.png', + Number: 'UA14BT/DST-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-007_p1.png', + Number: 'UA14BT/DST-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-008.png', + Number: 'UA14BT/DST-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-008_p1.png', + Number: 'UA14BT/DST-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-009.png', + Number: 'UA14BT/DST-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-010.png', + Number: 'UA14BT/DST-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-011.png', + Number: 'UA14BT/DST-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-011_p1.png', + Number: 'UA14BT/DST-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-012.png', + Number: 'UA14BT/DST-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-013.png', + Number: 'UA14BT/DST-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-013_p1.png', + Number: 'UA14BT/DST-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-014.png', + Number: 'UA14BT/DST-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-015.png', + Number: 'UA14BT/DST-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-016.png', + Number: 'UA14BT/DST-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-017.png', + Number: 'UA14BT/DST-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-018.png', + Number: 'UA14BT/DST-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-019.png', + Number: 'UA14BT/DST-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-019_p1.png', + Number: 'UA14BT/DST-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-020.png', + Number: 'UA14BT/DST-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-020_p1.png', + Number: 'UA14BT/DST-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-021.png', + Number: 'UA14BT/DST-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-022.png', + Number: 'UA14BT/DST-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-022_p1.png', + Number: 'UA14BT/DST-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-023.png', + Number: 'UA14BT/DST-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-024.png', + Number: 'UA14BT/DST-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-025.png', + Number: 'UA14BT/DST-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-026.png', + Number: 'UA14BT/DST-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-027.png', + Number: 'UA14BT/DST-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-028.png', + Number: 'UA14BT/DST-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-029.png', + Number: 'UA14BT/DST-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-030.png', + Number: 'UA14BT/DST-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-031.png', + Number: 'UA14BT/DST-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-032.png', + Number: 'UA14BT/DST-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-033.png', + Number: 'UA14BT/DST-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-034.png', + Number: 'UA14BT/DST-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-035.png', + Number: 'UA14BT/DST-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-036.png', + Number: 'UA14BT/DST-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-036_p1.png', + Number: 'UA14BT/DST-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-037.png', + Number: 'UA14BT/DST-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-037_p1.png', + Number: 'UA14BT/DST-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-038.png', + Number: 'UA14BT/DST-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-039.png', + Number: 'UA14BT/DST-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-040.png', + Number: 'UA14BT/DST-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-041.png', + Number: 'UA14BT/DST-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-042.png', + Number: 'UA14BT/DST-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-043.png', + Number: 'UA14BT/DST-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-044.png', + Number: 'UA14BT/DST-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-045.png', + Number: 'UA14BT/DST-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-046.png', + Number: 'UA14BT/DST-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-047.png', + Number: 'UA14BT/DST-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-048.png', + Number: 'UA14BT/DST-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-049.png', + Number: 'UA14BT/DST-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-049_p1.png', + Number: 'UA14BT/DST-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-050.png', + Number: 'UA14BT/DST-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-050_p1.png', + Number: 'UA14BT/DST-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-051.png', + Number: 'UA14BT/DST-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-052.png', + Number: 'UA14BT/DST-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-053.png', + Number: 'UA14BT/DST-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-053_p1.png', + Number: 'UA14BT/DST-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-054.png', + Number: 'UA14BT/DST-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-054_p1.png', + Number: 'UA14BT/DST-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-055.png', + Number: 'UA14BT/DST-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-056.png', + Number: 'UA14BT/DST-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-057.png', + Number: 'UA14BT/DST-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-058.png', + Number: 'UA14BT/DST-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-058_p1.png', + Number: 'UA14BT/DST-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-059.png', + Number: 'UA14BT/DST-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-060.png', + Number: 'UA14BT/DST-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-060_p1.png', + Number: 'UA14BT/DST-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-061.png', + Number: 'UA14BT/DST-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-062.png', + Number: 'UA14BT/DST-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-063.png', + Number: 'UA14BT/DST-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-064.png', + Number: 'UA14BT/DST-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-065.png', + Number: 'UA14BT/DST-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-066.png', + Number: 'UA14BT/DST-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-066_p1.png', + Number: 'UA14BT/DST-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-067.png', + Number: 'UA14BT/DST-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-068.png', + Number: 'UA14BT/DST-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-069.png', + Number: 'UA14BT/DST-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-070.png', + Number: 'UA14BT/DST-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-070_p1.png', + Number: 'UA14BT/DST-1-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-071.png', + Number: 'UA14BT/DST-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-072.png', + Number: 'UA14BT/DST-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-073.png', + Number: 'UA14BT/DST-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-073_p1.png', + Number: 'UA14BT/DST-1-073', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-074.png', + Number: 'UA14BT/DST-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-075.png', + Number: 'UA14BT/DST-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-075_p1.png', + Number: 'UA14BT/DST-1-075', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-076.png', + Number: 'UA14BT/DST-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-077.png', + Number: 'UA14BT/DST-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-077_p1.png', + Number: 'UA14BT/DST-1-077', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-078.png', + Number: 'UA14BT/DST-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-078_p1.png', + Number: 'UA14BT/DST-1-078', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-078_p2.png', + Number: 'UA14BT/DST-1-078', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-079.png', + Number: 'UA14BT/DST-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-080.png', + Number: 'UA14BT/DST-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-081.png', + Number: 'UA14BT/DST-1-081', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-082.png', + Number: 'UA14BT/DST-1-082', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-083.png', + Number: 'UA14BT/DST-1-083', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-084.png', + Number: 'UA14BT/DST-1-084', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-085.png', + Number: 'UA14BT/DST-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-086.png', + Number: 'UA14BT/DST-1-086', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-086_p1.png', + Number: 'UA14BT/DST-1-086', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-087.png', + Number: 'UA14BT/DST-1-087', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-087_p1.png', + Number: 'UA14BT/DST-1-087', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-088.png', + Number: 'UA14BT/DST-1-088', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-089.png', + Number: 'UA14BT/DST-1-089', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-089_p1.png', + Number: 'UA14BT/DST-1-089', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-090.png', + Number: 'UA14BT/DST-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-091.png', + Number: 'UA14BT/DST-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-091_p1.png', + Number: 'UA14BT/DST-1-091', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-092.png', + Number: 'UA14BT/DST-1-092', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-093.png', + Number: 'UA14BT/DST-1-093', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-094.png', + Number: 'UA14BT/DST-1-094', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-095.png', + Number: 'UA14BT/DST-1-095', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-096.png', + Number: 'UA14BT/DST-1-096', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-097.png', + Number: 'UA14BT/DST-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-098.png', + Number: 'UA14BT/DST-1-098', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua14/UA14BT_DST-1-099.png', + Number: 'UA14BT/DST-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-100.png', + Number: 'UA14BT/DST-1-100', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + // + { + imgSrc: '/ua14/UA14BT_DST-1-AP01.png', + Number: 'UA14BT/DST-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-AP02.png', + Number: 'UA14BT/DST-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-AP03.png', + Number: 'UA14BT/DST-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-AP04.png', + Number: 'UA14BT/DST-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-AP05.png', + Number: 'UA14BT/DST-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + { + imgSrc: '/ua14/UA14BT_DST-1-AP06.png', + Number: 'UA14BT/DST-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + // STARTER + { + imgSrc: '/ua14/UA14ST_DST-1-069.png', + Number: 'UA14ST/DST-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-072.png', + Number: 'UA14ST/DST-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-075.png', + Number: 'UA14ST/DST-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-076.png', + Number: 'UA14ST/DST-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-088.png', + Number: 'UA14ST/DST-1-088', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-090.png', + Number: 'UA14ST/DST-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-096.png', + Number: 'UA14ST/DST-1-096', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua14/UA14ST_DST-1-097.png', + Number: 'UA14ST/DST-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua14/UA14ST_DST-1-099.png', + Number: 'UA14ST/DST-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-101.png', + Number: 'UA14ST/DST-1-101', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-102.png', + Number: 'UA14ST/DST-1-102', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-103.png', + Number: 'UA14ST/DST-1-103', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-104.png', + Number: 'UA14ST/DST-1-104', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-105.png', + Number: 'UA14ST/DST-1-105', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-106.png', + Number: 'UA14ST/DST-1-106', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-107.png', + Number: 'UA14ST/DST-1-107', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-108.png', + Number: 'UA14ST/DST-1-108', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-109.png', + Number: 'UA14ST/DST-1-109', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null + }, + // + { + imgSrc: '/ua14/UA14ST_DST-1-AP01.png', + Number: 'UA14ST/DST-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + { + imgSrc: '/ua14/UA14ST_DST-1-AP02.png', + Number: 'UA14ST/DST-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + // UAPR + { + imgSrc: '/ua14/UAPR_DST-1-002.png', + Number: 'UAPR/DST-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UAPR_DST-1-006.png', + Number: 'UAPR/DST-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UAPR_DST-1-039.png', + Number: 'UAPR/DST-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UAPR_DST-1-052.png', + Number: 'UAPR/DST-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null + }, + { + imgSrc: '/ua14/UAPR_DST-1-078.png', + Number: 'UAPR/DST-1-078', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua14/UAPR_DST-1-078_p1.png', + Number: 'UAPR/DST-1-078', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua14/UAPR_DST-AP01.png', + Number: 'UAPR/DST-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + { + imgSrc: '/ua14/UAPR_DST-AP03.png', + Number: 'UAPR/DST-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null + }, + { + imgSrc: '/ua14/UAPR_DST-P-001.png', + Number: 'UAPR/DST-P-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua14/UAPR_DST-P-002.png', + Number: 'UAPR/DST-P-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua14/UAPR_DST-P-003.png', + Number: 'UAPR/DST-P-003', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; + + diff --git a/datas/ua15.js b/datas/ua15.js new file mode 100644 index 0000000..ffb7103 --- /dev/null +++ b/datas/ua15.js @@ -0,0 +1,2954 @@ +export const cardList = [ + { + imgSrc: '/ua15/EX08BT_SAO-2-001.png', + Number: 'EX08BT/SAO-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-001_p1.png', + Number: 'EX08BT/SAO-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-002.png', + Number: 'EX08BT/SAO-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-002_p1.png', + Number: 'EX08BT/SAO-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-003.png', + Number: 'EX08BT/SAO-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-003_p1.png', + Number: 'EX08BT/SAO-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-004.png', + Number: 'EX08BT/SAO-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-004_p1.png', + Number: 'EX08BT/SAO-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-005.png', + Number: 'EX08BT/SAO-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-006.png', + Number: 'EX08BT/SAO-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-007.png', + Number: 'EX08BT/SAO-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-008.png', + Number: 'EX08BT/SAO-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-008_p1.png', + Number: 'EX08BT/SAO-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-009.png', + Number: 'EX08BT/SAO-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-009_p1.png', + Number: 'EX08BT/SAO-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-010.png', + Number: 'EX08BT/SAO-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-010_p1.png', + Number: 'EX08BT/SAO-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-011.png', + Number: 'EX08BT/SAO-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-011_p1.png', + Number: 'EX08BT/SAO-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-012.png', + Number: 'EX08BT/SAO-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-013.png', + Number: 'EX08BT/SAO-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-014.png', + Number: 'EX08BT/SAO-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-014_p1.png', + Number: 'EX08BT/SAO-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-015.png', + Number: 'EX08BT/SAO-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-016.png', + Number: 'EX08BT/SAO-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-017.png', + Number: 'EX08BT/SAO-2-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-018.png', + Number: 'EX08BT/SAO-2-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-019.png', + Number: 'EX08BT/SAO-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-020.png', + Number: 'EX08BT/SAO-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-020_p1.png', + Number: 'EX08BT/SAO-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-021.png', + Number: 'EX08BT/SAO-2-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-022.png', + Number: 'EX08BT/SAO-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-022_p1.png', + Number: 'EX08BT/SAO-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-023.png', + Number: 'EX08BT/SAO-2-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-024.png', + Number: 'EX08BT/SAO-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-024_p1.png', + Number: 'EX08BT/SAO-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-025.png', + Number: 'EX08BT/SAO-2-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-026.png', + Number: 'EX08BT/SAO-2-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-027.png', + Number: 'EX08BT/SAO-2-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-028.png', + Number: 'EX08BT/SAO-2-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-029.png', + Number: 'EX08BT/SAO-2-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-030.png', + Number: 'EX08BT/SAO-2-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-030_p1.png', + Number: 'EX08BT/SAO-2-030', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-031.png', + Number: 'EX08BT/SAO-2-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-031_p1.png', + Number: 'EX08BT/SAO-2-031', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-032.png', + Number: 'EX08BT/SAO-2-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-032_p1.png', + Number: 'EX08BT/SAO-2-032', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-033.png', + Number: 'EX08BT/SAO-2-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-033_p1.png', + Number: 'EX08BT/SAO-2-033', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-034.png', + Number: 'EX08BT/SAO-2-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-035.png', + Number: 'EX08BT/SAO-2-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-036.png', + Number: 'EX08BT/SAO-2-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-037.png', + Number: 'EX08BT/SAO-2-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-038.png', + Number: 'EX08BT/SAO-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-039.png', + Number: 'EX08BT/SAO-2-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-040.png', + Number: 'EX08BT/SAO-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-041.png', + Number: 'EX08BT/SAO-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-042.png', + Number: 'EX08BT/SAO-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-042_p1.png', + Number: 'EX08BT/SAO-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-042_p2.png', + Number: 'EX08BT/SAO-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-043_p1.png', + Number: 'EX08BT/SAO-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-043.png', + Number: 'EX08BT/SAO-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-044.png', + Number: 'EX08BT/SAO-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-044_p1.png', + Number: 'EX08BT/SAO-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-045.png', + Number: 'EX08BT/SAO-2-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-046.png', + Number: 'EX08BT/SAO-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-047.png', + Number: 'EX08BT/SAO-2-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-048.png', + Number: 'EX08BT/SAO-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-048_p1.png', + Number: 'EX08BT/SAO-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-049.png', + Number: 'EX08BT/SAO-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-049_p1.png', + Number: 'EX08BT/SAO-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-049_p2.png', + Number: 'EX08BT/SAO-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-050.png', + Number: 'EX08BT/SAO-2-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-051.png', + Number: 'EX08BT/SAO-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-052.png', + Number: 'EX08BT/SAO-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-053.png', + Number: 'EX08BT/SAO-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-053_p1.png', + Number: 'EX08BT/SAO-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-054.png', + Number: 'EX08BT/SAO-2-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-054_p1.png', + Number: 'EX08BT/SAO-2-054', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-055.png', + Number: 'EX08BT/SAO-2-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-056.png', + Number: 'EX08BT/SAO-2-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-057.png', + Number: 'EX08BT/SAO-2-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-058.png', + Number: 'EX08BT/SAO-2-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-059.png', + Number: 'EX08BT/SAO-2-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-060.png', + Number: 'EX08BT/SAO-2-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-061.png', + Number: 'EX08BT/SAO-2-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-062.png', + Number: 'EX08BT/SAO-2-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-063.png', + Number: 'EX08BT/SAO-2-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-063_p1.png', + Number: 'EX08BT/SAO-2-063', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-064.png', + Number: 'EX08BT/SAO-2-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-064_p1.png', + Number: 'EX08BT/SAO-2-064', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-065.png', + Number: 'EX08BT/SAO-2-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-066.png', + Number: 'EX08BT/SAO-2-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-066_p1.png', + Number: 'EX08BT/SAO-2-066', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-067.png', + Number: 'EX08BT/SAO-2-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-068.png', + Number: 'EX08BT/SAO-2-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-068_p1.png', + Number: 'EX08BT/SAO-2-068', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-069.png', + Number: 'EX08BT/SAO-2-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-069_p1.png', + Number: 'EX08BT/SAO-2-069', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-070.png', + Number: 'EX08BT/SAO-2-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-071.png', + Number: 'EX08BT/SAO-2-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-072.png', + Number: 'EX08BT/SAO-2-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-073.png', + Number: 'EX08BT/SAO-2-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-073_p1.png', + Number: 'EX08BT/SAO-2-073', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-074.png', + Number: 'EX08BT/SAO-2-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP01.png', + Number: 'EX08BT/SAO-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP01_s.png', + Number: 'EX08BT/SAO-2-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP02.png', + Number: 'EX08BT/SAO-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP02_s.png', + Number: 'EX08BT/SAO-2-AP02★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP03.png', + Number: 'EX08BT/SAO-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP03_s.png', + Number: 'EX08BT/SAO-2-AP03★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP04.png', + Number: 'EX08BT/SAO-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP05.png', + Number: 'EX08BT/SAO-2-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/EX08BT_SAO-2-AP06.png', + Number: 'EX08BT/SAO-2-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-001.png', + Number: 'UA15BT/SAO-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-002.png', + Number: 'UA15BT/SAO-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-003.png', + Number: 'UA15BT/SAO-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-003_p1.png', + Number: 'UA15BT/SAO-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-004.png', + Number: 'UA15BT/SAO-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-005.png', + Number: 'UA15BT/SAO-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-006.png', + Number: 'UA15BT/SAO-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-006_p1.png', + Number: 'UA15BT/SAO-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-007.png', + Number: 'UA15BT/SAO-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-008.png', + Number: 'UA15BT/SAO-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-009.png', + Number: 'UA15BT/SAO-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-009_p1.png', + Number: 'UA15BT/SAO-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-010.png', + Number: 'UA15BT/SAO-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-011.png', + Number: 'UA15BT/SAO-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-012.png', + Number: 'UA15BT/SAO-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-012_p1.png', + Number: 'UA15BT/SAO-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-013.png', + Number: 'UA15BT/SAO-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-013_p1.png', + Number: 'UA15BT/SAO-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-014.png', + Number: 'UA15BT/SAO-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-015.png', + Number: 'UA15BT/SAO-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-016.png', + Number: 'UA15BT/SAO-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-017.png', + Number: 'UA15BT/SAO-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-018.png', + Number: 'UA15BT/SAO-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-018_p1.png', + Number: 'UA15BT/SAO-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-019.png', + Number: 'UA15BT/SAO-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-020.png', + Number: 'UA15BT/SAO-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-021.png', + Number: 'UA15BT/SAO-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-022.png', + Number: 'UA15BT/SAO-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-022_p1.png', + Number: 'UA15BT/SAO-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-023.png', + Number: 'UA15BT/SAO-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-024.png', + Number: 'UA15BT/SAO-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-025.png', + Number: 'UA15BT/SAO-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-025_p1.png', + Number: 'UA15BT/SAO-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-026.png', + Number: 'UA15BT/SAO-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-027.png', + Number: 'UA15BT/SAO-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-028.png', + Number: 'UA15BT/SAO-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-028_p1.png', + Number: 'UA15BT/SAO-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-029.png', + Number: 'UA15BT/SAO-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-030.png', + Number: 'UA15BT/SAO-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-031.png', + Number: 'UA15BT/SAO-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-032.png', + Number: 'UA15BT/SAO-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-033.png', + Number: 'UA15BT/SAO-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-034.png', + Number: 'UA15BT/SAO-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-035.png', + Number: 'UA15BT/SAO-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-036.png', + Number: 'UA15BT/SAO-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-036_p1.png', + Number: 'UA15BT/SAO-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-037.png', + Number: 'UA15BT/SAO-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-037_p1.png', + Number: 'UA15BT/SAO-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-037_p2.png', + Number: 'UA15BT/SAO-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-038.png', + Number: 'UA15BT/SAO-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-039.png', + Number: 'UA15BT/SAO-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-040.png', + Number: 'UA15BT/SAO-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-041.png', + Number: 'UA15BT/SAO-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-041_p1.png', + Number: 'UA15BT/SAO-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-041_p2.png', + Number: 'UA15BT/SAO-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-042.png', + Number: 'UA15BT/SAO-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-043.png', + Number: 'UA15BT/SAO-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-043_p1.png', + Number: 'UA15BT/SAO-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-044.png', + Number: 'UA15BT/SAO-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-045.png', + Number: 'UA15BT/SAO-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-046.png', + Number: 'UA15BT/SAO-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-047.png', + Number: 'UA15BT/SAO-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-048.png', + Number: 'UA15BT/SAO-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-048_p1.png', + Number: 'UA15BT/SAO-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-049.png', + Number: 'UA15BT/SAO-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-049_p1.png', + Number: 'UA15BT/SAO-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-050.png', + Number: 'UA15BT/SAO-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-051.png', + Number: 'UA15BT/SAO-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-052.png', + Number: 'UA15BT/SAO-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-053.png', + Number: 'UA15BT/SAO-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-053_p1.png', + Number: 'UA15BT/SAO-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-054.png', + Number: 'UA15BT/SAO-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-055.png', + Number: 'UA15BT/SAO-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-056.png', + Number: 'UA15BT/SAO-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-056_p1.png', + Number: 'UA15BT/SAO-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-057.png', + Number: 'UA15BT/SAO-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-058.png', + Number: 'UA15BT/SAO-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-059.png', + Number: 'UA15BT/SAO-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-059_p1.png', + Number: 'UA15BT/SAO-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-060.png', + Number: 'UA15BT/SAO-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-060_p1.png', + Number: 'UA15BT/SAO-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-061.png', + Number: 'UA15BT/SAO-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-062.png', + Number: 'UA15BT/SAO-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-063.png', + Number: 'UA15BT/SAO-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-064.png', + Number: 'UA15BT/SAO-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-065.png', + Number: 'UA15BT/SAO-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-066.png', + Number: 'UA15BT/SAO-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-067.png', + Number: 'UA15BT/SAO-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-068.png', + Number: 'UA15BT/SAO-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-069.png', + Number: 'UA15BT/SAO-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-070.png', + Number: 'UA15BT/SAO-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-071.png', + Number: 'UA15BT/SAO-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-071_p1.png', + Number: 'UA15BT/SAO-1-071', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-072.png', + Number: 'UA15BT/SAO-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-073.png', + Number: 'UA15BT/SAO-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-074.png', + Number: 'UA15BT/SAO-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-074_p1.png', + Number: 'UA15BT/SAO-1-074', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-075.png', + Number: 'UA15BT/SAO-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-075_p1.png', + Number: 'UA15BT/SAO-1-075', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-076.png', + Number: 'UA15BT/SAO-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-077.png', + Number: 'UA15BT/SAO-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-078.png', + Number: 'UA15BT/SAO-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-079.png', + Number: 'UA15BT/SAO-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-080.png', + Number: 'UA15BT/SAO-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-080_p1.png', + Number: 'UA15BT/SAO-1-080', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-081.png', + Number: 'UA15BT/SAO-1-081', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-081_p1.png', + Number: 'UA15BT/SAO-1-081', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-082.png', + Number: 'UA15BT/SAO-1-082', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-083.png', + Number: 'UA15BT/SAO-1-083', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-083_p1.png', + Number: 'UA15BT/SAO-1-083', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-084.png', + Number: 'UA15BT/SAO-1-084', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-085.png', + Number: 'UA15BT/SAO-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-086.png', + Number: 'UA15BT/SAO-1-086', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-087.png', + Number: 'UA15BT/SAO-1-087', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-087_p1.png', + Number: 'UA15BT/SAO-1-087', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-088.png', + Number: 'UA15BT/SAO-1-088', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-089.png', + Number: 'UA15BT/SAO-1-089', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-090.png', + Number: 'UA15BT/SAO-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-090_p1.png', + Number: 'UA15BT/SAO-1-090', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-091.png', + Number: 'UA15BT/SAO-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-091_p1.png', + Number: 'UA15BT/SAO-1-091', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-092.png', + Number: 'UA15BT/SAO-1-092', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-093.png', + Number: 'UA15BT/SAO-1-093', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-094.png', + Number: 'UA15BT/SAO-1-094', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-095.png', + Number: 'UA15BT/SAO-1-095', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-096.png', + Number: 'UA15BT/SAO-1-096', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-097.png', + Number: 'UA15BT/SAO-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-098.png', + Number: 'UA15BT/SAO-1-098', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-099.png', + Number: 'UA15BT/SAO-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-100.png', + Number: 'UA15BT/SAO-1-100', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + // + { + imgSrc: '/ua15/UA15BT_SAO-1-AP01.png', + Number: 'UA15BT/SAO-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP01★.png', + Number: 'UA15BT/SAO-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP02.png', + Number: 'UA15BT/SAO-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP02★.png', + Number: 'UA15BT/SAO-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP03.png', + Number: 'UA15BT/SAO-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP04.png', + Number: 'UA15BT/SAO-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP05.png', + Number: 'UA15BT/SAO-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP06.png', + Number: 'UA15BT/SAO-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP07.png', + Number: 'UA15BT/SAO-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP08.png', + Number: 'UA15BT/SAO-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15BT_SAO-1-AP09.png', + Number: 'UA15BT/SAO-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua15/UA15ST_SAO-1-036.png', + Number: 'UA15ST/SAO-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-038.png', + Number: 'UA15ST/SAO-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-039.png', + Number: 'UA15ST/SAO-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-042.png', + Number: 'UA15ST/SAO-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-045.png', + Number: 'UA15ST/SAO-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-046.png', + Number: 'UA15ST/SAO-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-047.png', + Number: 'UA15ST/SAO-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-063.png', + Number: 'UA15ST/SAO-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-065.png', + Number: 'UA15ST/SAO-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-101.png', + Number: 'UA15ST/SAO-1-101', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-102.png', + Number: 'UA15ST/SAO-1-102', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-103.png', + Number: 'UA15ST/SAO-1-103', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-104.png', + Number: 'UA15ST/SAO-1-104', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-105.png', + Number: 'UA15ST/SAO-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-106.png', + Number: 'UA15ST/SAO-1-106', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-107.png', + Number: 'UA15ST/SAO-1-107', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-108.png', + Number: 'UA15ST/SAO-1-108', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-109.png', + Number: 'UA15ST/SAO-1-109', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua15/UA15ST_SAO-1-AP01.png', + Number: 'UA15ST/SAO-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UA15ST_SAO-1-AP02.png', + Number: 'UA15ST/SAO-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPB + { + imgSrc: '/ua15/UAPB_SAO-AP01.png', + Number: 'UAPB/SAO-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-1-036.png', + Number: 'UAPR/SAO-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua15/UAPR_SAO-1-041.png', + Number: 'UAPR/SAO-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-1-041_p1.png', + Number: 'UAPR/SAO-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-1-089.png', + Number: 'UAPR/SAO-1-089', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-1-091.png', + Number: 'UAPR/SAO-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-1-091_p1.png', + Number: 'UAPR/SAO-1-091', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-1-101.png', + Number: 'UAPR/SAO-1-101', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-1-103.png', + Number: 'UAPR/SAO-1-103', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua15/UAPR_SAO-1-104.png', + Number: 'UAPR/SAO-1-104', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-2-041.png', + Number: 'UAPR/SAO-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-2-042.png', + Number: 'UAPR/SAO-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-2-042_p1.png', + Number: 'UAPR/SAO-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-2-052.png', + Number: 'UAPR/SAO-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-AP02.png', + Number: 'UAPR/SAO-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-AP03.png', + Number: 'UAPR/SAO-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua15/UAPR_SAO-P-001.png', + Number: 'UAPR/SAO-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, + +]; + + diff --git a/datas/ua16.js b/datas/ua16.js new file mode 100644 index 0000000..d9f90cb --- /dev/null +++ b/datas/ua16.js @@ -0,0 +1,1708 @@ +export const cardList = [ + { + imgSrc: '/ua16/UA16BT_SYN-1-001.png', + Number: 'UA16BT/SYN-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-002.png', + Number: 'UA16BT/SYN-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-003.png', + Number: 'UA16BT/SYN-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-003_p1.png', + Number: 'UA16BT/SYN-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-003_p2.png', + Number: 'UA16BT/SYN-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-004.png', + Number: 'UA16BT/SYN-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-005.png', + Number: 'UA16BT/SYN-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-006.png', + Number: 'UA16BT/SYN-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-007.png', + Number: 'UA16BT/SYN-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-007_p1.png', + Number: 'UA16BT/SYN-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-008.png', + Number: 'UA16BT/SYN-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-008_p1.png', + Number: 'UA16BT/SYN-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-009.png', + Number: 'UA16BT/SYN-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-010.png', + Number: 'UA16BT/SYN-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-011.png', + Number: 'UA16BT/SYN-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-011_p1.png', + Number: 'UA16BT/SYN-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-012.png', + Number: 'UA16BT/SYN-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-012_p1.png', + Number: 'UA16BT/SYN-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-013.png', + Number: 'UA16BT/SYN-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-014.png', + Number: 'UA16BT/SYN-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-015.png', + Number: 'UA16BT/SYN-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-015_p1.png', + Number: 'UA16BT/SYN-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-016.png', + Number: 'UA16BT/SYN-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-016_p1.png', + Number: 'UA16BT/SYN-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-017.png', + Number: 'UA16BT/SYN-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-018.png', + Number: 'UA16BT/SYN-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-018_p1.png', + Number: 'UA16BT/SYN-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-019.png', + Number: 'UA16BT/SYN-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-020.png', + Number: 'UA16BT/SYN-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-021.png', + Number: 'UA16BT/SYN-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-022.png', + Number: 'UA16BT/SYN-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-023.png', + Number: 'UA16BT/SYN-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-023_p1.png', + Number: 'UA16BT/SYN-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-024.png', + Number: 'UA16BT/SYN-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-025.png', + Number: 'UA16BT/SYN-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-026.png', + Number: 'UA16BT/SYN-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-027.png', + Number: 'UA16BT/SYN-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-028.png', + Number: 'UA16BT/SYN-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-029.png', + Number: 'UA16BT/SYN-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-030.png', + Number: 'UA16BT/SYN-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-031.png', + Number: 'UA16BT/SYN-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-032.png', + Number: 'UA16BT/SYN-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-033.png', + Number: 'UA16BT/SYN-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-034.png', + Number: 'UA16BT/SYN-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-035.png', + Number: 'UA16BT/SYN-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-036.png', + Number: 'UA16BT/SYN-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-037.png', + Number: 'UA16BT/SYN-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-038.png', + Number: 'UA16BT/SYN-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-039.png', + Number: 'UA16BT/SYN-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-039_p1.png', + Number: 'UA16BT/SYN-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-040.png', + Number: 'UA16BT/SYN-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-041.png', + Number: 'UA16BT/SYN-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-042.png', + Number: 'UA16BT/SYN-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-043.png', + Number: 'UA16BT/SYN-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-043_p1.png', + Number: 'UA16BT/SYN-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-044.png', + Number: 'UA16BT/SYN-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-045.png', + Number: 'UA16BT/SYN-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-045_p1.png', + Number: 'UA16BT/SYN-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-046.png', + Number: 'UA16BT/SYN-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-047.png', + Number: 'UA16BT/SYN-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-048.png', + Number: 'UA16BT/SYN-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-049.png', + Number: 'UA16BT/SYN-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-049_p1.png', + Number: 'UA16BT/SYN-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-050.png', + Number: 'UA16BT/SYN-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-051.png', + Number: 'UA16BT/SYN-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-052.png', + Number: 'UA16BT/SYN-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-053.png', + Number: 'UA16BT/SYN-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-053_p1.png', + Number: 'UA16BT/SYN-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-054.png', + Number: 'UA16BT/SYN-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-055.png', + Number: 'UA16BT/SYN-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-056.png', + Number: 'UA16BT/SYN-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-057.png', + Number: 'UA16BT/SYN-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-057_p1.png', + Number: 'UA16BT/SYN-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-058.png', + Number: 'UA16BT/SYN-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-059.png', + Number: 'UA16BT/SYN-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-059_p1.png', + Number: 'UA16BT/SYN-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-060.png', + Number: 'UA16BT/SYN-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-060_p1.png', + Number: 'UA16BT/SYN-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-061.png', + Number: 'UA16BT/SYN-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-062.png', + Number: 'UA16BT/SYN-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-063.png', + Number: 'UA16BT/SYN-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-064.png', + Number: 'UA16BT/SYN-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-065.png', + Number: 'UA16BT/SYN-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-066.png', + Number: 'UA16BT/SYN-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-067.png', + Number: 'UA16BT/SYN-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-068.png', + Number: 'UA16BT/SYN-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-069.png', + Number: 'UA16BT/SYN-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-069_p1.png', + Number: 'UA16BT/SYN-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-070.png', + Number: 'UA16BT/SYN-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-070_p1.png', + Number: 'UA16BT/SYN-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-071.png', + Number: 'UA16BT/SYN-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-071_p1.png', + Number: 'UA16BT/SYN-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-072.png', + Number: 'UA16BT/SYN-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-072_p1.png', + Number: 'UA16BT/SYN-1-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-073.png', + Number: 'UA16BT/SYN-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-073_p1.png', + Number: 'UA16BT/SYN-1-073', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-074.png', + Number: 'UA16BT/SYN-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-075.png', + Number: 'UA16BT/SYN-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-076.png', + Number: 'UA16BT/SYN-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-077.png', + Number: 'UA16BT/SYN-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-077_p1.png', + Number: 'UA16BT/SYN-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-078.png', + Number: 'UA16BT/SYN-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-079.png', + Number: 'UA16BT/SYN-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-080.png', + Number: 'UA16BT/SYN-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-080_p1.png', + Number: 'UA16BT/SYN-1-080', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-081.png', + Number: 'UA16BT/SYN-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-082.png', + Number: 'UA16BT/SYN-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-083.png', + Number: 'UA16BT/SYN-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-083_p1.png', + Number: 'UA16BT/SYN-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-084.png', + Number: 'UA16BT/SYN-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-085.png', + Number: 'UA16BT/SYN-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-086.png', + Number: 'UA16BT/SYN-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-086_p1.png', + Number: 'UA16BT/SYN-1-086', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-087.png', + Number: 'UA16BT/SYN-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-088.png', + Number: 'UA16BT/SYN-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-089.png', + Number: 'UA16BT/SYN-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-090.png', + Number: 'UA16BT/SYN-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-091.png', + Number: 'UA16BT/SYN-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-092.png', + Number: 'UA16BT/SYN-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-092_p1.png', + Number: 'UA16BT/SYN-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-093.png', + Number: 'UA16BT/SYN-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-094.png', + Number: 'UA16BT/SYN-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-095.png', + Number: 'UA16BT/SYN-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-096.png', + Number: 'UA16BT/SYN-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-097.png', + Number: 'UA16BT/SYN-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-098.png', + Number: 'UA16BT/SYN-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-099.png', + Number: 'UA16BT/SYN-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-100.png', + Number: 'UA16BT/SYN-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + // + { + imgSrc: '/ua16/UA16BT_SYN-1-AP01.png', + Number: 'UA16BT/SYN-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-AP01★.png', + Number: 'UA16BT/SYN-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-AP02.png', + Number: 'UA16BT/SYN-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-AP03.png', + Number: 'UA16BT/SYN-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-AP04.png', + Number: 'UA16BT/SYN-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-AP05.png', + Number: 'UA16BT/SYN-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UA16BT_SYN-1-AP06.png', + Number: 'UA16BT/SYN-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua16/UA16ST_SYN-1-002.png', + Number: 'UA16ST/SYN-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-004.png', + Number: 'UA16ST/SYN-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-010.png', + Number: 'UA16ST/SYN-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-013.png', + Number: 'UA16ST/SYN-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-014.png', + Number: 'UA16ST/SYN-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-022.png', + Number: 'UA16ST/SYN-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-027.png', + Number: 'UA16ST/SYN-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-031.png', + Number: 'UA16ST/SYN-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-032.png', + Number: 'UA16ST/SYN-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-101.png', + Number: 'UA16ST/SYN-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-102.png', + Number: 'UA16ST/SYN-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-103.png', + Number: 'UA16ST/SYN-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-104.png', + Number: 'UA16ST/SYN-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-105.png', + Number: 'UA16ST/SYN-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-106.png', + Number: 'UA16ST/SYN-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-107.png', + Number: 'UA16ST/SYN-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-108.png', + Number: 'UA16ST/SYN-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-109.png', + Number: 'UA16ST/SYN-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + // AP + { + imgSrc: '/ua16/UA16ST_SYN-1-AP01.png', + Number: 'UA16ST/SYN-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UA16ST_SYN-1-AP02.png', + Number: 'UA16ST/SYN-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua16/UAPR_SYN-1-001.png', + Number: 'UAPR/SYN-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-1-002.png', + Number: 'UAPR/SYN-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-1-003.png', + Number: 'UAPR/SYN-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-1-003_p1.png', + Number: 'UAPR/SYN-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-1-073.png', + Number: 'UAPR/SYN-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-1-083.png', + Number: 'UAPR/SYN-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-1-083_p1.png', + Number: 'UAPR/SYN-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-1-092.png', + Number: 'UAPR/SYN-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-AP01.png', + Number: 'UAPR/SYN-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-AP02.png', + Number: 'UAPR/SYN-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-AP03.png', + Number: 'UAPR/SYN-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-AP04.png', + Number: 'UAPR/SYN-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-P-001.png', + Number: 'UAPR/SYN-P-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-P-002.png', + Number: 'UAPR/SYN-P-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua16/UAPR_SYN-P-003.png', + Number: 'UAPR/SYN-P-003', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; + + diff --git a/datas/ua17.js b/datas/ua17.js new file mode 100644 index 0000000..be25efd --- /dev/null +++ b/datas/ua17.js @@ -0,0 +1,1648 @@ +export const cardList = [ + { + imgSrc: '/ua17/UA17BT_TRK-1-001.png', + Number: 'UA17BT/TRK-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-002.png', + Number: 'UA17BT/TRK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-003.png', + Number: 'UA17BT/TRK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-004.png', + Number: 'UA17BT/TRK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-005.png', + Number: 'UA17BT/TRK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-006.png', + Number: 'UA17BT/TRK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-007.png', + Number: 'UA17BT/TRK-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-008.png', + Number: 'UA17BT/TRK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-008_p1.png', + Number: 'UA17BT/TRK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-009.png', + Number: 'UA17BT/TRK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-009_p1.png', + Number: 'UA17BT/TRK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-010.png', + Number: 'UA17BT/TRK-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-011.png', + Number: 'UA17BT/TRK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-012.png', + Number: 'UA17BT/TRK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-012_p1.png', + Number: 'UA17BT/TRK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-013.png', + Number: 'UA17BT/TRK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-013_p1.png', + Number: 'UA17BT/TRK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-014.png', + Number: 'UA17BT/TRK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-015.png', + Number: 'UA17BT/TRK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-016.png', + Number: 'UA17BT/TRK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-016_p1.png', + Number: 'UA17BT/TRK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-017.png', + Number: 'UA17BT/TRK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-017_p1.png', + Number: 'UA17BT/TRK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-018.png', + Number: 'UA17BT/TRK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-019.png', + Number: 'UA17BT/TRK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-020.png', + Number: 'UA17BT/TRK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-020_p1.png', + Number: 'UA17BT/TRK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-021.png', + Number: 'UA17BT/TRK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-021_p1.png', + Number: 'UA17BT/TRK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-022.png', + Number: 'UA17BT/TRK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-023.png', + Number: 'UA17BT/TRK-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-024.png', + Number: 'UA17BT/TRK-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-025.png', + Number: 'UA17BT/TRK-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-026.png', + Number: 'UA17BT/TRK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-027.png', + Number: 'UA17BT/TRK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-028.png', + Number: 'UA17BT/TRK-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-029.png', + Number: 'UA17BT/TRK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-030.png', + Number: 'UA17BT/TRK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-031.png', + Number: 'UA17BT/TRK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-032.png', + Number: 'UA17BT/TRK-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-033.png', + Number: 'UA17BT/TRK-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-034.png', + Number: 'UA17BT/TRK-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-035.png', + Number: 'UA17BT/TRK-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-036.png', + Number: 'UA17BT/TRK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-036_p1.png', + Number: 'UA17BT/TRK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-037.png', + Number: 'UA17BT/TRK-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-038.png', + Number: 'UA17BT/TRK-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-039.png', + Number: 'UA17BT/TRK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-039_p1.png', + Number: 'UA17BT/TRK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-040.png', + Number: 'UA17BT/TRK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-041.png', + Number: 'UA17BT/TRK-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-042.png', + Number: 'UA17BT/TRK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-042_p1.png', + Number: 'UA17BT/TRK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-043.png', + Number: 'UA17BT/TRK-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-044.png', + Number: 'UA17BT/TRK-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-045.png', + Number: 'UA17BT/TRK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-046.png', + Number: 'UA17BT/TRK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-046_p1.png', + Number: 'UA17BT/TRK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-047.png', + Number: 'UA17BT/TRK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-048.png', + Number: 'UA17BT/TRK-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-049.png', + Number: 'UA17BT/TRK-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-049_p1.png', + Number: 'UA17BT/TRK-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-050.png', + Number: 'UA17BT/TRK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-051.png', + Number: 'UA17BT/TRK-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-052.png', + Number: 'UA17BT/TRK-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-053.png', + Number: 'UA17BT/TRK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-054.png', + Number: 'UA17BT/TRK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-054_p1.png', + Number: 'UA17BT/TRK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-054_p2.png', + Number: 'UA17BT/TRK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-055.png', + Number: 'UA17BT/TRK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-056.png', + Number: 'UA17BT/TRK-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-057.png', + Number: 'UA17BT/TRK-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-057_p1.png', + Number: 'UA17BT/TRK-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-058.png', + Number: 'UA17BT/TRK-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-059.png', + Number: 'UA17BT/TRK-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-059_p1.png', + Number: 'UA17BT/TRK-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-060.png', + Number: 'UA17BT/TRK-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-061.png', + Number: 'UA17BT/TRK-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-062.png', + Number: 'UA17BT/TRK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-063.png', + Number: 'UA17BT/TRK-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-064.png', + Number: 'UA17BT/TRK-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-065.png', + Number: 'UA17BT/TRK-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-066.png', + Number: 'UA17BT/TRK-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-067.png', + Number: 'UA17BT/TRK-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-068.png', + Number: 'UA17BT/TRK-1-068', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-069.png', + Number: 'UA17BT/TRK-1-069', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-070.png', + Number: 'UA17BT/TRK-1-070', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-070_p1.png', + Number: 'UA17BT/TRK-1-070', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-071.png', + Number: 'UA17BT/TRK-1-071', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-072.png', + Number: 'UA17BT/TRK-1-072', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-073.png', + Number: 'UA17BT/TRK-1-073', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-074.png', + Number: 'UA17BT/TRK-1-074', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-075.png', + Number: 'UA17BT/TRK-1-075', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-075_p1.png', + Number: 'UA17BT/TRK-1-075', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-076.png', + Number: 'UA17BT/TRK-1-076', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-076_p1.png', + Number: 'UA17BT/TRK-1-076', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-077.png', + Number: 'UA17BT/TRK-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-077_p1.png', + Number: 'UA17BT/TRK-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-078.png', + Number: 'UA17BT/TRK-1-078', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-079.png', + Number: 'UA17BT/TRK-1-079', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-080.png', + Number: 'UA17BT/TRK-1-080', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-080_p1.png', + Number: 'UA17BT/TRK-1-080', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-081.png', + Number: 'UA17BT/TRK-1-081', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-081_p1.png', + Number: 'UA17BT/TRK-1-081', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-082.png', + Number: 'UA17BT/TRK-1-082', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-083.png', + Number: 'UA17BT/TRK-1-083', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-084.png', + Number: 'UA17BT/TRK-1-084', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-085.png', + Number: 'UA17BT/TRK-1-085', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-086.png', + Number: 'UA17BT/TRK-1-086', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-087.png', + Number: 'UA17BT/TRK-1-087', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-087_p1.png', + Number: 'UA17BT/TRK-1-087', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-088.png', + Number: 'UA17BT/TRK-1-088', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-088_p1.png', + Number: 'UA17BT/TRK-1-088', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-089.png', + Number: 'UA17BT/TRK-1-089', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-090.png', + Number: 'UA17BT/TRK-1-090', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-091.png', + Number: 'UA17BT/TRK-1-091', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-091_p1.png', + Number: 'UA17BT/TRK-1-091', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-092.png', + Number: 'UA17BT/TRK-1-092', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-093.png', + Number: 'UA17BT/TRK-1-093', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-093_p1.png', + Number: 'UA17BT/TRK-1-093', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-094.png', + Number: 'UA17BT/TRK-1-094', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-094_p1.png', + Number: 'UA17BT/TRK-1-094', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-095.png', + Number: 'UA17BT/TRK-1-095', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-096.png', + Number: 'UA17BT/TRK-1-096', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-097.png', + Number: 'UA17BT/TRK-1-097', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-098.png', + Number: 'UA17BT/TRK-1-098', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-099.png', + Number: 'UA17BT/TRK-1-099', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-100.png', + Number: 'UA17BT/TRK-1-100', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua17/UA17BT_TRK-1-AP01.png', + Number: 'UA17BT/TRK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-AP02.png', + Number: 'UA17BT/TRK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-AP03.png', + Number: 'UA17BT/TRK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-AP04.png', + Number: 'UA17BT/TRK-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-AP05.png', + Number: 'UA17BT/TRK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-AP05★.png', + Number: 'UA17BT/TRK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua17/UA17BT_TRK-1-AP06.png', + Number: 'UA17BT/TRK-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua17/UA17ST_TRK-1-041.png', + Number: 'UA17ST/TRK-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-047.png', + Number: 'UA17ST/TRK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-050.png', + Number: 'UA17ST/TRK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-052.png', + Number: 'UA17ST/TRK-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-055.png', + Number: 'UA17ST/TRK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-058.png', + Number: 'UA17ST/TRK-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-061.png', + Number: 'UA17ST/TRK-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-062.png', + Number: 'UA17ST/TRK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-065.png', + Number: 'UA17ST/TRK-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-101.png', + Number: 'UA17ST/TRK-1-101', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-102.png', + Number: 'UA17ST/TRK-1-102', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-103.png', + Number: 'UA17ST/TRK-1-103', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-104.png', + Number: 'UA17ST/TRK-1-104', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-105.png', + Number: 'UA17ST/TRK-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-106.png', + Number: 'UA17ST/TRK-1-106', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-107.png', + Number: 'UA17ST/TRK-1-107', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-108.png', + Number: 'UA17ST/TRK-1-108', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-109.png', + Number: 'UA17ST/TRK-1-109', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua17/UA17ST_TRK-1-AP01.png', + Number: 'UA17ST/TRK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua17/UA17ST_TRK-1-AP02.png', + Number: 'UA17ST/TRK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua17/UAPR_TRK-1-007.png', + Number: 'UAPR/TRK-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UAPR_TRK-1-019.png', + Number: 'UAPR/TRK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua17/UAPR_TRK-1-053.png', + Number: 'UAPR/TRK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UAPR_TRK-1-054.png', + Number: 'UAPR/TRK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua17/UAPR_TRK-1-054_p1.png', + Number: 'UAPR/TRK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua17/UAPR_TRK-1-079.png', + Number: 'UAPR/TRK-1-079', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua17/UAPR_TRK-P-001.png', + Number: 'UAPR/TRK-P-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua17/UAPR_TRK-P-002.png', + Number: 'UAPR/TRK-P-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua17/UAPR_TRK-P-003.png', + Number: 'UAPR/TRK-P-003', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; + +// diff --git a/datas/ua18.js b/datas/ua18.js new file mode 100644 index 0000000..2152b6b --- /dev/null +++ b/datas/ua18.js @@ -0,0 +1,1759 @@ +export const cardList = [ + { + imgSrc: '/ua18/UA18BT_NIK-1-001.png', + Number: 'UA18BT/NIK-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-002.png', + Number: 'UA18BT/NIK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-002_p1.png', + Number: 'UA18BT/NIK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-003.png', + Number: 'UA18BT/NIK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-003_p1.png', + Number: 'UA18BT/NIK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-004.png', + Number: 'UA18BT/NIK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-004_p1.png', + Number: 'UA18BT/NIK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-005.png', + Number: 'UA18BT/NIK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-006.png', + Number: 'UA18BT/NIK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-006_p1.png', + Number: 'UA18BT/NIK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-007.png', + Number: 'UA18BT/NIK-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-008.png', + Number: 'UA18BT/NIK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-008_p1.png', + Number: 'UA18BT/NIK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-009.png', + Number: 'UA18BT/NIK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-010.png', + Number: 'UA18BT/NIK-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-011.png', + Number: 'UA18BT/NIK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-011_p1.png', + Number: 'UA18BT/NIK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-012.png', + Number: 'UA18BT/NIK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-012_p1.png', + Number: 'UA18BT/NIK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-013.png', + Number: 'UA18BT/NIK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-014.png', + Number: 'UA18BT/NIK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-015.png', + Number: 'UA18BT/NIK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-015_p1.png', + Number: 'UA18BT/NIK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-016.png', + Number: 'UA18BT/NIK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-017.png', + Number: 'UA18BT/NIK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-018.png', + Number: 'UA18BT/NIK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-018_p1.png', + Number: 'UA18BT/NIK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-019.png', + Number: 'UA18BT/NIK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-019_p1.png', + Number: 'UA18BT/NIK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-019_p2.png', + Number: 'UA18BT/NIK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-020.png', + Number: 'UA18BT/NIK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-021.png', + Number: 'UA18BT/NIK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-021_p1.png', + Number: 'UA18BT/NIK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-022.png', + Number: 'UA18BT/NIK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-023.png', + Number: 'UA18BT/NIK-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-023_p1.png', + Number: 'UA18BT/NIK-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-024.png', + Number: 'UA18BT/NIK-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-025.png', + Number: 'UA18BT/NIK-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-026.png', + Number: 'UA18BT/NIK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-027.png', + Number: 'UA18BT/NIK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-027_p1.png', + Number: 'UA18BT/NIK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-028.png', + Number: 'UA18BT/NIK-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-029.png', + Number: 'UA18BT/NIK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-030.png', + Number: 'UA18BT/NIK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-031.png', + Number: 'UA18BT/NIK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-032.png', + Number: 'UA18BT/NIK-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-033.png', + Number: 'UA18BT/NIK-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-034.png', + Number: 'UA18BT/NIK-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-035.png', + Number: 'UA18BT/NIK-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-036.png', + Number: 'UA18BT/NIK-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-037.png', + Number: 'UA18BT/NIK-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-038.png', + Number: 'UA18BT/NIK-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-039.png', + Number: 'UA18BT/NIK-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-039_p1.png', + Number: 'UA18BT/NIK-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-040.png', + Number: 'UA18BT/NIK-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-041.png', + Number: 'UA18BT/NIK-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-042.png', + Number: 'UA18BT/NIK-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-043.png', + Number: 'UA18BT/NIK-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-043_p1.png', + Number: 'UA18BT/NIK-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-044.png', + Number: 'UA18BT/NIK-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-045.png', + Number: 'UA18BT/NIK-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-046.png', + Number: 'UA18BT/NIK-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-046_p1.png', + Number: 'UA18BT/NIK-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-047.png', + Number: 'UA18BT/NIK-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-048.png', + Number: 'UA18BT/NIK-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-049.png', + Number: 'UA18BT/NIK-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-049_p1.png', + Number: 'UA18BT/NIK-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-050.png', + Number: 'UA18BT/NIK-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-051.png', + Number: 'UA18BT/NIK-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-052.png', + Number: 'UA18BT/NIK-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-052_p1.png', + Number: 'UA18BT/NIK-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-053.png', + Number: 'UA18BT/NIK-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-054.png', + Number: 'UA18BT/NIK-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-055.png', + Number: 'UA18BT/NIK-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-055_p1.png', + Number: 'UA18BT/NIK-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-056.png', + Number: 'UA18BT/NIK-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-057.png', + Number: 'UA18BT/NIK-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-058.png', + Number: 'UA18BT/NIK-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-058_p1.png', + Number: 'UA18BT/NIK-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-059.png', + Number: 'UA18BT/NIK-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-060.png', + Number: 'UA18BT/NIK-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-061.png', + Number: 'UA18BT/NIK-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-062.png', + Number: 'UA18BT/NIK-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-063.png', + Number: 'UA18BT/NIK-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-064.png', + Number: 'UA18BT/NIK-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-065.png', + Number: 'UA18BT/NIK-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-066.png', + Number: 'UA18BT/NIK-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-067.png', + Number: 'UA18BT/NIK-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-068.png', + Number: 'UA18BT/NIK-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-069.png', + Number: 'UA18BT/NIK-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-070.png', + Number: 'UA18BT/NIK-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-070_p1.png', + Number: 'UA18BT/NIK-1-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-071.png', + Number: 'UA18BT/NIK-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-072.png', + Number: 'UA18BT/NIK-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-073.png', + Number: 'UA18BT/NIK-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-073_p1.png', + Number: 'UA18BT/NIK-1-073', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-074.png', + Number: 'UA18BT/NIK-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-074_p1.png', + Number: 'UA18BT/NIK-1-074', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-075.png', + Number: 'UA18BT/NIK-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-076.png', + Number: 'UA18BT/NIK-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-077.png', + Number: 'UA18BT/NIK-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-077_p1.png', + Number: 'UA18BT/NIK-1-077', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-078.png', + Number: 'UA18BT/NIK-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-079.png', + Number: 'UA18BT/NIK-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-080.png', + Number: 'UA18BT/NIK-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-081.png', + Number: 'UA18BT/NIK-1-081', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-081_p1.png', + Number: 'UA18BT/NIK-1-081', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-082.png', + Number: 'UA18BT/NIK-1-082', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-082_p1.png', + Number: 'UA18BT/NIK-1-082', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-083.png', + Number: 'UA18BT/NIK-1-083', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-083_p1.png', + Number: 'UA18BT/NIK-1-083', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-084.png', + Number: 'UA18BT/NIK-1-084', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-084_p1.png', + Number: 'UA18BT/NIK-1-084', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-085.png', + Number: 'UA18BT/NIK-1-085', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-085_p1.png', + Number: 'UA18BT/NIK-1-085', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-086.png', + Number: 'UA18BT/NIK-1-086', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-087.png', + Number: 'UA18BT/NIK-1-087', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-087_p1.png', + Number: 'UA18BT/NIK-1-087', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-088.png', + Number: 'UA18BT/NIK-1-088', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-089.png', + Number: 'UA18BT/NIK-1-089', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-089_p1.png', + Number: 'UA18BT/NIK-1-089', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-090.png', + Number: 'UA18BT/NIK-1-090', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-091.png', + Number: 'UA18BT/NIK-1-091', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-092.png', + Number: 'UA18BT/NIK-1-092', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-092_p1.png', + Number: 'UA18BT/NIK-1-092', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-093.png', + Number: 'UA18BT/NIK-1-093', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-094.png', + Number: 'UA18BT/NIK-1-094', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-094_p1.png', + Number: 'UA18BT/NIK-1-094', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-095.png', + Number: 'UA18BT/NIK-1-095', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-096.png', + Number: 'UA18BT/NIK-1-096', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-097.png', + Number: 'UA18BT/NIK-1-097', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-098.png', + Number: 'UA18BT/NIK-1-098', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-099.png', + Number: 'UA18BT/NIK-1-099', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-100.png', + Number: 'UA18BT/NIK-1-100', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua18/UA18BT_NIK-1-AP01.png', + Number: 'UA18BT/NIK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP02.png', + Number: 'UA18BT/NIK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP03.png', + Number: 'UA18BT/NIK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP04.png', + Number: 'UA18BT/NIK-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP05.png', + Number: 'UA18BT/NIK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP06.png', + Number: 'UA18BT/NIK-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP06_s.png', + Number: 'UA18BT/NIK-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua18/UA18ST_NIK-1-001.png', + Number: 'UA18ST/NIK-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-002.png', + Number: 'UA18ST/NIK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-004.png', + Number: 'UA18ST/NIK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-005.png', + Number: 'UA18ST/NIK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-009.png', + Number: 'UA18ST/NIK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-016.png', + Number: 'UA18ST/NIK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-029.png', + Number: 'UA18ST/NIK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-030.png', + Number: 'UA18ST/NIK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-031.png', + Number: 'UA18ST/NIK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-101.png', + Number: 'UA18ST/NIK-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-102.png', + Number: 'UA18ST/NIK-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-103.png', + Number: 'UA18ST/NIK-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-104.png', + Number: 'UA18ST/NIK-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-105.png', + Number: 'UA18ST/NIK-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-106.png', + Number: 'UA18ST/NIK-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-107.png', + Number: 'UA18ST/NIK-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-108.png', + Number: 'UA18ST/NIK-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-109.png', + Number: 'UA18ST/NIK-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + // + { + imgSrc: '/ua18/UA18ST_NIK-1-110.png', + Number: 'UA18ST/NIK-1-110', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-110_p1.png', + Number: 'UA18ST/NIK-1-110', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-111.png', + Number: 'UA18ST/NIK-1-111', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-111_p1.png', + Number: 'UA18ST/NIK-1-111', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-112.png', + Number: 'UA18ST/NIK-1-112', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-112_p1.png', + Number: 'UA18ST/NIK-1-112', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-113.png', + Number: 'UA18ST/NIK-1-113', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-113_p1.png', + Number: 'UA18ST/NIK-1-113', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua18/UA18ST_NIK-1-AP01.png', + Number: 'UA18ST/NIK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua18/UAPR_NIK-1-011.png', + Number: 'UAPR/NIK-1-011', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-1-011.png', + Number: 'UAPR/NIK-1-011', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-AP01.png', + Number: 'UAPR/NIK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-AP02.png', + Number: 'UAPR/NIK-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-P-001.png', + Number: 'UAPR/NIK-P-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-P-002.png', + Number: 'UAPR/NIK-P-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-P-003.png', + Number: 'UAPR/NIK-P-003', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; + + diff --git a/datas/ua19.js b/datas/ua19.js new file mode 100644 index 0000000..f6523b1 --- /dev/null +++ b/datas/ua19.js @@ -0,0 +1,1710 @@ +export const cardList = [ + { + imgSrc: '/ua19/UA19BT_HIQ-1-001.png', + Number: 'UA19BT/HIQ-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-002.png', + Number: 'UA19BT/HIQ-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-003.png', + Number: 'UA19BT/HIQ-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-004.png', + Number: 'UA19BT/HIQ-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-005.png', + Number: 'UA19BT/HIQ-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-005_p1.png', + Number: 'UA19BT/HIQ-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-006.png', + Number: 'UA19BT/HIQ-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-007.png', + Number: 'UA19BT/HIQ-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-007_p1.png', + Number: 'UA19BT/HIQ-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-008.png', + Number: 'UA19BT/HIQ-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-009.png', + Number: 'UA19BT/HIQ-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + + { + imgSrc: '/ua19/UA19BT_HIQ-1-010.png', + Number: 'UA19BT/HIQ-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-011.png', + Number: 'UA19BT/HIQ-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-012.png', + Number: 'UA19BT/HIQ-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-013.png', + Number: 'UA19BT/HIQ-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-013_p1.png', + Number: 'UA19BT/HIQ-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-014.png', + Number: 'UA19BT/HIQ-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-014_p1.png', + Number: 'UA19BT/HIQ-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-015.png', + Number: 'UA19BT/HIQ-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-016.png', + Number: 'UA19BT/HIQ-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-017.png', + Number: 'UA19BT/HIQ-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-017_p1.png', + Number: 'UA19BT/HIQ-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-018.png', + Number: 'UA19BT/HIQ-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-018_p1.png', + Number: 'UA19BT/HIQ-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-019.png', + Number: 'UA19BT/HIQ-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-020.png', + Number: 'UA19BT/HIQ-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-020_p1.png', + Number: 'UA19BT/HIQ-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-021.png', + Number: 'UA19BT/HIQ-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-022.png', + Number: 'UA19BT/HIQ-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-022_p1.png', + Number: 'UA19BT/HIQ-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-023.png', + Number: 'UA19BT/HIQ-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-024.png', + Number: 'UA19BT/HIQ-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-025.png', + Number: 'UA19BT/HIQ-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-025_p1.png', + Number: 'UA19BT/HIQ-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-026.png', + Number: 'UA19BT/HIQ-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-027.png', + Number: 'UA19BT/HIQ-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-027_p1.png', + Number: 'UA19BT/HIQ-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-028.png', + Number: 'UA19BT/HIQ-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-029.png', + Number: 'UA19BT/HIQ-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-030.png', + Number: 'UA19BT/HIQ-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-031.png', + Number: 'UA19BT/HIQ-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-032.png', + Number: 'UA19BT/HIQ-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-033.png', + Number: 'UA19BT/HIQ-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-034.png', + Number: 'UA19BT/HIQ-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-035.png', + Number: 'UA19BT/HIQ-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-035_p1.png', + Number: 'UA19BT/HIQ-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-036.png', + Number: 'UA19BT/HIQ-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-037.png', + Number: 'UA19BT/HIQ-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-038.png', + Number: 'UA19BT/HIQ-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-039.png', + Number: 'UA19BT/HIQ-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-039_p1.png', + Number: 'UA19BT/HIQ-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-040.png', + Number: 'UA19BT/HIQ-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-041.png', + Number: 'UA19BT/HIQ-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-042.png', + Number: 'UA19BT/HIQ-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-042_p1.png', + Number: 'UA19BT/HIQ-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-043.png', + Number: 'UA19BT/HIQ-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-044.png', + Number: 'UA19BT/HIQ-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-045.png', + Number: 'UA19BT/HIQ-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-046.png', + Number: 'UA19BT/HIQ-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-047.png', + Number: 'UA19BT/HIQ-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-048.png', + Number: 'UA19BT/HIQ-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-049.png', + Number: 'UA19BT/HIQ-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-050.png', + Number: 'UA19BT/HIQ-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-051.png', + Number: 'UA19BT/HIQ-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-052.png', + Number: 'UA19BT/HIQ-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-052_p1.png', + Number: 'UA19BT/HIQ-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-053.png', + Number: 'UA19BT/HIQ-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-054.png', + Number: 'UA19BT/HIQ-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-055.png', + Number: 'UA19BT/HIQ-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-056.png', + Number: 'UA19BT/HIQ-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-057.png', + Number: 'UA19BT/HIQ-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-058.png', + Number: 'UA19BT/HIQ-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-059.png', + Number: 'UA19BT/HIQ-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-059_p1.png', + Number: 'UA19BT/HIQ-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-060.png', + Number: 'UA19BT/HIQ-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-061.png', + Number: 'UA19BT/HIQ-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-062.png', + Number: 'UA19BT/HIQ-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-062_p1.png', + Number: 'UA19BT/HIQ-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-063.png', + Number: 'UA19BT/HIQ-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-064.png', + Number: 'UA19BT/HIQ-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-065.png', + Number: 'UA19BT/HIQ-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-066.png', + Number: 'UA19BT/HIQ-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-067.png', + Number: 'UA19BT/HIQ-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-068.png', + Number: 'UA19BT/HIQ-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-069.png', + Number: 'UA19BT/HIQ-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-069_p1.png', + Number: 'UA19BT/HIQ-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-070.png', + Number: 'UA19BT/HIQ-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-071.png', + Number: 'UA19BT/HIQ-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-072.png', + Number: 'UA19BT/HIQ-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-072_p1.png', + Number: 'UA19BT/HIQ-1-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-073.png', + Number: 'UA19BT/HIQ-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-074.png', + Number: 'UA19BT/HIQ-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-074_p1.png', + Number: 'UA19BT/HIQ-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-075.png', + Number: 'UA19BT/HIQ-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-076.png', + Number: 'UA19BT/HIQ-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-076_p1.png', + Number: 'UA19BT/HIQ-1-076', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-077.png', + Number: 'UA19BT/HIQ-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-077_p1.png', + Number: 'UA19BT/HIQ-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-078.png', + Number: 'UA19BT/HIQ-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-079.png', + Number: 'UA19BT/HIQ-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-080.png', + Number: 'UA19BT/HIQ-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-080_p1.png', + Number: 'UA19BT/HIQ-1-080', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-081.png', + Number: 'UA19BT/HIQ-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-082.png', + Number: 'UA19BT/HIQ-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-083.png', + Number: 'UA19BT/HIQ-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-084.png', + Number: 'UA19BT/HIQ-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-084_p1.png', + Number: 'UA19BT/HIQ-1-084', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-085.png', + Number: 'UA19BT/HIQ-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-086.png', + Number: 'UA19BT/HIQ-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-087.png', + Number: 'UA19BT/HIQ-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-087_p1.png', + Number: 'UA19BT/HIQ-1-087', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-088.png', + Number: 'UA19BT/HIQ-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-088_p1.png', + Number: 'UA19BT/HIQ-1-088', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-088_p2.png', + Number: 'UA19BT/HIQ-1-088', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-089.png', + Number: 'UA19BT/HIQ-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-090.png', + Number: 'UA19BT/HIQ-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-091.png', + Number: 'UA19BT/HIQ-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-092.png', + Number: 'UA19BT/HIQ-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-093.png', + Number: 'UA19BT/HIQ-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-093_p1.png', + Number: 'UA19BT/HIQ-1-093', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-094.png', + Number: 'UA19BT/HIQ-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-094_p1.png', + Number: 'UA19BT/HIQ-1-094', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-095.png', + Number: 'UA19BT/HIQ-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-096.png', + Number: 'UA19BT/HIQ-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-097.png', + Number: 'UA19BT/HIQ-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-098.png', + Number: 'UA19BT/HIQ-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-099.png', + Number: 'UA19BT/HIQ-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-100.png', + Number: 'UA19BT/HIQ-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua19/UA19BT_HIQ-1-AP01.png', + Number: 'UA19BT/HIQ-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-AP02.png', + Number: 'UA19BT/HIQ-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-AP03.png', + Number: 'UA19BT/HIQ-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-AP04.png', + Number: 'UA19BT/HIQ-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-AP05.png', + Number: 'UA19BT/HIQ-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua19/UA19BT_HIQ-1-AP06.png', + Number: 'UA19BT/HIQ-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua19/UA19ST_HIQ-1-068.png', + Number: 'UA19ST/HIQ-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-073.png', + Number: 'UA19ST/HIQ-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-078.png', + Number: 'UA19ST/HIQ-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-083.png', + Number: 'UA19ST/HIQ-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-085.png', + Number: 'UA19ST/HIQ-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-092.png', + Number: 'UA19ST/HIQ-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-095.png', + Number: 'UA19ST/HIQ-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-099.png', + Number: 'UA19ST/HIQ-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-100.png', + Number: 'UA19ST/HIQ-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-101.png', + Number: 'UA19ST/HIQ-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-102.png', + Number: 'UA19ST/HIQ-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-103.png', + Number: 'UA19ST/HIQ-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-104.png', + Number: 'UA19ST/HIQ-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-105.png', + Number: 'UA19ST/HIQ-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-106.png', + Number: 'UA19ST/HIQ-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-107.png', + Number: 'UA19ST/HIQ-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-108.png', + Number: 'UA19ST/HIQ-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-109.png', + Number: 'UA19ST/HIQ-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + // + { + imgSrc: '/ua19/UA19ST_HIQ-1-110.png', + Number: 'UA19ST/HIQ-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-110_p1.png', + Number: 'UA19ST/HIQ-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel:true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-111.png', + Number: 'UA19ST/HIQ-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-111_p1.png', + Number: 'UA19ST/HIQ-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel:true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-112.png', + Number: 'UA19ST/HIQ-1-112', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-112_p1.png', + Number: 'UA19ST/HIQ-1-112', + count: 0, + key: false, + color: 'Blue', + parallel:true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-113.png', + Number: 'UA19ST/HIQ-1-113', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua19/UA19ST_HIQ-1-113_p1.png', + Number: 'UA19ST/HIQ-1-113', + count: 0, + key: false, + color: 'Blue', + parallel:true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua19/UA19ST_HIQ-1-AP01.png', + Number: 'UA19ST/HIQ-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua19/UAPR_HIQ-1-006.png', + Number: 'UAPR/HIQ-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UAPR_HIQ-1-011.png', + Number: 'UAPR/HIQ-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UAPR_HIQ-1-075.png', + Number: 'UAPR/HIQ-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UAPR_HIQ-1-083.png', + Number: 'UAPR/HIQ-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua19/UAPR_HIQ-1-086.png', + Number: 'UAPR/HIQ-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua19/UAPR_HIQ-1-088.png', + Number: 'UAPR/HIQ-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua19/UAPR_HIQ-1-088_p1.png', + Number: 'UAPR/HIQ-1-088', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua19/UAPR_HIQ-AP01.png', + Number: 'UAPR/HIQ-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua19/UAPR_HIQ-AP03.png', + Number: 'UAPR/HIQ-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua20.js b/datas/ua20.js new file mode 100644 index 0000000..ead150b --- /dev/null +++ b/datas/ua20.js @@ -0,0 +1,1688 @@ +export const cardList = [ + { + imgSrc: '/ua20/UA20BT_BCV-1-001.png', + Number: 'UA20BT/BCV-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-002.png', + Number: 'UA20BT/BCV-1-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-003.png', + Number: 'UA20BT/BCV-1-003', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-004.png', + Number: 'UA20BT/BCV-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-004_p1.png', + Number: 'UA20BT/BCV-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-005.png', + Number: 'UA20BT/BCV-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-006.png', + Number: 'UA20BT/BCV-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-006_p1.png', + Number: 'UA20BT/BCV-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-007.png', + Number: 'UA20BT/BCV-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-008.png', + Number: 'UA20BT/BCV-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-009.png', + Number: 'UA20BT/BCV-1-009', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-010.png', + Number: 'UA20BT/BCV-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-011.png', + Number: 'UA20BT/BCV-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-011_p1.png', + Number: 'UA20BT/BCV-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-012.png', + Number: 'UA20BT/BCV-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-013.png', + Number: 'UA20BT/BCV-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-014.png', + Number: 'UA20BT/BCV-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-014_p1.png', + Number: 'UA20BT/BCV-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-015.png', + Number: 'UA20BT/BCV-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-015_p1.png', + Number: 'UA20BT/BCV-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-016.png', + Number: 'UA20BT/BCV-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-017.png', + Number: 'UA20BT/BCV-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-018.png', + Number: 'UA20BT/BCV-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-019.png', + Number: 'UA20BT/BCV-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-019_p1.png', + Number: 'UA20BT/BCV-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-020.png', + Number: 'UA20BT/BCV-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-021.png', + Number: 'UA20BT/BCV-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-022.png', + Number: 'UA20BT/BCV-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-023.png', + Number: 'UA20BT/BCV-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-023_p1.png', + Number: 'UA20BT/BCV-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-024.png', + Number: 'UA20BT/BCV-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-025.png', + Number: 'UA20BT/BCV-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-026.png', + Number: 'UA20BT/BCV-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-026_p1.png', + Number: 'UA20BT/BCV-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-027.png', + Number: 'UA20BT/BCV-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-027_p1.png', + Number: 'UA20BT/BCV-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-028.png', + Number: 'UA20BT/BCV-1-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-029.png', + Number: 'UA20BT/BCV-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-030.png', + Number: 'UA20BT/BCV-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-031.png', + Number: 'UA20BT/BCV-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-032.png', + Number: 'UA20BT/BCV-1-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-033.png', + Number: 'UA20BT/BCV-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-034.png', + Number: 'UA20BT/BCV-1-034', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-035.png', + Number: 'UA20BT/BCV-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-035_p1.png', + Number: 'UA20BT/BCV-1-035', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-036.png', + Number: 'UA20BT/BCV-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-037.png', + Number: 'UA20BT/BCV-1-037', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-037_p1.png', + Number: 'UA20BT/BCV-1-037', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-038.png', + Number: 'UA20BT/BCV-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-038_p1.png', + Number: 'UA20BT/BCV-1-038', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-039.png', + Number: 'UA20BT/BCV-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-040.png', + Number: 'UA20BT/BCV-1-040', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-041.png', + Number: 'UA20BT/BCV-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-042.png', + Number: 'UA20BT/BCV-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-042_p1.png', + Number: 'UA20BT/BCV-1-042', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-043.png', + Number: 'UA20BT/BCV-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-044.png', + Number: 'UA20BT/BCV-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-045.png', + Number: 'UA20BT/BCV-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-046.png', + Number: 'UA20BT/BCV-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-046_p1.png', + Number: 'UA20BT/BCV-1-046', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-047.png', + Number: 'UA20BT/BCV-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-047_p1.png', + Number: 'UA20BT/BCV-1-047', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-048.png', + Number: 'UA20BT/BCV-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-049.png', + Number: 'UA20BT/BCV-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-050.png', + Number: 'UA20BT/BCV-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-051.png', + Number: 'UA20BT/BCV-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-052.png', + Number: 'UA20BT/BCV-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-052_p1.png', + Number: 'UA20BT/BCV-1-052', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-053.png', + Number: 'UA20BT/BCV-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-053_p1.png', + Number: 'UA20BT/BCV-1-053', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-054.png', + Number: 'UA20BT/BCV-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-054_p1.png', + Number: 'UA20BT/BCV-1-054', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-055.png', + Number: 'UA20BT/BCV-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-056.png', + Number: 'UA20BT/BCV-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-057.png', + Number: 'UA20BT/BCV-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-057_p1.png', + Number: 'UA20BT/BCV-1-057', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-058.png', + Number: 'UA20BT/BCV-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-058_p1.png', + Number: 'UA20BT/BCV-1-058', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-059.png', + Number: 'UA20BT/BCV-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-060.png', + Number: 'UA20BT/BCV-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-061.png', + Number: 'UA20BT/BCV-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-062.png', + Number: 'UA20BT/BCV-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-063.png', + Number: 'UA20BT/BCV-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-064.png', + Number: 'UA20BT/BCV-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-065.png', + Number: 'UA20BT/BCV-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-066.png', + Number: 'UA20BT/BCV-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-067.png', + Number: 'UA20BT/BCV-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-068.png', + Number: 'UA20BT/BCV-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-069.png', + Number: 'UA20BT/BCV-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-070.png', + Number: 'UA20BT/BCV-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-071.png', + Number: 'UA20BT/BCV-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-072.png', + Number: 'UA20BT/BCV-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-073.png', + Number: 'UA20BT/BCV-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-074.png', + Number: 'UA20BT/BCV-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-075.png', + Number: 'UA20BT/BCV-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-075_p1.png', + Number: 'UA20BT/BCV-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-075_p2.png', + Number: 'UA20BT/BCV-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-076.png', + Number: 'UA20BT/BCV-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-077.png', + Number: 'UA20BT/BCV-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-078.png', + Number: 'UA20BT/BCV-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-079.png', + Number: 'UA20BT/BCV-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-079_p1.png', + Number: 'UA20BT/BCV-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-080.png', + Number: 'UA20BT/BCV-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-081.png', + Number: 'UA20BT/BCV-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-081_p1.png', + Number: 'UA20BT/BCV-1-081', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-082.png', + Number: 'UA20BT/BCV-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-083.png', + Number: 'UA20BT/BCV-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-083_p1.png', + Number: 'UA20BT/BCV-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-084.png', + Number: 'UA20BT/BCV-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-085.png', + Number: 'UA20BT/BCV-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-086.png', + Number: 'UA20BT/BCV-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-087.png', + Number: 'UA20BT/BCV-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-088.png', + Number: 'UA20BT/BCV-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-089.png', + Number: 'UA20BT/BCV-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-090.png', + Number: 'UA20BT/BCV-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-091.png', + Number: 'UA20BT/BCV-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-091_p1.png', + Number: 'UA20BT/BCV-1-091', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-092.png', + Number: 'UA20BT/BCV-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-093.png', + Number: 'UA20BT/BCV-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-093_p1.png', + Number: 'UA20BT/BCV-1-093', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-094.png', + Number: 'UA20BT/BCV-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-094_p1.png', + Number: 'UA20BT/BCV-1-094', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-095.png', + Number: 'UA20BT/BCV-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-096.png', + Number: 'UA20BT/BCV-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-097.png', + Number: 'UA20BT/BCV-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-098.png', + Number: 'UA20BT/BCV-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-099.png', + Number: 'UA20BT/BCV-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-100.png', + Number: 'UA20BT/BCV-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua20/UA20BT_BCV-1-AP01.png', + Number: 'UA20BT/BCV-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-AP01_s.png', + Number: 'UA20BT/BCV-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-AP02.png', + Number: 'UA20BT/BCV-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-AP02_s.png', + Number: 'UA20BT/BCV-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-AP03.png', + Number: 'UA20BT/BCV-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-AP04.png', + Number: 'UA20BT/BCV-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-AP05.png', + Number: 'UA20BT/BCV-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua20/UA20BT_BCV-1-AP06.png', + Number: 'UA20BT/BCV-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua20/UA20ST_BCV-1-068.png', + Number: 'UA20ST/BCV-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-073.png', + Number: 'UA20ST/BCV-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-077.png', + Number: 'UA20ST/BCV-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-085.png', + Number: 'UA20ST/BCV-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-087.png', + Number: 'UA20ST/BCV-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-089.png', + Number: 'UA20ST/BCV-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-091.png', + Number: 'UA20ST/BCV-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-096.png', + Number: 'UA20ST/BCV-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-100.png', + Number: 'UA20ST/BCV-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-101.png', + Number: 'UA20ST/BCV-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-102.png', + Number: 'UA20ST/BCV-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-103.png', + Number: 'UA20ST/BCV-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-104.png', + Number: 'UA20ST/BCV-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-105.png', + Number: 'UA20ST/BCV-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-106.png', + Number: 'UA20ST/BCV-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-107.png', + Number: 'UA20ST/BCV-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-108.png', + Number: 'UA20ST/BCV-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-109.png', + Number: 'UA20ST/BCV-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-110.png', + Number: 'UA20ST/BCV-1-110', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-110_p1.png', + Number: 'UA20ST/BCV-1-110', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-111.png', + Number: 'UA20ST/BCV-1-111', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-111_p1.png', + Number: 'UA20ST/BCV-1-111', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-112.png', + Number: 'UA20ST/BCV-1-112', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-112_p1.png', + Number: 'UA20ST/BCV-1-112', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-113.png', + Number: 'UA20ST/BCV-1-113', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UA20ST_BCV-1-113_p1.png', + Number: 'UA20ST/BCV-1-113', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua20/UA20ST_BCV-1-AP01.png', + Number: 'UA20ST/BCV-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua20/UAPR_BCV-1-039.png', + Number: 'UAPR/BCV-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua20/UAPR_BCV-1-056.png', + Number: 'UAPR/BCV-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua20/UAPR_BCV-1-074.png', + Number: 'UAPR/BCV-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua20/UAPR_BCV-1-075.png', + Number: 'UAPR/BCV-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua20/UAPR_BCV-1-075_p1.png', + Number: 'UAPR/BCV-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, +]; + + diff --git a/datas/ua21.js b/datas/ua21.js new file mode 100644 index 0000000..65bcd03 --- /dev/null +++ b/datas/ua21.js @@ -0,0 +1,1726 @@ +export const cardList = [ + { + imgSrc: '/ua21/UA21BT_YYH-1-001.png', + Number: 'UA21BT/YYH-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-002.png', + Number: 'UA21BT/YYH-1-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-003.png', + Number: 'UA21BT/YYH-1-003', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-004.png', + Number: 'UA21BT/YYH-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-005.png', + Number: 'UA21BT/YYH-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-006.png', + Number: 'UA21BT/YYH-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-007.png', + Number: 'UA21BT/YYH-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-008.png', + Number: 'UA21BT/YYH-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-008_p1.png', + Number: 'UA21BT/YYH-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-009.png', + Number: 'UA21BT/YYH-1-009', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-010.png', + Number: 'UA21BT/YYH-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-011.png', + Number: 'UA21BT/YYH-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-012.png', + Number: 'UA21BT/YYH-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-012_p1.png', + Number: 'UA21BT/YYH-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-013.png', + Number: 'UA21BT/YYH-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-014.png', + Number: 'UA21BT/YYH-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-015.png', + Number: 'UA21BT/YYH-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-015_p1.png', + Number: 'UA21BT/YYH-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-016.png', + Number: 'UA21BT/YYH-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-016_p1.png', + Number: 'UA21BT/YYH-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-017.png', + Number: 'UA21BT/YYH-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-018.png', + Number: 'UA21BT/YYH-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-019.png', + Number: 'UA21BT/YYH-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-019_p1.png', + Number: 'UA21BT/YYH-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-020.png', + Number: 'UA21BT/YYH-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-021.png', + Number: 'UA21BT/YYH-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-022.png', + Number: 'UA21BT/YYH-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-022_p1.png', + Number: 'UA21BT/YYH-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-023.png', + Number: 'UA21BT/YYH-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-024.png', + Number: 'UA21BT/YYH-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-024_p1.png', + Number: 'UA21BT/YYH-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-025.png', + Number: 'UA21BT/YYH-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-025_p1.png', + Number: 'UA21BT/YYH-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-026.png', + Number: 'UA21BT/YYH-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-027.png', + Number: 'UA21BT/YYH-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-028.png', + Number: 'UA21BT/YYH-1-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-029.png', + Number: 'UA21BT/YYH-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-030.png', + Number: 'UA21BT/YYH-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-031.png', + Number: 'UA21BT/YYH-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-032.png', + Number: 'UA21BT/YYH-1-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-033.png', + Number: 'UA21BT/YYH-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-034.png', + Number: 'UA21BT/YYH-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-035.png', + Number: 'UA21BT/YYH-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-036.png', + Number: 'UA21BT/YYH-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-037.png', + Number: 'UA21BT/YYH-1-037', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-037_p1.png', + Number: 'UA21BT/YYH-1-037', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-038.png', + Number: 'UA21BT/YYH-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-038_p1.png', + Number: 'UA21BT/YYH-1-038', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-038_p2.png', + Number: 'UA21BT/YYH-1-038', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-038_p3.png', + Number: 'UA21BT/YYH-1-038', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-039.png', + Number: 'UA21BT/YYH-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-040.png', + Number: 'UA21BT/YYH-1-040', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-041.png', + Number: 'UA21BT/YYH-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-042.png', + Number: 'UA21BT/YYH-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-042_p1.png', + Number: 'UA21BT/YYH-1-042', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-043.png', + Number: 'UA21BT/YYH-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-043_p1.png', + Number: 'UA21BT/YYH-1-043', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-043_p2.png', + Number: 'UA21BT/YYH-1-043', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-044.png', + Number: 'UA21BT/YYH-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-045.png', + Number: 'UA21BT/YYH-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-045_p1.png', + Number: 'UA21BT/YYH-1-045', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-046.png', + Number: 'UA21BT/YYH-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-047.png', + Number: 'UA21BT/YYH-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-047_p1.png', + Number: 'UA21BT/YYH-1-047', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-048.png', + Number: 'UA21BT/YYH-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-049.png', + Number: 'UA21BT/YYH-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-050.png', + Number: 'UA21BT/YYH-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-050_p1.png', + Number: 'UA21BT/YYH-1-050', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-051.png', + Number: 'UA21BT/YYH-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-052.png', + Number: 'UA21BT/YYH-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-053.png', + Number: 'UA21BT/YYH-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-054.png', + Number: 'UA21BT/YYH-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-055.png', + Number: 'UA21BT/YYH-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-056.png', + Number: 'UA21BT/YYH-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-057.png', + Number: 'UA21BT/YYH-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-058.png', + Number: 'UA21BT/YYH-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-058_p1.png', + Number: 'UA21BT/YYH-1-058', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-059.png', + Number: 'UA21BT/YYH-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-060.png', + Number: 'UA21BT/YYH-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-061.png', + Number: 'UA21BT/YYH-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-061_p1.png', + Number: 'UA21BT/YYH-1-061', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-062.png', + Number: 'UA21BT/YYH-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-063.png', + Number: 'UA21BT/YYH-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-064.png', + Number: 'UA21BT/YYH-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-065.png', + Number: 'UA21BT/YYH-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-066.png', + Number: 'UA21BT/YYH-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-067.png', + Number: 'UA21BT/YYH-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-068.png', + Number: 'UA21BT/YYH-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-069.png', + Number: 'UA21BT/YYH-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-070.png', + Number: 'UA21BT/YYH-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-071.png', + Number: 'UA21BT/YYH-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-072.png', + Number: 'UA21BT/YYH-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-072_p1.png', + Number: 'UA21BT/YYH-1-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-073.png', + Number: 'UA21BT/YYH-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-073_p1.png', + Number: 'UA21BT/YYH-1-073', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-073_p2.png', + Number: 'UA21BT/YYH-1-073', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-074.png', + Number: 'UA21BT/YYH-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-075.png', + Number: 'UA21BT/YYH-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-076.png', + Number: 'UA21BT/YYH-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-077.png', + Number: 'UA21BT/YYH-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-078.png', + Number: 'UA21BT/YYH-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-079.png', + Number: 'UA21BT/YYH-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-080.png', + Number: 'UA21BT/YYH-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-081.png', + Number: 'UA21BT/YYH-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-082.png', + Number: 'UA21BT/YYH-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-082_p1.png', + Number: 'UA21BT/YYH-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-083.png', + Number: 'UA21BT/YYH-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-083_p1.png', + Number: 'UA21BT/YYH-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-083_p2.png', + Number: 'UA21BT/YYH-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-084.png', + Number: 'UA21BT/YYH-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-085.png', + Number: 'UA21BT/YYH-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-086.png', + Number: 'UA21BT/YYH-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-087.png', + Number: 'UA21BT/YYH-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-088.png', + Number: 'UA21BT/YYH-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-089.png', + Number: 'UA21BT/YYH-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-090.png', + Number: 'UA21BT/YYH-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-090_p1.png', + Number: 'UA21BT/YYH-1-090', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-091.png', + Number: 'UA21BT/YYH-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-091_p1.png', + Number: 'UA21BT/YYH-1-091', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-092.png', + Number: 'UA21BT/YYH-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-092_p1.png', + Number: 'UA21BT/YYH-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-093.png', + Number: 'UA21BT/YYH-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-094.png', + Number: 'UA21BT/YYH-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-095.png', + Number: 'UA21BT/YYH-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-096.png', + Number: 'UA21BT/YYH-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-097.png', + Number: 'UA21BT/YYH-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-098.png', + Number: 'UA21BT/YYH-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-099.png', + Number: 'UA21BT/YYH-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-100.png', + Number: 'UA21BT/YYH-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua21/UA21BT_YYH-1-AP01.png', + Number: 'UA21BT/YYH-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-AP02.png', + Number: 'UA21BT/YYH-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-AP03.png', + Number: 'UA21BT/YYH-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-AP04.png', + Number: 'UA21BT/YYH-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-AP05.png', + Number: 'UA21BT/YYH-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-AP06.png', + Number: 'UA21BT/YYH-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua21/UA21BT_YYH-1-AP07.png', + Number: 'UA21BT/YYH-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua21/UA21ST_YYH-1-035.png', + Number: 'UA21ST/YYH-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-045.png', + Number: 'UA21ST/YYH-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-049.png', + Number: 'UA21ST/YYH-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-055.png', + Number: 'UA21ST/YYH-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-057.png', + Number: 'UA21ST/YYH-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-059.png', + Number: 'UA21ST/YYH-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-061.png', + Number: 'UA21ST/YYH-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-064.png', + Number: 'UA21ST/YYH-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-065.png', + Number: 'UA21ST/YYH-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-101.png', + Number: 'UA21ST/YYH-1-101', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-102.png', + Number: 'UA21ST/YYH-1-102', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-103.png', + Number: 'UA21ST/YYH-1-103', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-104.png', + Number: 'UA21ST/YYH-1-104', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-105.png', + Number: 'UA21ST/YYH-1-105', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-106.png', + Number: 'UA21ST/YYH-1-106', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-107.png', + Number: 'UA21ST/YYH-1-107', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-108.png', + Number: 'UA21ST/YYH-1-108', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-109.png', + Number: 'UA21ST/YYH-1-109', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-110.png', + Number: 'UA21ST/YYH-1-110', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-110_p1.png', + Number: 'UA21ST/YYH-1-110', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-111.png', + Number: 'UA21ST/YYH-1-111', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-111_p1.png', + Number: 'UA21ST/YYH-1-111', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-112.png', + Number: 'UA21ST/YYH-1-112', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-112_p1.png', + Number: 'UA21ST/YYH-1-112', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-113.png', + Number: 'UA21ST/YYH-1-113', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua21/UA21ST_YYH-1-113_p1.png', + Number: 'UA21ST/YYH-1-113', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua21/UA21ST_YYH-1-AP01.png', + Number: 'UA21ST/YYH-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua21/UAPB_YYH-AP01.png', + Number: 'UAPB/YYH-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua21/UAPR_YYH-1-036.png', + Number: 'UAPR/YYH-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UAPR_YYH-1-038.png', + Number: 'UAPR/BCV-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua21/UAPR_YYH-1-038_p1.png', + Number: 'UAPR/BCV-1-038', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua21/UAPR_YYH-1-049.png', + Number: 'UAPR/YYH-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UAPR_YYH-1-081.png', + Number: 'UAPR/YYH-1-081', + count: 0, + key: false, + color: 'Pupple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua21/UAPR_YYH-P-001.png', + Number: 'UAPR/YYH-P-001', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua21/UAPR_YYH-P-002.png', + Number: 'UAPR/YYH-P-002', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'PR', + trigger: null, + }, + { + imgSrc: '/ua21/UAPR_YYH-P-003.png', + Number: 'UAPR/YYH-P-003', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'PR', + trigger: null, + }, +]; diff --git a/datas/ua22.js b/datas/ua22.js new file mode 100644 index 0000000..be6557b --- /dev/null +++ b/datas/ua22.js @@ -0,0 +1,1177 @@ +export const cardList = [ + { + imgSrc: '/ua22/UA22BT_GMR-1-001.png', + Number: 'UA22BT/GMR-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-002.png', + Number: 'UA22BT/GMR-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-003.png', + Number: 'UA22BT/GMR-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-004.png', + Number: 'UA22BT/GMR-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-005.png', + Number: 'UA22BT/GMR-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-006.png', + Number: 'UA22BT/GMR-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-007.png', + Number: 'UA22BT/GMR-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-007_p1.png', + Number: 'UA22BT/GMR-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-008.png', + Number: 'UA22BT/GMR-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-008_p1.png', + Number: 'UA22BT/GMR-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-009.png', + Number: 'UA22BT/GMR-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-010.png', + Number: 'UA22BT/GMR-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-011.png', + Number: 'UA22BT/GMR-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-011_p1.png', + Number: 'UA22BT/GMR-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-012.png', + Number: 'UA22BT/GMR-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-012_p1.png', + Number: 'UA22BT/GMR-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-013.png', + Number: 'UA22BT/GMR-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-014.png', + Number: 'UA22BT/GMR-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-015.png', + Number: 'UA22BT/GMR-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-016.png', + Number: 'UA22BT/GMR-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-016_p1.png', + Number: 'UA22BT/GMR-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-017.png', + Number: 'UA22BT/GMR-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-017_p1.png', + Number: 'UA22BT/GMR-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-018.png', + Number: 'UA22BT/GMR-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-019.png', + Number: 'UA22BT/GMR-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-020.png', + Number: 'UA22BT/GMR-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-021.png', + Number: 'UA22BT/GMR-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-021_p1.png', + Number: 'UA22BT/GMR-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-022.png', + Number: 'UA22BT/GMR-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-022_p1.png', + Number: 'UA22BT/GMR-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-023.png', + Number: 'UA22BT/GMR-1-023', + count: 0, + maxCount: 12, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-024.png', + Number: 'UA22BT/GMR-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-025.png', + Number: 'UA22BT/GMR-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-026.png', + Number: 'UA22BT/GMR-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-026_p1.png', + Number: 'UA22BT/GMR-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-027.png', + Number: 'UA22BT/GMR-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-027_p1.png', + Number: 'UA22BT/GMR-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-028.png', + Number: 'UA22BT/GMR-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-029.png', + Number: 'UA22BT/GMR-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-029_p1.png', + Number: 'UA22BT/GMR-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-030.png', + Number: 'UA22BT/GMR-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-030_p1.png', + Number: 'UA22BT/GMR-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-031.png', + Number: 'UA22BT/GMR-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-032.png', + Number: 'UA22BT/GMR-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-033.png', + Number: 'UA22BT/GMR-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-034.png', + Number: 'UA22BT/GMR-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-035.png', + Number: 'UA22BT/GMR-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-036.png', + Number: 'UA22BT/GMR-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-037.png', + Number: 'UA22BT/GMR-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-038.png', + Number: 'UA22BT/GMR-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-039.png', + Number: 'UA22BT/GMR-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-040.png', + Number: 'UA22BT/GMR-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-041.png', + Number: 'UA22BT/GMR-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-042.png', + Number: 'UA22BT/GMR-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-043.png', + Number: 'UA22BT/GMR-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-044.png', + Number: 'UA22BT/GMR-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-045.png', + Number: 'UA22BT/GMR-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-046.png', + Number: 'UA22BT/GMR-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-047.png', + Number: 'UA22BT/GMR-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-048.png', + Number: 'UA22BT/GMR-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-048_p1.png', + Number: 'UA22BT/GMR-1-048', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-049.png', + Number: 'UA22BT/GMR-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-049_p1.png', + Number: 'UA22BT/GMR-1-049', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-050.png', + Number: 'UA22BT/GMR-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-051.png', + Number: 'UA22BT/GMR-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-052.png', + Number: 'UA22BT/GMR-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-053.png', + Number: 'UA22BT/GMR-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-054.png', + Number: 'UA22BT/GMR-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-055.png', + Number: 'UA22BT/GMR-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-056.png', + Number: 'UA22BT/GMR-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-057.png', + Number: 'UA22BT/GMR-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-058.png', + Number: 'UA22BT/GMR-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-059.png', + Number: 'UA22BT/GMR-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-060.png', + Number: 'UA22BT/GMR-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-061.png', + Number: 'UA22BT/GMR-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-062.png', + Number: 'UA22BT/GMR-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-063.png', + Number: 'UA22BT/GMR-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-064.png', + Number: 'UA22BT/GMR-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-064_p1.png', + Number: 'UA22BT/GMR-1-064', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-065.png', + Number: 'UA22BT/GMR-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-066.png', + Number: 'UA22BT/GMR-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-067.png', + Number: 'UA22BT/GMR-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-068.png', + Number: 'UA22BT/GMR-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-068_p1.png', + Number: 'UA22BT/GMR-1-068', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-069.png', + Number: 'UA22BT/GMR-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-070.png', + Number: 'UA22BT/GMR-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-070_p1.png', + Number: 'UA22BT/GMR-1-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-071.png', + Number: 'UA22BT/GMR-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-071_p1.png', + Number: 'UA22BT/GMR-1-071', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-072.png', + Number: 'UA22BT/GMR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-072_p1.png', + Number: 'UA22BT/GMR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-072_p2.png', + Number: 'UA22BT/GMR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-073.png', + Number: 'UA22BT/GMR-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-073_p1.png', + Number: 'UA22BT/GMR-1-073', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-074.png', + Number: 'UA22BT/GMR-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-075.png', + Number: 'UA22BT/GMR-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-076.png', + Number: 'UA22BT/GMR-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-077.png', + Number: 'UA22BT/GMR-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-078.png', + Number: 'UA22BT/GMR-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-079.png', + Number: 'UA22BT/GMR-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-080.png', + Number: 'UA22BT/GMR-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua22/UA22BT_GMR-1-AP01.png', + Number: 'UA22BT/GMR-1-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP01_s.png', + Number: 'UA22BT/GMR-1-AP01★', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP02.png', + Number: 'UA22BT/GMR-1-AP02', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP02_s.png', + Number: 'UA22BT/GMR-1-AP02★', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP03.png', + Number: 'UA22BT/GMR-1-AP03', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP04.png', + Number: 'UA22BT/GMR-1-AP04', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP05.png', + Number: 'UA22BT/GMR-1-AP05', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP06.png', + Number: 'UA22BT/GMR-1-AP06', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP07.png', + Number: 'UA22BT/GMR-1-AP07', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP08.png', + Number: 'UA22BT/GMR-1-AP08', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP09.png', + Number: 'UA22BT/GMR-1-AP09', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua22/UA22BT_GMR-1-AP10.png', + Number: 'UA22BT/GMR-1-AP10', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua22/UAPR_GMR-1-002.png', + Number: 'UAPR/GMR-1-002', + count: 0, + key: false, + color: 'U', + parallel: false, + rarity: 'Blue', + trigger: null, + }, + { + imgSrc: '/ua22/UAPR_GMR-1-048.png', + Number: 'UAPR/GMR-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua22/UAPR_GMR-1-072.png', + Number: 'UAPR/GMR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua22/UAPR_GMR-1-072_p1.png', + Number: 'UAPR/GMR-1-072', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'UR', + trigger: null, + }, +]; + + diff --git a/datas/ua23.js b/datas/ua23.js new file mode 100644 index 0000000..57ce1cf --- /dev/null +++ b/datas/ua23.js @@ -0,0 +1,2777 @@ +export const cardList = [ + { + imgSrc: '/ua23/EX10BT_AOT-2-001.png', + Number: 'EX10BT/AOT-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-002.png', + Number: 'EX10BT/AOT-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-002_p1.png', + Number: 'EX10BT/AOT-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-003.png', + Number: 'EX10BT/AOT-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-004.png', + Number: 'EX10BT/AOT-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-005.png', + Number: 'EX10BT/AOT-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-006.png', + Number: 'EX10BT/AOT-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-007.png', + Number: 'EX10BT/AOT-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-007_p1.png', + Number: 'EX10BT/AOT-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-008.png', + Number: 'EX10BT/AOT-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-008_p1.png', + Number: 'EX10BT/AOT-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-008_p2.png', + Number: 'EX10BT/AOT-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-009.png', + Number: 'EX10BT/AOT-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-009_p1.png', + Number: 'EX10BT/AOT-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-010.png', + Number: 'EX10BT/AOT-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-011.png', + Number: 'EX10BT/AOT-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-012.png', + Number: 'EX10BT/AOT-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-012_p1.png', + Number: 'EX10BT/AOT-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-013.png', + Number: 'EX10BT/AOT-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-013_p1.png', + Number: 'EX10BT/AOT-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-014.png', + Number: 'EX10BT/AOT-2-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-015.png', + Number: 'EX10BT/AOT-2-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-016.png', + Number: 'EX10BT/AOT-2-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-017.png', + Number: 'EX10BT/AOT-2-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-017_p1.png', + Number: 'EX10BT/AOT-2-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-018.png', + Number: 'EX10BT/AOT-2-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-019.png', + Number: 'EX10BT/AOT-2-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-020.png', + Number: 'EX10BT/AOT-2-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-021.png', + Number: 'EX10BT/AOT-2-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-021_p1.png', + Number: 'EX10BT/AOT-2-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-022.png', + Number: 'EX10BT/AOT-2-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-022_p1.png', + Number: 'EX10BT/AOT-2-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-023.png', + Number: 'EX10BT/AOT-2-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-024.png', + Number: 'EX10BT/AOT-2-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-025.png', + Number: 'EX10BT/AOT-2-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-025_p1.png', + Number: 'EX10BT/AOT-2-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-026.png', + Number: 'EX10BT/AOT-2-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-027.png', + Number: 'EX10BT/AOT-2-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-028.png', + Number: 'EX10BT/AOT-2-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-029.png', + Number: 'EX10BT/AOT-2-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-030.png', + Number: 'EX10BT/AOT-2-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-031.png', + Number: 'EX10BT/AOT-2-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-032.png', + Number: 'EX10BT/AOT-2-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-033.png', + Number: 'EX10BT/AOT-2-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-034.png', + Number: 'EX10BT/AOT-2-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-035.png', + Number: 'EX10BT/AOT-2-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-036.png', + Number: 'EX10BT/AOT-2-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-037.png', + Number: 'EX10BT/AOT-2-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-038.png', + Number: 'EX10BT/AOT-2-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-039.png', + Number: 'EX10BT/AOT-2-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-040.png', + Number: 'EX10BT/AOT-2-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-040_p1.png', + Number: 'EX10BT/AOT-2-040', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-041.png', + Number: 'EX10BT/AOT-2-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-041_p1.png', + Number: 'EX10BT/AOT-2-041', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-042.png', + Number: 'EX10BT/AOT-2-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-042_p1.png', + Number: 'EX10BT/AOT-2-042', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-043.png', + Number: 'EX10BT/AOT-2-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-044.png', + Number: 'EX10BT/AOT-2-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-045.png', + Number: 'EX10BT/AOT-2-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-045_p1.png', + Number: 'EX10BT/AOT-2-045', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-046.png', + Number: 'EX10BT/AOT-2-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-047.png', + Number: 'EX10BT/AOT-2-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-048.png', + Number: 'EX10BT/AOT-2-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-049.png', + Number: 'EX10BT/AOT-2-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-050.png', + Number: 'EX10BT/AOT-2-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-050_p1.png', + Number: 'EX10BT/AOT-2-050', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-051.png', + Number: 'EX10BT/AOT-2-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-052.png', + Number: 'EX10BT/AOT-2-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-053.png', + Number: 'EX10BT/AOT-2-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-054.png', + Number: 'EX10BT/AOT-2-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-055.png', + Number: 'EX10BT/AOT-2-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-056.png', + Number: 'EX10BT/AOT-2-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-056_p1.png', + Number: 'EX10BT/AOT-2-056', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-057.png', + Number: 'EX10BT/AOT-2-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-058.png', + Number: 'EX10BT/AOT-2-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-059.png', + Number: 'EX10BT/AOT-2-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-060.png', + Number: 'EX10BT/AOT-2-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-060_p1.png', + Number: 'EX10BT/AOT-2-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-061.png', + Number: 'EX10BT/AOT-2-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-062.png', + Number: 'EX10BT/AOT-2-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-063.png', + Number: 'EX10BT/AOT-2-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-064.png', + Number: 'EX10BT/AOT-2-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-065.png', + Number: 'EX10BT/AOT-2-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-065_p1.png', + Number: 'EX10BT/AOT-2-065', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-066.png', + Number: 'EX10BT/AOT-2-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-066_p1.png', + Number: 'EX10BT/AOT-2-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-067.png', + Number: 'EX10BT/AOT-2-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-067_p1.png', + Number: 'EX10BT/AOT-2-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-068.png', + Number: 'EX10BT/AOT-2-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-069.png', + Number: 'EX10BT/AOT-2-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-069_p1.png', + Number: 'EX10BT/AOT-2-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-070.png', + Number: 'EX10BT/AOT-2-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-071.png', + Number: 'EX10BT/AOT-2-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-071_p1.png', + Number: 'EX10BT/AOT-2-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-072.png', + Number: 'EX10BT/AOT-2-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-073.png', + Number: 'EX10BT/AOT-2-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-AP01.png', + Number: 'EX10BT/AOT-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-AP02.png', + Number: 'EX10BT/AOT-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-AP03.png', + Number: 'EX10BT/AOT-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-AP04.png', + Number: 'EX10BT/AOT-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-AP04_p1.png', + Number: 'EX10BT/AOT-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-AP05.png', + Number: 'EX10BT/AOT-2-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-AP05_p1.png', + Number: 'EX10BT/AOT-2-AP05', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/EX10BT_AOT-2-AP06.png', + Number: 'EX10BT/AOT-2-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-001.png', + Number: 'UA23BT/AOT-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-001_p1.png', + Number: 'UA23BT/AOT-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-002.png', + Number: 'UA23BT/AOT-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-002_p1.png', + Number: 'UA23BT/AOT-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-003.png', + Number: 'UA23BT/AOT-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-003_p1.png', + Number: 'UA23BT/AOT-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-004.png', + Number: 'UA23BT/AOT-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-005.png', + Number: 'UA23BT/AOT-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-006.png', + Number: 'UA23BT/AOT-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-007.png', + Number: 'UA23BT/AOT-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-007_p1.png', + Number: 'UA23BT/AOT-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-008.png', + Number: 'UA23BT/AOT-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-008_p1.png', + Number: 'UA23BT/AOT-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-009.png', + Number: 'UA23BT/AOT-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-009_p1.png', + Number: 'UA23BT/AOT-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-010.png', + Number: 'UA23BT/AOT-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-010_p1.png', + Number: 'UA23BT/AOT-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-011.png', + Number: 'UA23BT/AOT-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-011_p1.png', + Number: 'UA23BT/AOT-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-011_p2.png', + Number: 'UA23BT/AOT-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-012.png', + Number: 'UA23BT/AOT-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-013.png', + Number: 'UA23BT/AOT-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-013_p1.png', + Number: 'UA23BT/AOT-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-014.png', + Number: 'UA23BT/AOT-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-015.png', + Number: 'UA23BT/AOT-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-016.png', + Number: 'UA23BT/AOT-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-017.png', + Number: 'UA23BT/AOT-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-017_p1.png', + Number: 'UA23BT/AOT-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-018.png', + Number: 'UA23BT/AOT-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-019.png', + Number: 'UA23BT/AOT-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-020.png', + Number: 'UA23BT/AOT-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-021.png', + Number: 'UA23BT/AOT-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-022.png', + Number: 'UA23BT/AOT-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-022_p1.png', + Number: 'UA23BT/AOT-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-023.png', + Number: 'UA23BT/AOT-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-024.png', + Number: 'UA23BT/AOT-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-025.png', + Number: 'UA23BT/AOT-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-026.png', + Number: 'UA23BT/AOT-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-027.png', + Number: 'UA23BT/AOT-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-027_p1.png', + Number: 'UA23BT/AOT-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-028.png', + Number: 'UA23BT/AOT-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-029.png', + Number: 'UA23BT/AOT-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-030.png', + Number: 'UA23BT/AOT-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-031.png', + Number: 'UA23BT/AOT-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-032.png', + Number: 'UA23BT/AOT-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-033.png', + Number: 'UA23BT/AOT-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-034.png', + Number: 'UA23BT/AOT-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-035.png', + Number: 'UA23BT/AOT-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-036.png', + Number: 'UA23BT/AOT-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-037.png', + Number: 'UA23BT/AOT-1-037', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-038.png', + Number: 'UA23BT/AOT-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-039.png', + Number: 'UA23BT/AOT-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-040.png', + Number: 'UA23BT/AOT-1-040', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-041.png', + Number: 'UA23BT/AOT-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-042.png', + Number: 'UA23BT/AOT-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-043.png', + Number: 'UA23BT/AOT-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-044.png', + Number: 'UA23BT/AOT-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-045.png', + Number: 'UA23BT/AOT-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-046.png', + Number: 'UA23BT/AOT-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-047.png', + Number: 'UA23BT/AOT-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-048.png', + Number: 'UA23BT/AOT-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-048_p1.png', + Number: 'UA23BT/AOT-1-048', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-049.png', + Number: 'UA23BT/AOT-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-050.png', + Number: 'UA23BT/AOT-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-051.png', + Number: 'UA23BT/AOT-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-052.png', + Number: 'UA23BT/AOT-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-053.png', + Number: 'UA23BT/AOT-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-053_p1.png', + Number: 'UA23BT/AOT-1-053', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-054.png', + Number: 'UA23BT/AOT-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-055.png', + Number: 'UA23BT/AOT-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-056.png', + Number: 'UA23BT/AOT-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-057.png', + Number: 'UA23BT/AOT-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-057_p1.png', + Number: 'UA23BT/AOT-1-057', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-058.png', + Number: 'UA23BT/AOT-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-059.png', + Number: 'UA23BT/AOT-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-060.png', + Number: 'UA23BT/AOT-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-061.png', + Number: 'UA23BT/AOT-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-061_p1.png', + Number: 'UA23BT/AOT-1-061', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-062.png', + Number: 'UA23BT/AOT-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-063.png', + Number: 'UA23BT/AOT-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-064.png', + Number: 'UA23BT/AOT-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-065.png', + Number: 'UA23BT/AOT-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-066.png', + Number: 'UA23BT/AOT-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-067.png', + Number: 'UA23BT/AOT-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-068.png', + Number: 'UA23BT/AOT-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-069.png', + Number: 'UA23BT/AOT-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-069_p1.png', + Number: 'UA23BT/AOT-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-070.png', + Number: 'UA23BT/AOT-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-071.png', + Number: 'UA23BT/AOT-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-072.png', + Number: 'UA23BT/AOT-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-073.png', + Number: 'UA23BT/AOT-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-074.png', + Number: 'UA23BT/AOT-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-075.png', + Number: 'UA23BT/AOT-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-076.png', + Number: 'UA23BT/AOT-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-076_p1.png', + Number: 'UA23BT/AOT-1-076', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-077.png', + Number: 'UA23BT/AOT-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-077_p1.png', + Number: 'UA23BT/AOT-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-078.png', + Number: 'UA23BT/AOT-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-079.png', + Number: 'UA23BT/AOT-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-079_p1.png', + Number: 'UA23BT/AOT-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-080.png', + Number: 'UA23BT/AOT-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-081.png', + Number: 'UA23BT/AOT-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-082.png', + Number: 'UA23BT/AOT-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-082_p1.png', + Number: 'UA23BT/AOT-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-083.png', + Number: 'UA23BT/AOT-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-084.png', + Number: 'UA23BT/AOT-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-084_p1.png', + Number: 'UA23BT/AOT-1-084', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-085.png', + Number: 'UA23BT/AOT-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-086.png', + Number: 'UA23BT/AOT-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-087.png', + Number: 'UA23BT/AOT-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-088.png', + Number: 'UA23BT/AOT-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-088_p1.png', + Number: 'UA23BT/AOT-1-088', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-089.png', + Number: 'UA23BT/AOT-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-089_p1.png', + Number: 'UA23BT/AOT-1-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-090.png', + Number: 'UA23BT/AOT-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-091.png', + Number: 'UA23BT/AOT-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-091_p1.png', + Number: 'UA23BT/AOT-1-091', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-092.png', + Number: 'UA23BT/AOT-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-092_p1.png', + Number: 'UA23BT/AOT-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-092_p2.png', + Number: 'UA23BT/AOT-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-093.png', + Number: 'UA23BT/AOT-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-094.png', + Number: 'UA23BT/AOT-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-094_p1.png', + Number: 'UA23BT/AOT-1-094', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-095.png', + Number: 'UA23BT/AOT-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-096.png', + Number: 'UA23BT/AOT-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-097.png', + Number: 'UA23BT/AOT-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-098.png', + Number: 'UA23BT/AOT-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-099.png', + Number: 'UA23BT/AOT-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-100.png', + Number: 'UA23BT/AOT-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // AP + { + imgSrc: '/ua23/UA23BT_AOT-1-AP01.png', + Number: 'UA23BT/AOT-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-AP01_s.png', + Number: 'UA23BT/AOT-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-AP02.png', + Number: 'UA23BT/AOT-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-AP02_s.png', + Number: 'UA23BT/AOT-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-AP03.png', + Number: 'UA23BT/AOT-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-AP04.png', + Number: 'UA23BT/AOT-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-AP05.png', + Number: 'UA23BT/AOT-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua23/UA23BT_AOT-1-AP06.png', + Number: 'UA23BT/AOT-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua23/UA23ST_AOT-1-068.png', + Number: 'UA23ST/AOT-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-070.png', + Number: 'UA23ST/AOT-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-075.png', + Number: 'UA23ST/AOT-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-084.png', + Number: 'UA23ST/AOT-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-085.png', + Number: 'UA23ST/AOT-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-087.png', + Number: 'UA23ST/AOT-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-090.png', + Number: 'UA23ST/AOT-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-091.png', + Number: 'UA23ST/AOT-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-097.png', + Number: 'UA23ST/AOT-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-101.png', + Number: 'UA23ST/AOT-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-102.png', + Number: 'UA23ST/AOT-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-103.png', + Number: 'UA23ST/AOT-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-104.png', + Number: 'UA23ST/AOT-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-105.png', + Number: 'UA23ST/AOT-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-106.png', + Number: 'UA23ST/AOT-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-107.png', + Number: 'UA23ST/AOT-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-108.png', + Number: 'UA23ST/AOT-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-109.png', + Number: 'UA23ST/AOT-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-110.png', + Number: 'UA23ST/AOT-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-110_p1.png', + Number: 'UA23ST/AOT-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-111.png', + Number: 'UA23ST/AOT-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-111_p1.png', + Number: 'UA23ST/AOT-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-112.png', + Number: 'UA23ST/AOT-1-112', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-112_p1.png', + Number: 'UA23ST/AOT-1-112', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-113.png', + Number: 'UA23ST/AOT-1-113', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-113_p1.png', + Number: 'UA23ST/AOT-1-113', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua23/UA23ST_AOT-1-AP01.png', + Number: 'UA23ST/AOT-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua23/UAPR_AOT-1-010.png', + Number: 'UAPR/AOT-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'OBC', + trigger: null, + }, + { + imgSrc: '/ua23/UAPR_AOT-1-010_p1.png', + Number: 'UAPR/AOT-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'OBC', + trigger: null, + }, + { + imgSrc: '/ua23/UAPR_AOT-1-023.png', + Number: 'UAPR/AOT-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UAPR_AOT-1-075.png', + Number: 'UAPR/AOT-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua23/UAPR_AOT-1-092.png', + Number: 'UAPR/AOT-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua23/UAPR_AOT-1-092_p1.png', + Number: 'UAPR/AOT-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua23/UAPR_AOT-2-003.png', + Number: 'UAPR/AOT-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UAPR_AOT-2-068.png', + Number: 'UAPR/AOT-2-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua23/UAPR_AOT-P-001.png', + Number: 'UAPR/AOT-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua24.js b/datas/ua24.js new file mode 100644 index 0000000..f0d1444 --- /dev/null +++ b/datas/ua24.js @@ -0,0 +1,1627 @@ +export const cardList = [ + { + imgSrc: '/ua24/UA24BT_SHY-1-001.png', + Number: 'UA24BT/SHY-1-001', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-002.png', + Number: 'UA24BT/SHY-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-003.png', + Number: 'UA24BT/SHY-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-004.png', + Number: 'UA24BT/SHY-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-005.png', + Number: 'UA24BT/SHY-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-006.png', + Number: 'UA24BT/SHY-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-007.png', + Number: 'UA24BT/SHY-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-008.png', + Number: 'UA24BT/SHY-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-009.png', + Number: 'UA24BT/SHY-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-010.png', + Number: 'UA24BT/SHY-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-011.png', + Number: 'UA24BT/SHY-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-011_p1.png', + Number: 'UA24BT/SHY-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-012.png', + Number: 'UA24BT/SHY-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-012_p1.png', + Number: 'UA24BT/SHY-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-013.png', + Number: 'UA24BT/SHY-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-014.png', + Number: 'UA24BT/SHY-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-015.png', + Number: 'UA24BT/SHY-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-016.png', + Number: 'UA24BT/SHY-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-017.png', + Number: 'UA24BT/SHY-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-018.png', + Number: 'UA24BT/SHY-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-018_p1.png', + Number: 'UA24BT/SHY-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-019.png', + Number: 'UA24BT/SHY-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-019_p1.png', + Number: 'UA24BT/SHY-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-020.png', + Number: 'UA24BT/SHY-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-021.png', + Number: 'UA24BT/SHY-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-022.png', + Number: 'UA24BT/SHY-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-023.png', + Number: 'UA24BT/SHY-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-024.png', + Number: 'UA24BT/SHY-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-024_p1.png', + Number: 'UA24BT/SHY-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-025.png', + Number: 'UA24BT/SHY-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-025_p1.png', + Number: 'UA24BT/SHY-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-026.png', + Number: 'UA24BT/SHY-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-027.png', + Number: 'UA24BT/SHY-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-027_p1.png', + Number: 'UA24BT/SHY-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-028.png', + Number: 'UA24BT/SHY-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-029.png', + Number: 'UA24BT/SHY-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-029_p1.png', + Number: 'UA24BT/SHY-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-030.png', + Number: 'UA24BT/SHY-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-031.png', + Number: 'UA24BT/SHY-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-031_p1.png', + Number: 'UA24BT/SHY-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-032.png', + Number: 'UA24BT/SHY-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-032_p1.png', + Number: 'UA24BT/SHY-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-033.png', + Number: 'UA24BT/SHY-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-034.png', + Number: 'UA24BT/SHY-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-035.png', + Number: 'UA24BT/SHY-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-036.png', + Number: 'UA24BT/SHY-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-037.png', + Number: 'UA24BT/SHY-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-038.png', + Number: 'UA24BT/SHY-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-039.png', + Number: 'UA24BT/SHY-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-040.png', + Number: 'UA24BT/SHY-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-041.png', + Number: 'UA24BT/SHY-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-042.png', + Number: 'UA24BT/SHY-1-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-043.png', + Number: 'UA24BT/SHY-1-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-044.png', + Number: 'UA24BT/SHY-1-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-045.png', + Number: 'UA24BT/SHY-1-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-046.png', + Number: 'UA24BT/SHY-1-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-046_p1.png', + Number: 'UA24BT/SHY-1-046', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-047.png', + Number: 'UA24BT/SHY-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-047_p1.png', + Number: 'UA24BT/SHY-1-047', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-048.png', + Number: 'UA24BT/SHY-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-049.png', + Number: 'UA24BT/SHY-1-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-050.png', + Number: 'UA24BT/SHY-1-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-050_p1.png', + Number: 'UA24BT/SHY-1-050', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-051.png', + Number: 'UA24BT/SHY-1-051', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-051_p1.png', + Number: 'UA24BT/SHY-1-051', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-052.png', + Number: 'UA24BT/SHY-1-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-052_p1.png', + Number: 'UA24BT/SHY-1-052', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-052_p2.png', + Number: 'UA24BT/SHY-1-052', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-053.png', + Number: 'UA24BT/SHY-1-053', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-054.png', + Number: 'UA24BT/SHY-1-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-055.png', + Number: 'UA24BT/SHY-1-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-055_p1.png', + Number: 'UA24BT/SHY-1-055', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-056.png', + Number: 'UA24BT/SHY-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-057.png', + Number: 'UA24BT/SHY-1-057', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-058.png', + Number: 'UA24BT/SHY-1-058', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-059.png', + Number: 'UA24BT/SHY-1-059', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-060.png', + Number: 'UA24BT/SHY-1-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-061.png', + Number: 'UA24BT/SHY-1-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-062.png', + Number: 'UA24BT/SHY-1-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-063.png', + Number: 'UA24BT/SHY-1-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-063_p1.png', + Number: 'UA24BT/SHY-1-063', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-064.png', + Number: 'UA24BT/SHY-1-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-064_p1.png', + Number: 'UA24BT/SHY-1-064', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-065.png', + Number: 'UA24BT/SHY-1-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-066.png', + Number: 'UA24BT/SHY-1-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-066_p1.png', + Number: 'UA24BT/SHY-1-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-067.png', + Number: 'UA24BT/SHY-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-068.png', + Number: 'UA24BT/SHY-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-069.png', + Number: 'UA24BT/SHY-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-069_p1.png', + Number: 'UA24BT/SHY-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-070.png', + Number: 'UA24BT/SHY-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-071.png', + Number: 'UA24BT/SHY-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-072.png', + Number: 'UA24BT/SHY-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-073.png', + Number: 'UA24BT/SHY-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-074.png', + Number: 'UA24BT/SHY-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-075.png', + Number: 'UA24BT/SHY-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-076.png', + Number: 'UA24BT/SHY-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-077.png', + Number: 'UA24BT/SHY-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-078.png', + Number: 'UA24BT/SHY-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-079.png', + Number: 'UA24BT/SHY-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-080.png', + Number: 'UA24BT/SHY-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-081.png', + // Number: 'UA24BT/SHY-1-081', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-082.png', + // Number: 'UA24BT/SHY-1-082', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-083.png', + // Number: 'UA24BT/SHY-1-083', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-084.png', + // Number: 'UA24BT/SHY-1-084', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-085.png', + // Number: 'UA24BT/SHY-1-085', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-086.png', + // Number: 'UA24BT/SHY-1-086', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-087.png', + // Number: 'UA24BT/SHY-1-087', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-088.png', + // Number: 'UA24BT/SHY-1-088', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-089.png', + // Number: 'UA24BT/SHY-1-089', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-090.png', + // Number: 'UA24BT/SHY-1-090', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-091.png', + // Number: 'UA24BT/SHY-1-091', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-092.png', + // Number: 'UA24BT/SHY-1-092', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-093.png', + // Number: 'UA24BT/SHY-1-093', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-094.png', + // Number: 'UA24BT/SHY-1-094', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-095.png', + // Number: 'UA24BT/SHY-1-095', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-096.png', + // Number: 'UA24BT/SHY-1-096', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-097.png', + // Number: 'UA24BT/SHY-1-097', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-098.png', + // Number: 'UA24BT/SHY-1-098', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-099.png', + // Number: 'UA24BT/SHY-1-099', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24BT_SHY-1-100.png', + // Number: 'UA24BT/SHY-1-100', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // AP + { + imgSrc: '/ua24/UA24BT_SHY-1-AP01.png', + Number: 'UA24BT/SHY-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP01_s.png', + Number: 'UA24BT/SHY-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP02.png', + Number: 'UA24BT/SHY-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP03.png', + Number: 'UA24BT/SHY-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP04.png', + Number: 'UA24BT/SHY-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP05.png', + Number: 'UA24BT/SHY-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP06.png', + Number: 'UA24BT/SHY-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP07.png', + Number: 'UA24BT/SHY-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP08.png', + Number: 'UA24BT/SHY-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP09.png', + Number: 'UA24BT/SHY-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP10.png', + Number: 'UA24BT/SHY-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP11.png', + Number: 'UA24BT/SHY-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UA24BT_SHY-1-AP12.png', + Number: 'UA24BT/SHY-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + // { + // imgSrc: '/ua24/UA24ST_SHY-1-041.png', + // Number: 'UA24ST/SHY-1-041', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-047.png', + // Number: 'UA24ST/SHY-1-047', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-050.png', + // Number: 'UA24ST/SHY-1-050', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-052.png', + // Number: 'UA24ST/SHY-1-052', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-055.png', + // Number: 'UA24ST/SHY-1-055', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-058.png', + // Number: 'UA24ST/SHY-1-058', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-061.png', + // Number: 'UA24ST/SHY-1-061', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-062.png', + // Number: 'UA24ST/SHY-1-062', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-065.png', + // Number: 'UA24ST/SHY-1-065', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-101.png', + // Number: 'UA24ST/SHY-1-101', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-102.png', + // Number: 'UA24ST/SHY-1-102', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-103.png', + // Number: 'UA24ST/SHY-1-103', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-104.png', + // Number: 'UA24ST/SHY-1-104', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-105.png', + // Number: 'UA24ST/SHY-1-105', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-106.png', + // Number: 'UA24ST/SHY-1-106', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-107.png', + // Number: 'UA24ST/SHY-1-107', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-108.png', + // Number: 'UA24ST/SHY-1-108', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua24/UA24ST_SHY-1-109.png', + // Number: 'UA24ST/SHY-1-109', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // UAPR + { + imgSrc: '/ua24/UAPR_SHY-1-001.png', + Number: 'UAPR/SHY-1-001', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-1-002.png', + Number: 'UAPR/SHY-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-1-003.png', + Number: 'UAPR/SHY-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-1-048.png', + Number: 'UAPR/SHY-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-1-052.png', + Number: 'UAPR/SHY-1-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-1-052_p1.png', + Number: 'UAPR/SHY-1-052', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-AP01.png', + Number: 'UAPR/SHY-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-AP02.png', + Number: 'UAPR/SHY-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-AP03.png', + Number: 'UAPR/SHY-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua24/UAPR_SHY-AP04.png', + Number: 'UAPR/SHY-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua25.js b/datas/ua25.js new file mode 100644 index 0000000..32ebb99 --- /dev/null +++ b/datas/ua25.js @@ -0,0 +1,1196 @@ +export const cardList = [ + { + imgSrc: '/ua25/UA25BT_AND-1-001.png', + Number: 'UA25BT/AND-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-002.png', + Number: 'UA25BT/AND-1-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-003.png', + Number: 'UA25BT/AND-1-003', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-004.png', + Number: 'UA25BT/AND-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-005.png', + Number: 'UA25BT/AND-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-006.png', + Number: 'UA25BT/AND-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-007.png', + Number: 'UA25BT/AND-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-007_p1.png', + Number: 'UA25BT/AND-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-008.png', + Number: 'UA25BT/AND-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-009.png', + Number: 'UA25BT/AND-1-009', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-010.png', + Number: 'UA25BT/AND-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-010_p1.png', + Number: 'UA25BT/AND-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-011.png', + Number: 'UA25BT/AND-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-012.png', + Number: 'UA25BT/AND-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-013.png', + Number: 'UA25BT/AND-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-013_p1.png', + Number: 'UA25BT/AND-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-014.png', + Number: 'UA25BT/AND-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-014_p1.png', + Number: 'UA25BT/AND-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-015.png', + Number: 'UA25BT/AND-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-016.png', + Number: 'UA25BT/AND-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-017.png', + Number: 'UA25BT/AND-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-018.png', + Number: 'UA25BT/AND-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-019.png', + Number: 'UA25BT/AND-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-020.png', + Number: 'UA25BT/AND-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-020_p1.png', + Number: 'UA25BT/AND-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-021.png', + Number: 'UA25BT/AND-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-022.png', + Number: 'UA25BT/AND-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-023.png', + Number: 'UA25BT/AND-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-023_p1.png', + Number: 'UA25BT/AND-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-024.png', + Number: 'UA25BT/AND-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-025.png', + Number: 'UA25BT/AND-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-026.png', + Number: 'UA25BT/AND-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-027.png', + Number: 'UA25BT/AND-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-027_p1.png', + Number: 'UA25BT/AND-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-028.png', + Number: 'UA25BT/AND-1-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-029.png', + Number: 'UA25BT/AND-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-030.png', + Number: 'UA25BT/AND-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-031.png', + Number: 'UA25BT/AND-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-032.png', + Number: 'UA25BT/AND-1-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-033.png', + Number: 'UA25BT/AND-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-034.png', + Number: 'UA25BT/AND-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-035.png', + Number: 'UA25BT/AND-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-036.png', + Number: 'UA25BT/AND-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-037.png', + Number: 'UA25BT/AND-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-038.png', + Number: 'UA25BT/AND-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-039.png', + Number: 'UA25BT/AND-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-040.png', + Number: 'UA25BT/AND-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-041.png', + Number: 'UA25BT/AND-1-041', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-042.png', + Number: 'UA25BT/AND-1-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-042_p1.png', + Number: 'UA25BT/AND-1-042', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-043.png', + Number: 'UA25BT/AND-1-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-044.png', + Number: 'UA25BT/AND-1-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-045.png', + Number: 'UA25BT/AND-1-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-045_p1.png', + Number: 'UA25BT/AND-1-045', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-046.png', + Number: 'UA25BT/AND-1-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-046_p1.png', + Number: 'UA25BT/AND-1-046', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-046_p2.png', + Number: 'UA25BT/AND-1-046', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-047.png', + Number: 'UA25BT/AND-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-048.png', + Number: 'UA25BT/AND-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-049.png', + Number: 'UA25BT/AND-1-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-049_p1.png', + Number: 'UA25BT/AND-1-049', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-050.png', + Number: 'UA25BT/AND-1-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-050_p1.png', + Number: 'UA25BT/AND-1-050', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-050_p2.png', + Number: 'UA25BT/AND-1-050', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-051.png', + Number: 'UA25BT/AND-1-051', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-052.png', + Number: 'UA25BT/AND-1-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-052_p1.png', + Number: 'UA25BT/AND-1-052', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-053.png', + Number: 'UA25BT/AND-1-053', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-053_p1.png', + Number: 'UA25BT/AND-1-053', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-054.png', + Number: 'UA25BT/AND-1-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-055.png', + Number: 'UA25BT/AND-1-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-055_p1.png', + Number: 'UA25BT/AND-1-055', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-056.png', + Number: 'UA25BT/AND-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-056_p1.png', + Number: 'UA25BT/AND-1-056', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-057.png', + Number: 'UA25BT/AND-1-057', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-058.png', + Number: 'UA25BT/AND-1-058', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-059.png', + Number: 'UA25BT/AND-1-059', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-060.png', + Number: 'UA25BT/AND-1-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-061.png', + Number: 'UA25BT/AND-1-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-062.png', + Number: 'UA25BT/AND-1-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-062_p1.png', + Number: 'UA25BT/AND-1-062', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-063.png', + Number: 'UA25BT/AND-1-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-064.png', + Number: 'UA25BT/AND-1-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-065.png', + Number: 'UA25BT/AND-1-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-065_p1.png', + Number: 'UA25BT/AND-1-065', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-066.png', + Number: 'UA25BT/AND-1-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-067.png', + Number: 'UA25BT/AND-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-068.png', + Number: 'UA25BT/AND-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-069.png', + Number: 'UA25BT/AND-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-069_p1.png', + Number: 'UA25BT/AND-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-070.png', + Number: 'UA25BT/AND-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-071.png', + Number: 'UA25BT/AND-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-072.png', + Number: 'UA25BT/AND-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-073.png', + Number: 'UA25BT/AND-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-074.png', + Number: 'UA25BT/AND-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-075.png', + Number: 'UA25BT/AND-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-076.png', + Number: 'UA25BT/AND-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-077.png', + Number: 'UA25BT/AND-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-078.png', + Number: 'UA25BT/AND-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-079.png', + Number: 'UA25BT/AND-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua25/UA25BT_AND-1-080.png', + Number: 'UA25BT/AND-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua25/UA25BT_AND-1-AP01.png', + Number: 'UA25BT/AND-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP01_s.png', + Number: 'UA25BT/AND-1-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP02.png', + Number: 'UA25BT/AND-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP02_s.png', + Number: 'UA25BT/AND-1-AP02★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP03.png', + Number: 'UA25BT/AND-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP04.png', + Number: 'UA25BT/AND-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP05.png', + Number: 'UA25BT/AND-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP06.png', + Number: 'UA25BT/AND-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP07.png', + Number: 'UA25BT/AND-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP08.png', + Number: 'UA25BT/AND-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP09.png', + Number: 'UA25BT/AND-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP10.png', + Number: 'UA25BT/AND-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP11.png', + Number: 'UA25BT/AND-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua25/UA25BT_AND-1-AP12.png', + Number: 'UA25BT/AND-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua25/UAPR_AND-1-006.png', + Number: 'UAPR/AND-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua25/UAPR_AND-1-046.png', + Number: 'UAPR/AND-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua25/UAPR_AND-1-046_p1.png', + Number: 'UAPR/AND-1-047', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua25/UAPR_AND-1-047.png', + Number: 'UAPR/AND-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, +]; + + diff --git a/datas/ua26.js b/datas/ua26.js new file mode 100644 index 0000000..e10971b --- /dev/null +++ b/datas/ua26.js @@ -0,0 +1,1317 @@ +export const cardList = [ + { + imgSrc: '/ua26/UA26BT_RLY-1-001.png', + Number: 'UA26BT/RLY-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-002.png', + Number: 'UA26BT/RLY-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-003.png', + Number: 'UA26BT/RLY-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-004.png', + Number: 'UA26BT/RLY-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-005.png', + Number: 'UA26BT/RLY-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-006.png', + Number: 'UA26BT/RLY-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-007.png', + Number: 'UA26BT/RLY-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-007_p1.png', + Number: 'UA26BT/RLY-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-008.png', + Number: 'UA26BT/RLY-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-008_p1.png', + Number: 'UA26BT/RLY-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-009.png', + Number: 'UA26BT/RLY-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-009_p1.png', + Number: 'UA26BT/RLY-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-010.png', + Number: 'UA26BT/RLY-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-011.png', + Number: 'UA26BT/RLY-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-012.png', + Number: 'UA26BT/RLY-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-012_p1.png', + Number: 'UA26BT/RLY-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-013.png', + Number: 'UA26BT/RLY-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-014.png', + Number: 'UA26BT/RLY-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-015.png', + Number: 'UA26BT/RLY-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-015_p1.png', + Number: 'UA26BT/RLY-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-016.png', + Number: 'UA26BT/RLY-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-017.png', + Number: 'UA26BT/RLY-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-018.png', + Number: 'UA26BT/RLY-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-018_p1.png', + Number: 'UA26BT/RLY-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-019.png', + Number: 'UA26BT/RLY-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-020.png', + Number: 'UA26BT/RLY-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-021.png', + Number: 'UA26BT/RLY-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-022.png', + Number: 'UA26BT/RLY-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-023.png', + Number: 'UA26BT/RLY-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-023_p1.png', + Number: 'UA26BT/RLY-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-024.png', + Number: 'UA26BT/RLY-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-024_p1.png', + Number: 'UA26BT/RLY-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-025.png', + Number: 'UA26BT/RLY-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-025_p1.png', + Number: 'UA26BT/RLY-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-026.png', + Number: 'UA26BT/RLY-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-027.png', + Number: 'UA26BT/RLY-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-028.png', + Number: 'UA26BT/RLY-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-029.png', + Number: 'UA26BT/RLY-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-030.png', + Number: 'UA26BT/RLY-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-030_p1.png', + Number: 'UA26BT/RLY-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-031.png', + Number: 'UA26BT/RLY-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-031_p1.png', + Number: 'UA26BT/RLY-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-032.png', + Number: 'UA26BT/RLY-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-032_p1.png', + Number: 'UA26BT/RLY-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-033.png', + Number: 'UA26BT/RLY-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-034.png', + Number: 'UA26BT/RLY-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-035.png', + Number: 'UA26BT/RLY-1-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-036.png', + Number: 'UA26BT/RLY-1-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-037.png', + Number: 'UA26BT/RLY-1-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-038.png', + Number: 'UA26BT/RLY-1-038', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-039.png', + Number: 'UA26BT/RLY-1-039', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-040.png', + Number: 'UA26BT/RLY-1-040', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-041.png', + Number: 'UA26BT/RLY-1-041', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-041_p1.png', + Number: 'UA26BT/RLY-1-041', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-042.png', + Number: 'UA26BT/RLY-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-043.png', + Number: 'UA26BT/RLY-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-044.png', + Number: 'UA26BT/RLY-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-045.png', + Number: 'UA26BT/RLY-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-046.png', + Number: 'UA26BT/RLY-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-046_p1.png', + Number: 'UA26BT/RLY-1-046', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-047.png', + Number: 'UA26BT/RLY-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-048.png', + Number: 'UA26BT/RLY-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-049.png', + Number: 'UA26BT/RLY-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-050.png', + Number: 'UA26BT/RLY-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-051.png', + Number: 'UA26BT/RLY-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-051_p1.png', + Number: 'UA26BT/RLY-1-051', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-052.png', + Number: 'UA26BT/RLY-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-052_p1.png', + Number: 'UA26BT/RLY-1-052', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-053.png', + Number: 'UA26BT/RLY-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-053_p1.png', + Number: 'UA26BT/RLY-1-053', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-054.png', + Number: 'UA26BT/RLY-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-055.png', + Number: 'UA26BT/RLY-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-056.png', + Number: 'UA26BT/RLY-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-057.png', + Number: 'UA26BT/RLY-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-058.png', + Number: 'UA26BT/RLY-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-058_p1.png', + Number: 'UA26BT/RLY-1-058', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-059.png', + Number: 'UA26BT/RLY-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-059_p1.png', + Number: 'UA26BT/RLY-1-059', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-060.png', + Number: 'UA26BT/RLY-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-060_p1.png', + Number: 'UA26BT/RLY-1-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-061.png', + Number: 'UA26BT/RLY-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-062.png', + Number: 'UA26BT/RLY-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-063.png', + Number: 'UA26BT/RLY-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-064.png', + Number: 'UA26BT/RLY-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-065.png', + Number: 'UA26BT/RLY-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-065_p1.png', + Number: 'UA26BT/RLY-1-065', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-066.png', + Number: 'UA26BT/RLY-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-066_p1.png', + Number: 'UA26BT/RLY-1-066', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-067.png', + Number: 'UA26BT/RLY-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-067_p1.png', + Number: 'UA26BT/RLY-1-067', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-068.png', + Number: 'UA26BT/RLY-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-069.png', + Number: 'UA26BT/RLY-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-070.png', + Number: 'UA26BT/RLY-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-070_p1.png', + Number: 'UA26BT/RLY-1-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-071.png', + Number: 'UA26BT/RLY-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-072.png', + Number: 'UA26BT/RLY-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-073.png', + Number: 'UA26BT/RLY-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-073_p1.png', + Number: 'UA26BT/RLY-1-073', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-074.png', + Number: 'UA26BT/RLY-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-075.png', + Number: 'UA26BT/RLY-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-076.png', + Number: 'UA26BT/RLY-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-077.png', + Number: 'UA26BT/RLY-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-078.png', + Number: 'UA26BT/RLY-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-079.png', + Number: 'UA26BT/RLY-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-080.png', + Number: 'UA26BT/RLY-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-081.png', + Number: 'UA26BT/RLY-1-081', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-082.png', + Number: 'UA26BT/RLY-1-082', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-082_p1.png', + Number: 'UA26BT/RLY-1-082', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★★★', + trigger: 'FINAL', + }, + // AP + { + imgSrc: '/ua26/UA26BT_RLY-1-AP01.png', + Number: 'UA26BT/RLY-1-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP01_s.png', + Number: 'UA26BT/RLY-1-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP02.png', + Number: 'UA26BT/RLY-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP02_s.png', + Number: 'UA26BT/RLY-1-AP02★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP03.png', + Number: 'UA26BT/RLY-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP03_s.png', + Number: 'UA26BT/RLY-1-AP03★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP04.png', + Number: 'UA26BT/RLY-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP04_s.png', + Number: 'UA26BT/RLY-1-AP04★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP05.png', + Number: 'UA26BT/RLY-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP05_s.png', + Number: 'UA26BT/RLY-1-AP05★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + + { + imgSrc: '/ua26/UA26BT_RLY-1-AP06.png', + Number: 'UA26BT/RLY-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP06_s.png', + Number: 'UA26BT/RLY-1-AP06★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP07.png', + Number: 'UA26BT/RLY-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP08.png', + Number: 'UA26BT/RLY-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP09.png', + Number: 'UA26BT/RLY-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP10.png', + Number: 'UA26BT/RLY-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP11.png', + Number: 'UA26BT/RLY-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UA26BT_RLY-1-AP12.png', + Number: 'UA26BT/RLY-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UAPR_RLY-1-041.png', + Number: 'UAPR/RLY-1-041', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua26/UAPR_RLY-1-041_p1.png', + Number: 'UAPR/RLY-1-041', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua26/UAPR_RLY-AP01.png', + Number: 'UAPR/RLY-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UAPR_RLY-AP02.png', + Number: 'UAPR/RLY-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua26/UAPR_RLY-AP03.png', + Number: 'UAPR/RLY-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/ua27.js b/datas/ua27.js new file mode 100644 index 0000000..742ccaa --- /dev/null +++ b/datas/ua27.js @@ -0,0 +1,1667 @@ +export const cardList = [ + { + imgSrc: '/ua27/UA27BT_GIM-1-001.png', + Number: 'UA27BT/GIM-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-002.png', + Number: 'UA27BT/GIM-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-003.png', + Number: 'UA27BT/GIM-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-004.png', + Number: 'UA27BT/GIM-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-004_p1.png', + Number: 'UA27BT/GIM-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-005.png', + Number: 'UA27BT/GIM-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-005_p1.png', + Number: 'UA27BT/GIM-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-006.png', + Number: 'UA27BT/GIM-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-006_p1.png', + Number: 'UA27BT/GIM-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-007.png', + Number: 'UA27BT/GIM-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-008.png', + Number: 'UA27BT/GIM-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-009.png', + Number: 'UA27BT/GIM-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-009_p1.png', + Number: 'UA27BT/GIM-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-010.png', + Number: 'UA27BT/GIM-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-010_p1.png', + Number: 'UA27BT/GIM-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-011.png', + Number: 'UA27BT/GIM-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-011_p1.png', + Number: 'UA27BT/GIM-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-012.png', + Number: 'UA27BT/GIM-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-013.png', + Number: 'UA27BT/GIM-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-014.png', + Number: 'UA27BT/GIM-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-014_p1.png', + Number: 'UA27BT/GIM-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-015.png', + Number: 'UA27BT/GIM-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-015_p1.png', + Number: 'UA27BT/GIM-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-016.png', + Number: 'UA27BT/GIM-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-016_p1.png', + Number: 'UA27BT/GIM-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-017.png', + Number: 'UA27BT/GIM-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-018.png', + Number: 'UA27BT/GIM-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-018_p1.png', + Number: 'UA27BT/GIM-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-019.png', + Number: 'UA27BT/GIM-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-019_p1.png', + Number: 'UA27BT/GIM-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-020.png', + Number: 'UA27BT/GIM-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-020_p1.png', + Number: 'UA27BT/GIM-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-021.png', + Number: 'UA27BT/GIM-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-022.png', + Number: 'UA27BT/GIM-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-022_p1.png', + Number: 'UA27BT/GIM-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-023.png', + Number: 'UA27BT/GIM-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-023_p1.png', + Number: 'UA27BT/GIM-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-024.png', + Number: 'UA27BT/GIM-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-024_p1.png', + Number: 'UA27BT/GIM-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-025.png', + Number: 'UA27BT/GIM-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-026.png', + Number: 'UA27BT/GIM-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-027.png', + Number: 'UA27BT/GIM-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-027_p1.png', + Number: 'UA27BT/GIM-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-028.png', + Number: 'UA27BT/GIM-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-028_p1.png', + Number: 'UA27BT/GIM-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-029.png', + Number: 'UA27BT/GIM-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-029_p1.png', + Number: 'UA27BT/GIM-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-030.png', + Number: 'UA27BT/GIM-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-031.png', + Number: 'UA27BT/GIM-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-032.png', + Number: 'UA27BT/GIM-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-033.png', + Number: 'UA27BT/GIM-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-034.png', + Number: 'UA27BT/GIM-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-035.png', + Number: 'UA27BT/GIM-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-036.png', + Number: 'UA27BT/GIM-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-037.png', + Number: 'UA27BT/GIM-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-038.png', + Number: 'UA27BT/GIM-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-039.png', + Number: 'UA27BT/GIM-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-040.png', + Number: 'UA27BT/GIM-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-041.png', + Number: 'UA27BT/GIM-1-041', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-042.png', + Number: 'UA27BT/GIM-1-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-042_p1.png', + Number: 'UA27BT/GIM-1-042', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-043.png', + Number: 'UA27BT/GIM-1-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-043_p1.png', + Number: 'UA27BT/GIM-1-043', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-044.png', + Number: 'UA27BT/GIM-1-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-044_p1.png', + Number: 'UA27BT/GIM-1-044', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-045.png', + Number: 'UA27BT/GIM-1-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-046.png', + Number: 'UA27BT/GIM-1-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-046_p1.png', + Number: 'UA27BT/GIM-1-046', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-047.png', + Number: 'UA27BT/GIM-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-047_p1.png', + Number: 'UA27BT/GIM-1-047', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-048.png', + Number: 'UA27BT/GIM-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-048_p1.png', + Number: 'UA27BT/GIM-1-048', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-049.png', + Number: 'UA27BT/GIM-1-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-050.png', + Number: 'UA27BT/GIM-1-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-051.png', + Number: 'UA27BT/GIM-1-051', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-051_p1.png', + Number: 'UA27BT/GIM-1-051', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-052.png', + Number: 'UA27BT/GIM-1-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-052_p1.png', + Number: 'UA27BT/GIM-1-052', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-053.png', + Number: 'UA27BT/GIM-1-053', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-053_p1.png', + Number: 'UA27BT/GIM-1-053', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-054.png', + Number: 'UA27BT/GIM-1-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-055.png', + Number: 'UA27BT/GIM-1-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-056.png', + Number: 'UA27BT/GIM-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-057.png', + Number: 'UA27BT/GIM-1-057', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-058.png', + Number: 'UA27BT/GIM-1-058', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-059.png', + Number: 'UA27BT/GIM-1-059', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-060.png', + Number: 'UA27BT/GIM-1-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-061.png', + Number: 'UA27BT/GIM-1-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-061_p1.png', + Number: 'UA27BT/GIM-1-061', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-062.png', + Number: 'UA27BT/GIM-1-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-062_p1.png', + Number: 'UA27BT/GIM-1-062', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-063.png', + Number: 'UA27BT/GIM-1-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-063_p1.png', + Number: 'UA27BT/GIM-1-063', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-064.png', + Number: 'UA27BT/GIM-1-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-065.png', + Number: 'UA27BT/GIM-1-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-065_p1.png', + Number: 'UA27BT/GIM-1-065', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-066.png', + Number: 'UA27BT/GIM-1-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-067.png', + Number: 'UA27BT/GIM-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-067_p1.png', + Number: 'UA27BT/GIM-1-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-068.png', + Number: 'UA27BT/GIM-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-068_p1.png', + Number: 'UA27BT/GIM-1-068', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-068_p2.png', + Number: 'UA27BT/GIM-1-068', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-069.png', + Number: 'UA27BT/GIM-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-070.png', + Number: 'UA27BT/GIM-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-070_p1.png', + Number: 'UA27BT/GIM-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-071.png', + Number: 'UA27BT/GIM-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-071_p1.png', + Number: 'UA27BT/GIM-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-072.png', + Number: 'UA27BT/GIM-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-072_p1.png', + Number: 'UA27BT/GIM-1-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-073.png', + Number: 'UA27BT/GIM-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-074.png', + Number: 'UA27BT/GIM-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-075.png', + Number: 'UA27BT/GIM-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-076.png', + Number: 'UA27BT/GIM-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-077.png', + Number: 'UA27BT/GIM-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-078.png', + Number: 'UA27BT/GIM-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-079.png', + Number: 'UA27BT/GIM-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-080.png', + Number: 'UA27BT/GIM-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // AP + { + imgSrc: '/ua27/UA27BT_GIM-1-AP01.png', + Number: 'UA27BT/GIM-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP01_s.png', + Number: 'UA27BT/GIM-1-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP02.png', + Number: 'UA27BT/GIM-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP02_s.png', + Number: 'UA27BT/GIM-1-AP02★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP03.png', + Number: 'UA27BT/GIM-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP03_s.png', + Number: 'UA27BT/GIM-1-AP03★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP04.png', + Number: 'UA27BT/GIM-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP04_s.png', + Number: 'UA27BT/GIM-1-AP04★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP05.png', + Number: 'UA27BT/GIM-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP05_s.png', + Number: 'UA27BT/GIM-1-AP05★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP06.png', + Number: 'UA27BT/GIM-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP06_s.png', + Number: 'UA27BT/GIM-1-AP06★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP07.png', + Number: 'UA27BT/GIM-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP07_s.png', + Number: 'UA27BT/GIM-1-AP07★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP08.png', + Number: 'UA27BT/GIM-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP08_s.png', + Number: 'UA27BT/GIM-1-AP08★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP09.png', + Number: 'UA27BT/GIM-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP09_s.png', + Number: 'UA27BT/GIM-1-AP09★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP10.png', + Number: 'UA27BT/GIM-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP10_s.png', + Number: 'UA27BT/GIM-1-AP10★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP11.png', + Number: 'UA27BT/GIM-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP11_s.png', + Number: 'UA27BT/GIM-1-AP11★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP12.png', + Number: 'UA27BT/GIM-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP12_s.png', + Number: 'UA27BT/GIM-1-AP12★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP13.png', + Number: 'UA27BT/GIM-1-AP13', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP14.png', + Number: 'UA27BT/GIM-1-AP14', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP15.png', + Number: 'UA27BT/GIM-1-AP15', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP16.png', + Number: 'UA27BT/GIM-1-AP16', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP17.png', + Number: 'UA27BT/GIM-1-AP17', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP18.png', + Number: 'UA27BT/GIM-1-AP18', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UA27BT_GIM-1-AP19.png', + Number: 'UA27BT/GIM-1-AP19', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua27/UAPR_GIM-1-003.png', + Number: 'UAPR/GIM-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-008.png', + Number: 'UAPR/GIM-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-013.png', + Number: 'UAPR/GIM-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-017.png', + Number: 'UAPR/GIM-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-021.png', + Number: 'UAPR/GIM-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-025.png', + Number: 'UAPR/GIM-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-026.png', + Number: 'UAPR/GIM-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-041.png', + Number: 'UAPR/GIM-1-041', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-045.png', + Number: 'UAPR/GIM-1-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-050.png', + Number: 'UAPR/GIM-1-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-060.png', + Number: 'UAPR/GIM-1-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-064.png', + Number: 'UAPR/GIM-1-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-066.png', + Number: 'UAPR/GIM-1-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-068.png', + Number: 'UAPR/GIM-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-068_p1.png', + Number: 'UAPR/GIM-1-068', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-1-069.png', + Number: 'UAPR/GIM-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-AP01.png', + Number: 'UAPR/GIM-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua27/UAPR_GIM-P-001.png', + Number: 'UAPR/GIM-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, + +]; + + diff --git a/datas/ua28.js b/datas/ua28.js new file mode 100644 index 0000000..2acbf56 --- /dev/null +++ b/datas/ua28.js @@ -0,0 +1,1226 @@ +export const cardList = [ + { + imgSrc: '/ua28/UA28BT_KJ8-1-001.png', + Number: 'UA28BT/KJ8-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-002.png', + Number: 'UA28BT/KJ8-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-003.png', + Number: 'UA28BT/KJ8-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-003_p1.png', + Number: 'UA28BT/KJ8-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-004.png', + Number: 'UA28BT/KJ8-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-004_p1.png', + Number: 'UA28BT/KJ8-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-005.png', + Number: 'UA28BT/KJ8-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-005_p1.png', + Number: 'UA28BT/KJ8-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-005_p2.png', + Number: 'UA28BT/KJ8-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-006.png', + Number: 'UA28BT/KJ8-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-007.png', + Number: 'UA28BT/KJ8-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-008.png', + Number: 'UA28BT/KJ8-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-008_p1.png', + Number: 'UA28BT/KJ8-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-009.png', + Number: 'UA28BT/KJ8-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-010.png', + Number: 'UA28BT/KJ8-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-011.png', + Number: 'UA28BT/KJ8-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-012.png', + Number: 'UA28BT/KJ8-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-012_p1.png', + Number: 'UA28BT/KJ8-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-012_p2.png', + Number: 'UA28BT/KJ8-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-013.png', + Number: 'UA28BT/KJ8-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-014.png', + Number: 'UA28BT/KJ8-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-015.png', + Number: 'UA28BT/KJ8-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-015_p1.png', + Number: 'UA28BT/KJ8-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-016.png', + Number: 'UA28BT/KJ8-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-017.png', + Number: 'UA28BT/KJ8-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-018.png', + Number: 'UA28BT/KJ8-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-019.png', + Number: 'UA28BT/KJ8-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-019_p1.png', + Number: 'UA28BT/KJ8-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-020.png', + Number: 'UA28BT/KJ8-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-020_p1.png', + Number: 'UA28BT/KJ8-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-020_p2.png', + Number: 'UA28BT/KJ8-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-021.png', + Number: 'UA28BT/KJ8-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-022.png', + Number: 'UA28BT/KJ8-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-023.png', + Number: 'UA28BT/KJ8-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-024.png', + Number: 'UA28BT/KJ8-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-025.png', + Number: 'UA28BT/KJ8-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-026.png', + Number: 'UA28BT/KJ8-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-027.png', + Number: 'UA28BT/KJ8-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-028.png', + Number: 'UA28BT/KJ8-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-028_p1.png', + Number: 'UA28BT/KJ8-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-029.png', + Number: 'UA28BT/KJ8-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-030.png', + Number: 'UA28BT/KJ8-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-031.png', + Number: 'UA28BT/KJ8-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-031_p1.png', + Number: 'UA28BT/KJ8-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-032.png', + Number: 'UA28BT/KJ8-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-033.png', + Number: 'UA28BT/KJ8-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-034.png', + Number: 'UA28BT/KJ8-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-035.png', + Number: 'UA28BT/KJ8-1-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-036.png', + Number: 'UA28BT/KJ8-1-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-037.png', + Number: 'UA28BT/KJ8-1-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-038.png', + Number: 'UA28BT/KJ8-1-038', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-039.png', + Number: 'UA28BT/KJ8-1-039', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-040.png', + Number: 'UA28BT/KJ8-1-040', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-041.png', + Number: 'UA28BT/KJ8-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-042.png', + Number: 'UA28BT/KJ8-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-043.png', + Number: 'UA28BT/KJ8-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-044.png', + Number: 'UA28BT/KJ8-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-045.png', + Number: 'UA28BT/KJ8-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-046.png', + Number: 'UA28BT/KJ8-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-047.png', + Number: 'UA28BT/KJ8-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-048.png', + Number: 'UA28BT/KJ8-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-049.png', + Number: 'UA28BT/KJ8-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-050.png', + Number: 'UA28BT/KJ8-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-050_p1.png', + Number: 'UA28BT/KJ8-1-050', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-051.png', + Number: 'UA28BT/KJ8-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-052.png', + Number: 'UA28BT/KJ8-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-053.png', + Number: 'UA28BT/KJ8-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-054.png', + Number: 'UA28BT/KJ8-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-054_p1.png', + Number: 'UA28BT/KJ8-1-054', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-055.png', + Number: 'UA28BT/KJ8-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-055_p1.png', + Number: 'UA28BT/KJ8-1-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-055_p2.png', + Number: 'UA28BT/KJ8-1-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-056.png', + Number: 'UA28BT/KJ8-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-057.png', + Number: 'UA28BT/KJ8-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-058.png', + Number: 'UA28BT/KJ8-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-059.png', + Number: 'UA28BT/KJ8-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-059_p1.png', + Number: 'UA28BT/KJ8-1-059', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-060.png', + Number: 'UA28BT/KJ8-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-061.png', + Number: 'UA28BT/KJ8-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-062.png', + Number: 'UA28BT/KJ8-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-062_p1.png', + Number: 'UA28BT/KJ8-1-062', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-063.png', + Number: 'UA28BT/KJ8-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-063_p1.png', + Number: 'UA28BT/KJ8-1-063', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-063_p2.png', + Number: 'UA28BT/KJ8-1-063', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-064.png', + Number: 'UA28BT/KJ8-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-065.png', + Number: 'UA28BT/KJ8-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-066.png', + Number: 'UA28BT/KJ8-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-067.png', + Number: 'UA28BT/KJ8-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-068.png', + Number: 'UA28BT/KJ8-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-069.png', + Number: 'UA28BT/KJ8-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-070.png', + Number: 'UA28BT/KJ8-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-070_p1.png', + Number: 'UA28BT/KJ8-1-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-071.png', + Number: 'UA28BT/KJ8-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-071_p1.png', + Number: 'UA28BT/KJ8-1-071', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-072.png', + Number: 'UA28BT/KJ8-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-073.png', + Number: 'UA28BT/KJ8-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-074.png', + Number: 'UA28BT/KJ8-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-075.png', + Number: 'UA28BT/KJ8-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-076.png', + Number: 'UA28BT/KJ8-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-077.png', + Number: 'UA28BT/KJ8-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-078.png', + Number: 'UA28BT/KJ8-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-079.png', + Number: 'UA28BT/KJ8-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-080.png', + Number: 'UA28BT/KJ8-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + // AP + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP01.png', + Number: 'UA28BT/KJ8-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP01_s.png', + Number: 'UA28BT/KJ8-1-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP02.png', + Number: 'UA28BT/KJ8-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP03.png', + Number: 'UA28BT/KJ8-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP03_s.png', + Number: 'UA28BT/KJ8-1-AP03★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP04.png', + Number: 'UA28BT/KJ8-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP05.png', + Number: 'UA28BT/KJ8-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP06.png', + Number: 'UA28BT/KJ8-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP07.png', + Number: 'UA28BT/KJ8-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP08.png', + Number: 'UA28BT/KJ8-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP09.png', + Number: 'UA28BT/KJ8-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP10.png', + Number: 'UA28BT/KJ8-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UA28BT_KJ8-1-AP11.png', + Number: 'UA28BT/KJ8-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua28/UAPR_KJ8-1-010.png', + Number: 'UAPR/KJ8-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua28/UAPR_KJ8-1-041.png', + Number: 'UAPR/KJ8-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UAPR_KJ8-1-055.png', + Number: 'UAPR/KJ8-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua28/UAPR_KJ8-1-055_p1.png', + Number: 'UAPR/KJ8-1-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua28/UAPR_KJ8-1-061.png', + Number: 'UAPR/KJ8-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua28/UAPR_KJ8-P-001.png', + Number: 'UAPR/KJ8-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua29.js b/datas/ua29.js new file mode 100644 index 0000000..9fb467f --- /dev/null +++ b/datas/ua29.js @@ -0,0 +1,3109 @@ +export const cardList = [ + { + imgSrc: '/ua29/EX12BT_KMR-2-001.png', + Number: 'EX12BT/KMR-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-002.png', + Number: 'EX12BT/KMR-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-002_p1.png', + Number: 'EX12BT/KMR-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-003.png', + Number: 'EX12BT/KMR-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-003_p1.png', + Number: 'EX12BT/KMR-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-004.png', + Number: 'EX12BT/KMR-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-005.png', + Number: 'EX12BT/KMR-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-005_p1.png', + Number: 'EX12BT/KMR-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-006.png', + Number: 'EX12BT/KMR-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-006_p1.png', + Number: 'EX12BT/KMR-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-007.png', + Number: 'EX12BT/KMR-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-008.png', + Number: 'EX12BT/KMR-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-009.png', + Number: 'EX12BT/KMR-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-010.png', + Number: 'EX12BT/KMR-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-011.png', + Number: 'EX12BT/KMR-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-012.png', + Number: 'EX12BT/KMR-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-012_p1.png', + Number: 'EX12BT/KMR-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-012_p2.png', + Number: 'EX12BT/KMR-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-013.png', + Number: 'EX12BT/KMR-2-013', + count: 0, + key: false, + maxCount: 10, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-013_p1.png', + Number: 'EX12BT/KMR-2-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-014.png', + Number: 'EX12BT/KMR-2-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-015.png', + Number: 'EX12BT/KMR-2-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-016.png', + Number: 'EX12BT/KMR-2-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-017.png', + Number: 'EX12BT/KMR-2-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-018.png', + Number: 'EX12BT/KMR-2-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-019.png', + Number: 'EX12BT/KMR-2-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-019_p1.png', + Number: 'EX12BT/KMR-2-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-020.png', + Number: 'EX12BT/KMR-2-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-021.png', + Number: 'EX12BT/KMR-2-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-021_p1.png', + Number: 'EX12BT/KMR-2-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-022.png', + Number: 'EX12BT/KMR-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-022_p1.png', + Number: 'EX12BT/KMR-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-023.png', + Number: 'EX12BT/KMR-2-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-024.png', + Number: 'EX12BT/KMR-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-024_p1.png', + Number: 'EX12BT/KMR-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-025.png', + Number: 'EX12BT/KMR-2-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-026.png', + Number: 'EX12BT/KMR-2-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-027.png', + Number: 'EX12BT/KMR-2-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-028.png', + Number: 'EX12BT/KMR-2-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-029.png', + Number: 'EX12BT/KMR-2-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-030.png', + Number: 'EX12BT/KMR-2-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-030_p1.png', + Number: 'EX12BT/KMR-2-030', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-031.png', + Number: 'EX12BT/KMR-2-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-032.png', + Number: 'EX12BT/KMR-2-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-033.png', + Number: 'EX12BT/KMR-2-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-034.png', + Number: 'EX12BT/KMR-2-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-034_p1.png', + Number: 'EX12BT/KMR-2-034', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-035.png', + Number: 'EX12BT/KMR-2-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-035_p1.png', + Number: 'EX12BT/KMR-2-035', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-036.png', + Number: 'EX12BT/KMR-2-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-037.png', + Number: 'EX12BT/KMR-2-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-038.png', + Number: 'EX12BT/KMR-2-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-039.png', + Number: 'EX12BT/KMR-2-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-039_p1.png', + Number: 'EX12BT/KMR-2-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-040.png', + Number: 'EX12BT/KMR-2-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-041.png', + Number: 'EX12BT/KMR-2-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-042.png', + Number: 'EX12BT/KMR-2-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-043.png', + Number: 'EX12BT/KMR-2-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-044.png', + Number: 'EX12BT/KMR-2-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-045.png', + Number: 'EX12BT/KMR-2-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-046.png', + Number: 'EX12BT/KMR-2-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-046_p1.png', + Number: 'EX12BT/KMR-2-046', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-047.png', + Number: 'EX12BT/KMR-2-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-048.png', + Number: 'EX12BT/KMR-2-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-048_p1.png', + Number: 'EX12BT/KMR-2-048', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-049.png', + Number: 'EX12BT/KMR-2-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-049_p1.png', + Number: 'EX12BT/KMR-2-049', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-050.png', + Number: 'EX12BT/KMR-2-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-051.png', + Number: 'EX12BT/KMR-2-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-052.png', + Number: 'EX12BT/KMR-2-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-053.png', + Number: 'EX12BT/KMR-2-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-054.png', + Number: 'EX12BT/KMR-2-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-055.png', + Number: 'EX12BT/KMR-2-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-055_p1.png', + Number: 'EX12BT/KMR-2-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-056.png', + Number: 'EX12BT/KMR-2-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-057.png', + Number: 'EX12BT/KMR-2-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-058.png', + Number: 'EX12BT/KMR-2-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-059.png', + Number: 'EX12BT/KMR-2-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-060.png', + Number: 'EX12BT/KMR-2-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-061.png', + Number: 'EX12BT/KMR-2-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-062.png', + Number: 'EX12BT/KMR-2-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-063.png', + Number: 'EX12BT/KMR-2-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-064.png', + Number: 'EX12BT/KMR-2-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-065.png', + Number: 'EX12BT/KMR-2-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-066.png', + Number: 'EX12BT/KMR-2-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-067.png', + Number: 'EX12BT/KMR-2-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-068.png', + Number: 'EX12BT/KMR-2-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-068_p1.png', + Number: 'EX12BT/KMR-2-068', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-069.png', + Number: 'EX12BT/KMR-2-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-069_p1.png', + Number: 'EX12BT/KMR-2-069', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-070.png', + Number: 'EX12BT/KMR-2-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-071.png', + Number: 'EX12BT/KMR-2-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-072.png', + Number: 'EX12BT/KMR-2-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-073.png', + Number: 'EX12BT/KMR-2-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-073_p1.png', + Number: 'EX12BT/KMR-2-073', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-074.png', + Number: 'EX12BT/KMR-2-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-075.png', + Number: 'EX12BT/KMR-2-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-076.png', + Number: 'EX12BT/KMR-2-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-077.png', + Number: 'EX12BT/KMR-2-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-078.png', + Number: 'EX12BT/KMR-2-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-079.png', + Number: 'EX12BT/KMR-2-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-079_p1.png', + Number: 'EX12BT/KMR-2-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-080.png', + Number: 'EX12BT/KMR-2-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-081.png', + Number: 'EX12BT/KMR-2-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-082.png', + Number: 'EX12BT/KMR-2-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-083.png', + Number: 'EX12BT/KMR-2-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-083_p1.png', + Number: 'EX12BT/KMR-2-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-084.png', + Number: 'EX12BT/KMR-2-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-084_p1.png', + Number: 'EX12BT/KMR-2-084', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-085.png', + Number: 'EX12BT/KMR-2-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-086.png', + Number: 'EX12BT/KMR-2-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-087.png', + Number: 'EX12BT/KMR-2-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-088.png', + Number: 'EX12BT/KMR-2-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-089.png', + Number: 'EX12BT/KMR-2-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-089_p1.png', + Number: 'EX12BT/KMR-2-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-090.png', + Number: 'EX12BT/KMR-2-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-091.png', + Number: 'EX12BT/KMR-2-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-092.png', + Number: 'EX12BT/KMR-2-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-093.png', + Number: 'EX12BT/KMR-2-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-093_p1.png', + Number: 'EX12BT/KMR-2-093', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-094.png', + Number: 'EX12BT/KMR-2-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-094_p1.png', + Number: 'EX12BT/KMR-2-094', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-095.png', + Number: 'EX12BT/KMR-2-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-096.png', + Number: 'EX12BT/KMR-2-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-097.png', + Number: 'EX12BT/KMR-2-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-098.png', + Number: 'EX12BT/KMR-2-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-099.png', + Number: 'EX12BT/KMR-2-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-100.png', + Number: 'EX12BT/KMR-2-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-AP01.png', + Number: 'EX12BT/KMR-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-AP01_p1.png', + Number: 'EX12BT/KMR-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-AP02.png', + Number: 'EX12BT/KMR-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-AP03.png', + Number: 'EX12BT/KMR-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-AP04.png', + Number: 'EX12BT/KMR-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-AP02.png', + Number: 'EX12BT/KMR-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/EX12BT_KMR-2-AP02.png', + Number: 'EX12BT/KMR-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UA29 + { + imgSrc: '/ua29/UA29BT_KMR-1-001.png', + Number: 'UA29BT/KMR-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-001_p1.png', + Number: 'UA29BT/KMR-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-002.png', + Number: 'UA29BT/KMR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-002_p1.png', + Number: 'UA29BT/KMR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-003.png', + Number: 'UA29BT/KMR-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-004.png', + Number: 'UA29BT/KMR-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-004_p1.png', + Number: 'UA29BT/KMR-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-005.png', + Number: 'UA29BT/KMR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-005_p1.png', + Number: 'UA29BT/KMR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-006.png', + Number: 'UA29BT/KMR-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-007.png', + Number: 'UA29BT/KMR-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-008.png', + Number: 'UA29BT/KMR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-008_p1.png', + Number: 'UA29BT/KMR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-009.png', + Number: 'UA29BT/KMR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-009_p1.png', + Number: 'UA29BT/KMR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-010.png', + Number: 'UA29BT/KMR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-011.png', + Number: 'UA29BT/KMR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-012.png', + Number: 'UA29BT/KMR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-013.png', + Number: 'UA29BT/KMR-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-014.png', + Number: 'UA29BT/KMR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-015.png', + Number: 'UA29BT/KMR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-016.png', + Number: 'UA29BT/KMR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-017.png', + Number: 'UA29BT/KMR-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-018.png', + Number: 'UA29BT/KMR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-018_p1.png', + Number: 'UA29BT/KMR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-019.png', + Number: 'UA29BT/KMR-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-019_p1.png', + Number: 'UA29BT/KMR-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-020.png', + Number: 'UA29BT/KMR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-021.png', + Number: 'UA29BT/KMR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-021_p1.png', + Number: 'UA29BT/KMR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-021_p2.png', + Number: 'UA29BT/KMR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-022.png', + Number: 'UA29BT/KMR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-023.png', + Number: 'UA29BT/KMR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-024.png', + Number: 'UA29BT/KMR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-025.png', + Number: 'UA29BT/KMR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-026.png', + Number: 'UA29BT/KMR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-027.png', + Number: 'UA29BT/KMR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-028.png', + Number: 'UA29BT/KMR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-029.png', + Number: 'UA29BT/KMR-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-030.png', + Number: 'UA29BT/KMR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-031.png', + Number: 'UA29BT/KMR-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-032.png', + Number: 'UA29BT/KMR-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-033.png', + Number: 'UA29BT/KMR-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-034.png', + Number: 'UA29BT/KMR-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-035.png', + Number: 'UA29BT/KMR-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-036.png', + Number: 'UA29BT/KMR-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-037.png', + Number: 'UA29BT/KMR-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-038.png', + Number: 'UA29BT/KMR-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-039.png', + Number: 'UA29BT/KMR-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-039_p1.png', + Number: 'UA29BT/KMR-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-040.png', + Number: 'UA29BT/KMR-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-041.png', + Number: 'UA29BT/KMR-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-041_p1.png', + Number: 'UA29BT/KMR-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-042.png', + Number: 'UA29BT/KMR-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-043.png', + Number: 'UA29BT/KMR-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-044.png', + Number: 'UA29BT/KMR-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-044_p1.png', + Number: 'UA29BT/KMR-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-045.png', + Number: 'UA29BT/KMR-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-046.png', + Number: 'UA29BT/KMR-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-047.png', + Number: 'UA29BT/KMR-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-047_p1.png', + Number: 'UA29BT/KMR-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-048.png', + Number: 'UA29BT/KMR-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-049.png', + Number: 'UA29BT/KMR-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-050.png', + Number: 'UA29BT/KMR-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-051.png', + Number: 'UA29BT/KMR-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-051_p1.png', + Number: 'UA29BT/KMR-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-052.png', + Number: 'UA29BT/KMR-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-052_p1.png', + Number: 'UA29BT/KMR-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-053.png', + Number: 'UA29BT/KMR-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-053_p1.png', + Number: 'UA29BT/KMR-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-054.png', + Number: 'UA29BT/KMR-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-055.png', + Number: 'UA29BT/KMR-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-056.png', + Number: 'UA29BT/KMR-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-057.png', + Number: 'UA29BT/KMR-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-058.png', + Number: 'UA29BT/KMR-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-059.png', + Number: 'UA29BT/KMR-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-060.png', + Number: 'UA29BT/KMR-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-061.png', + Number: 'UA29BT/KMR-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-062.png', + Number: 'UA29BT/KMR-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-062_p1.png', + Number: 'UA29BT/KMR-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-063.png', + Number: 'UA29BT/KMR-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-064.png', + Number: 'UA29BT/KMR-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-065.png', + Number: 'UA29BT/KMR-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-066.png', + Number: 'UA29BT/KMR-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-067.png', + Number: 'UA29BT/KMR-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-068.png', + Number: 'UA29BT/KMR-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-069.png', + Number: 'UA29BT/KMR-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-070.png', + Number: 'UA29BT/KMR-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-070_p1.png', + Number: 'UA29BT/KMR-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-071.png', + Number: 'UA29BT/KMR-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-071_p1.png', + Number: 'UA29BT/KMR-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-072.png', + Number: 'UA29BT/KMR-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-073.png', + Number: 'UA29BT/KMR-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-074.png', + Number: 'UA29BT/KMR-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-075.png', + Number: 'UA29BT/KMR-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-076.png', + Number: 'UA29BT/KMR-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-076_p1.png', + Number: 'UA29BT/KMR-1-076', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-077.png', + Number: 'UA29BT/KMR-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-078.png', + Number: 'UA29BT/KMR-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-079.png', + Number: 'UA29BT/KMR-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-079_p1.png', + Number: 'UA29BT/KMR-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-080.png', + Number: 'UA29BT/KMR-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-081.png', + Number: 'UA29BT/KMR-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-081_p1.png', + Number: 'UA29BT/KMR-1-081', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-082.png', + Number: 'UA29BT/KMR-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-083.png', + Number: 'UA29BT/KMR-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-084.png', + Number: 'UA29BT/KMR-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-085.png', + Number: 'UA29BT/KMR-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-085_p1.png', + Number: 'UA29BT/KMR-1-085', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-086.png', + Number: 'UA29BT/KMR-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-086_p1.png', + Number: 'UA29BT/KMR-1-086', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-087.png', + Number: 'UA29BT/KMR-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-088.png', + Number: 'UA29BT/KMR-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-089.png', + Number: 'UA29BT/KMR-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-089_p1.png', + Number: 'UA29BT/KMR-1-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-090.png', + Number: 'UA29BT/KMR-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-090_p1.png', + Number: 'UA29BT/KMR-1-090', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-091.png', + Number: 'UA29BT/KMR-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-092.png', + Number: 'UA29BT/KMR-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-092_p1.png', + Number: 'UA29BT/KMR-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-093.png', + Number: 'UA29BT/KMR-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-093_p1.png', + Number: 'UA29BT/KMR-1-093', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-094.png', + Number: 'UA29BT/KMR-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-095.png', + Number: 'UA29BT/KMR-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-096.png', + Number: 'UA29BT/KMR-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-097.png', + Number: 'UA29BT/KMR-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-098.png', + Number: 'UA29BT/KMR-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-099.png', + Number: 'UA29BT/KMR-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-100.png', + Number: 'UA29BT/KMR-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // AP + { + imgSrc: '/ua29/UA29BT_KMR-1-AP01.png', + Number: 'UA29BT/KMR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-AP01_s.png', + Number: 'UA29BT/KMR-1-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-AP02.png', + Number: 'UA29BT/KMR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-AP03.png', + Number: 'UA29BT/KMR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-AP04.png', + Number: 'UA29BT/KMR-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-AP05.png', + Number: 'UA29BT/KMR-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/UA29BT_KMR-1-AP06.png', + Number: 'UA29BT/KMR-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua29/UA29ST_KMR-1-016.png', + Number: 'UA29ST/KMR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-017.png', + Number: 'UA29ST/KMR-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-018.png', + Number: 'UA29ST/KMR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-023.png', + Number: 'UA29ST/KMR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-025.png', + Number: 'UA29ST/KMR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-026.png', + Number: 'UA29ST/KMR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-027.png', + Number: 'UA29ST/KMR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-032.png', + Number: 'UA29ST/KMR-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-033.png', + Number: 'UA29ST/KMR-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-101.png', + Number: 'UA29ST/KMR-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-102.png', + Number: 'UA29ST/KMR-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-103.png', + Number: 'UA29ST/KMR-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-104.png', + Number: 'UA29ST/KMR-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR',trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-105.png', + Number: 'UA29ST/KMR-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-106.png', + Number: 'UA29ST/KMR-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-107.png', + Number: 'UA29ST/KMR-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-108.png', + Number: 'UA29ST/KMR-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-109.png', + Number: 'UA29ST/KMR-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-110.png', + Number: 'UA29ST/KMR-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-110_p1.png', + Number: 'UA29ST/KMR-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-111.png', + Number: 'UA29ST/KMR-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-111_p1.png', + Number: 'UA29ST/KMR-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-112.png', + Number: 'UA29ST/KMR-1-112', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-112_p1.png', + Number: 'UA29ST/KMR-1-112', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-113.png', + Number: 'UA29ST/KMR-1-113', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UA29ST_KMR-1-113_p1.png', + Number: 'UA29ST/KMR-1-113', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua29/UA29ST_KMR-1-AP01.png', + Number: 'UA29ST/KMR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua29/UAPB_KMR-AP01.png', + Number: 'UAPB/KMR-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + + { + imgSrc: '/ua29/UAPR_KMR-1-021.png', + Number: 'UAPR/KMR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua29/UAPR_KMR-1-021_p1.png', + Number: 'UAPR/KMR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua29/UAPR_KMR-1-022.png', + Number: 'UAPR/KMR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua29/UAPR_KMR-1-023.png', + Number: 'UAPR/KMR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua29/UAPR_KMR-1-039.png', + Number: 'UAPR/KMR-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'OBC', + trigger: null, + }, + { + imgSrc: '/ua29/UAPR_KMR-1-039_p1.png', + Number: 'UAPR/KMR-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'OBC', + trigger: null, + }, + { + imgSrc: '/ua29/UAPR_KMR-2-011.png', + Number: 'UAPR/KMR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua29/UAPR_KMR-2-052.png', + Number: 'UAPR/KMR-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UAPR_KMR-2-085.png', + Number: 'UAPR/KMR-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua29/UAPR_KMR-P-001.png', + Number: 'UAPR/KMR-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, + { + imgSrc: '/ua29/UAPR_KMR-P-002.png', + Number: 'UAPR/KMR-P-002', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; \ No newline at end of file diff --git a/datas/ua30.js b/datas/ua30.js new file mode 100644 index 0000000..e342215 --- /dev/null +++ b/datas/ua30.js @@ -0,0 +1,2859 @@ +export const cardList = [ + { + imgSrc: '/ua30/EX11BT_ARK-2-001.png', + Number: 'EX11BT/ARK-2-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-002.png', + Number: 'EX11BT/ARK-2-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-003.png', + Number: 'EX11BT/ARK-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-003_p1.png', + Number: 'EX11BT/ARK-2-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-004.png', + Number: 'EX11BT/ARK-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-004_p1.png', + Number: 'EX11BT/ARK-2-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-005.png', + Number: 'EX11BT/ARK-2-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-006.png', + Number: 'EX11BT/ARK-2-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-007.png', + Number: 'EX11BT/ARK-2-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-008.png', + Number: 'EX11BT/ARK-2-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-009.png', + Number: 'EX11BT/ARK-2-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-010.png', + Number: 'EX11BT/ARK-2-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-011.png', + Number: 'EX11BT/ARK-2-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-012.png', + Number: 'EX11BT/ARK-2-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-013.png', + Number: 'EX11BT/ARK-2-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-014.png', + Number: 'EX11BT/ARK-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-014_p1.png', + Number: 'EX11BT/ARK-2-014', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-015.png', + Number: 'EX11BT/ARK-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-015_p1.png', + Number: 'EX11BT/ARK-2-015', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-016.png', + Number: 'EX11BT/ARK-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-017.png', + Number: 'EX11BT/ARK-2-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-017_p1.png', + Number: 'EX11BT/ARK-2-017', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-018.png', + Number: 'EX11BT/ARK-2-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-019.png', + Number: 'EX11BT/ARK-2-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-020.png', + Number: 'EX11BT/ARK-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-020_p1.png', + Number: 'EX11BT/ARK-2-020', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-021.png', + Number: 'EX11BT/ARK-2-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-022.png', + Number: 'EX11BT/ARK-2-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-023.png', + Number: 'EX11BT/ARK-2-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-023_p1.png', + Number: 'EX11BT/ARK-2-023', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-024.png', + Number: 'EX11BT/ARK-2-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-025.png', + Number: 'EX11BT/ARK-2-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-026.png', + Number: 'EX11BT/ARK-2-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-027.png', + Number: 'EX11BT/ARK-2-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-027_p1.png', + Number: 'EX11BT/ARK-2-027', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-028.png', + Number: 'EX11BT/ARK-2-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-029.png', + Number: 'EX11BT/ARK-2-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'FINAL', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-030.png', + Number: 'EX11BT/ARK-2-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-031.png', + Number: 'EX11BT/ARK-2-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-032.png', + Number: 'EX11BT/ARK-2-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-033.png', + Number: 'EX11BT/ARK-2-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-033_p1.png', + Number: 'EX11BT/ARK-2-033', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-034.png', + Number: 'EX11BT/ARK-2-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-035.png', + Number: 'EX11BT/ARK-2-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-036.png', + Number: 'EX11BT/ARK-2-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-036_p1.png', + Number: 'EX11BT/ARK-2-036', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-037.png', + Number: 'EX11BT/ARK-2-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-038.png', + Number: 'EX11BT/ARK-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-038_p1.png', + Number: 'EX11BT/ARK-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-038_p2.png', + Number: 'EX11BT/ARK-2-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-039.png', + Number: 'EX11BT/ARK-2-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-040.png', + Number: 'EX11BT/ARK-2-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-041.png', + Number: 'EX11BT/ARK-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-041_p1.png', + Number: 'EX11BT/ARK-2-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-042.png', + Number: 'EX11BT/ARK-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-042_p1.png', + Number: 'EX11BT/ARK-2-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-043.png', + Number: 'EX11BT/ARK-2-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-044.png', + Number: 'EX11BT/ARK-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-044_p1.png', + Number: 'EX11BT/ARK-2-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-045.png', + Number: 'EX11BT/ARK-2-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-046.png', + Number: 'EX11BT/ARK-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-046_p1.png', + Number: 'EX11BT/ARK-2-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-047.png', + Number: 'EX11BT/ARK-2-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-048.png', + Number: 'EX11BT/ARK-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-049.png', + Number: 'EX11BT/ARK-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-050.png', + Number: 'EX11BT/ARK-2-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-05_p1.png', + Number: 'EX11BT/ARK-2-050', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-051.png', + Number: 'EX11BT/ARK-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-051_p1.png', + Number: 'EX11BT/ARK-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-051_p2.png', + Number: 'EX11BT/ARK-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-052.png', + Number: 'EX11BT/ARK-2-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-053.png', + Number: 'EX11BT/ARK-2-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-054.png', + Number: 'EX11BT/ARK-2-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-055.png', + Number: 'EX11BT/ARK-2-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-056.png', + Number: 'EX11BT/ARK-2-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-057.png', + Number: 'EX11BT/ARK-2-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-058.png', + Number: 'EX11BT/ARK-2-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-058_p1.png', + Number: 'EX11BT/ARK-2-058', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-059.png', + Number: 'EX11BT/ARK-2-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-060.png', + Number: 'EX11BT/ARK-2-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-061.png', + Number: 'EX11BT/ARK-2-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-062.png', + Number: 'EX11BT/ARK-2-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-062_p1.png', + Number: 'EX11BT/ARK-2-062', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-063.png', + Number: 'EX11BT/ARK-2-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-063_p1.png', + Number: 'EX11BT/ARK-2-063', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-064.png', + Number: 'EX11BT/ARK-2-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-065.png', + Number: 'EX11BT/ARK-2-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-066.png', + Number: 'EX11BT/ARK-2-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-066_p1.png', + Number: 'EX11BT/ARK-2-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-067.png', + Number: 'EX11BT/ARK-2-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-068.png', + Number: 'EX11BT/ARK-2-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-069.png', + Number: 'EX11BT/ARK-2-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-069_p1.png', + Number: 'EX11BT/ARK-2-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-070.png', + Number: 'EX11BT/ARK-2-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-071.png', + Number: 'EX11BT/ARK-2-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-071_p1.png', + Number: 'EX11BT/ARK-2-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-072.png', + Number: 'EX11BT/ARK-2-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-073.png', + Number: 'EX11BT/ARK-2-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-AP01.png', + Number: 'EX11BT/ARK-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-AP01_p1.png', + Number: 'EX11BT/ARK-2-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-AP02.png', + Number: 'EX11BT/ARK-2-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-AP03.png', + Number: 'EX11BT/ARK-2-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-AP04.png', + Number: 'EX11BT/ARK-2-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-AP05.png', + Number: 'EX11BT/ARK-2-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/EX11BT_ARK-2-AP06.png', + Number: 'EX11BT/ARK-2-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UA30BT + { + imgSrc: '/ua30/UA30BT_ARK-1-001.png', + Number: 'UA30BT/ARK-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-002.png', + Number: 'UA30BT/ARK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-003.png', + Number: 'UA30BT/ARK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-004.png', + Number: 'UA30BT/ARK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-005.png', + Number: 'UA30BT/ARK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-006.png', + Number: 'UA30BT/ARK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-006_p1.png', + Number: 'UA30BT/ARK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-007.png', + Number: 'UA30BT/ARK-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-008.png', + Number: 'UA30BT/ARK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-008_p1.png', + Number: 'UA30BT/ARK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-009.png', + Number: 'UA30BT/ARK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-010.png', + Number: 'UA30BT/ARK-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-011.png', + Number: 'UA30BT/ARK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-011_p1.png', + Number: 'UA30BT/ARK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-012.png', + Number: 'UA30BT/ARK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-012_p1.png', + Number: 'UA30BT/ARK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-013.png', + Number: 'UA30BT/ARK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-014.png', + Number: 'UA30BT/ARK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-015.png', + Number: 'UA30BT/ARK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-015_p1.png', + Number: 'UA30BT/ARK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-016.png', + Number: 'UA30BT/ARK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-017.png', + Number: 'UA30BT/ARK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-018.png', + Number: 'UA30BT/ARK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-019.png', + Number: 'UA30BT/ARK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-019_p1.png', + Number: 'UA30BT/ARK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-020.png', + Number: 'UA30BT/ARK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-021.png', + Number: 'UA30BT/ARK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-021_p1.png', + Number: 'UA30BT/ARK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-022.png', + Number: 'UA30BT/ARK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-023.png', + Number: 'UA30BT/ARK-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-024.png', + Number: 'UA30BT/ARK-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-025.png', + Number: 'UA30BT/ARK-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-026.png', + Number: 'UA30BT/ARK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-026_p1.png', + Number: 'UA30BT/ARK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-027.png', + Number: 'UA30BT/ARK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-027_p1.png', + Number: 'UA30BT/ARK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-027_p2.png', + Number: 'UA30BT/ARK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-028.png', + Number: 'UA30BT/ARK-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-029.png', + Number: 'UA30BT/ARK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-030.png', + Number: 'UA30BT/ARK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-031.png', + Number: 'UA30BT/ARK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-032.png', + Number: 'UA30BT/ARK-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-033.png', + Number: 'UA30BT/ARK-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-034.png', + Number: 'UA30BT/ARK-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-035.png', + Number: 'UA30BT/ARK-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-036.png', + Number: 'UA30BT/ARK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-037.png', + Number: 'UA30BT/ARK-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-038.png', + Number: 'UA30BT/ARK-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-039.png', + Number: 'UA30BT/ARK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-040.png', + Number: 'UA30BT/ARK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-041.png', + Number: 'UA30BT/ARK-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-041_p1.png', + Number: 'UA30BT/ARK-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-042.png', + Number: 'UA30BT/ARK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-042_p1.png', + Number: 'UA30BT/ARK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-042_p2.png', + Number: 'UA30BT/ARK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-043.png', + Number: 'UA30BT/ARK-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-044.png', + Number: 'UA30BT/ARK-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-044_p1.png', + Number: 'UA30BT/ARK-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-045.png', + Number: 'UA30BT/ARK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-046.png', + Number: 'UA30BT/ARK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-047.png', + Number: 'UA30BT/ARK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-047_p1.png', + Number: 'UA30BT/ARK-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-048.png', + Number: 'UA30BT/ARK-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-048_p1.png', + Number: 'UA30BT/ARK-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-049.png', + Number: 'UA30BT/ARK-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-050.png', + Number: 'UA30BT/ARK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-051.png', + Number: 'UA30BT/ARK-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-052.png', + Number: 'UA30BT/ARK-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-053.png', + Number: 'UA30BT/ARK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-053_p1.png', + Number: 'UA30BT/ARK-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-054.png', + Number: 'UA30BT/ARK-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-055.png', + Number: 'UA30BT/ARK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-055_p1.png', + Number: 'UA30BT/ARK-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-056.png', + Number: 'UA30BT/ARK-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-057.png', + Number: 'UA30BT/ARK-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-058.png', + Number: 'UA30BT/ARK-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-058_p1.png', + Number: 'UA30BT/ARK-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-059.png', + Number: 'UA30BT/ARK-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-059_p1.png', + Number: 'UA30BT/ARK-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-060.png', + Number: 'UA30BT/ARK-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-060_p1.png', + Number: 'UA30BT/ARK-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-061.png', + Number: 'UA30BT/ARK-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-062.png', + Number: 'UA30BT/ARK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-063.png', + Number: 'UA30BT/ARK-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-064.png', + Number: 'UA30BT/ARK-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-065.png', + Number: 'UA30BT/ARK-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-066.png', + Number: 'UA30BT/ARK-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-067.png', + Number: 'UA30BT/ARK-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-067_p1.png', + Number: 'UA30BT/ARK-1-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-068.png', + Number: 'UA30BT/ARK-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-069.png', + Number: 'UA30BT/ARK-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-070.png', + Number: 'UA30BT/ARK-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-071.png', + Number: 'UA30BT/ARK-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-072.png', + Number: 'UA30BT/ARK-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-072_p1.png', + Number: 'UA30BT/ARK-1-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-073.png', + Number: 'UA30BT/ARK-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-074.png', + Number: 'UA30BT/ARK-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-075.png', + Number: 'UA30BT/ARK-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-076.png', + Number: 'UA30BT/ARK-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-076_p1.png', + Number: 'UA30BT/ARK-1-076', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-077.png', + Number: 'UA30BT/ARK-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-078.png', + Number: 'UA30BT/ARK-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-079.png', + Number: 'UA30BT/ARK-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-079_p1.png', + Number: 'UA30BT/ARK-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-080.png', + Number: 'UA30BT/ARK-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-081.png', + Number: 'UA30BT/ARK-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-082.png', + Number: 'UA30BT/ARK-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-083.png', + Number: 'UA30BT/ARK-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-083_p1.png', + Number: 'UA30BT/ARK-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-084.png', + Number: 'UA30BT/ARK-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-085.png', + Number: 'UA30BT/ARK-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-086.png', + Number: 'UA30BT/ARK-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-086_p1.png', + Number: 'UA30BT/ARK-1-086', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-087.png', + Number: 'UA30BT/ARK-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-087_p1.png', + Number: 'UA30BT/ARK-1-087', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-088.png', + Number: 'UA30BT/ARK-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-089.png', + Number: 'UA30BT/ARK-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-090.png', + Number: 'UA30BT/ARK-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-091.png', + Number: 'UA30BT/ARK-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-092.png', + Number: 'UA30BT/ARK-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-092_p1.png', + Number: 'UA30BT/ARK-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-093.png', + Number: 'UA30BT/ARK-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-094.png', + Number: 'UA30BT/ARK-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-094_p1.png', + Number: 'UA30BT/ARK-1-094', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-095.png', + Number: 'UA30BT/ARK-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-096.png', + Number: 'UA30BT/ARK-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-097.png', + Number: 'UA30BT/ARK-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-098.png', + Number: 'UA30BT/ARK-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-099.png', + Number: 'UA30BT/ARK-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-100.png', + Number: 'UA30BT/ARK-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + // AP + { + imgSrc: '/ua30/UA30BT_ARK-1-AP01.png', + Number: 'UA30BT/ARK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-AP01_s.png', + Number: 'UA30BT/ARK-1-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-AP02.png', + Number: 'UA30BT/ARK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-AP03.png', + Number: 'UA30BT/ARK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-AP04.png', + Number: 'UA30BT/ARK-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-AP05.png', + Number: 'UA30BT/ARK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/UA30BT_ARK-1-AP06.png', + Number: 'UA30BT/ARK-1-AP06', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua30/UA30ST_ARK-1-035.png', + Number: 'UA30ST/ARK-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-036.png', + Number: 'UA30ST/ARK-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-039.png', + Number: 'UA30ST/ARK-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-046.png', + Number: 'UA30ST/ARK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-049.png', + Number: 'UA30ST/ARK-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-050.png', + Number: 'UA30ST/ARK-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-051.png', + Number: 'UA30ST/ARK-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-062.png', + Number: 'UA30ST/ARK-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-064.png', + Number: 'UA30ST/ARK-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-101.png', + Number: 'UA30ST/ARK-1-101', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-102.png', + Number: 'UA30ST/ARK-1-102', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-103.png', + Number: 'UA30ST/ARK-1-103', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-104.png', + Number: 'UA30ST/ARK-1-104', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-105.png', + Number: 'UA30ST/ARK-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-106.png', + Number: 'UA30ST/ARK-1-106', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-107.png', + Number: 'UA30ST/ARK-1-107', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-108.png', + Number: 'UA30ST/ARK-1-108', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-109.png', + Number: 'UA30ST/ARK-1-109', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-110.png', + Number: 'UA30ST/ARK-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-110_p1.png', + Number: 'UA30ST/ARK-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-111.png', + Number: 'UA30ST/ARK-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-111_p1.png', + Number: 'UA30ST/ARK-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-112.png', + Number: 'UA30ST/ARK-1-112', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-112_p1.png', + Number: 'UA30ST/ARK-1-112', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-113.png', + Number: 'UA30ST/ARK-1-113', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua30/UA30ST_ARK-1-113_p1.png', + Number: 'UA30ST/ARK-1-113', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua30/UA30ST_ARK-1-AP01.png', + Number: 'UA30ST/ARK-1-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua30/UAPB_ARK-AP01.png', + Number: 'UAPB/ARK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua30/UAPR_ARK-1-014.png', + Number: 'UAPR/ARK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-1-040.png', + Number: 'UAPR/ARK-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UAPR_ARK-1-042.png', + Number: 'UAPR/ARK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-1-042_p1.png', + Number: 'UAPR/ARK-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-1-045.png', + Number: 'UAPR/ARK-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-1-046.png', + Number: 'UAPR/ARK-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-1-077.png', + Number: 'UAPR/ARK-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-1-084.png', + Number: 'UAPR/ARK-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-2-016.png', + Number: 'UAPR/ARK-2-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-2-048.png', + Number: 'UAPR/ARK-2-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-2-049.png', + Number: 'UAPR/ARK-2-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua30/UAPR_ARK-2-051.png', + Number: 'UAPR/ARK-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-2-051_p1.png', + Number: 'UAPR/ARK-2-051', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua30/UAPR_ARK-P-001.png', + Number: 'UAPR/ARK-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, + { + imgSrc: '/ua30/UAPR_ARK-P-002.png', + Number: 'UAPR/ARK-P-002', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua31.js b/datas/ua31.js new file mode 100644 index 0000000..7cd6d61 --- /dev/null +++ b/datas/ua31.js @@ -0,0 +1,1699 @@ +export const cardList = [ + { + imgSrc: '/ua31/UA31BT_MMM-1-001.png', + Number: 'UA31BT/MMM-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-001_p1.png', + Number: 'UA31BT/MMM-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-002.png', + Number: 'UA31BT/MMM-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-002_p1.png', + Number: 'UA31BT/MMM-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-002_p2.png', + Number: 'UA31BT/MMM-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-003.png', + Number: 'UA31BT/MMM-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-003_p1.png', + Number: 'UA31BT/MMM-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-004.png', + Number: 'UA31BT/MMM-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-005.png', + Number: 'UA31BT/MMM-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-005_p1.png', + Number: 'UA31BT/MMM-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-006.png', + Number: 'UA31BT/MMM-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-007.png', + Number: 'UA31BT/MMM-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-008.png', + Number: 'UA31BT/MMM-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-008_p1.png', + Number: 'UA31BT/MMM-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-009.png', + Number: 'UA31BT/MMM-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-010.png', + Number: 'UA31BT/MMM-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-011.png', + Number: 'UA31BT/MMM-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-012.png', + Number: 'UA31BT/MMM-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-013.png', + Number: 'UA31BT/MMM-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-013_p1.png', + Number: 'UA31BT/MMM-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-014.png', + Number: 'UA31BT/MMM-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-015.png', + Number: 'UA31BT/MMM-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-016.png', + Number: 'UA31BT/MMM-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-017.png', + Number: 'UA31BT/MMM-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-018.png', + Number: 'UA31BT/MMM-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-019.png', + Number: 'UA31BT/MMM-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-019_p1.png', + Number: 'UA31BT/MMM-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-020.png', + Number: 'UA31BT/MMM-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-020_p1.png', + Number: 'UA31BT/MMM-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-021.png', + Number: 'UA31BT/MMM-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-022.png', + Number: 'UA31BT/MMM-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-023.png', + Number: 'UA31BT/MMM-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-024.png', + Number: 'UA31BT/MMM-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-025.png', + Number: 'UA31BT/MMM-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-026.png', + Number: 'UA31BT/MMM-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-026_p1.png', + Number: 'UA31BT/MMM-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-027.png', + Number: 'UA31BT/MMM-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-028.png', + Number: 'UA31BT/MMM-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-029.png', + Number: 'UA31BT/MMM-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-030.png', + Number: 'UA31BT/MMM-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-031.png', + Number: 'UA31BT/MMM-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-032.png', + Number: 'UA31BT/MMM-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-033.png', + Number: 'UA31BT/MMM-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-034.png', + Number: 'UA31BT/MMM-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-035.png', + Number: 'UA31BT/MMM-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-036.png', + Number: 'UA31BT/MMM-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-036_p1.png', + Number: 'UA31BT/MMM-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-036_p2.png', + Number: 'UA31BT/MMM-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-037.png', + Number: 'UA31BT/MMM-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-038.png', + Number: 'UA31BT/MMM-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-039.png', + Number: 'UA31BT/MMM-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-040.png', + Number: 'UA31BT/MMM-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-041.png', + Number: 'UA31BT/MMM-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-041_p1.png', + Number: 'UA31BT/MMM-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-042.png', + Number: 'UA31BT/MMM-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-042_p1.png', + Number: 'UA31BT/MMM-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-043.png', + Number: 'UA31BT/MMM-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-044.png', + Number: 'UA31BT/MMM-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-044_p1.png', + Number: 'UA31BT/MMM-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-045.png', + Number: 'UA31BT/MMM-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-046.png', + Number: 'UA31BT/MMM-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-047.png', + Number: 'UA31BT/MMM-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-048.png', + Number: 'UA31BT/MMM-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-049.png', + Number: 'UA31BT/MMM-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-050.png', + Number: 'UA31BT/MMM-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-051.png', + Number: 'UA31BT/MMM-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-052.png', + Number: 'UA31BT/MMM-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-052_p1.png', + Number: 'UA31BT/MMM-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-053.png', + Number: 'UA31BT/MMM-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-054.png', + Number: 'UA31BT/MMM-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-055.png', + Number: 'UA31BT/MMM-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-056.png', + Number: 'UA31BT/MMM-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-056_p1.png', + Number: 'UA31BT/MMM-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-057.png', + Number: 'UA31BT/MMM-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-058.png', + Number: 'UA31BT/MMM-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-059.png', + Number: 'UA31BT/MMM-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-060.png', + Number: 'UA31BT/MMM-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-060_p1.png', + Number: 'UA31BT/MMM-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-061.png', + Number: 'UA31BT/MMM-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-062.png', + Number: 'UA31BT/MMM-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-063.png', + Number: 'UA31BT/MMM-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-064.png', + Number: 'UA31BT/MMM-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-065.png', + Number: 'UA31BT/MMM-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-066.png', + Number: 'UA31BT/MMM-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-067.png', + Number: 'UA31BT/MMM-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-068.png', + Number: 'UA31BT/MMM-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-069.png', + Number: 'UA31BT/MMM-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-069_p1.png', + Number: 'UA31BT/MMM-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-070.png', + Number: 'UA31BT/MMM-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-071.png', + Number: 'UA31BT/MMM-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-072.png', + Number: 'UA31BT/MMM-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-073.png', + Number: 'UA31BT/MMM-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-074.png', + Number: 'UA31BT/MMM-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-074_p1.png', + Number: 'UA31BT/MMM-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-075.png', + Number: 'UA31BT/MMM-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-075_p1.png', + Number: 'UA31BT/MMM-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-076.png', + Number: 'UA31BT/MMM-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-077.png', + Number: 'UA31BT/MMM-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-077_p1.png', + Number: 'UA31BT/MMM-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-078.png', + Number: 'UA31BT/MMM-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-078_p1.png', + Number: 'UA31BT/MMM-1-078', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-079.png', + Number: 'UA31BT/MMM-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-080.png', + Number: 'UA31BT/MMM-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-081.png', + Number: 'UA31BT/MMM-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-082.png', + Number: 'UA31BT/MMM-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-082_p1.png', + Number: 'UA31BT/MMM-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-083.png', + Number: 'UA31BT/MMM-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-083_p1.png', + Number: 'UA31BT/MMM-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-084.png', + Number: 'UA31BT/MMM-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-085.png', + Number: 'UA31BT/MMM-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-085_p1.png', + Number: 'UA31BT/MMM-1-085', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-086.png', + Number: 'UA31BT/MMM-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-087.png', + Number: 'UA31BT/MMM-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-088.png', + Number: 'UA31BT/MMM-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-089.png', + Number: 'UA31BT/MMM-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-089_p1.png', + Number: 'UA31BT/MMM-1-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-090.png', + Number: 'UA31BT/MMM-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-090_p1.png', + Number: 'UA31BT/MMM-1-090', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-091.png', + Number: 'UA31BT/MMM-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-092.png', + Number: 'UA31BT/MMM-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-093.png', + Number: 'UA31BT/MMM-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-094.png', + Number: 'UA31BT/MMM-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-095.png', + Number: 'UA31BT/MMM-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-096.png', + Number: 'UA31BT/MMM-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-097.png', + Number: 'UA31BT/MMM-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-098.png', + Number: 'UA31BT/MMM-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-099.png', + Number: 'UA31BT/MMM-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-100.png', + Number: 'UA31BT/MMM-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // AP + { + imgSrc: '/ua31/UA31BT_MMM-1-AP01.png', + Number: 'UA31BT/MMM-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-AP01_s.png', + Number: 'UA31BT/MMM-1-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-AP02.png', + Number: 'UA31BT/MMM-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-AP02_s.png', + Number: 'UA31BT/MMM-1-AP02★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-AP03.png', + Number: 'UA31BT/MMM-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-AP04.png', + Number: 'UA31BT/MMM-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-AP05.png', + Number: 'UA31BT/MMM-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua31/UA31BT_MMM-1-AP06.png', + Number: 'UA31BT/MMM-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua31/UA31ST_MMM-1-069.png', + Number: 'UA31ST/MMM-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-070.png', + Number: 'UA31ST/MMM-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-076.png', + Number: 'UA31ST/MMM-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-080.png', + Number: 'UA31ST/MMM-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-081.png', + Number: 'UA31ST/MMM-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-085.png', + Number: 'UA31ST/MMM-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-088.png', + Number: 'UA31ST/MMM-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-094.png', + Number: 'UA31ST/MMM-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-095.png', + Number: 'UA31ST/MMM-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-101.png', + Number: 'UA31ST/MMM-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-102.png', + Number: 'UA31ST/MMM-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-103.png', + Number: 'UA31ST/MMM-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-104.png', + Number: 'UA31ST/MMM-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-105.png', + Number: 'UA31ST/MMM-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-106.png', + Number: 'UA31ST/MMM-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-107.png', + Number: 'UA31ST/MMM-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-108.png', + Number: 'UA31ST/MMM-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-109.png', + Number: 'UA31ST/MMM-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-110.png', + Number: 'UA31ST/MMM-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-110_p1.png', + Number: 'UA31ST/MMM-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-111.png', + Number: 'UA31ST/MMM-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-111_p1.png', + Number: 'UA31ST/MMM-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-112.png', + Number: 'UA31ST/MMM-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-112_p1.png', + Number: 'UA31ST/MMM-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-113.png', + Number: 'UA31ST/MMM-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua31/UA31ST_MMM-1-113_p1.png', + Number: 'UA31ST/MMM-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // AP + { + imgSrc: '/ua31/UA31ST_MMM-1-AP01.png', + Number: 'UA31ST/MMM-1-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua31/UAPR_MMM-1-002.png', + Number: 'UAPR/MMM-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua31/UAPR_MMM-1-002_p1.png', + Number: 'UAPR/MMM-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua31/UAPR_MMM-1-007.png', + Number: 'UAPR/MMM-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua31/UAPR_MMM-1-040.png', + Number: 'UAPR/MMM-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + // AP + { + imgSrc: '/ua31/UAPR_MMM-1-AP01.png', + Number: 'UAPR/MMM-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua31/UAPR_MMM-P-001.png', + Number: 'UAPR/MMM-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua32.js b/datas/ua32.js new file mode 100644 index 0000000..bd12b03 --- /dev/null +++ b/datas/ua32.js @@ -0,0 +1,1178 @@ +export const cardList = [ + { + imgSrc: '/ua32/UA32BT_SNF-1-001.png', + Number: 'UA32BT/SNF-1-001', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-002.png', + Number: 'UA32BT/SNF-1-002', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-003.png', + Number: 'UA32BT/SNF-1-003', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-004.png', + Number: 'UA32BT/SNF-1-004', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-005.png', + Number: 'UA32BT/SNF-1-005', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-006.png', + Number: 'UA32BT/SNF-1-006', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-007.png', + Number: 'UA32BT/SNF-1-007', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-007_p1.png', + Number: 'UA32BT/SNF-1-007', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-008.png', + Number: 'UA32BT/SNF-1-008', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-009.png', + Number: 'UA32BT/SNF-1-009', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-009_p1.png', + Number: 'UA32BT/SNF-1-009', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-010.png', + Number: 'UA32BT/SNF-1-010', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-011.png', + Number: 'UA32BT/SNF-1-011', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-012.png', + Number: 'UA32BT/SNF-1-012', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-013.png', + Number: 'UA32BT/SNF-1-013', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-014.png', + Number: 'UA32BT/SNF-1-014', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-014_p1.png', + Number: 'UA32BT/SNF-1-014', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-015.png', + Number: 'UA32BT/SNF-1-015', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-015_p1.png', + Number: 'UA32BT/SNF-1-015', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-016.png', + Number: 'UA32BT/SNF-1-016', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-017.png', + Number: 'UA32BT/SNF-1-017', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-018.png', + Number: 'UA32BT/SNF-1-018', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-019.png', + Number: 'UA32BT/SNF-1-019', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-020.png', + Number: 'UA32BT/SNF-1-020', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-020_p1.png', + Number: 'UA32BT/SNF-1-020', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-021.png', + Number: 'UA32BT/SNF-1-021', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-022.png', + Number: 'UA32BT/SNF-1-022', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-023.png', + Number: 'UA32BT/SNF-1-023', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-023_p1.png', + Number: 'UA32BT/SNF-1-023', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-024.png', + Number: 'UA32BT/SNF-1-024', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-024_p1.png', + Number: 'UA32BT/SNF-1-024', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-025.png', + Number: 'UA32BT/SNF-1-025', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-026.png', + Number: 'UA32BT/SNF-1-026', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-027.png', + Number: 'UA32BT/SNF-1-027', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-027_p1.png', + Number: 'UA32BT/SNF-1-027', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-028.png', + Number: 'UA32BT/SNF-1-028', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-029.png', + Number: 'UA32BT/SNF-1-029', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-029_p1.png', + Number: 'UA32BT/SNF-1-029', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-030.png', + Number: 'UA32BT/SNF-1-030', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-031.png', + Number: 'UA32BT/SNF-1-031', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-032.png', + Number: 'UA32BT/SNF-1-032', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-033.png', + Number: 'UA32BT/SNF-1-033', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-034.png', + Number: 'UA32BT/SNF-1-034', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-035.png', + Number: 'UA32BT/SNF-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-036.png', + Number: 'UA32BT/SNF-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-037.png', + Number: 'UA32BT/SNF-1-037', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-038.png', + Number: 'UA32BT/SNF-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-039.png', + Number: 'UA32BT/SNF-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-040.png', + Number: 'UA32BT/SNF-1-040', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-041.png', + Number: 'UA32BT/SNF-1-041', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-042.png', + Number: 'UA32BT/SNF-1-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-043.png', + Number: 'UA32BT/SNF-1-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-043_p1.png', + Number: 'UA32BT/SNF-1-043', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-044.png', + Number: 'UA32BT/SNF-1-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-044_p1.png', + Number: 'UA32BT/SNF-1-044', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-045.png', + Number: 'UA32BT/SNF-1-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-045_p1.png', + Number: 'UA32BT/SNF-1-045', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-046.png', + Number: 'UA32BT/SNF-1-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-047.png', + Number: 'UA32BT/SNF-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-048.png', + Number: 'UA32BT/SNF-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-049.png', + Number: 'UA32BT/SNF-1-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-049_p1.png', + Number: 'UA32BT/SNF-1-049', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-050.png', + Number: 'UA32BT/SNF-1-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-050_p1.png', + Number: 'UA32BT/SNF-1-050', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-051.png', + Number: 'UA32BT/SNF-1-051', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-052.png', + Number: 'UA32BT/SNF-1-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-052_p1.png', + Number: 'UA32BT/SNF-1-052', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-053.png', + Number: 'UA32BT/SNF-1-053', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-054.png', + Number: 'UA32BT/SNF-1-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-055.png', + Number: 'UA32BT/SNF-1-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-056.png', + Number: 'UA32BT/SNF-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-057.png', + Number: 'UA32BT/SNF-1-057', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-057_p1.png', + Number: 'UA32BT/SNF-1-057', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-058.png', + Number: 'UA32BT/SNF-1-058', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-058_p1.png', + Number: 'UA32BT/SNF-1-058', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-058_p2.png', + Number: 'UA32BT/SNF-1-058', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-059.png', + Number: 'UA32BT/SNF-1-059', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-060.png', + Number: 'UA32BT/SNF-1-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-061.png', + Number: 'UA32BT/SNF-1-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-061_p1.png', + Number: 'UA32BT/SNF-1-061', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-062.png', + Number: 'UA32BT/SNF-1-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-063.png', + Number: 'UA32BT/SNF-1-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-064.png', + Number: 'UA32BT/SNF-1-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-065.png', + Number: 'UA32BT/SNF-1-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-066.png', + Number: 'UA32BT/SNF-1-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-066_p1.png', + Number: 'UA32BT/SNF-1-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-067.png', + Number: 'UA32BT/SNF-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-067_p1.png', + Number: 'UA32BT/SNF-1-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-068.png', + Number: 'UA32BT/SNF-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-069.png', + Number: 'UA32BT/SNF-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-070.png', + Number: 'UA32BT/SNF-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-071.png', + Number: 'UA32BT/SNF-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-072.png', + Number: 'UA32BT/SNF-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-073.png', + Number: 'UA32BT/SNF-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-074.png', + Number: 'UA32BT/SNF-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-075.png', + Number: 'UA32BT/SNF-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-076.png', + Number: 'UA32BT/SNF-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-077.png', + Number: 'UA32BT/SNF-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-078.png', + Number: 'UA32BT/SNF-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-079.png', + Number: 'UA32BT/SNF-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-080.png', + Number: 'UA32BT/SNF-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + // AP + { + imgSrc: '/ua32/UA32BT_SNF-1-AP01.png', + Number: 'UA32BT/SNF-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP01_s.png', + Number: 'UA32BT/SNF-1-AP01★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP02.png', + Number: 'UA32BT/SNF-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP02_s.png', + Number: 'UA32BT/SNF-1-AP02★', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP03.png', + Number: 'UA32BT/SNF-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP04.png', + Number: 'UA32BT/SNF-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP05.png', + Number: 'UA32BT/SNF-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP06.png', + Number: 'UA32BT/SNF-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP07.png', + Number: 'UA32BT/SNF-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP08.png', + Number: 'UA32BT/SNF-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP09.png', + Number: 'UA32BT/SNF-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP10.png', + Number: 'UA32BT/SNF-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP11.png', + Number: 'UA32BT/SNF-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua32/UA32BT_SNF-1-AP12.png', + Number: 'UA32BT/SNF-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + // UAPR + // UAPR + { + imgSrc: '/ua32/UAPR_SNF-1-013.png', + Number: 'UAPR/SNF-1-013', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua32/UAPR_SNF-1-056.png', + Number: 'UAPR/SNF-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, +]; + + diff --git a/datas/ua33.js b/datas/ua33.js new file mode 100644 index 0000000..8ae107b --- /dev/null +++ b/datas/ua33.js @@ -0,0 +1,1246 @@ +export const cardList = [ + { + imgSrc: '/ua33/UA33BT_NGR-1-001.png', + Number: 'UA33BT/NGR-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-002.png', + Number: 'UA33BT/NGR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-003.png', + Number: 'UA33BT/NGR-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-004.png', + Number: 'UA33BT/NGR-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-005.png', + Number: 'UA33BT/NGR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-006.png', + Number: 'UA33BT/NGR-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-007.png', + Number: 'UA33BT/NGR-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-008.png', + Number: 'UA33BT/NGR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-008_p1.png', + Number: 'UA33BT/NGR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-009.png', + Number: 'UA33BT/NGR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-010.png', + Number: 'UA33BT/NGR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-011.png', + Number: 'UA33BT/NGR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-012.png', + Number: 'UA33BT/NGR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-013.png', + Number: 'UA33BT/NGR-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-014.png', + Number: 'UA33BT/NGR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-015.png', + Number: 'UA33BT/NGR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-016.png', + Number: 'UA33BT/NGR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-017.png', + Number: 'UA33BT/NGR-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-018.png', + Number: 'UA33BT/NGR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-019.png', + Number: 'UA33BT/NGR-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-020.png', + Number: 'UA33BT/NGR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-021.png', + Number: 'UA33BT/NGR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-022.png', + Number: 'UA33BT/NGR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-022_p1.png', + Number: 'UA33BT/NGR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-023.png', + Number: 'UA33BT/NGR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-023_p1.png', + Number: 'UA33BT/NGR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-024.png', + Number: 'UA33BT/NGR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-024_p1.png', + Number: 'UA33BT/NGR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-025.png', + Number: 'UA33BT/NGR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-025_p1.png', + Number: 'UA33BT/NGR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-025_p2.png', + Number: 'UA33BT/NGR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-026.png', + Number: 'UA33BT/NGR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-027.png', + Number: 'UA33BT/NGR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-027_p1.png', + Number: 'UA33BT/NGR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-028.png', + Number: 'UA33BT/NGR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-028_p1.png', + Number: 'UA33BT/NGR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-029.png', + Number: 'UA33BT/NGR-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-029_p1.png', + Number: 'UA33BT/NGR-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-030.png', + Number: 'UA33BT/NGR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-030_p1.png', + Number: 'UA33BT/NGR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-030_p2.png', + Number: 'UA33BT/NGR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-031.png', + Number: 'UA33BT/NGR-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-032.png', + Number: 'UA33BT/NGR-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-033.png', + Number: 'UA33BT/NGR-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-034.png', + Number: 'UA33BT/NGR-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-035.png', + Number: 'UA33BT/NGR-1-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-036.png', + Number: 'UA33BT/NGR-1-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-037.png', + Number: 'UA33BT/NGR-1-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-038.png', + Number: 'UA33BT/NGR-1-038', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-039.png', + Number: 'UA33BT/NGR-1-039', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-040.png', + Number: 'UA33BT/NGR-1-040', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-041.png', + Number: 'UA33BT/NGR-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-042.png', + Number: 'UA33BT/NGR-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-043.png', + Number: 'UA33BT/NGR-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-044.png', + Number: 'UA33BT/NGR-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-045.png', + Number: 'UA33BT/NGR-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-046.png', + Number: 'UA33BT/NGR-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-047.png', + Number: 'UA33BT/NGR-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-048.png', + Number: 'UA33BT/NGR-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-049.png', + Number: 'UA33BT/NGR-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-050.png', + Number: 'UA33BT/NGR-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-051.png', + Number: 'UA33BT/NGR-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-051_p1.png', + Number: 'UA33BT/NGR-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-052.png', + Number: 'UA33BT/NGR-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-053.png', + Number: 'UA33BT/NGR-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-054.png', + Number: 'UA33BT/NGR-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-055.png', + Number: 'UA33BT/NGR-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-056.png', + Number: 'UA33BT/NGR-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-057.png', + Number: 'UA33BT/NGR-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-058.png', + Number: 'UA33BT/NGR-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-059.png', + Number: 'UA33BT/NGR-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-060.png', + Number: 'UA33BT/NGR-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-060_p1.png', + Number: 'UA33BT/NGR-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-061.png', + Number: 'UA33BT/NGR-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-061_p1.png', + Number: 'UA33BT/NGR-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-062.png', + Number: 'UA33BT/NGR-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-063.png', + Number: 'UA33BT/NGR-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-063_p1.png', + Number: 'UA33BT/NGR-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-064.png', + Number: 'UA33BT/NGR-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-064_p1.png', + Number: 'UA33BT/NGR-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-065.png', + Number: 'UA33BT/NGR-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-066.png', + Number: 'UA33BT/NGR-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-066_p1.png', + Number: 'UA33BT/NGR-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-067.png', + Number: 'UA33BT/NGR-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-067_p1.png', + Number: 'UA33BT/NGR-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-068.png', + Number: 'UA33BT/NGR-1-068', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-069.png', + Number: 'UA33BT/NGR-1-069', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-069_p1.png', + Number: 'UA33BT/NGR-1-069', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-070.png', + Number: 'UA33BT/NGR-1-070', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-070_p1.png', + Number: 'UA33BT/NGR-1-070', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-071.png', + Number: 'UA33BT/NGR-1-071', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-072.png', + Number: 'UA33BT/NGR-1-072', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-072_p1.png', + Number: 'UA33BT/NGR-1-072', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-073.png', + Number: 'UA33BT/NGR-1-073', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-073_p1.png', + Number: 'UA33BT/NGR-1-073', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-074.png', + Number: 'UA33BT/NGR-1-074', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-075.png', + Number: 'UA33BT/NGR-1-075', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-076.png', + Number: 'UA33BT/NGR-1-076', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-077.png', + Number: 'UA33BT/NGR-1-077', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-078.png', + Number: 'UA33BT/NGR-1-078', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-079.png', + Number: 'UA33BT/NGR-1-079', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-080.png', + Number: 'UA33BT/NGR-1-080', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + // AP + { + imgSrc: '/ua33/UA33BT_NGR-1-AP01.png', + Number: 'UA33BT/NGR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP01_s.png', + Number: 'UA33BT/NGR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP02.png', + Number: 'UA33BT/NGR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP02_s.png', + Number: 'UA33BT/NGR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP03.png', + Number: 'UA33BT/NGR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP03_s.png', + Number: 'UA33BT/NGR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP04.png', + Number: 'UA33BT/NGR-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP04_s.png', + Number: 'UA33BT/NGR-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP05.png', + Number: 'UA33BT/NGR-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP06.png', + Number: 'UA33BT/NGR-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP07.png', + Number: 'UA33BT/NGR-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP08.png', + Number: 'UA33BT/NGR-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP09.png', + Number: 'UA33BT/NGR-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP10.png', + Number: 'UA33BT/NGR-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP11.png', + Number: 'UA33BT/NGR-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua33/UA33BT_NGR-1-AP12.png', + Number: 'UA33BT/NGR-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua33/UAPR_NGR-1-002.png', + Number: 'UAPR/NGR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua33/UAPR_NGR-1-003.png', + Number: 'UAPR/NGR-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UAPR_NGR-1-016.png', + Number: 'UAPR/NGR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua33/UAPR_NGR-1-020.png', + Number: 'UAPR/NGR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua33/UAPR_NGR-1-030.png', + Number: 'UAPR_NGR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua33/UAPR_NGR-1-030_p1.png', + Number: 'UAPR_NGR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'UR', + trigger: null, + }, +]; + + diff --git a/datas/ua34.js b/datas/ua34.js new file mode 100644 index 0000000..29f8ba7 --- /dev/null +++ b/datas/ua34.js @@ -0,0 +1,1187 @@ +export const cardList = [ + { + imgSrc: '/ua34/UA34BT_CGD-1-001.png', + Number: 'UA34BT/CGD-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-002.png', + Number: 'UA34BT/CGD-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-003.png', + Number: 'UA34BT/CGD-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-004.png', + Number: 'UA34BT/CGD-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-005.png', + Number: 'UA34BT/CGD-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-006.png', + Number: 'UA34BT/CGD-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-007.png', + Number: 'UA34BT/CGD-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-008.png', + Number: 'UA34BT/CGD-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-009.png', + Number: 'UA34BT/CGD-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-010.png', + Number: 'UA34BT/CGD-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-011.png', + Number: 'UA34BT/CGD-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-012.png', + Number: 'UA34BT/CGD-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-012_p1.png', + Number: 'UA34BT/CGD-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-013.png', + Number: 'UA34BT/CGD-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-014.png', + Number: 'UA34BT/CGD-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-015.png', + Number: 'UA34BT/CGD-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-016.png', + Number: 'UA34BT/CGD-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-016_p1.png', + Number: 'UA34BT/CGD-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-017.png', + Number: 'UA34BT/CGD-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-017_p1.png', + Number: 'UA34BT/CGD-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-018.png', + Number: 'UA34BT/CGD-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-018_p1.png', + Number: 'UA34BT/CGD-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-019.png', + Number: 'UA34BT/CGD-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-020.png', + Number: 'UA34BT/CGD-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-021.png', + Number: 'UA34BT/CGD-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-021_p1.png', + Number: 'UA34BT/CGD-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-022.png', + Number: 'UA34BT/CGD-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-023.png', + Number: 'UA34BT/CGD-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-024.png', + Number: 'UA34BT/CGD-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-024_p1.png', + Number: 'UA34BT/CGD-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-025.png', + Number: 'UA34BT/CGD-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-025_p1.png', + Number: 'UA34BT/CGD-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-026.png', + Number: 'UA34BT/CGD-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-026_p1.png', + Number: 'UA34BT/CGD-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-027.png', + Number: 'UA34BT/CGD-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-027_p1.png', + Number: 'UA34BT/CGD-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-028.png', + Number: 'UA34BT/CGD-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-029.png', + Number: 'UA34BT/CGD-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-029_p1.png', + Number: 'UA34BT/CGD-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-030.png', + Number: 'UA34BT/CGD-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-031.png', + Number: 'UA34BT/CGD-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-031_p1.png', + Number: 'UA34BT/CGD-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-032.png', + Number: 'UA34BT/CGD-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-032_p1.png', + Number: 'UA34BT/CGD-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-033.png', + Number: 'UA34BT/CGD-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-033_p1.png', + Number: 'UA34BT/CGD-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-033_p2.png', + Number: 'UA34BT/CGD-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-034.png', + Number: 'UA34BT/CGD-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-035.png', + Number: 'UA34BT/CGD-1-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-036.png', + Number: 'UA34BT/CGD-1-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-037.png', + Number: 'UA34BT/CGD-1-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-038.png', + Number: 'UA34BT/CGD-1-038', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-039.png', + Number: 'UA34BT/CGD-1-039', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-040.png', + Number: 'UA34BT/CGD-1-040', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-041.png', + Number: 'UA34BT/CGD-1-041', + count: 0, + maxCount: 12, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-042.png', + Number: 'UA34BT/CGD-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-043.png', + Number: 'UA34BT/CGD-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-044.png', + Number: 'UA34BT/CGD-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-044_p1.png', + Number: 'UA34BT/CGD-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-045.png', + Number: 'UA34BT/CGD-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-046.png', + Number: 'UA34BT/CGD-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-047.png', + Number: 'UA34BT/CGD-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-048.png', + Number: 'UA34BT/CGD-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-049.png', + Number: 'UA34BT/CGD-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-050.png', + Number: 'UA34BT/CGD-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-051.png', + Number: 'UA34BT/CGD-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-051_p1.png', + Number: 'UA34BT/CGD-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-052.png', + Number: 'UA34BT/CGD-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-053.png', + Number: 'UA34BT/CGD-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-054.png', + Number: 'UA34BT/CGD-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-055.png', + Number: 'UA34BT/CGD-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-056.png', + Number: 'UA34BT/CGD-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-057.png', + Number: 'UA34BT/CGD-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-058.png', + Number: 'UA34BT/CGD-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-059.png', + Number: 'UA34BT/CGD-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-060.png', + Number: 'UA34BT/CGD-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-061.png', + Number: 'UA34BT/CGD-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-062.png', + Number: 'UA34BT/CGD-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-063.png', + Number: 'UA34BT/CGD-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-063_p1.png', + Number: 'UA34BT/CGD-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-064.png', + Number: 'UA34BT/CGD-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-065.png', + Number: 'UA34BT/CGD-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-066.png', + Number: 'UA34BT/CGD-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-067.png', + Number: 'UA34BT/CGD-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-068.png', + Number: 'UA34BT/CGD-1-068', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-068_p1.png', + Number: 'UA34BT/CGD-1-068', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-069.png', + Number: 'UA34BT/CGD-1-069', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-069_p1.png', + Number: 'UA34BT/CGD-1-069', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-070.png', + Number: 'UA34BT/CGD-1-070', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-070_p1.png', + Number: 'UA34BT/CGD-1-070', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-071.png', + Number: 'UA34BT/CGD-1-071', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-071_p1.png', + Number: 'UA34BT/CGD-1-071', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-072.png', + Number: 'UA34BT/CGD-1-072', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-073.png', + Number: 'UA34BT/CGD-1-073', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-074.png', + Number: 'UA34BT/CGD-1-074', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-075.png', + Number: 'UA34BT/CGD-1-075', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-076.png', + Number: 'UA34BT/CGD-1-076', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-077.png', + Number: 'UA34BT/CGD-1-077', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-078.png', + Number: 'UA34BT/CGD-1-078', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-079.png', + Number: 'UA34BT/CGD-1-079', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-080.png', + Number: 'UA34BT/CGD-1-080', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + // AP + { + imgSrc: '/ua34/UA34BT_CGD-1-AP01.png', + Number: 'UA34BT/CGD-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP01_p1.png', + Number: 'UA34BT/CGD-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP02.png', + Number: 'UA34BT/CGD-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP03.png', + Number: 'UA34BT/CGD-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP04.png', + Number: 'UA34BT/CGD-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP05.png', + Number: 'UA34BT/CGD-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP06.png', + Number: 'UA34BT/CGD-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP07.png', + Number: 'UA34BT/CGD-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP08.png', + Number: 'UA34BT/CGD-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP09.png', + Number: 'UA34BT/CGD-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP10.png', + Number: 'UA34BT/CGD-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP11.png', + Number: 'UA34BT/CGD-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UA34BT_CGD-1-AP12.png', + Number: 'UA34BT/CGD-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + // UAPR + { + imgSrc: '/ua34/UAPR_CGD-1-023.png', + Number: 'UAPR/CGD-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua34/UAPR_CGD-1-049.png', + Number: 'UAPR/CGD-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua34/UAPR_CGD-AP01.png', + Number: 'UAPR/CGD-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua34/UAPR_CGD-AP02.png', + Number: 'UAPR/CGD-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; diff --git a/datas/ua35.js b/datas/ua35.js new file mode 100644 index 0000000..4811c30 --- /dev/null +++ b/datas/ua35.js @@ -0,0 +1,1666 @@ +export const cardList = [ + { + imgSrc: '/ua35/UA35BT_OPM-1-001.png', + Number: 'UA35BT/OPM-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-002.png', + Number: 'UA35BT/OPM-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-003.png', + Number: 'UA35BT/OPM-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-004.png', + Number: 'UA35BT/OPM-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-005.png', + Number: 'UA35BT/OPM-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-006.png', + Number: 'UA35BT/OPM-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-006_p1.png', + Number: 'UA35BT/OPM-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-007.png', + Number: 'UA35BT/OPM-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-007_p1.png', + Number: 'UA35BT/OPM-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-008.png', + Number: 'UA35BT/OPM-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-009.png', + Number: 'UA35BT/OPM-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-010.png', + Number: 'UA35BT/OPM-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-011.png', + Number: 'UA35BT/OPM-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-012.png', + Number: 'UA35BT/OPM-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-012_p1.png', + Number: 'UA35BT/OPM-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-013.png', + Number: 'UA35BT/OPM-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-014.png', + Number: 'UA35BT/OPM-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-014_p1.png', + Number: 'UA35BT/OPM-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-015.png', + Number: 'UA35BT/OPM-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-015_p1.png', + Number: 'UA35BT/OPM-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-016.png', + Number: 'UA35BT/OPM-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-017.png', + Number: 'UA35BT/OPM-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-018.png', + Number: 'UA35BT/OPM-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-018_p1.png', + Number: 'UA35BT/OPM-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-019.png', + Number: 'UA35BT/OPM-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-020.png', + Number: 'UA35BT/OPM-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-020_p1.png', + Number: 'UA35BT/OPM-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-021.png', + Number: 'UA35BT/OPM-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-022.png', + Number: 'UA35BT/OPM-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-022_p1.png', + Number: 'UA35BT/OPM-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-023.png', + Number: 'UA35BT/OPM-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-023_p1.png', + Number: 'UA35BT/OPM-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-024.png', + Number: 'UA35BT/OPM-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-025.png', + Number: 'UA35BT/OPM-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-026.png', + Number: 'UA35BT/OPM-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-027.png', + Number: 'UA35BT/OPM-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-028.png', + Number: 'UA35BT/OPM-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-029.png', + Number: 'UA35BT/OPM-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-030.png', + Number: 'UA35BT/OPM-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-031.png', + Number: 'UA35BT/OPM-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-032.png', + Number: 'UA35BT/OPM-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-033.png', + Number: 'UA35BT/OPM-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-034.png', + Number: 'UA35BT/OPM-1-034', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-034_p1.png', + Number: 'UA35BT/OPM-1-034', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-035.png', + Number: 'UA35BT/OPM-1-035', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-036.png', + Number: 'UA35BT/OPM-1-036', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-037.png', + Number: 'UA35BT/OPM-1-037', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-038.png', + Number: 'UA35BT/OPM-1-038', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-038_p1.png', + Number: 'UA35BT/OPM-1-038', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-039.png', + Number: 'UA35BT/OPM-1-039', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-040.png', + Number: 'UA35BT/OPM-1-040', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-041.png', + Number: 'UA35BT/OPM-1-041', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-041_p1.png', + Number: 'UA35BT/OPM-1-041', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-042.png', + Number: 'UA35BT/OPM-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-043.png', + Number: 'UA35BT/OPM-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-044.png', + Number: 'UA35BT/OPM-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-044_p1.png', + Number: 'UA35BT/OPM-1-044', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-045.png', + Number: 'UA35BT/OPM-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-046.png', + Number: 'UA35BT/OPM-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-047.png', + Number: 'UA35BT/OPM-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-048.png', + Number: 'UA35BT/OPM-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-049.png', + Number: 'UA35BT/OPM-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-049_p1.png', + Number: 'UA35BT/OPM-1-049', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-050.png', + Number: 'UA35BT/OPM-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-050_p1.png', + Number: 'UA35BT/OPM-1-050', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-051.png', + Number: 'UA35BT/OPM-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-052.png', + Number: 'UA35BT/OPM-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-053.png', + Number: 'UA35BT/OPM-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-054.png', + Number: 'UA35BT/OPM-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-055.png', + Number: 'UA35BT/OPM-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-055_p1.png', + Number: 'UA35BT/OPM-1-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-056.png', + Number: 'UA35BT/OPM-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-056_p1.png', + Number: 'UA35BT/OPM-1-056', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-057.png', + Number: 'UA35BT/OPM-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-058.png', + Number: 'UA35BT/OPM-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-058_p1.png', + Number: 'UA35BT/OPM-1-058', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-059.png', + Number: 'UA35BT/OPM-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-060.png', + Number: 'UA35BT/OPM-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-060_p1.png', + Number: 'UA35BT/OPM-1-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-061.png', + Number: 'UA35BT/OPM-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-062.png', + Number: 'UA35BT/OPM-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-062_p1.png', + Number: 'UA35BT/OPM-1-062', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-062_p2.png', + Number: 'UA35BT/OPM-1-062', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-063.png', + Number: 'UA35BT/OPM-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-064.png', + Number: 'UA35BT/OPM-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-065.png', + Number: 'UA35BT/OPM-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-066.png', + Number: 'UA35BT/OPM-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-067.png', + Number: 'UA35BT/OPM-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-068.png', + Number: 'UA35BT/OPM-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-069.png', + Number: 'UA35BT/OPM-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-070.png', + Number: 'UA35BT/OPM-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-071.png', + Number: 'UA35BT/OPM-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-071_p1.png', + Number: 'UA35BT/OPM-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-072.png', + Number: 'UA35BT/OPM-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-072_p1.png', + Number: 'UA35BT/OPM-1-072', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-073.png', + Number: 'UA35BT/OPM-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-074.png', + Number: 'UA35BT/OPM-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-075.png', + Number: 'UA35BT/OPM-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-075_p1.png', + Number: 'UA35BT/OPM-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-076.png', + Number: 'UA35BT/OPM-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-076_p1.png', + Number: 'UA35BT/OPM-1-076', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-077.png', + Number: 'UA35BT/OPM-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-077_p1.png', + Number: 'UA35BT/OPM-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-078.png', + Number: 'UA35BT/OPM-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-079.png', + Number: 'UA35BT/OPM-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-080.png', + Number: 'UA35BT/OPM-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-081.png', + Number: 'UA35BT/OPM-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-082.png', + Number: 'UA35BT/OPM-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-082_p1.png', + Number: 'UA35BT/OPM-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-083.png', + Number: 'UA35BT/OPM-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-084.png', + Number: 'UA35BT/OPM-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-085.png', + Number: 'UA35BT/OPM-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-086.png', + Number: 'UA35BT/OPM-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-087.png', + Number: 'UA35BT/OPM-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-088.png', + Number: 'UA35BT/OPM-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-089.png', + Number: 'UA35BT/OPM-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-090.png', + Number: 'UA35BT/OPM-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-091.png', + Number: 'UA35BT/OPM-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-092.png', + Number: 'UA35BT/OPM-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-093.png', + Number: 'UA35BT/OPM-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-094.png', + Number: 'UA35BT/OPM-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-095.png', + Number: 'UA35BT/OPM-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-095_p1.png', + Number: 'UA35BT/OPM-1-095', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-096.png', + Number: 'UA35BT/OPM-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-097.png', + Number: 'UA35BT/OPM-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-098.png', + Number: 'UA35BT/OPM-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-099.png', + Number: 'UA35BT/OPM-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-100.png', + Number: 'UA35BT/OPM-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua35/UA35BT_OPM-1-AP01.png', + Number: 'UA35BT/OPM-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-AP01_p1.png', + Number: 'UA35BT/OPM-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-AP02.png', + Number: 'UA35BT/OPM-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-AP03.png', + Number: 'UA35BT/OPM-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-AP04.png', + Number: 'UA35BT/OPM-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-AP05.png', + Number: 'UA35BT/OPM-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua35/UA35BT_OPM-1-AP06.png', + Number: 'UA35BT/OPM-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua35/UA35ST_OPM-1-001.png', + Number: 'UA35ST/OPM-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-003.png', + Number: 'UA35ST/OPM-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-005.png', + Number: 'UA35ST/OPM-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-008.png', + Number: 'UA35ST/OPM-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-012.png', + Number: 'UA35ST/OPM-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-017.png', + Number: 'UA35ST/OPM-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-021.png', + Number: 'UA35ST/OPM-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-029.png', + Number: 'UA35ST/OPM-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-032.png', + Number: 'UA35ST/OPM-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-101.png', + Number: 'UA35ST/OPM-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-102.png', + Number: 'UA35ST/OPM-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-103.png', + Number: 'UA35ST/OPM-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-104.png', + Number: 'UA35ST/OPM-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-105.png', + Number: 'UA35ST/OPM-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-106.png', + Number: 'UA35ST/OPM-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-107.png', + Number: 'UA35ST/OPM-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-108.png', + Number: 'UA35ST/OPM-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-109.png', + Number: 'UA35ST/OPM-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-110.png', + Number: 'UA35ST/OPM-1-110', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-110_p1.png', + Number: 'UA35ST/OPM-1-110', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-111.png', + Number: 'UA35ST/OPM-1-111', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-111_p1.png', + Number: 'UA35ST/OPM-1-111', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-112.png', + Number: 'UA35ST/OPM-1-112', + count: 0, + key: false, + color: '', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-112_p1.png', + Number: 'UA35ST/OPM-1-112', + count: 0, + key: false, + color: '', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-113.png', + Number: 'UA35ST/OPM-1-113', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UA35ST_OPM-1-113_p1.png', + Number: 'UA35ST/OPM-1-113', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua35/UA35ST_OPM-1-AP01.png', + Number: 'UA35ST/OPM-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua35/UAPR_OPM-1-048.png', + Number: 'UAPR/OPM-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UAPR_OPM-1-051.png', + Number: 'UAPR/OPM-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua35/UAPR_OPM-1-074.png', + Number: 'UAPR/OPM-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua35/UAPR_OPM-AP02.png', + Number: 'UAPR/OPM-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; diff --git a/datas/ua36.js b/datas/ua36.js new file mode 100644 index 0000000..3026091 --- /dev/null +++ b/datas/ua36.js @@ -0,0 +1,1748 @@ +export const cardList = [ + { + imgSrc: '/ua36/UA36BT_MCR-1-001.png', + Number: 'UA36BT/MCR-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-002.png', + Number: 'UA36BT/MCR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-003.png', + Number: 'UA36BT/MCR-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-004.png', + Number: 'UA36BT/MCR-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-005.png', + Number: 'UA36BT/MCR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-006.png', + Number: 'UA36BT/MCR-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-007.png', + Number: 'UA36BT/MCR-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-008.png', + Number: 'UA36BT/MCR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-008_p1.png', + Number: 'UA36BT/MCR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-009.png', + Number: 'UA36BT/MCR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-009_p1.png', + Number: 'UA36BT/MCR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-010.png', + Number: 'UA36BT/MCR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-010_p1.png', + Number: 'UA36BT/MCR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-011.png', + Number: 'UA36BT/MCR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-011_p1.png', + Number: 'UA36BT/MCR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-012.png', + Number: 'UA36BT/MCR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-012_p1.png', + Number: 'UA36BT/MCR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-012_p2.png', + Number: 'UA36BT/MCR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-013.png', + Number: 'UA36BT/MCR-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-014.png', + Number: 'UA36BT/MCR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-015.png', + Number: 'UA36BT/MCR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-016.png', + Number: 'UA36BT/MCR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-017.png', + Number: 'UA36BT/MCR-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-018.png', + Number: 'UA36BT/MCR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-019.png', + Number: 'UA36BT/MCR-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-019_p1.png', + Number: 'UA36BT/MCR-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-020.png', + Number: 'UA36BT/MCR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-020_p1.png', + Number: 'UA36BT/MCR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-021.png', + Number: 'UA36BT/MCR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-021_p1.png', + Number: 'UA36BT/MCR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-022.png', + Number: 'UA36BT/MCR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-022_p1.png', + Number: 'UA36BT/MCR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-023.png', + Number: 'UA36BT/MCR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-023_p1.png', + Number: 'UA36BT/MCR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-023_p2.png', + Number: 'UA36BT/MCR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-024.png', + Number: 'UA36BT/MCR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-025.png', + Number: 'UA36BT/MCR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-026.png', + Number: 'UA36BT/MCR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-027.png', + Number: 'UA36BT/MCR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-028.png', + Number: 'UA36BT/MCR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-029.png', + Number: 'UA36BT/MCR-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-030.png', + Number: 'UA36BT/MCR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-031.png', + Number: 'UA36BT/MCR-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-032.png', + Number: 'UA36BT/MCR-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-033.png', + Number: 'UA36BT/MCR-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-034.png', + Number: 'UA36BT/MCR-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-035.png', + Number: 'UA36BT/MCR-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-036.png', + Number: 'UA36BT/MCR-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-037.png', + Number: 'UA36BT/MCR-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-037_p1.png', + Number: 'UA36BT/MCR-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-038.png', + Number: 'UA36BT/MCR-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-039.png', + Number: 'UA36BT/MCR-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-040.png', + Number: 'UA36BT/MCR-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-041.png', + Number: 'UA36BT/MCR-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-042.png', + Number: 'UA36BT/MCR-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-043.png', + Number: 'UA36BT/MCR-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-044.png', + Number: 'UA36BT/MCR-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-044_p1.png', + Number: 'UA36BT/MCR-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-045.png', + Number: 'UA36BT/MCR-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-045_p1.png', + Number: 'UA36BT/MCR-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-046.png', + Number: 'UA36BT/MCR-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-047.png', + Number: 'UA36BT/MCR-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-048.png', + Number: 'UA36BT/MCR-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-049.png', + Number: 'UA36BT/MCR-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-050.png', + Number: 'UA36BT/MCR-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-051.png', + Number: 'UA36BT/MCR-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-051_p1.png', + Number: 'UA36BT/MCR-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-052.png', + Number: 'UA36BT/MCR-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-052_p1.png', + Number: 'UA36BT/MCR-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-053.png', + Number: 'UA36BT/MCR-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-054.png', + Number: 'UA36BT/MCR-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-054_p1.png', + Number: 'UA36BT/MCR-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-055.png', + Number: 'UA36BT/MCR-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-056.png', + Number: 'UA36BT/MCR-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-057.png', + Number: 'UA36BT/MCR-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-058.png', + Number: 'UA36BT/MCR-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-059.png', + Number: 'UA36BT/MCR-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-060.png', + Number: 'UA36BT/MCR-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-060_p1.png', + Number: 'UA36BT/MCR-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-061.png', + Number: 'UA36BT/MCR-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-062.png', + Number: 'UA36BT/MCR-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-062_p1.png', + Number: 'UA36BT/MCR-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-063.png', + Number: 'UA36BT/MCR-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-063_p1.png', + Number: 'UA36BT/MCR-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-064.png', + Number: 'UA36BT/MCR-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-065.png', + Number: 'UA36BT/MCR-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-066.png', + Number: 'UA36BT/MCR-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-067.png', + Number: 'UA36BT/MCR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-067_p1.png', + Number: 'UA36BT/MCR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-067_p2.png', + Number: 'UA36BT/MCR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-068.png', + Number: 'UA36BT/MCR-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-069.png', + Number: 'UA36BT/MCR-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-070.png', + Number: 'UA36BT/MCR-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-071.png', + Number: 'UA36BT/MCR-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-072.png', + Number: 'UA36BT/MCR-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-073.png', + Number: 'UA36BT/MCR-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-074.png', + Number: 'UA36BT/MCR-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-075.png', + Number: 'UA36BT/MCR-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-076.png', + Number: 'UA36BT/MCR-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-077.png', + Number: 'UA36BT/MCR-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-078.png', + Number: 'UA36BT/MCR-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-079.png', + Number: 'UA36BT/MCR-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-079_p1.png', + Number: 'UA36BT/MCR-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-080.png', + Number: 'UA36BT/MCR-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-081.png', + Number: 'UA36BT/MCR-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-081_p1.png', + Number: 'UA36BT/MCR-1-081', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-082.png', + Number: 'UA36BT/MCR-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-082_p1.png', + Number: 'UA36BT/MCR-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-083.png', + Number: 'UA36BT/MCR-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-084.png', + Number: 'UA36BT/MCR-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-085.png', + Number: 'UA36BT/MCR-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-086.png', + Number: 'UA36BT/MCR-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-086_p1.png', + Number: 'UA36BT/MCR-1-086', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-087.png', + Number: 'UA36BT/MCR-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-088.png', + Number: 'UA36BT/MCR-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-089.png', + Number: 'UA36BT/MCR-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-090.png', + Number: 'UA36BT/MCR-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-091.png', + Number: 'UA36BT/MCR-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-091_p1.png', + Number: 'UA36BT/MCR-1-091', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-092.png', + Number: 'UA36BT/MCR-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-092_p1.png', + Number: 'UA36BT/MCR-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-093.png', + Number: 'UA36BT/MCR-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-093_p1.png', + Number: 'UA36BT/MCR-1-093', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-094.png', + Number: 'UA36BT/MCR-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-095.png', + Number: 'UA36BT/MCR-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-095_p1.png', + Number: 'UA36BT/MCR-1-095', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-096.png', + Number: 'UA36BT/MCR-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-097.png', + Number: 'UA36BT/MCR-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-098.png', + Number: 'UA36BT/MCR-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-099.png', + Number: 'UA36BT/MCR-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-100.png', + Number: 'UA36BT/MCR-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + // AP + { + imgSrc: '/ua36/UA36BT_MCR-1-AP01.png', + Number: 'UA36BT/MCR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-AP01_p1.png', + Number: 'UA36BT/MCR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-AP02.png', + Number: 'UA36BT/MCR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-AP02_p1.png', + Number: 'UA36BT/MCR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-AP03.png', + Number: 'UA36BT/MCR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-AP04.png', + Number: 'UA36BT/MCR-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-AP05.png', + Number: 'UA36BT/MCR-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UA36BT_MCR-1-AP06.png', + Number: 'UA36BT/MCR-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua36/UA36ST_MCR-1-053.png', + Number: 'UA36ST/MCR-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-055.png', + Number: 'UA36ST/MCR-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-056.png', + Number: 'UA36ST/MCR-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-057.png', + Number: 'UA36ST/MCR-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-058.png', + Number: 'UA36ST/MCR-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-059.png', + Number: 'UA36ST/MCR-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-061.png', + Number: 'UA36ST/MCR-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-065.png', + Number: 'UA36ST/MCR-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-066.png', + Number: 'UA36ST/MCR-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-101.png', + Number: 'UA36ST/MCR-1-101', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-102.png', + Number: 'UA36ST/MCR-1-102', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-103.png', + Number: 'UA36ST/MCR-1-103', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-104.png', + Number: 'UA36ST/MCR-1-104', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-105.png', + Number: 'UA36ST/MCR-1-105', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-106.png', + Number: 'UA36ST/MCR-1-106', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-107.png', + Number: 'UA36ST/MCR-1-107', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-108.png', + Number: 'UA36ST/MCR-1-108', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-109.png', + Number: 'UA36ST/MCR-1-109', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-110.png', + Number: 'UA36ST/MCR-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-110_p1.png', + Number: 'UA36ST/MCR-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-111.png', + Number: 'UA36ST/MCR-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-111_p1.png', + Number: 'UA36ST/MCR-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-112.png', + Number: 'UA36ST/MCR-1-112', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-112_p1.png', + Number: 'UA36ST/MCR-1-112', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-113.png', + Number: 'UA36ST/MCR-1-113', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UA36ST_MCR-1-113_p1.png', + Number: 'UA36ST/MCR-1-113', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua36/UA36ST_MCR-1-AP01.png', + Number: 'UA36ST/MCR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua36/UAPR_MCR-1-005.png', + Number: 'UAPR/MCR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua36/UAPR_MCR-1-014.png', + Number: 'UAPR/MCR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua36/UAPR_MCR-1-057.png', + Number: 'UAPR/MCR-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua36/UAPR_MCR-1-067.png', + Number: 'UAPR/MCR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua36/UAPR_MCR-1-067_p1.png', + Number: 'UAPR/MCR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua36/UAPR_MCR-AP01.png', + Number: 'UAPR/MCR-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UAPR_MCR-AP02.png', + Number: 'UAPR/MCR-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua36/UAPR_MCR-P-001.png', + Number: 'UAPR/MCR-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: '{R', + trigger: null, + }, +]; + + diff --git a/datas/ua37.js b/datas/ua37.js new file mode 100644 index 0000000..e0c378d --- /dev/null +++ b/datas/ua37.js @@ -0,0 +1,1688 @@ +export const cardList = [ + { + imgSrc: '/ua37/UA37BT_FMA-1-001.png', + Number: 'UA37BT/FMA-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-002.png', + Number: 'UA37BT/FMA-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-003.png', + Number: 'UA37BT/FMA-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-004.png', + Number: 'UA37BT/FMA-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-004_p1.png', + Number: 'UA37BT/FMA-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-004_p2.png', + Number: 'UA37BT/FMA-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-005.png', + Number: 'UA37BT/FMA-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-006.png', + Number: 'UA37BT/FMA-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-007.png', + Number: 'UA37BT/FMA-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-008.png', + Number: 'UA37BT/FMA-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-008_p1.png', + Number: 'UA37BT/FMA-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-009.png', + Number: 'UA37BT/FMA-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-010.png', + Number: 'UA37BT/FMA-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-011.png', + Number: 'UA37BT/FMA-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-011_p1.png', + Number: 'UA37BT/FMA-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-012.png', + Number: 'UA37BT/FMA-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-012_p1.png', + Number: 'UA37BT/FMA-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-012_p2.png', + Number: 'UA37BT/FMA-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-013.png', + Number: 'UA37BT/FMA-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-013_p1.png', + Number: 'UA37BT/FMA-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-014.png', + Number: 'UA37BT/FMA-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-015.png', + Number: 'UA37BT/FMA-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-016.png', + Number: 'UA37BT/FMA-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-017.png', + Number: 'UA37BT/FMA-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-018.png', + Number: 'UA37BT/FMA-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-019.png', + Number: 'UA37BT/FMA-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-020.png', + Number: 'UA37BT/FMA-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-021.png', + Number: 'UA37BT/FMA-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-021_p1.png', + Number: 'UA37BT/FMA-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-022.png', + Number: 'UA37BT/FMA-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-023.png', + Number: 'UA37BT/FMA-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-023_p1.png', + Number: 'UA37BT/FMA-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-024.png', + Number: 'UA37BT/FMA-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-025.png', + Number: 'UA37BT/FMA-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-026.png', + Number: 'UA37BT/FMA-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-026_p1.png', + Number: 'UA37BT/FMA-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-027.png', + Number: 'UA37BT/FMA-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-027_p1.png', + Number: 'UA37BT/FMA-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-028.png', + Number: 'UA37BT/FMA-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-029.png', + Number: 'UA37BT/FMA-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-030.png', + Number: 'UA37BT/FMA-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-031.png', + Number: 'UA37BT/FMA-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-032.png', + Number: 'UA37BT/FMA-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-033.png', + Number: 'UA37BT/FMA-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-034.png', + Number: 'UA37BT/FMA-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-035.png', + Number: 'UA37BT/FMA-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-036.png', + Number: 'UA37BT/FMA-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-037.png', + Number: 'UA37BT/FMA-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-037_p1.png', + Number: 'UA37BT/FMA-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-038.png', + Number: 'UA37BT/FMA-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-039.png', + Number: 'UA37BT/FMA-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-040.png', + Number: 'UA37BT/FMA-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-040_p1.png', + Number: 'UA37BT/FMA-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-041.png', + Number: 'UA37BT/FMA-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-042.png', + Number: 'UA37BT/FMA-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-043.png', + Number: 'UA37BT/FMA-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-044.png', + Number: 'UA37BT/FMA-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-045.png', + Number: 'UA37BT/FMA-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-046.png', + Number: 'UA37BT/FMA-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-046_p1.png', + Number: 'UA37BT/FMA-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-047.png', + Number: 'UA37BT/FMA-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-048.png', + Number: 'UA37BT/FMA-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-049.png', + Number: 'UA37BT/FMA-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-050.png', + Number: 'UA37BT/FMA-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-051.png', + Number: 'UA37BT/FMA-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-051_p1.png', + Number: 'UA37BT/FMA-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-052.png', + Number: 'UA37BT/FMA-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-053.png', + Number: 'UA37BT/FMA-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-053_p1.png', + Number: 'UA37BT/FMA-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-054.png', + Number: 'UA37BT/FMA-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-054_p1.png', + Number: 'UA37BT/FMA-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-055.png', + Number: 'UA37BT/FMA-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-055_p1.png', + Number: 'UA37BT/FMA-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-055_p2.png', + Number: 'UA37BT/FMA-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-056.png', + Number: 'UA37BT/FMA-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-057.png', + Number: 'UA37BT/FMA-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-058.png', + Number: 'UA37BT/FMA-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-059.png', + Number: 'UA37BT/FMA-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-060.png', + Number: 'UA37BT/FMA-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-060_p1.png', + Number: 'UA37BT/FMA-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-061.png', + Number: 'UA37BT/FMA-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-061_p1.png', + Number: 'UA37BT/FMA-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-062.png', + Number: 'UA37BT/FMA-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-063.png', + Number: 'UA37BT/FMA-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-064.png', + Number: 'UA37BT/FMA-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-065.png', + Number: 'UA37BT/FMA-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-066.png', + Number: 'UA37BT/FMA-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-067.png', + Number: 'UA37BT/FMA-1-067', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-068.png', + Number: 'UA37BT/FMA-1-068', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-069.png', + Number: 'UA37BT/FMA-1-069', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-070.png', + Number: 'UA37BT/FMA-1-070', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-071.png', + Number: 'UA37BT/FMA-1-071', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-072.png', + Number: 'UA37BT/FMA-1-072', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-073.png', + Number: 'UA37BT/FMA-1-073', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-073_p1.png', + Number: 'UA37BT/FMA-1-073', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-074.png', + Number: 'UA37BT/FMA-1-074', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-075.png', + Number: 'UA37BT/FMA-1-075', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-076.png', + Number: 'UA37BT/FMA-1-076', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-077.png', + Number: 'UA37BT/FMA-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-077_p1.png', + Number: 'UA37BT/FMA-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-077_p2.png', + Number: 'UA37BT/FMA-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-078.png', + Number: 'UA37BT/FMA-1-078', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-079.png', + Number: 'UA37BT/FMA-1-079', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-079_p1.png', + Number: 'UA37BT/FMA-1-079', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-080.png', + Number: 'UA37BT/FMA-1-080', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-081.png', + Number: 'UA37BT/FMA-1-081', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-081_p1.png', + Number: 'UA37BT/FMA-1-081', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-082.png', + Number: 'UA37BT/FMA-1-082', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-082_p1.png', + Number: 'UA37BT/FMA-1-082', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-083.png', + Number: 'UA37BT/FMA-1-083', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-084.png', + Number: 'UA37BT/FMA-1-084', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-085.png', + Number: 'UA37BT/FMA-1-085', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-086.png', + Number: 'UA37BT/FMA-1-086', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-086_p1.png', + Number: 'UA37BT/FMA-1-086', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-087.png', + Number: 'UA37BT/FMA-1-087', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-088.png', + Number: 'UA37BT/FMA-1-088', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-089.png', + Number: 'UA37BT/FMA-1-089', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-090.png', + Number: 'UA37BT/FMA-1-090', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-090_p1.png', + Number: 'UA37BT/FMA-1-090', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-090_p2.png', + Number: 'UA37BT/FMA-1-090', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-091.png', + Number: 'UA37BT/FMA-1-091', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-092.png', + Number: 'UA37BT/FMA-1-092', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-093.png', + Number: 'UA37BT/FMA-1-093', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-093_p1.png', + Number: 'UA37BT/FMA-1-093', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-094.png', + Number: 'UA37BT/FMA-1-094', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-095.png', + Number: 'UA37BT/FMA-1-095', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-096.png', + Number: 'UA37BT/FMA-1-096', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-097.png', + Number: 'UA37BT/FMA-1-097', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-098.png', + Number: 'UA37BT/FMA-1-098', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-099.png', + Number: 'UA37BT/FMA-1-099', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-100.png', + Number: 'UA37BT/FMA-1-100', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua37/UA37BT_FMA-1-AP01.png', + Number: 'UA37BT/FMA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-AP01_s.png', + Number: 'UA37BT/FMA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-AP02.png', + Number: 'UA37BT/FMA-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-AP03.png', + Number: 'UA37BT/FMA-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-AP04.png', + Number: 'UA37BT/FMA-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-AP05.png', + Number: 'UA37BT/FMA-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua37/UA37BT_FMA-1-AP06.png', + Number: 'UA37BT/FMA-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua37/UA37ST_FMA-1-001.png', + Number: 'UA37ST/FMA-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-003.png', + Number: 'UA37ST/FMA-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-005.png', + Number: 'UA37ST/FMA-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-006.png', + Number: 'UA37ST/FMA-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-007.png', + Number: 'UA37ST/FMA-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-009.png', + Number: 'UA37ST/FMA-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-015.png', + Number: 'UA37ST/FMA-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-031.png', + Number: 'UA37ST/FMA-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-033.png', + Number: 'UA37ST/FMA-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-101.png', + Number: 'UA37ST/FMA-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-102.png', + Number: 'UA37ST/FMA-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-103.png', + Number: 'UA37ST/FMA-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-104.png', + Number: 'UA37ST/FMA-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-105.png', + Number: 'UA37ST/FMA-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-106.png', + Number: 'UA37ST/FMA-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-107.png', + Number: 'UA37ST/FMA-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-108.png', + Number: 'UA37ST/FMA-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-109.png', + Number: 'UA37ST/FMA-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-110.png', + Number: 'UA37ST/FMA-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-110_p1.png', + Number: 'UA37ST/FMA-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-111.png', + Number: 'UA37ST/FMA-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-111_p1.png', + Number: 'UA37ST/FMA-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-112.png', + Number: 'UA37ST/FMA-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-112_p1.png', + Number: 'UA37ST/FMA-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-113.png', + Number: 'UA37ST/FMA-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua37/UA37ST_FMA-1-113_p1.png', + Number: 'UA37ST/FMA-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua37/UA37ST_FMA-1-AP01.png', + Number: 'UA37ST/FMA-1-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua37/UAPR_FMA-1-010.png', + Number: 'UAPR/FMA-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UAPR_FMA-1-053.png', + Number: 'UAPR/FMA-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua37/UAPR_FMA-P-001.png', + Number: 'UAPR/FMA-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua38.js b/datas/ua38.js new file mode 100644 index 0000000..8f72c90 --- /dev/null +++ b/datas/ua38.js @@ -0,0 +1,1238 @@ +export const cardList = [ + { + imgSrc: '/ua38/UA01PC_WBK-1-001.png', + Number: 'UA01PC/WBK-1-001', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua38/UA01PC_WBK-AP01.png', + Number: 'UA01PC/WBK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA01PC_WBK-AP02.png', + Number: 'UA01PC/WBK-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA01PC_WBK-AP03.png', + Number: 'UA01PC/WBK-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-001.png', + Number: 'UA38BT/WBK-1-001', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-002.png', + Number: 'UA38BT/WBK-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-003.png', + Number: 'UA38BT/WBK-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-004.png', + Number: 'UA38BT/WBK-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-005.png', + Number: 'UA38BT/WBK-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-006.png', + Number: 'UA38BT/WBK-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-007.png', + Number: 'UA38BT/WBK-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-008.png', + Number: 'UA38BT/WBK-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-009.png', + Number: 'UA38BT/WBK-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-010.png', + Number: 'UA38BT/WBK-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-011.png', + Number: 'UA38BT/WBK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-011_p1.png', + Number: 'UA38BT/WBK-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-012.png', + Number: 'UA38BT/WBK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-012_p1.png', + Number: 'UA38BT/WBK-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-013.png', + Number: 'UA38BT/WBK-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-014.png', + Number: 'UA38BT/WBK-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-015.png', + Number: 'UA38BT/WBK-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-016.png', + Number: 'UA38BT/WBK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-016_p1.png', + Number: 'UA38BT/WBK-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-017.png', + Number: 'UA38BT/WBK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-017_p1.png', + Number: 'UA38BT/WBK-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-018.png', + Number: 'UA38BT/WBK-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-019.png', + Number: 'UA38BT/WBK-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-020.png', + Number: 'UA38BT/WBK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-020_p1.png', + Number: 'UA38BT/WBK-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-021.png', + Number: 'UA38BT/WBK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-021_p1.png', + Number: 'UA38BT/WBK-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-022.png', + Number: 'UA38BT/WBK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-023.png', + Number: 'UA38BT/WBK-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-024.png', + Number: 'UA38BT/WBK-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-024_p1.png', + Number: 'UA38BT/WBK-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-025.png', + Number: 'UA38BT/WBK-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-026.png', + Number: 'UA38BT/WBK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-026_p1.png', + Number: 'UA38BT/WBK-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-027.png', + Number: 'UA38BT/WBK-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-028.png', + Number: 'UA38BT/WBK-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-029.png', + Number: 'UA38BT/WBK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-029_p1.png', + Number: 'UA38BT/WBK-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-030.png', + Number: 'UA38BT/WBK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-030_p1.png', + Number: 'UA38BT/WBK-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-031.png', + Number: 'UA38BT/WBK-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-032.png', + Number: 'UA38BT/WBK-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-033.png', + Number: 'UA38BT/WBK-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-034.png', + Number: 'UA38BT/WBK-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-035.png', + Number: 'UA38BT/WBK-1-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-036.png', + Number: 'UA38BT/WBK-1-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-037.png', + Number: 'UA38BT/WBK-1-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-038.png', + Number: 'UA38BT/WBK-1-038', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-039.png', + Number: 'UA38BT/WBK-1-039', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-040.png', + Number: 'UA38BT/WBK-1-040', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-041.png', + Number: 'UA38BT/WBK-1-041', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-042.png', + Number: 'UA38BT/WBK-1-042', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-043.png', + Number: 'UA38BT/WBK-1-043', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-044.png', + Number: 'UA38BT/WBK-1-044', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-045.png', + Number: 'UA38BT/WBK-1-045', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-046.png', + Number: 'UA38BT/WBK-1-046', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-047.png', + Number: 'UA38BT/WBK-1-047', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-048.png', + Number: 'UA38BT/WBK-1-048', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-048_p1.png', + Number: 'UA38BT/WBK-1-048', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-049.png', + Number: 'UA38BT/WBK-1-049', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-050.png', + Number: 'UA38BT/WBK-1-050', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-050_p1.png', + Number: 'UA38BT/WBK-1-050', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-051.png', + Number: 'UA38BT/WBK-1-051', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-052.png', + Number: 'UA38BT/WBK-1-052', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-053.png', + Number: 'UA38BT/WBK-1-053', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-053_p1.png', + Number: 'UA38BT/WBK-1-053', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-054.png', + Number: 'UA38BT/WBK-1-054', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-055.png', + Number: 'UA38BT/WBK-1-055', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-055_p1.png', + Number: 'UA38BT/WBK-1-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-055_p2.png', + Number: 'UA38BT/WBK-1-055', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-056.png', + Number: 'UA38BT/WBK-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-057.png', + Number: 'UA38BT/WBK-1-057', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-058.png', + Number: 'UA38BT/WBK-1-058', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-059.png', + Number: 'UA38BT/WBK-1-059', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-059_p1.png', + Number: 'UA38BT/WBK-1-059', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-060.png', + Number: 'UA38BT/WBK-1-060', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-060_p1.png', + Number: 'UA38BT/WBK-1-060', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-061.png', + Number: 'UA38BT/WBK-1-061', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-061_p1.png', + Number: 'UA38BT/WBK-1-061', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-062.png', + Number: 'UA38BT/WBK-1-062', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-063.png', + Number: 'UA38BT/WBK-1-063', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-064.png', + Number: 'UA38BT/WBK-1-064', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-065.png', + Number: 'UA38BT/WBK-1-065', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-066.png', + Number: 'UA38BT/WBK-1-066', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-067.png', + Number: 'UA38BT/WBK-1-067', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-067_p1.png', + Number: 'UA38BT/WBK-1-067', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-068.png', + Number: 'UA38BT/WBK-1-068', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-069.png', + Number: 'UA38BT/WBK-1-069', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-070.png', + Number: 'UA38BT/WBK-1-070', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-070_p1.png', + Number: 'UA38BT/WBK-1-070', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-071.png', + Number: 'UA38BT/WBK-1-071', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-071_p1.png', + Number: 'UA38BT/WBK-1-071', + count: 0, + key: false, + color: 'Green', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-072.png', + Number: 'UA38BT/WBK-1-072', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-073.png', + Number: 'UA38BT/WBK-1-073', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-074.png', + Number: 'UA38BT/WBK-1-074', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-075.png', + Number: 'UA38BT/WBK-1-075', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-076.png', + Number: 'UA38BT/WBK-1-076', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-077.png', + Number: 'UA38BT/WBK-1-077', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-078.png', + Number: 'UA38BT/WBK-1-078', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-079.png', + Number: 'UA38BT/WBK-1-079', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-080.png', + Number: 'UA38BT/WBK-1-080', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua38/UA38BT_WBK-1-AP01.png', + Number: 'UA38BT/WBK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP01_s.png', + Number: 'UA38BT/WBK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP02.png', + Number: 'UA38BT/WBK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP02_s.png', + Number: 'UA38BT/WBK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP03.png', + Number: 'UA38BT/WBK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP03_s.png', + Number: 'UA38BT/WBK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP04.png', + Number: 'UA38BT/WBK-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP05.png', + Number: 'UA38BT/WBK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP06.png', + Number: 'UA38BT/WBK-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP07.png', + Number: 'UA38BT/WBK-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP08.png', + Number: 'UA38BT/WBK-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP09.png', + Number: 'UA38BT/WBK-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP10.png', + Number: 'UA38BT/WBK-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP11.png', + Number: 'UA38BT/WBK-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua38/UA38BT_WBK-1-AP12.png', + Number: 'UA38BT/WBK-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + // UAPR + // UAPR + { + imgSrc: '/ua38/UAPR_WBK-1-022.png', + Number: 'UAPR/WBK-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UAPR_WBK-1-056.png', + Number: 'UAPR/WBK-1-056', + count: 0, + key: false, + color: 'Green', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua38/UAPR_WBK-P-001.png', + Number: 'UAPR/WBK-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua39.js b/datas/ua39.js new file mode 100644 index 0000000..a511230 --- /dev/null +++ b/datas/ua39.js @@ -0,0 +1,1217 @@ +export const cardList = [ + { + imgSrc: '/ua39/UA39BT_KIN-1-001.png', + Number: 'UA39BT/KIN-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-001_p1.png', + Number: 'UA39BT/KIN-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-001_p2.png', + Number: 'UA39BT/KIN-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-002.png', + Number: 'UA39BT/KIN-1-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-003.png', + Number: 'UA39BT/KIN-1-003', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-004.png', + Number: 'UA39BT/KIN-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-005.png', + Number: 'UA39BT/KIN-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-006.png', + Number: 'UA39BT/KIN-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-007.png', + Number: 'UA39BT/KIN-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-008.png', + Number: 'UA39BT/KIN-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-008_p1.png', + Number: 'UA39BT/KIN-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-009.png', + Number: 'UA39BT/KIN-1-009', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-010.png', + Number: 'UA39BT/KIN-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-011.png', + Number: 'UA39BT/KIN-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-012.png', + Number: 'UA39BT/KIN-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-012_p1.png', + Number: 'UA39BT/KIN-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-012_p2.png', + Number: 'UA39BT/KIN-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-013.png', + Number: 'UA39BT/KIN-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-014.png', + Number: 'UA39BT/KIN-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-015.png', + Number: 'UA39BT/KIN-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-015_p1.png', + Number: 'UA39BT/KIN-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-015_p2.png', + Number: 'UA39BT/KIN-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-016.png', + Number: 'UA39BT/KIN-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-017.png', + Number: 'UA39BT/KIN-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-018.png', + Number: 'UA39BT/KIN-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-018_p1.png', + Number: 'UA39BT/KIN-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-019.png', + Number: 'UA39BT/KIN-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-020.png', + Number: 'UA39BT/KIN-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-021.png', + Number: 'UA39BT/KIN-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-021_p1.png', + Number: 'UA39BT/KIN-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-022.png', + Number: 'UA39BT/KIN-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-023.png', + Number: 'UA39BT/KIN-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-024.png', + Number: 'UA39BT/KIN-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-025.png', + Number: 'UA39BT/KIN-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-026.png', + Number: 'UA39BT/KIN-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-026_p1.png', + Number: 'UA39BT/KIN-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-026_p2.png', + Number: 'UA39BT/KIN-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-027.png', + Number: 'UA39BT/KIN-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-028.png', + Number: 'UA39BT/KIN-1-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-029.png', + Number: 'UA39BT/KIN-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-030.png', + Number: 'UA39BT/KIN-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-031.png', + Number: 'UA39BT/KIN-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-032.png', + Number: 'UA39BT/KIN-1-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-033.png', + Number: 'UA39BT/KIN-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-034.png', + Number: 'UA39BT/KIN-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-035.png', + Number: 'UA39BT/KIN-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-036.png', + Number: 'UA39BT/KIN-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-037.png', + Number: 'UA39BT/KIN-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-038.png', + Number: 'UA39BT/KIN-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-039.png', + Number: 'UA39BT/KIN-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-040.png', + Number: 'UA39BT/KIN-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-041.png', + Number: 'UA39BT/KIN-1-041', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-042.png', + Number: 'UA39BT/KIN-1-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-043.png', + Number: 'UA39BT/KIN-1-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-044.png', + Number: 'UA39BT/KIN-1-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-044_p1.png', + Number: 'UA39BT/KIN-1-044', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-045.png', + Number: 'UA39BT/KIN-1-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-046.png', + Number: 'UA39BT/KIN-1-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-047.png', + Number: 'UA39BT/KIN-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-048.png', + Number: 'UA39BT/KIN-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-049.png', + Number: 'UA39BT/KIN-1-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-050.png', + Number: 'UA39BT/KIN-1-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-050_p1.png', + Number: 'UA39BT/KIN-1-050', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-051.png', + Number: 'UA39BT/KIN-1-051', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-051_p1.png', + Number: 'UA39BT/KIN-1-051', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-051_p2.png', + Number: 'UA39BT/KIN-1-051', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-051_p3.png', + Number: 'UA39BT/KIN-1-051', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-052.png', + Number: 'UA39BT/KIN-1-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-053.png', + Number: 'UA39BT/KIN-1-053', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-053_p1.png', + Number: 'UA39BT/KIN-1-053', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-054.png', + Number: 'UA39BT/KIN-1-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-055.png', + Number: 'UA39BT/KIN-1-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-056.png', + Number: 'UA39BT/KIN-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-057.png', + Number: 'UA39BT/KIN-1-057', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-058.png', + Number: 'UA39BT/KIN-1-058', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-058_p1.png', + Number: 'UA39BT/KIN-1-058', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-058_p2.png', + Number: 'UA39BT/KIN-1-058', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-059.png', + Number: 'UA39BT/KIN-1-059', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-060.png', + Number: 'UA39BT/KIN-1-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-060_p1.png', + Number: 'UA39BT/KIN-1-060', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-061.png', + Number: 'UA39BT/KIN-1-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-062.png', + Number: 'UA39BT/KIN-1-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-063.png', + Number: 'UA39BT/KIN-1-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-063_p1.png', + Number: 'UA39BT/KIN-1-063', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-064.png', + Number: 'UA39BT/KIN-1-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-064_p1.png', + Number: 'UA39BT/KIN-1-064', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-065.png', + Number: 'UA39BT/KIN-1-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-066.png', + Number: 'UA39BT/KIN-1-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-067.png', + Number: 'UA39BT/KIN-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-067_p1.png', + Number: 'UA39BT/KIN-1-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-068.png', + Number: 'UA39BT/KIN-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-069.png', + Number: 'UA39BT/KIN-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-070.png', + Number: 'UA39BT/KIN-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-071.png', + Number: 'UA39BT/KIN-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-071_p1.png', + Number: 'UA39BT/KIN-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-072.png', + Number: 'UA39BT/KIN-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-073.png', + Number: 'UA39BT/KIN-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-074.png', + Number: 'UA39BT/KIN-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-075.png', + Number: 'UA39BT/KIN-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-076.png', + Number: 'UA39BT/KIN-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-077.png', + Number: 'UA39BT/KIN-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-078.png', + Number: 'UA39BT/KIN-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-079.png', + Number: 'UA39BT/KIN-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-080.png', + Number: 'UA39BT/KIN-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + // AP + { + imgSrc: '/ua39/UA39BT_KIN-1-AP01.png', + Number: 'UA39BT/KIN-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP01_p1.png', + Number: 'UA39BT/KIN-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP02.png', + Number: 'UA39BT/KIN-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP03.png', + Number: 'UA39BT/KIN-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP04.png', + Number: 'UA39BT/KIN-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP05.png', + Number: 'UA39BT/KIN-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP06.png', + Number: 'UA39BT/KIN-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP07.png', + Number: 'UA39BT/KIN-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP08.png', + Number: 'UA39BT/KIN-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP09.png', + Number: 'UA39BT/KIN-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP10.png', + Number: 'UA39BT/KIN-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP11.png', + Number: 'UA39BT/KIN-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua39/UA39BT_KIN-1-AP12.png', + Number: 'UA39BT/KIN-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua39/UAPR_KIN-1-047.png', + Number: 'UAPR/KIN-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UAPR_KIN-1-048.png', + Number: 'UAPR/KIN-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua39/UAPR_KIN-1-056.png', + Number: 'UAPR/KIN-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua39/UAPR_KIN-P-001.png', + Number: 'UAPR/KIN-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua40.js b/datas/ua40.js new file mode 100644 index 0000000..1ed2fca --- /dev/null +++ b/datas/ua40.js @@ -0,0 +1,1688 @@ +export const cardList = [ + { + imgSrc: '/ua40/UA40BT_REZ-1-001.png', + Number: 'UA40BT/REZ-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-002.png', + Number: 'UA40BT/REZ-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-003.png', + Number: 'UA40BT/REZ-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-003_p1.png', + Number: 'UA40BT/REZ-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-004.png', + Number: 'UA40BT/REZ-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-004_p1.png', + Number: 'UA40BT/REZ-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-005.png', + Number: 'UA40BT/REZ-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-005_p1.png', + Number: 'UA40BT/REZ-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-006.png', + Number: 'UA40BT/REZ-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-007.png', + Number: 'UA40BT/REZ-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-008.png', + Number: 'UA40BT/REZ-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-009.png', + Number: 'UA40BT/REZ-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-010.png', + Number: 'UA40BT/REZ-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-010_p1.png', + Number: 'UA40BT/REZ-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-011.png', + Number: 'UA40BT/REZ-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-011_p1.png', + Number: 'UA40BT/REZ-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-012.png', + Number: 'UA40BT/REZ-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-013.png', + Number: 'UA40BT/REZ-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-014.png', + Number: 'UA40BT/REZ-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-015.png', + Number: 'UA40BT/REZ-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-016.png', + Number: 'UA40BT/REZ-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-017.png', + Number: 'UA40BT/REZ-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-018.png', + Number: 'UA40BT/REZ-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-018_p1.png', + Number: 'UA40BT/REZ-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-019.png', + Number: 'UA40BT/REZ-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-019_p1.png', + Number: 'UA40BT/REZ-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-020.png', + Number: 'UA40BT/REZ-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-020_p1.png', + Number: 'UA40BT/REZ-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-021.png', + Number: 'UA40BT/REZ-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-022.png', + Number: 'UA40BT/REZ-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-023.png', + Number: 'UA40BT/REZ-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-023_p1.png', + Number: 'UA40BT/REZ-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-024.png', + Number: 'UA40BT/REZ-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-025.png', + Number: 'UA40BT/REZ-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-025_p1.png', + Number: 'UA40BT/REZ-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-026.png', + Number: 'UA40BT/REZ-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-026_p1.png', + Number: 'UA40BT/REZ-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-027.png', + Number: 'UA40BT/REZ-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-027_p1.png', + Number: 'UA40BT/REZ-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-028.png', + Number: 'UA40BT/REZ-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-029.png', + Number: 'UA40BT/REZ-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-030.png', + Number: 'UA40BT/REZ-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-031.png', + Number: 'UA40BT/REZ-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-032.png', + Number: 'UA40BT/REZ-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-033.png', + Number: 'UA40BT/REZ-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-034.png', + Number: 'UA40BT/REZ-1-034', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-035.png', + Number: 'UA40BT/REZ-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-035.png', + Number: 'UA40BT/REZ-1-035', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-036.png', + Number: 'UA40BT/REZ-1-036', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-037.png', + Number: 'UA40BT/REZ-1-037', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-038.png', + Number: 'UA40BT/REZ-1-038', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-039.png', + Number: 'UA40BT/REZ-1-039', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-040.png', + Number: 'UA40BT/REZ-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-040_p1.png', + Number: 'UA40BT/REZ-1-040', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-041.png', + Number: 'UA40BT/REZ-1-041', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-042.png', + Number: 'UA40BT/REZ-1-042', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-043.png', + Number: 'UA40BT/REZ-1-043', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-044.png', + Number: 'UA40BT/REZ-1-044', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-045.png', + Number: 'UA40BT/REZ-1-045', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-046.png', + Number: 'UA40BT/REZ-1-046', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-047.png', + Number: 'UA40BT/REZ-1-047', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-048.png', + Number: 'UA40BT/REZ-1-048', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-049.png', + Number: 'UA40BT/REZ-1-049', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-050.png', + Number: 'UA40BT/REZ-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-050_p1.png', + Number: 'UA40BT/REZ-1-050', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-051.png', + Number: 'UA40BT/REZ-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-051_p1.png', + Number: 'UA40BT/REZ-1-051', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-052.png', + Number: 'UA40BT/REZ-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-052_p1.png', + Number: 'UA40BT/REZ-1-052', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-053.png', + Number: 'UA40BT/REZ-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-053_p1.png', + Number: 'UA40BT/REZ-1-053', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-054.png', + Number: 'UA40BT/REZ-1-054', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-055.png', + Number: 'UA40BT/REZ-1-055', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-056.png', + Number: 'UA40BT/REZ-1-056', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-057.png', + Number: 'UA40BT/REZ-1-057', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-058.png', + Number: 'UA40BT/REZ-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-058_p1.png', + Number: 'UA40BT/REZ-1-058', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-059.png', + Number: 'UA40BT/REZ-1-059', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-060.png', + Number: 'UA40BT/REZ-1-060', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-061.png', + Number: 'UA40BT/REZ-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-061_p1.png', + Number: 'UA40BT/REZ-1-061', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: 'FINAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-062.png', + Number: 'UA40BT/REZ-1-062', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-063.png', + Number: 'UA40BT/REZ-1-063', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-064.png', + Number: 'UA40BT/REZ-1-064', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-065.png', + Number: 'UA40BT/REZ-1-065', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-066.png', + Number: 'UA40BT/REZ-1-066', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-067.png', + Number: 'UA40BT/REZ-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-068.png', + Number: 'UA40BT/REZ-1-068', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-069.png', + Number: 'UA40BT/REZ-1-069', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-070.png', + Number: 'UA40BT/REZ-1-070', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-071.png', + Number: 'UA40BT/REZ-1-071', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-072.png', + Number: 'UA40BT/REZ-1-072', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-073.png', + Number: 'UA40BT/REZ-1-073', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-074.png', + Number: 'UA40BT/REZ-1-074', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-075.png', + Number: 'UA40BT/REZ-1-075', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-076.png', + Number: 'UA40BT/REZ-1-076', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-077.png', + Number: 'UA40BT/REZ-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-077_p1.png', + Number: 'UA40BT/REZ-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-078.png', + Number: 'UA40BT/REZ-1-078', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-078_p1.png', + Number: 'UA40BT/REZ-1-078', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-079.png', + Number: 'UA40BT/REZ-1-079', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-080.png', + Number: 'UA40BT/REZ-1-080', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-081.png', + Number: 'UA40BT/REZ-1-081', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-082.png', + Number: 'UA40BT/REZ-1-082', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-083.png', + Number: 'UA40BT/REZ-1-083', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-083_p1.png', + Number: 'UA40BT/REZ-1-083', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-084.png', + Number: 'UA40BT/REZ-1-084', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-085.png', + Number: 'UA40BT/REZ-1-085', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'c', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-086.png', + Number: 'UA40BT/REZ-1-086', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-087.png', + Number: 'UA40BT/REZ-1-087', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-088.png', + Number: 'UA40BT/REZ-1-088', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-088_p1.png', + Number: 'UA40BT/REZ-1-088', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-089.png', + Number: 'UA40BT/REZ-1-089', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-089_p1.png', + Number: 'UA40BT/REZ-1-089', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-090.png', + Number: 'UA40BT/REZ-1-090', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-090_p1.png', + Number: 'UA40BT/REZ-1-090', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-091.png', + Number: 'UA40BT/REZ-1-091', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-092.png', + Number: 'UA40BT/REZ-1-092', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-092_p1.png', + Number: 'UA40BT/REZ-1-092', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-093.png', + Number: 'UA40BT/REZ-1-093', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-093_p1.png', + Number: 'UA40BT/REZ-1-093', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-094.png', + Number: 'UA40BT/REZ-1-094', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-095.png', + Number: 'UA40BT/REZ-1-095', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-096.png', + Number: 'UA40BT/REZ-1-096', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-097.png', + Number: 'UA40BT/REZ-1-097', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-097_p1.png', + Number: 'UA40BT/REZ-1-097', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-098.png', + Number: 'UA40BT/REZ-1-098', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-099.png', + Number: 'UA40BT/REZ-1-099', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-100.png', + Number: 'UA40BT/REZ-1-100', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua40/UA40BT_REZ-1-AP01.png', + Number: 'UA40BT/REZ-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-AP01_p1.png', + Number: 'UA40BT/REZ-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-AP02.png', + Number: 'UA40BT/REZ-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-AP02_p1.png', + Number: 'UA40BT/REZ-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-AP03.png', + Number: 'UA40BT/REZ-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-AP04.png', + Number: 'UA40BT/REZ-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-AP05.png', + Number: 'UA40BT/REZ-1-AP05', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua40/UA40BT_REZ-1-AP06.png', + Number: 'UA40BT/REZ-1-AP06', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua40/UA40ST_REZ-1-001.png', + Number: 'UA40ST/REZ-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-007.png', + Number: 'UA40ST/REZ-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-010.png', + Number: 'UA40ST/REZ-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-016.png', + Number: 'UA40ST/REZ-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-022.png', + Number: 'UA40ST/REZ-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-024.png', + Number: 'UA40ST/REZ-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-028.png', + Number: 'UA40ST/REZ-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-029.png', + Number: 'UA40ST/REZ-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-033.png', + Number: 'UA40ST/REZ-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-101.png', + Number: 'UA40ST/REZ-1-101', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-102.png', + Number: 'UA40ST/REZ-1-102', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-103.png', + Number: 'UA40ST/REZ-1-103', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-104.png', + Number: 'UA40ST/REZ-1-104', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-105.png', + Number: 'UA40ST/REZ-1-105', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-106.png', + Number: 'UA40ST/REZ-1-106', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-107.png', + Number: 'UA40ST/REZ-1-107', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-108.png', + Number: 'UA40ST/REZ-1-108', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-109.png', + Number: 'UA40ST/REZ-1-109', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, +{ + imgSrc: '/ua40/UA40ST_REZ-1-110.png', + Number: 'UA40ST/REZ-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-110_p1.png', + Number: 'UA40ST/REZ-1-110', + count: 0, + key: false, + color: 'Blue', + parallel:true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-111.png', + Number: 'UA40ST/REZ-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-111_p1.png', + Number: 'UA40ST/REZ-1-111', + count: 0, + key: false, + color: 'Blue', + parallel:true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-112.png', + Number: 'UA40ST/REZ-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-112_p1.png', + Number: 'UA40ST/REZ-1-112', + count: 0, + key: false, + color: 'Purple', + parallel:true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-113.png', + Number: 'UA40ST/REZ-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua40/UA40ST_REZ-1-113_p1.png', + Number: 'UA40ST/REZ-1-113', + count: 0, + key: false, + color: 'Purple', + parallel:true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua40/UA40ST_REZ-1-AP01.png', + Number: 'UA40ST/REZ-1-AP01', + count: 0, + key: false, + color: 'AR', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua40/UAPR_REZ-1-014.png', + Number: 'UAPR/REZ-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua40/UAPR_REZ-1-086.png', + Number: 'UAPR/REZ-1-086', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua40/UAPR_REZ-AP01.png', + Number: 'UAPR/REZ-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua40/UAPR_REZ-P-001.png', + Number: 'UAPR/REZ-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua41.js b/datas/ua41.js new file mode 100644 index 0000000..a5bf76d --- /dev/null +++ b/datas/ua41.js @@ -0,0 +1,1698 @@ +export const cardList = [ + { + imgSrc: '/ua41/UA41BT_RNK-1-001.png', + Number: 'UA41BT/RNK-1-001', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-002.png', + Number: 'UA41BT/RNK-1-002', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-003.png', + Number: 'UA41BT/RNK-1-003', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-004.png', + Number: 'UA41BT/RNK-1-004', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-005.png', + Number: 'UA41BT/RNK-1-005', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-006.png', + Number: 'UA41BT/RNK-1-006', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-007.png', + Number: 'UA41BT/RNK-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-007_p1.png', + Number: 'UA41BT/RNK-1-007', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-008.png', + Number: 'UA41BT/RNK-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-008_p1.png', + Number: 'UA41BT/RNK-1-008', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-009.png', + Number: 'UA41BT/RNK-1-009', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-010.png', + Number: 'UA41BT/RNK-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-010_p1.png', + Number: 'UA41BT/RNK-1-010', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-011.png', + Number: 'UA41BT/RNK-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-011_p1.png', + Number: 'UA41BT/RNK-1-011', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-012.png', + Number: 'UA41BT/RNK-1-012', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-013.png', + Number: 'UA41BT/RNK-1-013', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-014.png', + Number: 'UA41BT/RNK-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-015.png', + Number: 'UA41BT/RNK-1-015', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-016.png', + Number: 'UA41BT/RNK-1-016', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-017.png', + Number: 'UA41BT/RNK-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-017_p1.png', + Number: 'UA41BT/RNK-1-017', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-018.png', + Number: 'UA41BT/RNK-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-018_p1.png', + Number: 'UA41BT/RNK-1-018', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-019.png', + Number: 'UA41BT/RNK-1-019', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-020.png', + Number: 'UA41BT/RNK-1-020', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-021.png', + Number: 'UA41BT/RNK-1-021', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-022.png', + Number: 'UA41BT/RNK-1-022', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-023.png', + Number: 'UA41BT/RNK-1-023', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-024.png', + Number: 'UA41BT/RNK-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-024_p1.png', + Number: 'UA41BT/RNK-1-024', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-025.png', + Number: 'UA41BT/RNK-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-025_p1.png', + Number: 'UA41BT/RNK-1-025', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-026.png', + Number: 'UA41BT/RNK-1-026', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-027.png', + Number: 'UA41BT/RNK-1-027', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-028.png', + Number: 'UA41BT/RNK-1-028', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-029.png', + Number: 'UA41BT/RNK-1-029', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-030.png', + Number: 'UA41BT/RNK-1-030', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-031.png', + Number: 'UA41BT/RNK-1-031', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-032.png', + Number: 'UA41BT/RNK-1-032', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-033.png', + Number: 'UA41BT/RNK-1-033', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-034.png', + Number: 'UA41BT/RNK-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-034_p1.png', + Number: 'UA41BT/RNK-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-035.png', + Number: 'UA41BT/RNK-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-036.png', + Number: 'UA41BT/RNK-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-037.png', + Number: 'UA41BT/RNK-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-037_p1.png', + Number: 'UA41BT/RNK-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-038.png', + Number: 'UA41BT/RNK-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-038_p1.png', + Number: 'UA41BT/RNK-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-039.png', + Number: 'UA41BT/RNK-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-039_p1.png', + Number: 'UA41BT/RNK-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-040.png', + Number: 'UA41BT/RNK-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-040_p1.png', + Number: 'UA41BT/RNK-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-041.png', + Number: 'UA41BT/RNK-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-042.png', + Number: 'UA41BT/RNK-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-043.png', + Number: 'UA41BT/RNK-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-043_p1.png', + Number: 'UA41BT/RNK-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-044.png', + Number: 'UA41BT/RNK-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-044_p1.png', + Number: 'UA41BT/RNK-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-045.png', + Number: 'UA41BT/RNK-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-046.png', + Number: 'UA41BT/RNK-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-047.png', + Number: 'UA41BT/RNK-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-048.png', + Number: 'UA41BT/RNK-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-049.png', + Number: 'UA41BT/RNK-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-050.png', + Number: 'UA41BT/RNK-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-051.png', + Number: 'UA41BT/RNK-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-052.png', + Number: 'UA41BT/RNK-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-053.png', + Number: 'UA41BT/RNK-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-054.png', + Number: 'UA41BT/RNK-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-055.png', + Number: 'UA41BT/RNK-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-056.png', + Number: 'UA41BT/RNK-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-057.png', + Number: 'UA41BT/RNK-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-058.png', + Number: 'UA41BT/RNK-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-058_p1.png', + Number: 'UA41BT/RNK-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-059.png', + Number: 'UA41BT/RNK-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-059_p1.png', + Number: 'UA41BT/RNK-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-060.png', + Number: 'UA41BT/RNK-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-060_p1.png', + Number: 'UA41BT/RNK-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-061.png', + Number: 'UA41BT/RNK-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-062.png', + Number: 'UA41BT/RNK-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-063.png', + Number: 'UA41BT/RNK-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-064.png', + Number: 'UA41BT/RNK-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-065.png', + Number: 'UA41BT/RNK-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-066.png', + Number: 'UA41BT/RNK-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-067.png', + Number: 'UA41BT/RNK-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-068.png', + Number: 'UA41BT/RNK-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-069.png', + Number: 'UA41BT/RNK-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-070.png', + Number: 'UA41BT/RNK-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-070_p1.png', + Number: 'UA41BT/RNK-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-071.png', + Number: 'UA41BT/RNK-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-071_p1.png', + Number: 'UA41BT/RNK-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-072.png', + Number: 'UA41BT/RNK-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-073.png', + Number: 'UA41BT/RNK-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-073_p1.png', + Number: 'UA41BT/RNK-1-073', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-074.png', + Number: 'UA41BT/RNK-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-075.png', + Number: 'UA41BT/RNK-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-076.png', + Number: 'UA41BT/RNK-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-076_p1.png', + Number: 'UA41BT/RNK-1-076', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-077.png', + Number: 'UA41BT/RNK-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-077_p1.png', + Number: 'UA41BT/RNK-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-078.png', + Number: 'UA41BT/RNK-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-079.png', + Number: 'UA41BT/RNK-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-080.png', + Number: 'UA41BT/RNK-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-081.png', + Number: 'UA41BT/RNK-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-082.png', + Number: 'UA41BT/RNK-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-082_p1.png', + Number: 'UA41BT/RNK-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-083.png', + Number: 'UA41BT/RNK-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-084.png', + Number: 'UA41BT/RNK-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-085.png', + Number: 'UA41BT/RNK-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-086.png', + Number: 'UA41BT/RNK-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-087.png', + Number: 'UA41BT/RNK-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-087_p1.png', + Number: 'UA41BT/RNK-1-087', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-088.png', + Number: 'UA41BT/RNK-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-088_p1.png', + Number: 'UA41BT/RNK-1-088', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-089.png', + Number: 'UA41BT/RNK-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-090.png', + Number: 'UA41BT/RNK-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-090_p1.png', + Number: 'UA41BT/RNK-1-090', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-090_p2.png', + Number: 'UA41BT/RNK-1-090', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-091.png', + Number: 'UA41BT/RNK-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-092.png', + Number: 'UA41BT/RNK-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-092_p1.png', + Number: 'UA41BT/RNK-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-093.png', + Number: 'UA41BT/RNK-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-093_p1.png', + Number: 'UA41BT/RNK-1-093', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-094.png', + Number: 'UA41BT/RNK-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-095.png', + Number: 'UA41BT/RNK-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-096.png', + Number: 'UA41BT/RNK-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-097.png', + Number: 'UA41BT/RNK-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-098.png', + Number: 'UA41BT/RNK-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-099.png', + Number: 'UA41BT/RNK-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-100.png', + Number: 'UA41BT/RNK-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua41/UA41BT_RNK-1-AP01.png', + Number: 'UA41BT/RNK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-AP01_p1.png', + Number: 'UA41BT/RNK-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-AP02.png', + Number: 'UA41BT/RNK-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-AP03.png', + Number: 'UA41BT/RNK-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-AP04.png', + Number: 'UA41BT/RNK-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-AP05.png', + Number: 'UA41BT/RNK-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua41/UA41BT_RNK-1-AP06.png', + Number: 'UA41BT/RNK-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua41/UA41ST_RNK-1-068.png', + Number: 'UA41ST/RNK-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-070.png', + Number: 'UA41ST/RNK-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-074.png', + Number: 'UA41ST/RNK-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-078.png', + Number: 'UA41ST/RNK-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-080.png', + Number: 'UA41ST/RNK-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-081.png', + Number: 'UA41ST/RNK-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-085.png', + Number: 'UA41ST/RNK-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-096.png', + Number: 'UA41ST/RNK-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-100.png', + Number: 'UA41ST/RNK-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-101.png', + Number: 'UA41ST/RNK-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-102.png', + Number: 'UA41ST/RNK-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-103.png', + Number: 'UA41ST/RNK-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-104.png', + Number: 'UA41ST/RNK-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-105.png', + Number: 'UA41ST/RNK-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-106.png', + Number: 'UA41ST/RNK-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-107.png', + Number: 'UA41ST/RNK-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-108.png', + Number: 'UA41ST/RNK-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-109.png', + Number: 'UA41ST/RNK-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-110.png', + Number: 'UA41ST/RNK-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-110_p1.png', + Number: 'UA41ST/RNK-1-110', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-111.png', + Number: 'UA41ST/RNK-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-111_p1.png', + Number: 'UA41ST/RNK-1-111', + count: 0, + key: false, + color: 'Blue', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-112.png', + Number: 'UA41ST/RNK-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-112_p1.png', + Number: 'UA41ST/RNK-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-113.png', + Number: 'UA41ST/RNK-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-113_p1.png', + Number: 'UA41ST/RNK-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua41/UA41ST_RNK-1-AP01.png', + Number: 'UA41ST/RNK-1-AP01', + count: 0, + key: false, + color: 'AR', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua41/UAPR_RNK-1-014.png', + Number: 'UAPR/RNK-1-014', + count: 0, + key: false, + color: 'Blue', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua41/UAPR_RNK-1-057.png', + Number: 'UAPR/RNK-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UAPR_RNK-1-086.png', + Number: 'UAPR/RNK-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UAPR_RNK-AP01.png', + Number: 'UAPR/RNK-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua41/UAPR_RNK-P-001.png', + Number: 'UAPR/RNK-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua42.js b/datas/ua42.js new file mode 100644 index 0000000..00fab73 --- /dev/null +++ b/datas/ua42.js @@ -0,0 +1,1778 @@ +export const cardList = [ + { + imgSrc: '/ua42/UA42BT_MGS-1-001.png', + Number: 'UA42BT/MGS-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-002.png', + Number: 'UA42BT/MGS-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-003.png', + Number: 'UA42BT/MGS-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-004.png', + Number: 'UA42BT/MGS-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-005.png', + Number: 'UA42BT/MGS-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-006.png', + Number: 'UA42BT/MGS-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-007.png', + Number: 'UA42BT/MGS-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-008.png', + Number: 'UA42BT/MGS-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-009.png', + Number: 'UA42BT/MGS-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-010.png', + Number: 'UA42BT/MGS-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-011.png', + Number: 'UA42BT/MGS-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-012.png', + Number: 'UA42BT/MGS-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-012_p1.png', + Number: 'UA42BT/MGS-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-013.png', + Number: 'UA42BT/MGS-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-013_p1.png', + Number: 'UA42BT/MGS-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-014.png', + Number: 'UA42BT/MGS-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-014_p1.png', + Number: 'UA42BT/MGS-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-015.png', + Number: 'UA42BT/MGS-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-015_p1.png', + Number: 'UA42BT/MGS-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-016.png', + Number: 'UA42BT/MGS-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-017.png', + Number: 'UA42BT/MGS-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-018.png', + Number: 'UA42BT/MGS-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-019.png', + Number: 'UA42BT/MGS-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-019_p1.png', + Number: 'UA42BT/MGS-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-020.png', + Number: 'UA42BT/MGS-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-020_p1.png', + Number: 'UA42BT/MGS-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-021.png', + Number: 'UA42BT/MGS-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-021_p1.png', + Number: 'UA42BT/MGS-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-022.png', + Number: 'UA42BT/MGS-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-023.png', + Number: 'UA42BT/MGS-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-023_p1.png', + Number: 'UA42BT/MGS-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-024.png', + Number: 'UA42BT/MGS-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-024_p1.png', + Number: 'UA42BT/MGS-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-025.png', + Number: 'UA42BT/MGS-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-025_p1.png', + Number: 'UA42BT/MGS-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-026.png', + Number: 'UA42BT/MGS-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-027.png', + Number: 'UA42BT/MGS-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-028.png', + Number: 'UA42BT/MGS-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-029.png', + Number: 'UA42BT/MGS-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-030.png', + Number: 'UA42BT/MGS-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-031.png', + Number: 'UA42BT/MGS-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-032.png', + Number: 'UA42BT/MGS-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-033.png', + Number: 'UA42BT/MGS-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-034.png', + Number: 'UA42BT/MGS-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-035.png', + Number: 'UA42BT/MGS-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-036.png', + Number: 'UA42BT/MGS-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-037.png', + Number: 'UA42BT/MGS-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-038.png', + Number: 'UA42BT/MGS-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-038_p1.png', + Number: 'UA42BT/MGS-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-039.png', + Number: 'UA42BT/MGS-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-040.png', + Number: 'UA42BT/MGS-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-041.png', + Number: 'UA42BT/MGS-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-041_p1.png', + Number: 'UA42BT/MGS-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-042.png', + Number: 'UA42BT/MGS-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-042_p1.png', + Number: 'UA42BT/MGS-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-043.png', + Number: 'UA42BT/MGS-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-043_p1.png', + Number: 'UA42BT/MGS-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-044.png', + Number: 'UA42BT/MGS-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-044_p1.png', + Number: 'UA42BT/MGS-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-045.png', + Number: 'UA42BT/MGS-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-045_p1.png', + Number: 'UA42BT/MGS-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-046.png', + Number: 'UA42BT/MGS-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-046_p1.png', + Number: 'UA42BT/MGS-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-047.png', + Number: 'UA42BT/MGS-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-047_p1.png', + Number: 'UA42BT/MGS-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-047_p2.png', + Number: 'UA42BT/MGS-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-048.png', + Number: 'UA42BT/MGS-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-049.png', + Number: 'UA42BT/MGS-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-050.png', + Number: 'UA42BT/MGS-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-051.png', + Number: 'UA42BT/MGS-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-052.png', + Number: 'UA42BT/MGS-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-053.png', + Number: 'UA42BT/MGS-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-054.png', + Number: 'UA42BT/MGS-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-054_p1.png', + Number: 'UA42BT/MGS-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-055.png', + Number: 'UA42BT/MGS-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-056.png', + Number: 'UA42BT/MGS-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-057.png', + Number: 'UA42BT/MGS-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-058.png', + Number: 'UA42BT/MGS-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-058_p1.png', + Number: 'UA42BT/MGS-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-059.png', + Number: 'UA42BT/MGS-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-059_p1.png', + Number: 'UA42BT/MGS-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-059_p2.png', + Number: 'UA42BT/MGS-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-060.png', + Number: 'UA42BT/MGS-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-060_p1.png', + Number: 'UA42BT/MGS-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-061.png', + Number: 'UA42BT/MGS-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-061_p1.png', + Number: 'UA42BT/MGS-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-062.png', + Number: 'UA42BT/MGS-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-063.png', + Number: 'UA42BT/MGS-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-064.png', + Number: 'UA42BT/MGS-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-065.png', + Number: 'UA42BT/MGS-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-066.png', + Number: 'UA42BT/MGS-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-067.png', + Number: 'UA42BT/MGS-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-068.png', + Number: 'UA42BT/MGS-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-069.png', + Number: 'UA42BT/MGS-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-070.png', + Number: 'UA42BT/MGS-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-071.png', + Number: 'UA42BT/MGS-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-072.png', + Number: 'UA42BT/MGS-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-073.png', + Number: 'UA42BT/MGS-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-074.png', + Number: 'UA42BT/MGS-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-074_p1.png', + Number: 'UA42BT/MGS-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-075.png', + Number: 'UA42BT/MGS-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-075_p1.png', + Number: 'UA42BT/MGS-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-076.png', + Number: 'UA42BT/MGS-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-076_p1.png', + Number: 'UA42BT/MGS-1-076', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-077.png', + Number: 'UA42BT/MGS-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-077_p1.png', + Number: 'UA42BT/MGS-1-077', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-078.png', + Number: 'UA42BT/MGS-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-079.png', + Number: 'UA42BT/MGS-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-080.png', + Number: 'UA42BT/MGS-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-081.png', + Number: 'UA42BT/MGS-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-081_p1.png', + Number: 'UA42BT/MGS-1-081', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-082.png', + Number: 'UA42BT/MGS-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-082_p1.png', + Number: 'UA42BT/MGS-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-083.png', + Number: 'UA42BT/MGS-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-083_p1.png', + Number: 'UA42BT/MGS-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-083_p2.png', + Number: 'UA42BT/MGS-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-084.png', + Number: 'UA42BT/MGS-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-085.png', + Number: 'UA42BT/MGS-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-086.png', + Number: 'UA42BT/MGS-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-086_p1.png', + Number: 'UA42BT/MGS-1-086', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-087.png', + Number: 'UA42BT/MGS-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-087_p1.png', + Number: 'UA42BT/MGS-1-087', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-088.png', + Number: 'UA42BT/MGS-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-088_p1.png', + Number: 'UA42BT/MGS-1-088', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-089.png', + Number: 'UA42BT/MGS-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-090.png', + Number: 'UA42BT/MGS-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-091.png', + Number: 'UA42BT/MGS-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-092.png', + Number: 'UA42BT/MGS-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-093.png', + Number: 'UA42BT/MGS-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-094.png', + Number: 'UA42BT/MGS-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-095.png', + Number: 'UA42BT/MGS-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-096.png', + Number: 'UA42BT/MGS-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-097.png', + Number: 'UA42BT/MGS-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-098.png', + Number: 'UA42BT/MGS-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-099.png', + Number: 'UA42BT/MGS-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-100.png', + Number: 'UA42BT/MGS-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua42/UA42BT_MGS-1-AP01.png', + Number: 'UA42BT/MGS-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP01_p1.png', + Number: 'UA42BT/MGS-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP02.png', + Number: 'UA42BT/MGS-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP02_p1.png', + Number: 'UA42BT/MGS-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP03.png', + Number: 'UA42BT/MGS-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP03_p1.png', + Number: 'UA42BT/MGS-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP04.png', + Number: 'UA42BT/MGS-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP05.png', + Number: 'UA42BT/MGS-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP06.png', + Number: 'UA42BT/MGS-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP07.png', + Number: 'UA42BT/MGS-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua42/UA42BT_MGS-1-AP08.png', + Number: 'UA42BT/MGS-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua42/UA42ST_MGS-1-035.png', + Number: 'UA42ST/MGS-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-039.png', + Number: 'UA42ST/MGS-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-041.png', + Number: 'UA42ST/MGS-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-049.png', + Number: 'UA42ST/MGS-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-054.png', + Number: 'UA42ST/MGS-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-055.png', + Number: 'UA42ST/MGS-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-056.png', + Number: 'UA42ST/MGS-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-064.png', + Number: 'UA42ST/MGS-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-067.png', + Number: 'UA42ST/MGS-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-101.png', + Number: 'UA42ST/MGS-1-101', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-102.png', + Number: 'UA42ST/MGS-1-102', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-103.png', + Number: 'UA42ST/MGS-1-103', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-104.png', + Number: 'UA42ST/MGS-1-104', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-105.png', + Number: 'UA42ST/MGS-1-105', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-106.png', + Number: 'UA42ST/MGS-1-106', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-107.png', + Number: 'UA42ST/MGS-1-107', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-108.png', + Number: 'UA42ST/MGS-1-108', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua42/UA42ST_MGS-1-109.png', + Number: 'UA42ST/MGS-1-109', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-110.png', + Number: 'UA41ST/RNK-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-110_p1.png', + Number: 'UA41ST/RNK-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-111.png', + Number: 'UA41ST/RNK-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-111_p1.png', + Number: 'UA41ST/RNK-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-112.png', + Number: 'UA41ST/RNK-1-112', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-112_p1.png', + Number: 'UA41ST/RNK-1-112', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-113.png', + Number: 'UA41ST/RNK-1-113', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua41/UA41ST_RNK-1-113_p1.png', + Number: 'UA41ST/RNK-1-113', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua42/UA42ST_MGS-1-AP01.png', + Number: 'UA42ST/MGS-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua42/UAPR_MGS-1-055.png', + Number: 'UAPR/MGS-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua42/UAPR_MGS-1-080.png', + Number: 'UAPR/MGS-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua42/UAPR_MGS-P-001.png', + Number: 'UAPR/MGS-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua43.js b/datas/ua43.js new file mode 100644 index 0000000..4256054 --- /dev/null +++ b/datas/ua43.js @@ -0,0 +1,1198 @@ +export const cardList = [ + { + imgSrc: '/ua43/UA43BT_SMD-1-001.png', + Number: 'UA43BT/SMD-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-002.png', + Number: 'UA43BT/SMD-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-003.png', + Number: 'UA43BT/SMD-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-004.png', + Number: 'UA43BT/SMD-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-005.png', + Number: 'UA43BT/SMD-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-006.png', + Number: 'UA43BT/SMD-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-007.png', + Number: 'UA43BT/SMD-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-007_p1.png', + Number: 'UA43BT/SMD-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-008.png', + Number: 'UA43BT/SMD-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-008_p1.png', + Number: 'UA43BT/SMD-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-009.png', + Number: 'UA43BT/SMD-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-010.png', + Number: 'UA43BT/SMD-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-011.png', + Number: 'UA43BT/SMD-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-012.png', + Number: 'UA43BT/SMD-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-012_p1.png', + Number: 'UA43BT/SMD-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-013.png', + Number: 'UA43BT/SMD-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-014.png', + Number: 'UA43BT/SMD-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-015.png', + Number: 'UA43BT/SMD-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-016.png', + Number: 'UA43BT/SMD-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-016_p1.png', + Number: 'UA43BT/SMD-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-017.png', + Number: 'UA43BT/SMD-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-017_p1.png', + Number: 'UA43BT/SMD-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-018.png', + Number: 'UA43BT/SMD-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-018_p1.png', + Number: 'UA43BT/SMD-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-019.png', + Number: 'UA43BT/SMD-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-020.png', + Number: 'UA43BT/SMD-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-021.png', + Number: 'UA43BT/SMD-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-022.png', + Number: 'UA43BT/SMD-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-023.png', + Number: 'UA43BT/SMD-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-024.png', + Number: 'UA43BT/SMD-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-025.png', + Number: 'UA43BT/SMD-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-025_p1.png', + Number: 'UA43BT/SMD-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-026.png', + Number: 'UA43BT/SMD-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-026_p1.png', + Number: 'UA43BT/SMD-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-026_p2.png', + Number: 'UA43BT/SMD-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-027.png', + Number: 'UA43BT/SMD-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-028.png', + Number: 'UA43BT/SMD-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-029.png', + Number: 'UA43BT/SMD-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-030.png', + Number: 'UA43BT/SMD-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-030_p1.png', + Number: 'UA43BT/SMD-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-031.png', + Number: 'UA43BT/SMD-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-031_p1.png', + Number: 'UA43BT/SMD-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-032.png', + Number: 'UA43BT/SMD-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-033.png', + Number: 'UA43BT/SMD-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-034.png', + Number: 'UA43BT/SMD-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-035.png', + Number: 'UA43BT/SMD-1-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-036.png', + Number: 'UA43BT/SMD-1-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-037.png', + Number: 'UA43BT/SMD-1-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-038.png', + Number: 'UA43BT/SMD-1-038', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-039.png', + Number: 'UA43BT/SMD-1-039', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-040.png', + Number: 'UA43BT/SMD-1-040', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-041.png', + Number: 'UA43BT/SMD-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-042.png', + Number: 'UA43BT/SMD-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-043.png', + Number: 'UA43BT/SMD-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-044.png', + Number: 'UA43BT/SMD-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-044_p1.png', + Number: 'UA43BT/SMD-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-045.png', + Number: 'UA43BT/SMD-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-045_p1.png', + Number: 'UA43BT/SMD-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-046.png', + Number: 'UA43BT/SMD-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-046_p1.png', + Number: 'UA43BT/SMD-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-047.png', + Number: 'UA43BT/SMD-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-048.png', + Number: 'UA43BT/SMD-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-049.png', + Number: 'UA43BT/SMD-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-050.png', + Number: 'UA43BT/SMD-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-051.png', + Number: 'UA43BT/SMD-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-051_p1.png', + Number: 'UA43BT/SMD-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-052.png', + Number: 'UA43BT/SMD-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-053.png', + Number: 'UA43BT/SMD-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-054.png', + Number: 'UA43BT/SMD-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-054_p1.png', + Number: 'UA43BT/SMD-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-055.png', + Number: 'UA43BT/SMD-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-055_p1.png', + Number: 'UA43BT/SMD-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-056.png', + Number: 'UA43BT/SMD-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-056_p1.png', + Number: 'UA43BT/SMD-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-057.png', + Number: 'UA43BT/SMD-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-058.png', + Number: 'UA43BT/SMD-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-059.png', + Number: 'UA43BT/SMD-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-060.png', + Number: 'UA43BT/SMD-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-060_p1.png', + Number: 'UA43BT/SMD-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-061.png', + Number: 'UA43BT/SMD-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-061_p1.png', + Number: 'UA43BT/SMD-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-062.png', + Number: 'UA43BT/SMD-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-063.png', + Number: 'UA43BT/SMD-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-064.png', + Number: 'UA43BT/SMD-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-065.png', + Number: 'UA43BT/SMD-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-066.png', + Number: 'UA43BT/SMD-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-067.png', + Number: 'UA43BT/SMD-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-068.png', + Number: 'UA43BT/SMD-1-068', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-069.png', + Number: 'UA43BT/SMD-1-069', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-069_p1.png', + Number: 'UA43BT/SMD-1-069', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-070.png', + Number: 'UA43BT/SMD-1-070', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-071.png', + Number: 'UA43BT/SMD-1-071', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-072.png', + Number: 'UA43BT/SMD-1-072', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-073.png', + Number: 'UA43BT/SMD-1-073', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-074.png', + Number: 'UA43BT/SMD-1-074', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-075.png', + Number: 'UA43BT/SMD-1-075', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-076.png', + Number: 'UA43BT/SMD-1-076', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-077.png', + Number: 'UA43BT/SMD-1-077', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-078.png', + Number: 'UA43BT/SMD-1-078', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-079.png', + Number: 'UA43BT/SMD-1-079', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-080.png', + Number: 'UA43BT/SMD-1-080', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + // AP + { + imgSrc: '/ua43/UA43BT_SMD-1-AP01.png', + Number: 'UA43BT/SMD-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP01_p1.png', + Number: 'UA43BT/SMD-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP02.png', + Number: 'UA43BT/SMD-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP03.png', + Number: 'UA43BT/SMD-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP04.png', + Number: 'UA43BT/SMD-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP05.png', + Number: 'UA43BT/SMD-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP06.png', + Number: 'UA43BT/SMD-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP07.png', + Number: 'UA43BT/SMD-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP08.png', + Number: 'UA43BT/SMD-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP09.png', + Number: 'UA43BT/SMD-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP10.png', + Number: 'UA43BT/SMD-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP11.png', + Number: 'UA43BT/SMD-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UA43BT_SMD-1-AP12.png', + Number: 'UA43BT/SMD-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua43/UAPR_SMD-1-022.png', + Number: 'UAPR/SMD-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua43/UAPR_SMD-1-058.png', + Number: 'UAPR/SMD-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + // UAPR - AP + { + imgSrc: '/ua43/UAPR_SMD-AP01.png', + Number: 'UAPR/SMD-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua43/UAPR_SMD-AP02.png', + Number: 'UAPR/SMD-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // + { + imgSrc: '/ua43/UAPR_SMD-P-001.png', + Number: 'UAPR/SMD-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua44.js b/datas/ua44.js new file mode 100644 index 0000000..713a9f9 --- /dev/null +++ b/datas/ua44.js @@ -0,0 +1,1709 @@ +export const cardList = [ + { + imgSrc: '/ua44/UA44BT_EVA-1-001.png', + Number: 'UA44BT/EVA-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-002.png', + Number: 'UA44BT/EVA-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-002_p1.png', + Number: 'UA44BT/EVA-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-003.png', + Number: 'UA44BT/EVA-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-003_p1.png', + Number: 'UA44BT/EVA-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-004.png', + Number: 'UA44BT/EVA-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-004_p1.png', + Number: 'UA44BT/EVA-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-005.png', + Number: 'UA44BT/EVA-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-005_p1.png', + Number: 'UA44BT/EVA-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-006.png', + Number: 'UA44BT/EVA-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-007.png', + Number: 'UA44BT/EVA-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-008.png', + Number: 'UA44BT/EVA-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-008_p1.png', + Number: 'UA44BT/EVA-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-009.png', + Number: 'UA44BT/EVA-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-009_p1.png', + Number: 'UA44BT/EVA-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-010.png', + Number: 'UA44BT/EVA-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-011.png', + Number: 'UA44BT/EVA-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-012.png', + Number: 'UA44BT/EVA-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-012_p1.png', + Number: 'UA44BT/EVA-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-013.png', + Number: 'UA44BT/EVA-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-013_p1.png', + Number: 'UA44BT/EVA-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-014.png', + Number: 'UA44BT/EVA-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-014_p1.png', + Number: 'UA44BT/EVA-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-015.png', + Number: 'UA44BT/EVA-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-016.png', + Number: 'UA44BT/EVA-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-017.png', + Number: 'UA44BT/EVA-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-017_p1.png', + Number: 'UA44BT/EVA-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-018.png', + Number: 'UA44BT/EVA-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-018_p1.png', + Number: 'UA44BT/EVA-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-019.png', + Number: 'UA44BT/EVA-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-020.png', + Number: 'UA44BT/EVA-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-021.png', + Number: 'UA44BT/EVA-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-022.png', + Number: 'UA44BT/EVA-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-023.png', + Number: 'UA44BT/EVA-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-024.png', + Number: 'UA44BT/EVA-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-025.png', + Number: 'UA44BT/EVA-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-026.png', + Number: 'UA44BT/EVA-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-026_p1.png', + Number: 'UA44BT/EVA-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-027.png', + Number: 'UA44BT/EVA-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-028.png', + Number: 'UA44BT/EVA-1-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-029.png', + Number: 'UA44BT/EVA-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-030.png', + Number: 'UA44BT/EVA-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-031.png', + Number: 'UA44BT/EVA-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-032.png', + Number: 'UA44BT/EVA-1-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-033.png', + Number: 'UA44BT/EVA-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-033_p1.png', + Number: 'UA44BT/EVA-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-034.png', + Number: 'UA44BT/EVA-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-034_p1.png', + Number: 'UA44BT/EVA-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-035.png', + Number: 'UA44BT/EVA-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-036.png', + Number: 'UA44BT/EVA-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-037.png', + Number: 'UA44BT/EVA-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-038.png', + Number: 'UA44BT/EVA-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-039.png', + Number: 'UA44BT/EVA-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-039_p1.png', + Number: 'UA44BT/EVA-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-039_p2.png', + Number: 'UA44BT/EVA-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-040.png', + Number: 'UA44BT/EVA-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-041.png', + Number: 'UA44BT/EVA-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-042.png', + Number: 'UA44BT/EVA-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-042_p1.png', + Number: 'UA44BT/EVA-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-043.png', + Number: 'UA44BT/EVA-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-043_p1.png', + Number: 'UA44BT/EVA-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-044.png', + Number: 'UA44BT/EVA-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-045.png', + Number: 'UA44BT/EVA-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-046.png', + Number: 'UA44BT/EVA-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-046_p1.png', + Number: 'UA44BT/EVA-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-047.png', + Number: 'UA44BT/EVA-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-048.png', + Number: 'UA44BT/EVA-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-049.png', + Number: 'UA44BT/EVA-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-050.png', + Number: 'UA44BT/EVA-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-051.png', + Number: 'UA44BT/EVA-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-052.png', + Number: 'UA44BT/EVA-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-053.png', + Number: 'UA44BT/EVA-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-053_p1.png', + Number: 'UA44BT/EVA-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-054.png', + Number: 'UA44BT/EVA-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-055.png', + Number: 'UA44BT/EVA-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-056.png', + Number: 'UA44BT/EVA-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-057.png', + Number: 'UA44BT/EVA-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-058.png', + Number: 'UA44BT/EVA-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-059.png', + Number: 'UA44BT/EVA-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-060.png', + Number: 'UA44BT/EVA-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-061.png', + Number: 'UA44BT/EVA-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-062.png', + Number: 'UA44BT/EVA-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-063.png', + Number: 'UA44BT/EVA-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-064.png', + Number: 'UA44BT/EVA-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-065.png', + Number: 'UA44BT/EVA-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-066.png', + Number: 'UA44BT/EVA-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-067.png', + Number: 'UA44BT/EVA-1-067', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-068.png', + Number: 'UA44BT/EVA-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-069.png', + Number: 'UA44BT/EVA-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-070.png', + Number: 'UA44BT/EVA-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-071.png', + Number: 'UA44BT/EVA-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-072.png', + Number: 'UA44BT/EVA-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-073.png', + Number: 'UA44BT/EVA-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-074.png', + Number: 'UA44BT/EVA-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-075.png', + Number: 'UA44BT/EVA-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-076.png', + Number: 'UA44BT/EVA-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-077.png', + Number: 'UA44BT/EVA-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-078.png', + Number: 'UA44BT/EVA-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-079.png', + Number: 'UA44BT/EVA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-079_p1.png', + Number: 'UA44BT/EVA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-079_p2.png', + Number: 'UA44BT/EVA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-079_p3.png', + Number: 'UA44BT/EVA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-080.png', + Number: 'UA44BT/EVA-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-080_p1.png', + Number: 'UA44BT/EVA-1-080', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-080_p2.png', + Number: 'UA44BT/EVA-1-080', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-081.png', + Number: 'UA44BT/EVA-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-081_p1.png', + Number: 'UA44BT/EVA-1-081', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-082.png', + Number: 'UA44BT/EVA-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-082_p1.png', + Number: 'UA44BT/EVA-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-083.png', + Number: 'UA44BT/EVA-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-084.png', + Number: 'UA44BT/EVA-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-085.png', + Number: 'UA44BT/EVA-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-085_p1.png', + Number: 'UA44BT/EVA-1-085', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-086.png', + Number: 'UA44BT/EVA-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-087.png', + Number: 'UA44BT/EVA-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-088.png', + Number: 'UA44BT/EVA-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-089.png', + Number: 'UA44BT/EVA-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-090.png', + Number: 'UA44BT/EVA-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-091.png', + Number: 'UA44BT/EVA-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-092.png', + Number: 'UA44BT/EVA-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-093.png', + Number: 'UA44BT/EVA-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-094.png', + Number: 'UA44BT/EVA-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-095.png', + Number: 'UA44BT/EVA-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-096.png', + Number: 'UA44BT/EVA-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-097.png', + Number: 'UA44BT/EVA-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-098.png', + Number: 'UA44BT/EVA-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-099.png', + Number: 'UA44BT/EVA-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-100.png', + Number: 'UA44BT/EVA-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + // AP + { + imgSrc: '/ua44/UA44BT_EVA-1-AP01.png', + Number: 'UA44BT/EVA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-AP01_p1.png', + Number: 'UA44BT/EVA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-AP02.png', + Number: 'UA44BT/EVA-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-AP02_p1.png', + Number: 'UA44BT/EVA-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-AP03.png', + Number: 'UA44BT/EVA-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-AP04.png', + Number: 'UA44BT/EVA-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-AP05.png', + Number: 'UA44BT/EVA-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua44/UA44BT_EVA-1-AP06.png', + Number: 'UA44BT/EVA-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua44/UA44ST_EVA-1-068.png', + Number: 'UA44ST/EVA-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-069.png', + Number: 'UA44ST/EVA-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-072.png', + Number: 'UA44ST/EVA-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-073.png', + Number: 'UA44ST/EVA-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-076.png', + Number: 'UA44ST/EVA-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-083.png', + Number: 'UA44ST/EVA-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-085.png', + Number: 'UA44ST/EVA-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-095.png', + Number: 'UA44ST/EVA-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-100.png', + Number: 'UA44ST/EVA-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-101.png', + Number: 'UA44ST/EVA-1-101', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-102.png', + Number: 'UA44ST/EVA-1-102', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-103.png', + Number: 'UA44ST/EVA-1-103', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-104.png', + Number: 'UA44ST/EVA-1-104', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-105.png', + Number: 'UA44ST/EVA-1-105', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-106.png', + Number: 'UA44ST/EVA-1-106', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-107.png', + Number: 'UA44ST/EVA-1-107', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-108.png', + Number: 'UA44ST/EVA-1-108', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-109.png', + Number: 'UA44ST/EVA-1-109', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-110.png', + Number: 'UA44ST/EVA-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-110_p1.png', + Number: 'UA44ST/EVA-1-110', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-111.png', + Number: 'UA44ST/EVA-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-111_p1.png', + Number: 'UA44ST/EVA-1-111', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-112.png', + Number: 'UA44ST/EVA-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-112_p1.png', + Number: 'UA44ST/EVA-1-112', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-113.png', + Number: 'UA44ST/EVA-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-113_p1.png', + Number: 'UA44ST/EVA-1-113', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua44/UA44ST_EVA-1-AP01.png', + Number: 'UA44ST/EVA-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua44/UAPR_EVA-1-010.png', + Number: 'UAPR/EVA-1-010', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua44/UAPR_EVA-1-016.png', + Number: 'UAPR/EVA-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua44/UAPR_EVA-1-079.png', + Number: 'UAPR/EVA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'UR', + trigger: null, + }, + { + imgSrc: '/ua44/UAPR_EVA-1-079_p1.png', + Number: 'UAPR/EVA-1-079', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'UR', + trigger: null, + }, + // Promo + { + imgSrc: '/ua44/UAPR_EVA-P-001.png', + Number: 'UAPR/EVA-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, + // UAPR - AP + // { + // imgSrc: '/ua44/UAPR_EVA-AP01.png', + // Number: 'UAPR/EVA-AP01', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, + // { + // imgSrc: '/ua44/UAPR_EVA-AP02.png', + // Number: 'UAPR/EVA-AP02', + // count: 0, + // key: false, + // color: '', + // parallel: false, + // rarity: '', + // trigger: null, + // }, +]; + + diff --git a/datas/ua45.js b/datas/ua45.js new file mode 100644 index 0000000..09eab72 --- /dev/null +++ b/datas/ua45.js @@ -0,0 +1,1397 @@ +export const cardList = [ + { + imgSrc: '/ua45/UA45BT_TLR-1-001.png', + Number: 'UA45BT/TLR-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-001_p1.png', + Number: 'UA45BT/TLR-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-002.png', + Number: 'UA45BT/TLR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-003.png', + Number: 'UA45BT/TLR-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-004.png', + Number: 'UA45BT/TLR-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-005.png', + Number: 'UA45BT/TLR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-005_p1.png', + Number: 'UA45BT/TLR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-006.png', + Number: 'UA45BT/TLR-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-007.png', + Number: 'UA45BT/TLR-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-007_p1.png', + Number: 'UA45BT/TLR-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-008.png', + Number: 'UA45BT/TLR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-008_p1.png', + Number: 'UA45BT/TLR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-009.png', + Number: 'UA45BT/TLR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-009_p1.png', + Number: 'UA45BT/TLR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-010.png', + Number: 'UA45BT/TLR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-011.png', + Number: 'UA45BT/TLR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-012.png', + Number: 'UA45BT/TLR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-013.png', + Number: 'UA45BT/TLR-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-014.png', + Number: 'UA45BT/TLR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-014_p1.png', + Number: 'UA45BT/TLR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-015.png', + Number: 'UA45BT/TLR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-015_p1.png', + Number: 'UA45BT/TLR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-016.png', + Number: 'UA45BT/TLR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-017.png', + Number: 'UA45BT/TLR-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-017_p1.png', + Number: 'UA45BT/TLR-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-018.png', + Number: 'UA45BT/TLR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-018_p1.png', + Number: 'UA45BT/TLR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-019.png', + Number: 'UA45BT/TLR-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-020.png', + Number: 'UA45BT/TLR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-021.png', + Number: 'UA45BT/TLR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-022.png', + Number: 'UA45BT/TLR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-022_p1.png', + Number: 'UA45BT/TLR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-023.png', + Number: 'UA45BT/TLR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-023_p1.png', + Number: 'UA45BT/TLR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-024.png', + Number: 'UA45BT/TLR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-025.png', + Number: 'UA45BT/TLR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-026.png', + Number: 'UA45BT/TLR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-027.png', + Number: 'UA45BT/TLR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-027_p1.png', + Number: 'UA45BT/TLR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-028.png', + Number: 'UA45BT/TLR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-028_p1.png', + Number: 'UA45BT/TLR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-028_p2.png', + Number: 'UA45BT/TLR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-029.png', + Number: 'UA45BT/TLR-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-030.png', + Number: 'UA45BT/TLR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-030_p1.png', + Number: 'UA45BT/TLR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-031.png', + Number: 'UA45BT/TLR-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-032.png', + Number: 'UA45BT/TLR-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-033.png', + Number: 'UA45BT/TLR-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-034.png', + Number: 'UA45BT/TLR-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-034_p1.png', + Number: 'UA45BT/TLR-1-034', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-035.png', + Number: 'UA45BT/TLR-1-035', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-035_p1.png', + Number: 'UA45BT/TLR-1-035', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-036.png', + Number: 'UA45BT/TLR-1-036', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-037.png', + Number: 'UA45BT/TLR-1-037', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-038.png', + Number: 'UA45BT/TLR-1-038', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-039.png', + Number: 'UA45BT/TLR-1-039', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-040.png', + Number: 'UA45BT/TLR-1-040', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-041.png', + Number: 'UA45BT/TLR-1-041', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-042.png', + Number: 'UA45BT/TLR-1-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-042_p1.png', + Number: 'UA45BT/TLR-1-042', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-043.png', + Number: 'UA45BT/TLR-1-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-043_p1.png', + Number: 'UA45BT/TLR-1-043', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-044.png', + Number: 'UA45BT/TLR-1-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-045.png', + Number: 'UA45BT/TLR-1-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-046.png', + Number: 'UA45BT/TLR-1-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-047.png', + Number: 'UA45BT/TLR-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-047_p1.png', + Number: 'UA45BT/TLR-1-047', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-048.png', + Number: 'UA45BT/TLR-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-048_p1.png', + Number: 'UA45BT/TLR-1-048', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-049.png', + Number: 'UA45BT/TLR-1-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-050.png', + Number: 'UA45BT/TLR-1-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-051.png', + Number: 'UA45BT/TLR-1-051', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-052.png', + Number: 'UA45BT/TLR-1-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-052_p1.png', + Number: 'UA45BT/TLR-1-052', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-053.png', + Number: 'UA45BT/TLR-1-053', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-053_p1.png', + Number: 'UA45BT/TLR-1-053', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-054.png', + Number: 'UA45BT/TLR-1-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-054_p1.png', + Number: 'UA45BT/TLR-1-054', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-055.png', + Number: 'UA45BT/TLR-1-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-055_p1.png', + Number: 'UA45BT/TLR-1-055', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-056.png', + Number: 'UA45BT/TLR-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-057.png', + Number: 'UA45BT/TLR-1-057', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-057_p1.png', + Number: 'UA45BT/TLR-1-057', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-058.png', + Number: 'UA45BT/TLR-1-058', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-059.png', + Number: 'UA45BT/TLR-1-059', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-060.png', + Number: 'UA45BT/TLR-1-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-061.png', + Number: 'UA45BT/TLR-1-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-061_p1.png', + Number: 'UA45BT/TLR-1-061', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-062.png', + Number: 'UA45BT/TLR-1-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-062_p1.png', + Number: 'UA45BT/TLR-1-062', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-063.png', + Number: 'UA45BT/TLR-1-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-063_p1.png', + Number: 'UA45BT/TLR-1-063', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-064.png', + Number: 'UA45BT/TLR-1-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-064_p1.png', + Number: 'UA45BT/TLR-1-064', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-065.png', + Number: 'UA45BT/TLR-1-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-066.png', + Number: 'UA45BT/TLR-1-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-067.png', + Number: 'UA45BT/TLR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-068.png', + Number: 'UA45BT/TLR-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-068_p1.png', + Number: 'UA45BT/TLR-1-068', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-069.png', + Number: 'UA45BT/TLR-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-069_p1.png', + Number: 'UA45BT/TLR-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-069_p2.png', + Number: 'UA45BT/TLR-1-069', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-070.png', + Number: 'UA45BT/TLR-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-071.png', + Number: 'UA45BT/TLR-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-071_p1.png', + Number: 'UA45BT/TLR-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-072.png', + Number: 'UA45BT/TLR-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-073.png', + Number: 'UA45BT/TLR-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-074.png', + Number: 'UA45BT/TLR-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-075.png', + Number: 'UA45BT/TLR-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-075_p1.png', + Number: 'UA45BT/TLR-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-075_p2.png', + Number: 'UA45BT/TLR-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-076.png', + Number: 'UA45BT/TLR-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-077.png', + Number: 'UA45BT/TLR-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-078.png', + Number: 'UA45BT/TLR-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-079.png', + Number: 'UA45BT/TLR-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-080.png', + Number: 'UA45BT/TLR-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-081.png', + Number: 'UA45BT/TLR-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-082.png', + Number: 'UA45BT/TLR-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua45/UA45BT_TLR-1-AP01.png', + Number: 'UA45BT/TLR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP01_p1.png', + Number: 'UA45BT/TLR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP02.png', + Number: 'UA45BT/TLR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP02_p1.png', + Number: 'UA45BT/TLR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP03.png', + Number: 'UA45BT/TLR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP03_p1.png', + Number: 'UA45BT/TLR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP04.png', + Number: 'UA45BT/TLR-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP05.png', + Number: 'UA45BT/TLR-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP06.png', + Number: 'UA45BT/TLR-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-A07.png', + Number: 'UA45BT/TLR-1-A07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP08.png', + Number: 'UA45BT/TLR-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP09.png', + Number: 'UA45BT/TLR-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP10.png', + Number: 'UA45BT/TLR-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP11.png', + Number: 'UA45BT/TLR-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP12.png', + Number: 'UA45BT/TLR-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP13.png', + Number: 'UA45BT/TLR-1-AP13', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP14.png', + Number: 'UA45BT/TLR-1-AP14', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua45/UAPR_TLR-1-012.png', + Number: 'UAPR/TLR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua45/UAPR_TLR-1-024.png', + Number: 'UAPR/TLR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua45/UAPR_TLR-1-072.png', + Number: 'UAPR/TLR-1-072', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + // Promo + { + imgSrc: '/ua45/UAPR_TLR-P-001.png', + Number: 'UAPR/TLR-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua46.js b/datas/ua46.js new file mode 100644 index 0000000..aaaf403 --- /dev/null +++ b/datas/ua46.js @@ -0,0 +1,1348 @@ +export const cardList = [ + { + imgSrc: '/ua46/UA46BT_KGR-1-001.png', + Number: 'UA45BT/TLR-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-001_p1.png', + Number: 'UA45BT/TLR-1-001', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-002.png', + Number: 'UA45BT/TLR-1-002', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-003.png', + Number: 'UA45BT/TLR-1-003', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-004.png', + Number: 'UA45BT/TLR-1-004', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-005.png', + Number: 'UA45BT/TLR-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-005_p1.png', + Number: 'UA45BT/TLR-1-005', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-006.png', + Number: 'UA45BT/TLR-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-006_p1.png', + Number: 'UA45BT/TLR-1-006', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-007.png', + Number: 'UA45BT/TLR-1-007', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-008.png', + Number: 'UA45BT/TLR-1-008', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-009.png', + Number: 'UA45BT/TLR-1-009', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-010.png', + Number: 'UA45BT/TLR-1-010', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-011.png', + Number: 'UA45BT/TLR-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-011_p1.png', + Number: 'UA45BT/TLR-1-011', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-012.png', + Number: 'UA45BT/TLR-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-013.png', + Number: 'UA45BT/TLR-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-014.png', + Number: 'UA45BT/TLR-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-014_p1.png', + Number: 'UA45BT/TLR-1-014', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-015.png', + Number: 'UA45BT/TLR-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-015_p1.png', + Number: 'UA45BT/TLR-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-015_p2.png', + Number: 'UA45BT/TLR-1-015', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-016.png', + Number: 'UA45BT/TLR-1-016', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-017.png', + Number: 'UA45BT/TLR-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-017_p1.png', + Number: 'UA45BT/TLR-1-017', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-018.png', + Number: 'UA45BT/TLR-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-018_p1.png', + Number: 'UA45BT/TLR-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-018_p2.png', + Number: 'UA45BT/TLR-1-018', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-019.png', + Number: 'UA45BT/TLR-1-019', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-020.png', + Number: 'UA45BT/TLR-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-020_p1.png', + Number: 'UA45BT/TLR-1-020', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-021.png', + Number: 'UA45BT/TLR-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-021_p1.png', + Number: 'UA45BT/TLR-1-021', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-022.png', + Number: 'UA45BT/TLR-1-022', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-023.png', + Number: 'UA45BT/TLR-1-023', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-024.png', + Number: 'UA45BT/TLR-1-024', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-025.png', + Number: 'UA45BT/TLR-1-025', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-026.png', + Number: 'UA45BT/TLR-1-026', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-027.png', + Number: 'UA45BT/TLR-1-027', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-028.png', + Number: 'UA45BT/TLR-1-028', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-029.png', + Number: 'UA45BT/TLR-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-029_p1.png', + Number: 'UA45BT/TLR-1-029', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-030.png', + Number: 'UA45BT/TLR-1-030', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-031.png', + Number: 'UA45BT/TLR-1-031', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-032.png', + Number: 'UA45BT/TLR-1-032', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-033.png', + Number: 'UA45BT/TLR-1-033', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-034.png', + Number: 'UA45BT/TLR-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-035.png', + Number: 'UA45BT/TLR-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-036.png', + Number: 'UA45BT/TLR-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-037.png', + Number: 'UA45BT/TLR-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-038.png', + Number: 'UA45BT/TLR-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-039.png', + Number: 'UA45BT/TLR-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-039_p1.png', + Number: 'UA45BT/TLR-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-040.png', + Number: 'UA45BT/TLR-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-041.png', + Number: 'UA45BT/TLR-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-042.png', + Number: 'UA45BT/TLR-1-042', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-043.png', + Number: 'UA45BT/TLR-1-043', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-043_p1.png', + Number: 'UA45BT/TLR-1-043', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-044.png', + Number: 'UA45BT/TLR-1-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-045.png', + Number: 'UA45BT/TLR-1-045', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-046.png', + Number: 'UA45BT/TLR-1-046', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-046_p1.png', + Number: 'UA45BT/TLR-1-046', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-047.png', + Number: 'UA45BT/TLR-1-047', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-047_p1.png', + Number: 'UA45BT/TLR-1-047', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-047_p2.png', + Number: 'UA45BT/TLR-1-047', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-048.png', + Number: 'UA45BT/TLR-1-048', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-049.png', + Number: 'UA45BT/TLR-1-049', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-049_p1.png', + Number: 'UA45BT/TLR-1-049', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-050.png', + Number: 'UA45BT/TLR-1-050', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: 'COLOR', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-050_p1.png', + Number: 'UA45BT/TLR-1-050', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-051.png', + Number: 'UA45BT/TLR-1-051', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-052.png', + Number: 'UA45BT/TLR-1-052', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-053.png', + Number: 'UA45BT/TLR-1-053', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-054.png', + Number: 'UA45BT/TLR-1-054', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-055.png', + Number: 'UA45BT/TLR-1-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-056.png', + Number: 'UA45BT/TLR-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-057.png', + Number: 'UA45BT/TLR-1-057', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-057_p1.png', + Number: 'UA45BT/TLR-1-057', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-058.png', + Number: 'UA45BT/TLR-1-058', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-058_p1.png', + Number: 'UA45BT/TLR-1-058', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-059.png', + Number: 'UA45BT/TLR-1-059', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-059_p1.png', + Number: 'UA45BT/TLR-1-059', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-060.png', + Number: 'UA45BT/TLR-1-060', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-060_p1.png', + Number: 'UA45BT/TLR-1-060', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-060_p2.png', + Number: 'UA45BT/TLR-1-060', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-061.png', + Number: 'UA45BT/TLR-1-061', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-062.png', + Number: 'UA45BT/TLR-1-062', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-062_p1.png', + Number: 'UA45BT/TLR-1-062', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-063.png', + Number: 'UA45BT/TLR-1-063', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-064.png', + Number: 'UA45BT/TLR-1-064', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-065.png', + Number: 'UA45BT/TLR-1-065', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-066.png', + Number: 'UA45BT/TLR-1-066', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-066_p1.png', + Number: 'UA45BT/TLR-1-066', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-067.png', + Number: 'UA45BT/TLR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-067_p1.png', + Number: 'UA45BT/TLR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-068.png', + Number: 'UA45BT/TLR-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-069.png', + Number: 'UA45BT/TLR-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-070.png', + Number: 'UA45BT/TLR-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-071.png', + Number: 'UA45BT/TLR-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-072.png', + Number: 'UA45BT/TLR-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-073.png', + Number: 'UA45BT/TLR-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-074.png', + Number: 'UA45BT/TLR-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-075.png', + Number: 'UA45BT/TLR-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-076.png', + Number: 'UA45BT/TLR-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-077.png', + Number: 'UA45BT/TLR-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-078.png', + Number: 'UA45BT/TLR-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-079.png', + Number: 'UA45BT/TLR-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-080.png', + Number: 'UA45BT/TLR-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-081.png', + Number: 'UA45BT/TLR-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-082.png', + Number: 'UA45BT/TLR-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-082_p1.png', + Number: 'UA45BT/TLR-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua46/UA46BT_KGR-1-AP01.png', + Number: 'UA45BT/TLR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP01_p1.png', + Number: 'UA45BT/TLR-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP02.png', + Number: 'UA45BT/TLR-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP03.png', + Number: 'UA45BT/TLR-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP04.png', + Number: 'UA45BT/TLR-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP05.png', + Number: 'UA45BT/TLR-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP06.png', + Number: 'UA45BT/TLR-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP07.png', + Number: 'UA45BT/TLR-1-AP07', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP08.png', + Number: 'UA45BT/TLR-1-AP08', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP09.png', + Number: 'UA45BT/TLR-1-AP09', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP10.png', + Number: 'UA45BT/TLR-1-AP10', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP11.png', + Number: 'UA45BT/TLR-1-AP11', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP12.png', + Number: 'UA45BT/TLR-1-AP12', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UA46BT_KGR-1-AP13.png', + Number: 'UA45BT/TLR-1-AP13', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua46/UAPB_KGR-AP01.png', + Number: 'UAPB/KGR-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UAPR_KGR-1-012.png', + Number: 'UAPR/KGR-1-012', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UAPR_KGR-1-013.png', + Number: 'UAPR/KGR-1-013', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua46/UAPR_KGR-1-044.png', + Number: 'UAPR/KGR-1-044', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UAPR_KGR-1-055.png', + Number: 'UAPR/KGR-1-055', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua46/UAPR_KGR-1-056.png', + Number: 'UAPR/KGR-1-056', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + // UAPR - AP + { + imgSrc: '/ua46/UAPR_KGR-AP01.png', + Number: 'UAPR/KGR-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua46/UAPR_KGR-AP02.png', + Number: 'UAPR/KGR-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // Promo + { + imgSrc: '/ua46/UAPR_KGR-P-001.png', + Number: 'UAPR/KGR-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua47.js b/datas/ua47.js new file mode 100644 index 0000000..b2a1ff3 --- /dev/null +++ b/datas/ua47.js @@ -0,0 +1,1779 @@ +export const cardList = [ + { + imgSrc: '/ua47/UA47BT_TKG-1-001.png', + Number: 'UA45BT/TLR-1-001', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-002.png', + Number: 'UA45BT/TLR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-002_p1.png', + Number: 'UA45BT/TLR-1-002', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-003.png', + Number: 'UA45BT/TLR-1-003', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-004.png', + Number: 'UA45BT/TLR-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-004_p1.png', + Number: 'UA45BT/TLR-1-004', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-005.png', + Number: 'UA45BT/TLR-1-005', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-006.png', + Number: 'UA45BT/TLR-1-006', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-007.png', + Number: 'UA45BT/TLR-1-007', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-008.png', + Number: 'UA45BT/TLR-1-008', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-009.png', + Number: 'UA45BT/TLR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-009_p1.png', + Number: 'UA45BT/TLR-1-009', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-010.png', + Number: 'UA45BT/TLR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-010_p1.png', + Number: 'UA45BT/TLR-1-010', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-011.png', + Number: 'UA45BT/TLR-1-011', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-012.png', + Number: 'UA45BT/TLR-1-012', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-013.png', + Number: 'UA45BT/TLR-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-013_p1.png', + Number: 'UA45BT/TLR-1-013', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-014.png', + Number: 'UA45BT/TLR-1-014', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-015.png', + Number: 'UA45BT/TLR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-015_p1.png', + Number: 'UA45BT/TLR-1-015', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-016.png', + Number: 'UA45BT/TLR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-016_p1.png', + Number: 'UA45BT/TLR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-016_p2.png', + Number: 'UA45BT/TLR-1-016', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-017.png', + Number: 'UA45BT/TLR-1-017', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-018.png', + Number: 'UA45BT/TLR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-018_p1.png', + Number: 'UA45BT/TLR-1-018', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-019.png', + Number: 'UA45BT/TLR-1-019', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-020.png', + Number: 'UA45BT/TLR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-020_p1.png', + Number: 'UA45BT/TLR-1-020', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-021.png', + Number: 'UA45BT/TLR-1-021', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-022.png', + Number: 'UA45BT/TLR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-022_p1.png', + Number: 'UA45BT/TLR-1-022', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-023.png', + Number: 'UA45BT/TLR-1-023', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-024.png', + Number: 'UA45BT/TLR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-024_p1.png', + Number: 'UA45BT/TLR-1-024', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-025.png', + Number: 'UA45BT/TLR-1-025', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-026.png', + Number: 'UA45BT/TLR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-026_p1.png', + Number: 'UA45BT/TLR-1-026', + count: 0, + key: false, + color: 'Yellow', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-027.png', + Number: 'UA45BT/TLR-1-027', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-028.png', + Number: 'UA45BT/TLR-1-028', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-029.png', + Number: 'UA45BT/TLR-1-029', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-030.png', + Number: 'UA45BT/TLR-1-030', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-031.png', + Number: 'UA45BT/TLR-1-031', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-032.png', + Number: 'UA45BT/TLR-1-032', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-033.png', + Number: 'UA45BT/TLR-1-033', + count: 0, + key: false, + color: 'Yellow', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-034.png', + Number: 'UA45BT/TLR-1-034', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-035.png', + Number: 'UA45BT/TLR-1-035', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-036.png', + Number: 'UA45BT/TLR-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-037.png', + Number: 'UA45BT/TLR-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-037_p1.png', + Number: 'UA45BT/TLR-1-037', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-038.png', + Number: 'UA45BT/TLR-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-039.png', + Number: 'UA45BT/TLR-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-040.png', + Number: 'UA45BT/TLR-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-040_p1.png', + Number: 'UA45BT/TLR-1-040', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-041.png', + Number: 'UA45BT/TLR-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-041_p1.png', + Number: 'UA45BT/TLR-1-041', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-042.png', + Number: 'UA45BT/TLR-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-042_p1.png', + Number: 'UA45BT/TLR-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-042_p2.png', + Number: 'UA45BT/TLR-1-042', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-043.png', + Number: 'UA45BT/TLR-1-043', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-044.png', + Number: 'UA45BT/TLR-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-044_p1.png', + Number: 'UA45BT/TLR-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-045.png', + Number: 'UA45BT/TLR-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-045_p1.png', + Number: 'UA45BT/TLR-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-046.png', + Number: 'UA45BT/TLR-1-046', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-047.png', + Number: 'UA45BT/TLR-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-047_p1.png', + Number: 'UA45BT/TLR-1-047', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-048.png', + Number: 'UA45BT/TLR-1-048', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-049.png', + Number: 'UA45BT/TLR-1-049', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-050.png', + Number: 'UA45BT/TLR-1-050', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-051.png', + Number: 'UA45BT/TLR-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-051_p1.png', + Number: 'UA45BT/TLR-1-051', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-052.png', + Number: 'UA45BT/TLR-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-052_p1.png', + Number: 'UA45BT/TLR-1-052', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-053.png', + Number: 'UA45BT/TLR-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-053_p1.png', + Number: 'UA45BT/TLR-1-053', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-054.png', + Number: 'UA45BT/TLR-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-055.png', + Number: 'UA45BT/TLR-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-055_p1.png', + Number: 'UA45BT/TLR-1-055', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-056.png', + Number: 'UA45BT/TLR-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-057.png', + Number: 'UA45BT/TLR-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-058.png', + Number: 'UA45BT/TLR-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-059.png', + Number: 'UA45BT/TLR-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-059_p1.png', + Number: 'UA45BT/TLR-1-059', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-060.png', + Number: 'UA45BT/TLR-1-060', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-061.png', + Number: 'UA45BT/TLR-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-062.png', + Number: 'UA45BT/TLR-1-062', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-063.png', + Number: 'UA45BT/TLR-1-063', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-064.png', + Number: 'UA45BT/TLR-1-064', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-065.png', + Number: 'UA45BT/TLR-1-065', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-066.png', + Number: 'UA45BT/TLR-1-066', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-067.png', + Number: 'UA45BT/TLR-1-067', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-068.png', + Number: 'UA45BT/TLR-1-068', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-069.png', + Number: 'UA45BT/TLR-1-069', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-070.png', + Number: 'UA45BT/TLR-1-070', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-070_p1.png', + Number: 'UA45BT/TLR-1-070', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-071.png', + Number: 'UA45BT/TLR-1-071', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-071_p1.png', + Number: 'UA45BT/TLR-1-071', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-072.png', + Number: 'UA45BT/TLR-1-072', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-073.png', + Number: 'UA45BT/TLR-1-073', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-074.png', + Number: 'UA45BT/TLR-1-074', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-074_p1.png', + Number: 'UA45BT/TLR-1-074', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-075.png', + Number: 'UA45BT/TLR-1-075', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-075_p1.png', + Number: 'UA45BT/TLR-1-075', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-076.png', + Number: 'UA45BT/TLR-1-076', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-077.png', + Number: 'UA45BT/TLR-1-077', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-078.png', + Number: 'UA45BT/TLR-1-078', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-078_p1.png', + Number: 'UA45BT/TLR-1-078', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-079.png', + Number: 'UA45BT/TLR-1-079', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-080.png', + Number: 'UA45BT/TLR-1-080', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-081.png', + Number: 'UA45BT/TLR-1-081', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'COLOR', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-082.png', + Number: 'UA45BT/TLR-1-082', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-082_p1.png', + Number: 'UA45BT/TLR-1-082', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-083.png', + Number: 'UA45BT/TLR-1-083', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-083_p1.png', + Number: 'UA45BT/TLR-1-083', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-084.png', + Number: 'UA45BT/TLR-1-084', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-084_p1.png', + Number: 'UA45BT/TLR-1-084', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-085.png', + Number: 'UA45BT/TLR-1-085', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-086.png', + Number: 'UA45BT/TLR-1-086', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-087.png', + Number: 'UA45BT/TLR-1-087', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-087_p1.png', + Number: 'UA45BT/TLR-1-087', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'C★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-088.png', + Number: 'UA45BT/TLR-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-089.png', + Number: 'UA45BT/TLR-1-089', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-089_p1.png', + Number: 'UA45BT/TLR-1-089', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'SR★★', + trigger: null, + }, +{ + imgSrc: '/ua47/UA47BT_TKG-1-090.png', + Number: 'UA47BT/TKG-1-090', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-091.png', + Number: 'UA47BT/TKG-1-091', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-092.png', + Number: 'UA47BT/TKG-1-092', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-092_p1.png', + Number: 'UA47BT/TKG-1-092', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'U★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-093.png', + Number: 'UA47BT/TKG-1-093', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-094.png', + Number: 'UA47BT/TKG-1-094', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-094_p1.png', + Number: 'UA47BT/TKG-1-094', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-095.png', + Number: 'UA47BT/TKG-1-095', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-096.png', + Number: 'UA47BT/TKG-1-096', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-097.png', + Number: 'UA47BT/TKG-1-097', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-098.png', + Number: 'UA47BT/TKG-1-098', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-099.png', + Number: 'UA47BT/TKG-1-099', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-100.png', + Number: 'UA47BT/TKG-1-100', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + // AP + { + imgSrc: '/ua47/UA47BT_TKG-1-AP01.png', + Number: 'UA47BT/TKG-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-AP01_p1.png', + Number: 'UA47BT/TKG-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-AP02.png', + Number: 'UA47BT/TKG-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-AP02_p1.png', + Number: 'UA47BT/TKG-1-AP02', + count: 0, + key: false, + color: 'AP', + parallel: true, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-AP03.png', + Number: 'UA47BT/TKG-1-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-AP04.png', + Number: 'UA47BT/TKG-1-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-AP05.png', + Number: 'UA47BT/TKG-1-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua47/UA47BT_TKG-1-AP06.png', + Number: 'UA47BT/TKG-1-AP06', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua47/UA47ST_TKG-1-036.png', + Number: 'UA47ST/TKG-1-036', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-038.png', + Number: 'UA47ST/TKG-1-038', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-044.png', + Number: 'UA47ST/TKG-1-044', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-045.png', + Number: 'UA47ST/TKG-1-045', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-054.png', + Number: 'UA47ST/TKG-1-054', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-056.png', + Number: 'UA47ST/TKG-1-056', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-057.png', + Number: 'UA47ST/TKG-1-057', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-058.png', + Number: 'UA47ST/TKG-1-058', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-061.png', + Number: 'UA47ST/TKG-1-061', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'FINAL', + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-101.png', + Number: 'UA47ST/TKG-1-101', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-102.png', + Number: 'UA47ST/TKG-1-102', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-103.png', + Number: 'UA47ST/TKG-1-103', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-104.png', + Number: 'UA47ST/TKG-1-104', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'SR', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-105.png', + Number: 'UA47ST/TKG-1-105', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-106.png', + Number: 'UA47ST/TKG-1-106', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-107.png', + Number: 'UA47ST/TKG-1-107', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-108.png', + Number: 'UA47ST/TKG-1-108', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-109.png', + Number: 'UA47ST/TKG-1-109', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: 'SPECIAL', + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-110.png', + Number: 'UA47ST/TKG-1-110', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-110_p1.png', + Number: 'UA47ST/TKG-1-110', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-111.png', + Number: 'UA47ST/TKG-1-111', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-111_p1.png', + Number: 'UA47ST/TKG-1-111', + count: 0, + key: false, + color: 'Purple', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-112.png', + Number: 'UA47ST/TKG-1-112', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-112_p1.png', + Number: 'UA47ST/TKG-1-112', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-113.png', + Number: 'UA47ST/TKG-1-113', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'R', + trigger: null, + }, + { + imgSrc: '/ua47/UA47ST_TKG-1-113_p1.png', + Number: 'UA47ST/TKG-1-113', + count: 0, + key: false, + color: 'Red', + parallel: true, + rarity: 'R★', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua47/UA47ST_TKG-1-AP01.png', + Number: 'UA47ST/TKG-1-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua47/UAPR_TKG-1-039.png', + Number: 'UAPR/TKG-1-039', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'U', + trigger: null, + }, + { + imgSrc: '/ua47/UAPR_TKG-1-068.png', + Number: 'UAPR/TKG-1-068', + count: 0, + key: false, + color: 'Purple', + parallel: false, + rarity: 'C', + trigger: null, + }, + { + imgSrc: '/ua47/UAPR_TKG-1-088.png', + Number: 'UAPR/TKG-1-088', + count: 0, + key: false, + color: 'Red', + parallel: false, + rarity: 'U', + trigger: null, + }, + // Promo + { + imgSrc: '/ua47/UAPR_TKG-P-001.png', + Number: 'UAPR/TKG-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua99 sample mini.js b/datas/ua99 sample mini.js new file mode 100644 index 0000000..a0e9a92 --- /dev/null +++ b/datas/ua99 sample mini.js @@ -0,0 +1,1007 @@ +export const cardList = [ + { + imgSrc: '/ua45/UA45BT_TLR-1-001.png', + Number: 'UA45BT/TLR-1-001', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-002.png', + Number: 'UA45BT/TLR-1-002', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-003.png', + Number: 'UA45BT/TLR-1-003', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-004.png', + Number: 'UA45BT/TLR-1-004', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-005.png', + Number: 'UA45BT/TLR-1-005', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-006.png', + Number: 'UA45BT/TLR-1-006', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-007.png', + Number: 'UA45BT/TLR-1-007', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-008.png', + Number: 'UA45BT/TLR-1-008', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-009.png', + Number: 'UA45BT/TLR-1-009', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-010.png', + Number: 'UA45BT/TLR-1-010', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-011.png', + Number: 'UA45BT/TLR-1-011', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-012.png', + Number: 'UA45BT/TLR-1-012', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-013.png', + Number: 'UA45BT/TLR-1-013', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-014.png', + Number: 'UA45BT/TLR-1-014', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-015.png', + Number: 'UA45BT/TLR-1-015', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-016.png', + Number: 'UA45BT/TLR-1-016', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-017.png', + Number: 'UA45BT/TLR-1-017', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-018.png', + Number: 'UA45BT/TLR-1-018', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-019.png', + Number: 'UA45BT/TLR-1-019', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-020.png', + Number: 'UA45BT/TLR-1-020', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-021.png', + Number: 'UA45BT/TLR-1-021', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-022.png', + Number: 'UA45BT/TLR-1-022', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-023.png', + Number: 'UA45BT/TLR-1-023', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-024.png', + Number: 'UA45BT/TLR-1-024', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-025.png', + Number: 'UA45BT/TLR-1-025', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-026.png', + Number: 'UA45BT/TLR-1-026', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-027.png', + Number: 'UA45BT/TLR-1-027', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-028.png', + Number: 'UA45BT/TLR-1-028', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-029.png', + Number: 'UA45BT/TLR-1-029', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-030.png', + Number: 'UA45BT/TLR-1-030', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-031.png', + Number: 'UA45BT/TLR-1-031', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-032.png', + Number: 'UA45BT/TLR-1-032', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-033.png', + Number: 'UA45BT/TLR-1-033', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-034.png', + Number: 'UA45BT/TLR-1-034', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-035.png', + Number: 'UA45BT/TLR-1-035', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-036.png', + Number: 'UA45BT/TLR-1-036', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-037.png', + Number: 'UA45BT/TLR-1-037', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-038.png', + Number: 'UA45BT/TLR-1-038', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-039.png', + Number: 'UA45BT/TLR-1-039', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-040.png', + Number: 'UA45BT/TLR-1-040', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-041.png', + Number: 'UA45BT/TLR-1-041', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-042.png', + Number: 'UA45BT/TLR-1-042', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-043.png', + Number: 'UA45BT/TLR-1-043', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-044.png', + Number: 'UA45BT/TLR-1-044', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-045.png', + Number: 'UA45BT/TLR-1-045', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-046.png', + Number: 'UA45BT/TLR-1-046', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-047.png', + Number: 'UA45BT/TLR-1-047', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-048.png', + Number: 'UA45BT/TLR-1-048', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-049.png', + Number: 'UA45BT/TLR-1-049', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-050.png', + Number: 'UA45BT/TLR-1-050', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-051.png', + Number: 'UA45BT/TLR-1-051', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-052.png', + Number: 'UA45BT/TLR-1-052', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-053.png', + Number: 'UA45BT/TLR-1-053', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-054.png', + Number: 'UA45BT/TLR-1-054', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-055.png', + Number: 'UA45BT/TLR-1-055', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-056.png', + Number: 'UA45BT/TLR-1-056', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-057.png', + Number: 'UA45BT/TLR-1-057', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-058.png', + Number: 'UA45BT/TLR-1-058', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-059.png', + Number: 'UA45BT/TLR-1-059', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-060.png', + Number: 'UA45BT/TLR-1-060', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-061.png', + Number: 'UA45BT/TLR-1-061', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-062.png', + Number: 'UA45BT/TLR-1-062', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-063.png', + Number: 'UA45BT/TLR-1-063', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-064.png', + Number: 'UA45BT/TLR-1-064', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-065.png', + Number: 'UA45BT/TLR-1-065', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-066.png', + Number: 'UA45BT/TLR-1-066', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-067.png', + Number: 'UA45BT/TLR-1-067', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-068.png', + Number: 'UA45BT/TLR-1-068', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-069.png', + Number: 'UA45BT/TLR-1-069', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-070.png', + Number: 'UA45BT/TLR-1-070', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-071.png', + Number: 'UA45BT/TLR-1-071', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-072.png', + Number: 'UA45BT/TLR-1-072', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-073.png', + Number: 'UA45BT/TLR-1-073', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-074.png', + Number: 'UA45BT/TLR-1-074', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-075.png', + Number: 'UA45BT/TLR-1-075', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-076.png', + Number: 'UA45BT/TLR-1-076', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-077.png', + Number: 'UA45BT/TLR-1-077', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-078.png', + Number: 'UA45BT/TLR-1-078', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-079.png', + Number: 'UA45BT/TLR-1-079', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-080.png', + Number: 'UA45BT/TLR-1-080', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-081.png', + Number: 'UA45BT/TLR-1-081', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-082.png', + Number: 'UA45BT/TLR-1-082', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // AP + { + imgSrc: '/ua45/UA45BT_TLR-1-AP01.png', + Number: 'UA45BT/TLR-1-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP02.png', + Number: 'UA45BT/TLR-1-AP02', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP03.png', + Number: 'UA45BT/TLR-1-AP03', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP04.png', + Number: 'UA45BT/TLR-1-AP04', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP05.png', + Number: 'UA45BT/TLR-1-AP05', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP06.png', + Number: 'UA45BT/TLR-1-AP06', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-A07.png', + Number: 'UA45BT/TLR-1-A07', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP08.png', + Number: 'UA45BT/TLR-1-AP08', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP09.png', + Number: 'UA45BT/TLR-1-AP09', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP10.png', + Number: 'UA45BT/TLR-1-AP10', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP11.png', + Number: 'UA45BT/TLR-1-AP11', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP12.png', + Number: 'UA45BT/TLR-1-AP12', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP13.png', + Number: 'UA45BT/TLR-1-AP13', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UA45BT_TLR-1-AP14.png', + Number: 'UA45BT/TLR-1-AP14', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua45/UAPR_TLR-1-012.png', + Number: 'UAPR/TLR-1-012', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UAPR_TLR-1-024.png', + Number: 'UAPR/TLR-1-024', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua45/UAPR_TLR-1-072.png', + Number: 'UAPR/TLR-1-072', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // Promo + { + imgSrc: '/ua45/UAPR_TLR-P-001.png', + Number: 'UAPR/TLR-P-001', + count: 0, + key: false, + color: 'ALL COLOR', + parallel: false, + rarity: 'PR', + trigger: 'FINAL', + }, +]; + + diff --git a/datas/ua99 sample.js b/datas/ua99 sample.js new file mode 100644 index 0000000..abbb8ae --- /dev/null +++ b/datas/ua99 sample.js @@ -0,0 +1,1318 @@ +export const cardList = [ + { + imgSrc: '/ua18/UA18BT_NIK-1-001.png', + Number: 'UA18BT/NIK-1-001', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-002.png', + Number: 'UA18BT/NIK-1-002', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-003.png', + Number: 'UA18BT/NIK-1-003', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-004.png', + Number: 'UA18BT/NIK-1-004', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-005.png', + Number: 'UA18BT/NIK-1-005', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-006.png', + Number: 'UA18BT/NIK-1-006', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-007.png', + Number: 'UA18BT/NIK-1-007', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-008.png', + Number: 'UA18BT/NIK-1-008', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-009.png', + Number: 'UA18BT/NIK-1-009', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-010.png', + Number: 'UA18BT/NIK-1-010', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-011.png', + Number: 'UA18BT/NIK-1-011', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-012.png', + Number: 'UA18BT/NIK-1-012', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-013.png', + Number: 'UA18BT/NIK-1-013', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-014.png', + Number: 'UA18BT/NIK-1-014', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-015.png', + Number: 'UA18BT/NIK-1-015', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-016.png', + Number: 'UA18BT/NIK-1-016', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-017.png', + Number: 'UA18BT/NIK-1-017', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-018.png', + Number: 'UA18BT/NIK-1-018', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-019.png', + Number: 'UA18BT/NIK-1-019', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-020.png', + Number: 'UA18BT/NIK-1-020', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-021.png', + Number: 'UA18BT/NIK-1-021', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-022.png', + Number: 'UA18BT/NIK-1-022', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-023.png', + Number: 'UA18BT/NIK-1-023', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-024.png', + Number: 'UA18BT/NIK-1-024', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-025.png', + Number: 'UA18BT/NIK-1-025', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-026.png', + Number: 'UA18BT/NIK-1-026', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-027.png', + Number: 'UA18BT/NIK-1-027', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-028.png', + Number: 'UA18BT/NIK-1-028', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-029.png', + Number: 'UA18BT/NIK-1-029', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-030.png', + Number: 'UA18BT/NIK-1-030', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-031.png', + Number: 'UA18BT/NIK-1-031', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-032.png', + Number: 'UA18BT/NIK-1-032', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-033.png', + Number: 'UA18BT/NIK-1-033', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-034.png', + Number: 'UA18BT/NIK-1-034', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-035.png', + Number: 'UA18BT/NIK-1-035', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-036.png', + Number: 'UA18BT/NIK-1-036', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-037.png', + Number: 'UA18BT/NIK-1-037', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-038.png', + Number: 'UA18BT/NIK-1-038', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-039.png', + Number: 'UA18BT/NIK-1-039', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-040.png', + Number: 'UA18BT/NIK-1-040', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-041.png', + Number: 'UA18BT/NIK-1-041', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-042.png', + Number: 'UA18BT/NIK-1-042', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-043.png', + Number: 'UA18BT/NIK-1-043', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-044.png', + Number: 'UA18BT/NIK-1-044', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-045.png', + Number: 'UA18BT/NIK-1-045', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-046.png', + Number: 'UA18BT/NIK-1-046', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-047.png', + Number: 'UA18BT/NIK-1-047', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-048.png', + Number: 'UA18BT/NIK-1-048', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-049.png', + Number: 'UA18BT/NIK-1-049', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-050.png', + Number: 'UA18BT/NIK-1-050', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-051.png', + Number: 'UA18BT/NIK-1-051', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-052.png', + Number: 'UA18BT/NIK-1-052', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-053.png', + Number: 'UA18BT/NIK-1-053', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-054.png', + Number: 'UA18BT/NIK-1-054', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-055.png', + Number: 'UA18BT/NIK-1-055', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-056.png', + Number: 'UA18BT/NIK-1-056', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-057.png', + Number: 'UA18BT/NIK-1-057', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-058.png', + Number: 'UA18BT/NIK-1-058', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-059.png', + Number: 'UA18BT/NIK-1-059', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-060.png', + Number: 'UA18BT/NIK-1-060', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-061.png', + Number: 'UA18BT/NIK-1-061', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-062.png', + Number: 'UA18BT/NIK-1-062', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-063.png', + Number: 'UA18BT/NIK-1-063', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-064.png', + Number: 'UA18BT/NIK-1-064', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-065.png', + Number: 'UA18BT/NIK-1-065', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-066.png', + Number: 'UA18BT/NIK-1-066', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-067.png', + Number: 'UA18BT/NIK-1-067', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-068.png', + Number: 'UA18BT/NIK-1-068', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-069.png', + Number: 'UA18BT/NIK-1-069', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-070.png', + Number: 'UA18BT/NIK-1-070', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-071.png', + Number: 'UA18BT/NIK-1-071', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-072.png', + Number: 'UA18BT/NIK-1-072', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-073.png', + Number: 'UA18BT/NIK-1-073', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-074.png', + Number: 'UA18BT/NIK-1-074', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-075.png', + Number: 'UA18BT/NIK-1-075', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-076.png', + Number: 'UA18BT/NIK-1-076', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-077.png', + Number: 'UA18BT/NIK-1-077', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-078.png', + Number: 'UA18BT/NIK-1-078', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-079.png', + Number: 'UA18BT/NIK-1-079', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-080.png', + Number: 'UA18BT/NIK-1-080', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-081.png', + Number: 'UA18BT/NIK-1-081', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-082.png', + Number: 'UA18BT/NIK-1-082', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-083.png', + Number: 'UA18BT/NIK-1-083', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-084.png', + Number: 'UA18BT/NIK-1-084', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-085.png', + Number: 'UA18BT/NIK-1-085', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-086.png', + Number: 'UA18BT/NIK-1-086', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-087.png', + Number: 'UA18BT/NIK-1-087', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-088.png', + Number: 'UA18BT/NIK-1-088', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-089.png', + Number: 'UA18BT/NIK-1-089', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-090.png', + Number: 'UA18BT/NIK-1-090', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-091.png', + Number: 'UA18BT/NIK-1-091', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-092.png', + Number: 'UA18BT/NIK-1-092', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-093.png', + Number: 'UA18BT/NIK-1-093', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-094.png', + Number: 'UA18BT/NIK-1-094', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-095.png', + Number: 'UA18BT/NIK-1-095', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-096.png', + Number: 'UA18BT/NIK-1-096', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-097.png', + Number: 'UA18BT/NIK-1-097', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-098.png', + Number: 'UA18BT/NIK-1-098', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-099.png', + Number: 'UA18BT/NIK-1-099', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-100.png', + Number: 'UA18BT/NIK-1-100', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // AP + { + imgSrc: '/ua18/UA18BT_NIK-1-AP01.png', + Number: 'UA18BT/NIK-1-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP02.png', + Number: 'UA18BT/NIK-1-AP02', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP03.png', + Number: 'UA18BT/NIK-1-AP03', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP04.png', + Number: 'UA18BT/NIK-1-AP04', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP05.png', + Number: 'UA18BT/NIK-1-AP05', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP05★.png', + Number: 'UA18BT/NIK-1-AP05', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18BT_NIK-1-AP06.png', + Number: 'UA18BT/NIK-1-AP06', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // STARTER + { + imgSrc: '/ua18/UA18ST_NIK-1-041.png', + Number: 'UA18ST/NIK-1-041', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-047.png', + Number: 'UA18ST/NIK-1-047', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-050.png', + Number: 'UA18ST/NIK-1-050', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-052.png', + Number: 'UA18ST/NIK-1-052', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-055.png', + Number: 'UA18ST/NIK-1-055', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-058.png', + Number: 'UA18ST/NIK-1-058', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-061.png', + Number: 'UA18ST/NIK-1-061', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-062.png', + Number: 'UA18ST/NIK-1-062', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-065.png', + Number: 'UA18ST/NIK-1-065', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-101.png', + Number: 'UA18ST/NIK-1-101', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-102.png', + Number: 'UA18ST/NIK-1-102', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-103.png', + Number: 'UA18ST/NIK-1-103', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-104.png', + Number: 'UA18ST/NIK-1-104', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-105.png', + Number: 'UA18ST/NIK-1-105', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-106.png', + Number: 'UA18ST/NIK-1-106', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-107.png', + Number: 'UA18ST/NIK-1-107', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-108.png', + Number: 'UA18ST/NIK-1-108', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-109.png', + Number: 'UA18ST/NIK-1-109', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua18/UA18ST_NIK-1-AP01.png', + Number: 'UA18ST/NIK-1-AP01', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UA18ST_NIK-1-AP02.png', + Number: 'UA18ST/NIK-1-AP02', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + // UAPR + { + imgSrc: '/ua18/UAPR_NIK-1-007.png', + Number: 'UAPR/NIK-1-007', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-1-019.png', + Number: 'UAPR/NIK-1-019', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-1-053.png', + Number: 'UAPR/NIK-1-053', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/ua18/UAPR_NIK-1-079.png', + Number: 'UAPR/NIK-1-079', + count: 0, + key: false, + color: '', + parallel: false, + rarity: '', + trigger: null, + }, +]; + + diff --git a/datas/uapr.js b/datas/uapr.js new file mode 100644 index 0000000..fa69907 --- /dev/null +++ b/datas/uapr.js @@ -0,0 +1,54 @@ +const uaprData = [ + { + imgSrc: '/uapr/UAPR_2023-AP01.png', + Number: 'UAPR/2023-AP01', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/uapr/UAPR_2023-AP02.png', + Number: 'UAPR/2023-AP02', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/uapr/UAPR_2023-AP03.png', + Number: 'UAPR/2023-AP03', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/uapr/UAPR_2023-AP04.png', + Number: 'UAPR/2023-AP04', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, + { + imgSrc: '/uapr/UAPR_2023-AP05.png', + Number: 'UAPR/2023-AP05', + count: 0, + key: false, + color: 'AP', + parallel: false, + rarity: '', + trigger: null, + }, +]; + +export default uaprData; diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..24381ef Binary files /dev/null and b/favicon.ico differ diff --git a/i18n/i18n.js b/i18n/i18n.js new file mode 100644 index 0000000..87af5d3 --- /dev/null +++ b/i18n/i18n.js @@ -0,0 +1,60 @@ +// 계층구조 사용시 +async function loadTranslations(lang) { + try { + const response = await fetch(`/i18n/translations.${lang}.json`); + if (!response.ok) { + throw new Error(`Failed to load translations for ${lang}`); + } + return await response.json(); + } catch (error) { + console.error(error); + return {}; + } +} + +async function localizePage(lang) { + const translations = await loadTranslations(lang); + + const elements = document.querySelectorAll('[data-i18n]'); + elements.forEach(element => { + const key = element.dataset.i18n; + const localizedText = findNestedValue(translations, key); + if (localizedText) { + element.textContent = localizedText; + } + }); +} + +function findNestedValue(obj, key) { + if (obj.hasOwnProperty(key)) { + return obj[key]; + } + for (const prop in obj) { + if (typeof obj[prop] === 'object' && obj[prop] !== null) { + const result = findNestedValue(obj[prop], key); + if (result) { + return result; + } + } + } + return null; +} + +document.addEventListener('DOMContentLoaded', async () => { + const storedLang = localStorage.getItem('lang'); + + if (storedLang) { + await localizePage(storedLang); + return; + } + + const urlParams = new URLSearchParams(window.location.search); + const queryLang = urlParams.get('lang'); + + const lang = queryLang || 'ko'; + + localStorage.setItem('lang', lang); + await localizePage(lang); +}); + +// 계층구조 미사용시 코드는 주석 처리된 상태로 유지 \ No newline at end of file diff --git a/i18n/translations.en.json b/i18n/translations.en.json new file mode 100644 index 0000000..4df0995 --- /dev/null +++ b/i18n/translations.en.json @@ -0,0 +1,91 @@ +{ + "all": "All", + "metaDeck": "Meta Deck", + "titlePrompt": "Please select a title", + "selectTitle": "Select Title", + "deckName": "Deck Name", + "deckNamePlaceHolder": "Please enter the name", + "myDeckHistory": "My Deck History", + "notHistory": "No saved history", + "preview": "Preview", + "back": "Back", + "close": "Close", + "reset": "Reset", + "dataBackup": "Data Backup", + "dataRecovery": "Data Recovery", + "saveAsImage": "Save as Image", + "selectDeckTemplate": "Select Deck Template", + "nowSaving": "Now Saving ...", + "search": "Search", + "searchPlaceHolder": "ex) 008 ...", + "noSearchResults": "No search results.", + "scrollingNotice": "This site is optimized for PC (Chrome browser).", + "cardTypeTitle": "Cards Type", + "includeParallel": "Show parallel cards", + "includeActionPoint": "Show AP Cards", + "onlyParallel": "Show only parallel cards", + "onlyActionPoint": "Show only AP Cards", + "triggerTypeTitle": "Trigger Type", + "includeAllTrigger": "ALL", + "includeColorTrigger": "COLOR", + "includeFinalTrigger": "FINAL", + "includeSpecialTrigger": "SPECIAL", + "resetCountConfirm": "Anything written to this set will be deleted. Do you still want to reset it?", + "SearchResults": "Search Results", + "SearchResultsCounter": "Cards", + "limitOverAlert": "There are cards exceeding the quantity limit. Should we proceed as is?", + "highQualityTitle": "Save in high definition", + "highQualityDesc": "※ Caution: Quality is doubled, file size is quadrupled!", + "previewMessage1": "Preview is not supported on mobile.", + "previewMessage2": "After saving the image, please check.", + "series": { + "ua01": "Code Geass: Lelouch of the Rebellion", + "ua02": "Jujutsu Kaisen", + "ua03": "HUNTER×HUNTER", + "ua04": "THE iDOLM@STER SHINY COLORS", + "ua05": "Demon Slayer: Kimetsu no Yaiba", + "ua06": "Tales of ARISE", + "ua07": "That Time I Got Reincarnated as a Slime", + "ua08": "Bleach: Thousand-Year Blood War", + "ua09": "Me & Roboco", + "ua10": "My Hero Academia", + "ua11": "Gintama", + "ua12": "Blue Lock", + "ua13": "TEKKEN 7", + "ua14": "Dr.STONE", + "ua15": "Sword Art Online", + "ua16": "SYNDUALITY Noir", + "ua17": "Toriko", + "ua18": "GODDESS OF VICTORY:NIKKE", + "ua19": "Haikyu!!", + "ua20": "BLACK CLOVER", + "ua21": "Yu Yu Hakusho", + "ua22": "GAMERA -Rebirth-", + "ua23": "Attack on Titan", + "ua24": "SHY", + "ua25": "Undead Unluck", + "ua26": "The 100 Girlfriends Who Really, Really, Really, Really Love You", + "ua27": "Gakuen iDOLM@STER", + "ua28": "Kaiju No.8", + "ua29": "Kamen Rider", + "ua30": "Arknights", + "ua31": "Puella Magi Madoka Magica", + "ua32": "Shangri-La Frontier", + "ua33": "2.5 Dimensional Seduction", + "ua34": "CODE GEASS: Roze of the Recapture", + "ua35": "ONE-PUNCH MAN", + "ua36": "Macross", + "ua37": "Fullmetal Alchemist", + "ua38": "WIND BREAKER", + "ua39": "ULTIMATE MUSCLE", + "ua40": "Re:ZERO -Starting Life in Another World-", + "ua41": "Rurouni Kenshin: Meiji Kenkaku Romantan", + "ua42": "Monogatari Series", + "ua43": "SAKAMOTO DAYS", + "ua44": "Rebuild of Evangelion", + "ua45": "To Love Ru", + "ua46": "Kagurabachi", + "ua47": "Tokyo Ghoul" + }, + "uapr": "UNION ARENA" +} \ No newline at end of file diff --git a/i18n/translations.ja.json b/i18n/translations.ja.json new file mode 100644 index 0000000..ab9db2e --- /dev/null +++ b/i18n/translations.ja.json @@ -0,0 +1,107 @@ +{ + "all": "全て", + "metaDeck": "メタデッキ", + "titlePrompt": "タイトルを選択してください", + "selectTitle": "タイトルを選択", + "deckName": "デッキ名", + "deckNamePlaceHolder": "名前を入力してください", + "myDeckHistory": "私のデッキ記録", + "notHistory": "保存された記録はありません", + "close": "CLOSE", + "reset": "リセット", + "dataBackup": "データバックアップ", + "dataRecovery": "データ復元", + "selectDeckTemplate": "Select Deck Template", + "nowSaving": "保存中...", + "search": "検索", + "searchPlaceHolder": "ex) 008 ...", + "noSearchResults": "検索結果がありません。", + "scrollingNotice": "このサイトはPC(クロームブラウザ)に最適化されています。", + "cardTypeTitle": "カード種類", + "onlyParallel": "パラレルカードのみを表示", + "onlyActionPoint": "APカードのみを表示", + "triggerTypeTitle": "トリガー効果", + "includeAllTrigger": "ALL", + "includeColorTrigger": "COLOR", + "includeFinalTrigger": "FINAL", + "includeSpecialTrigger": "SPECIAL", + "resetCountConfirm": "このセットに記録されている内容はすべて削除されます。\nそれでもリセットしますか?", + "limitOverAlert": "制限数を超えるカードがあります。このまま続行しますか?", + "highQualityTitle": "高画質で保存する", + "highQualityDesc": "※ 注意: 品質は2倍、容量は4倍です!", + "previewMessage1": "モバイルでのプレビューはサポートされていません。", + "previewMessage2": "画像を保存した後、確認してください。", + "series": { + "ua01": "コードギアス 反逆のルルーシュ", + "ua02": "呪術廻戦", + "ua03": "HUNTER×HUNTER", + "ua04": "アイドルマスター シャイニーカラーズ", + "ua05": "鬼滅の刃", + "ua06": "Tales of ARISE", + "ua07": "転生したらスライムだった件", + "ua08": "BLEACH 千年血戦篇", + "ua09": "僕とロボコ", + "ua10": "僕のヒーローアカデミア", + "ua11": "銀魂", + "ua12": "ブルーロック", + "ua13": "鉄拳7", + "ua14": "Dr.STONE", + "ua15": "ソードアート・オンライン", + "ua16": "SYNDUALITY Noir", + "ua17": "トリコ", + "ua18": "勝利の女神:NIKKE", + "ua19": "ハイキュー‼", + "ua20": "ブラッククローバー", + "ua21": "幽☆遊☆白書", + "ua22": "GAMERA -Rebirth-", + "ua23": "進撃の巨人", + "ua24": "SHY", + "ua25": "アンデッドアンラック", + "ua26": "君のことが大大大大大好きな100人の彼女", + "ua27": "学園アイドルマスター", + "ua28": "怪獣8号", + "ua29": "仮面ライダー", + "ua30": "アークナイツ", + "ua31": "魔法少女まどか☆マギカ", + "ua32": "シャングリラ・フロンティア", + "ua33": "2.5次元の誘惑", + "ua34": "コードギアス 奪還のロゼ", + "ua35": "ワンパンマン", + "ua36": "マクロス", + "ua37": "鋼の錬金術師", + "ua38": "WIND BREAKER", + "ua39": "キン肉マン", + "ua40": "Re:ゼロから始める異世界生活", + "ua41": "るろうに剣心 -明治剣客浪漫譚-", + "ua42": "〈物語〉シリーズ", + "ua43": "SAKAMOTO DAYS", + "ua44": "ヱヴァンゲリヲン新劇場版", + "ua45": "To LOVEる-とらぶる-", + "ua46": "カグラバチ", + "ua47": "東京喰種トーキョーグール" + }, + "uapr": "UNION ARENA", + "CardList": { + "ResultsCounter": { + "SearchResults": "検索結果", + "SearchResultsCounter": "件" + }, + "CardType": { + "includeBasic": "기본 카드", + "includeParallel": "パラレルカード", + "includeActionPoint": "APカード" + }, + "TriggerType": { + "includeAllTrigger": "모든 트리거", + "includeColorTrigger": "COLOR", + "includeSpecialTrigger": "SPECIAL", + "includeFinalTrigger": "FINAL" + }, + "makeDeckList": "덱 리스트 만들기" + }, + "Result": { + "preview": "プレビュー", + "back": "戻る", + "saveAsImage": "画像として保存" + } +} \ No newline at end of file diff --git a/i18n/translations.ko.json b/i18n/translations.ko.json new file mode 100644 index 0000000..c0d4f89 --- /dev/null +++ b/i18n/translations.ko.json @@ -0,0 +1,103 @@ +{ + "all": "전체", + "metaDeck": "메타 덱", + "titlePrompt": "작품을 선택해주세요", + "selectTitle": "작품 선택", + "deckName": "덱 이름", + "deckNamePlaceHolder": "이름을 입력해주세요", + "myDeckHistory": "나의 덱 기록", + "notHistory": "저장된 기록이 없습니다", + "close": "닫기", + "reset": "초기화", + "dataBackup": "데이터 백업", + "dataRecovery": "데이터 복구", + "selectDeckTemplate": "덱 템플릿 선택", + "nowSaving": "이미지로 저장 중 ...", + "search": "검색", + "searchPlaceHolder": "예) 008 ...", + "noSearchResults": "검색 결과가 없습니다.", + "scrollingNotice": "본 사이트는 PC(크롬 브라우저)에 최적화 되어있습니다.", + "cardTypeTitle": "카드 종류", + "onlyParallel": "패러렐 카드만 표시", + "onlyActionPoint": "액션 포인트 카드만 표시", + "triggerTypeTitle": "트리거 효과", + "resetCountConfirm": "이 세트에 기록된 모든 내용은 삭제됩니다. 그래도 초기화하시겠습니까?", + "limitOverAlert": "제한 수량을 초과하는 카드가 있습니다. 이대로 계속 진행할까요?", + "highQualityTitle": "고화질로 저장하기", + "highQualityDesc": "※ 주의: 품질은 2배, 용량은 4배!", + "previewMessage1": "모바일에서는 미리보기를 지원하지 않습니다.", + "previewMessage2": "이미지를 저장한 후 확인해주세요.", + "series": { + "ua01": "코드 기어스: 반역의 를르슈", + "ua02": "주술회전", + "ua03": "HUNTER×HUNTER", + "ua04": "아이돌 마스터 샤이니 컬러즈", + "ua05": "귀멸의칼날", + "ua06": "Tales of ARISE", + "ua07": "전생했더니 슬라임이었던 건에 대하여", + "ua08": "BLEACH 천년혈전 편", + "ua09": "나와 로보코", + "ua10": "나의 히어로 아카데미아", + "ua11": "은혼", + "ua12": "블루 록", + "ua13": "철권7", + "ua14": "Dr.STONE", + "ua15": "소드 아트 온라인", + "ua16": "신듀얼리티 느와르", + "ua17": "토리코", + "ua18": "승리의여신:NIKKE", + "ua19": "하이큐ー‼", + "ua20": "블랙 클로버", + "ua21": "유유백서", + "ua22": "가메라 -리버스-", + "ua23": "진격의 거인", + "ua24": "SHY", + "ua25": "언데드 언럭", + "ua26": "너를 너무너무너무너무 좋아하는 100명의 그녀", + "ua27": "학원 아이돌 마스터", + "ua28": "괴수 8호", + "ua29": "가면 라이더", + "ua30": "명일방주", + "ua31": "마법소녀 마도카☆마기카", + "ua32": "샹그릴라 프론티어", + "ua33": "2.5차원의 유혹", + "ua34": "코드기어스 탈환의로제", + "ua35": "원펀맨", + "ua36": "마크로스", + "ua37": "강철의 연금술사", + "ua38": "WIND BREAKER", + "ua39": "근육맨", + "ua40": "Re: 제로부터 시작하는 이세계 생활", + "ua41": "바람의 검심 -메이지 검객 낭만기-", + "ua42": "모노가타리 시리즈", + "ua43": "사카모토 데이즈", + "ua44": "에반게리온 신극장판", + "ua45": "To LOVE 트러블", + "ua46": "카구라바치", + "ua47": "도쿄 구울" + }, + "uapr": "UNION ARENA", + "CardList": { + "ResultsCounter": { + "SearchResults": "검색결과", + "SearchResultsCounter": "건" + }, + "CardType": { + "includeBasic": "기본 카드", + "includeParallel": "패러렐 카드", + "includeActionPoint": "액션 포인트(AP)" + }, + "TriggerType": { + "includeAllTrigger": "모든 트리거", + "includeColorTrigger": "COLOR", + "includeSpecialTrigger": "SPECIAL", + "includeFinalTrigger": "FINAL" + }, + "makeDeckList": "덱 리스트 만들기" + }, + "Result": { + "preview": "미리보기", + "back": "돌아가기", + "saveAsImage": "이미지로 저장" + } +} \ No newline at end of file diff --git a/images/logo_unionarena.png b/images/logo_unionarena.png new file mode 100644 index 0000000..5898d42 Binary files /dev/null and b/images/logo_unionarena.png differ diff --git a/images/ua01/EX02BT_CGH-2-001.png b/images/ua01/EX02BT_CGH-2-001.png new file mode 100644 index 0000000..0a62cce Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-001.png differ diff --git a/images/ua01/EX02BT_CGH-2-002.png b/images/ua01/EX02BT_CGH-2-002.png new file mode 100644 index 0000000..222ee77 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-002.png differ diff --git a/images/ua01/EX02BT_CGH-2-003.png b/images/ua01/EX02BT_CGH-2-003.png new file mode 100644 index 0000000..b2356bc Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-003.png differ diff --git a/images/ua01/EX02BT_CGH-2-004.png b/images/ua01/EX02BT_CGH-2-004.png new file mode 100644 index 0000000..0abda5b Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-004.png differ diff --git a/images/ua01/EX02BT_CGH-2-005.png b/images/ua01/EX02BT_CGH-2-005.png new file mode 100644 index 0000000..822fe4e Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-005.png differ diff --git a/images/ua01/EX02BT_CGH-2-005_p1.png b/images/ua01/EX02BT_CGH-2-005_p1.png new file mode 100644 index 0000000..b64894b Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-005_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-006.png b/images/ua01/EX02BT_CGH-2-006.png new file mode 100644 index 0000000..c398d6b Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-006.png differ diff --git a/images/ua01/EX02BT_CGH-2-006_p1.png b/images/ua01/EX02BT_CGH-2-006_p1.png new file mode 100644 index 0000000..bcb87e0 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-006_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-007.png b/images/ua01/EX02BT_CGH-2-007.png new file mode 100644 index 0000000..43cc9b5 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-007.png differ diff --git a/images/ua01/EX02BT_CGH-2-008.png b/images/ua01/EX02BT_CGH-2-008.png new file mode 100644 index 0000000..d4c654e Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-008.png differ diff --git a/images/ua01/EX02BT_CGH-2-009.png b/images/ua01/EX02BT_CGH-2-009.png new file mode 100644 index 0000000..e5ff4be Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-009.png differ diff --git a/images/ua01/EX02BT_CGH-2-010.png b/images/ua01/EX02BT_CGH-2-010.png new file mode 100644 index 0000000..d569092 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-010.png differ diff --git a/images/ua01/EX02BT_CGH-2-011.png b/images/ua01/EX02BT_CGH-2-011.png new file mode 100644 index 0000000..5ea76f1 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-011.png differ diff --git a/images/ua01/EX02BT_CGH-2-012.png b/images/ua01/EX02BT_CGH-2-012.png new file mode 100644 index 0000000..0214f36 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-012.png differ diff --git a/images/ua01/EX02BT_CGH-2-013.png b/images/ua01/EX02BT_CGH-2-013.png new file mode 100644 index 0000000..0dc375c Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-013.png differ diff --git a/images/ua01/EX02BT_CGH-2-013_p1.png b/images/ua01/EX02BT_CGH-2-013_p1.png new file mode 100644 index 0000000..bbf6571 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-013_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-014.png b/images/ua01/EX02BT_CGH-2-014.png new file mode 100644 index 0000000..90728e9 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-014.png differ diff --git a/images/ua01/EX02BT_CGH-2-015.png b/images/ua01/EX02BT_CGH-2-015.png new file mode 100644 index 0000000..6caab30 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-015.png differ diff --git a/images/ua01/EX02BT_CGH-2-015_p1.png b/images/ua01/EX02BT_CGH-2-015_p1.png new file mode 100644 index 0000000..4dc453a Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-015_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-016.png b/images/ua01/EX02BT_CGH-2-016.png new file mode 100644 index 0000000..baa7f80 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-016.png differ diff --git a/images/ua01/EX02BT_CGH-2-016_p1.png b/images/ua01/EX02BT_CGH-2-016_p1.png new file mode 100644 index 0000000..821fc9d Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-016_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-017.png b/images/ua01/EX02BT_CGH-2-017.png new file mode 100644 index 0000000..3dcfcf2 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-017.png differ diff --git a/images/ua01/EX02BT_CGH-2-018.png b/images/ua01/EX02BT_CGH-2-018.png new file mode 100644 index 0000000..bad8c28 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-018.png differ diff --git a/images/ua01/EX02BT_CGH-2-019.png b/images/ua01/EX02BT_CGH-2-019.png new file mode 100644 index 0000000..c5cdc7b Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-019.png differ diff --git a/images/ua01/EX02BT_CGH-2-020.png b/images/ua01/EX02BT_CGH-2-020.png new file mode 100644 index 0000000..c18f69f Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-020.png differ diff --git a/images/ua01/EX02BT_CGH-2-021.png b/images/ua01/EX02BT_CGH-2-021.png new file mode 100644 index 0000000..7471ee0 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-021.png differ diff --git a/images/ua01/EX02BT_CGH-2-022.png b/images/ua01/EX02BT_CGH-2-022.png new file mode 100644 index 0000000..a9649de Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-022.png differ diff --git a/images/ua01/EX02BT_CGH-2-023.png b/images/ua01/EX02BT_CGH-2-023.png new file mode 100644 index 0000000..35cd6dd Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-023.png differ diff --git a/images/ua01/EX02BT_CGH-2-024.png b/images/ua01/EX02BT_CGH-2-024.png new file mode 100644 index 0000000..33c5faf Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-024.png differ diff --git a/images/ua01/EX02BT_CGH-2-024_p1.png b/images/ua01/EX02BT_CGH-2-024_p1.png new file mode 100644 index 0000000..0aa0283 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-024_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-025.png b/images/ua01/EX02BT_CGH-2-025.png new file mode 100644 index 0000000..e688031 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-025.png differ diff --git a/images/ua01/EX02BT_CGH-2-026.png b/images/ua01/EX02BT_CGH-2-026.png new file mode 100644 index 0000000..036a31c Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-026.png differ diff --git a/images/ua01/EX02BT_CGH-2-026_p1.png b/images/ua01/EX02BT_CGH-2-026_p1.png new file mode 100644 index 0000000..56b663f Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-026_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-027.png b/images/ua01/EX02BT_CGH-2-027.png new file mode 100644 index 0000000..93ce50e Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-027.png differ diff --git a/images/ua01/EX02BT_CGH-2-028.png b/images/ua01/EX02BT_CGH-2-028.png new file mode 100644 index 0000000..7a17116 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-028.png differ diff --git a/images/ua01/EX02BT_CGH-2-029.png b/images/ua01/EX02BT_CGH-2-029.png new file mode 100644 index 0000000..99bd4e1 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-029.png differ diff --git a/images/ua01/EX02BT_CGH-2-030.png b/images/ua01/EX02BT_CGH-2-030.png new file mode 100644 index 0000000..eb07a3e Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-030.png differ diff --git a/images/ua01/EX02BT_CGH-2-030_p1.png b/images/ua01/EX02BT_CGH-2-030_p1.png new file mode 100644 index 0000000..14bddb5 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-030_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-031.png b/images/ua01/EX02BT_CGH-2-031.png new file mode 100644 index 0000000..ef3b12d Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-031.png differ diff --git a/images/ua01/EX02BT_CGH-2-032.png b/images/ua01/EX02BT_CGH-2-032.png new file mode 100644 index 0000000..1396271 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-032.png differ diff --git a/images/ua01/EX02BT_CGH-2-033.png b/images/ua01/EX02BT_CGH-2-033.png new file mode 100644 index 0000000..fc250e2 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-033.png differ diff --git a/images/ua01/EX02BT_CGH-2-034.png b/images/ua01/EX02BT_CGH-2-034.png new file mode 100644 index 0000000..a3deca6 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-034.png differ diff --git a/images/ua01/EX02BT_CGH-2-035.png b/images/ua01/EX02BT_CGH-2-035.png new file mode 100644 index 0000000..11fc41c Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-035.png differ diff --git a/images/ua01/EX02BT_CGH-2-036.png b/images/ua01/EX02BT_CGH-2-036.png new file mode 100644 index 0000000..4127d73 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-036.png differ diff --git a/images/ua01/EX02BT_CGH-2-037.png b/images/ua01/EX02BT_CGH-2-037.png new file mode 100644 index 0000000..a1aeecc Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-037.png differ diff --git a/images/ua01/EX02BT_CGH-2-038.png b/images/ua01/EX02BT_CGH-2-038.png new file mode 100644 index 0000000..2453386 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-038.png differ diff --git a/images/ua01/EX02BT_CGH-2-038_p1.png b/images/ua01/EX02BT_CGH-2-038_p1.png new file mode 100644 index 0000000..3747e6f Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-038_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-039.png b/images/ua01/EX02BT_CGH-2-039.png new file mode 100644 index 0000000..311bfc5 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-039.png differ diff --git a/images/ua01/EX02BT_CGH-2-040.png b/images/ua01/EX02BT_CGH-2-040.png new file mode 100644 index 0000000..21072ff Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-040.png differ diff --git a/images/ua01/EX02BT_CGH-2-041.png b/images/ua01/EX02BT_CGH-2-041.png new file mode 100644 index 0000000..a108c2c Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-041.png differ diff --git a/images/ua01/EX02BT_CGH-2-042.png b/images/ua01/EX02BT_CGH-2-042.png new file mode 100644 index 0000000..8b27072 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-042.png differ diff --git a/images/ua01/EX02BT_CGH-2-042_p1.png b/images/ua01/EX02BT_CGH-2-042_p1.png new file mode 100644 index 0000000..bee51e1 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-042_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-043.png b/images/ua01/EX02BT_CGH-2-043.png new file mode 100644 index 0000000..0123977 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-043.png differ diff --git a/images/ua01/EX02BT_CGH-2-044.png b/images/ua01/EX02BT_CGH-2-044.png new file mode 100644 index 0000000..405be5c Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-044.png differ diff --git a/images/ua01/EX02BT_CGH-2-045.png b/images/ua01/EX02BT_CGH-2-045.png new file mode 100644 index 0000000..2bcc125 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-045.png differ diff --git a/images/ua01/EX02BT_CGH-2-046.png b/images/ua01/EX02BT_CGH-2-046.png new file mode 100644 index 0000000..dab685d Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-046.png differ diff --git a/images/ua01/EX02BT_CGH-2-046_p1.png b/images/ua01/EX02BT_CGH-2-046_p1.png new file mode 100644 index 0000000..79e67cd Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-046_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-047.png b/images/ua01/EX02BT_CGH-2-047.png new file mode 100644 index 0000000..bde0261 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-047.png differ diff --git a/images/ua01/EX02BT_CGH-2-048.png b/images/ua01/EX02BT_CGH-2-048.png new file mode 100644 index 0000000..b23137d Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-048.png differ diff --git a/images/ua01/EX02BT_CGH-2-049.png b/images/ua01/EX02BT_CGH-2-049.png new file mode 100644 index 0000000..fd836cf Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-049.png differ diff --git a/images/ua01/EX02BT_CGH-2-050.png b/images/ua01/EX02BT_CGH-2-050.png new file mode 100644 index 0000000..9db931e Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-050.png differ diff --git a/images/ua01/EX02BT_CGH-2-051.png b/images/ua01/EX02BT_CGH-2-051.png new file mode 100644 index 0000000..f56678e Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-051.png differ diff --git a/images/ua01/EX02BT_CGH-2-052.png b/images/ua01/EX02BT_CGH-2-052.png new file mode 100644 index 0000000..7ef34e5 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-052.png differ diff --git a/images/ua01/EX02BT_CGH-2-052_p1.png b/images/ua01/EX02BT_CGH-2-052_p1.png new file mode 100644 index 0000000..ac39e08 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-052_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-053.png b/images/ua01/EX02BT_CGH-2-053.png new file mode 100644 index 0000000..5390c04 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-053.png differ diff --git a/images/ua01/EX02BT_CGH-2-054.png b/images/ua01/EX02BT_CGH-2-054.png new file mode 100644 index 0000000..ac6bd9e Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-054.png differ diff --git a/images/ua01/EX02BT_CGH-2-054_p1.png b/images/ua01/EX02BT_CGH-2-054_p1.png new file mode 100644 index 0000000..1777298 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-054_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-055.png b/images/ua01/EX02BT_CGH-2-055.png new file mode 100644 index 0000000..9355036 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-055.png differ diff --git a/images/ua01/EX02BT_CGH-2-055_p1.png b/images/ua01/EX02BT_CGH-2-055_p1.png new file mode 100644 index 0000000..9830afd Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-055_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-056.png b/images/ua01/EX02BT_CGH-2-056.png new file mode 100644 index 0000000..7dd8b99 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-056.png differ diff --git a/images/ua01/EX02BT_CGH-2-057.png b/images/ua01/EX02BT_CGH-2-057.png new file mode 100644 index 0000000..f495bda Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-057.png differ diff --git a/images/ua01/EX02BT_CGH-2-058.png b/images/ua01/EX02BT_CGH-2-058.png new file mode 100644 index 0000000..b849db0 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-058.png differ diff --git a/images/ua01/EX02BT_CGH-2-059.png b/images/ua01/EX02BT_CGH-2-059.png new file mode 100644 index 0000000..8d78c39 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-059.png differ diff --git a/images/ua01/EX02BT_CGH-2-060.png b/images/ua01/EX02BT_CGH-2-060.png new file mode 100644 index 0000000..dc87716 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-060.png differ diff --git a/images/ua01/EX02BT_CGH-2-060_p1.png b/images/ua01/EX02BT_CGH-2-060_p1.png new file mode 100644 index 0000000..21276b1 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-060_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-061.png b/images/ua01/EX02BT_CGH-2-061.png new file mode 100644 index 0000000..d4fecb7 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-061.png differ diff --git a/images/ua01/EX02BT_CGH-2-062.png b/images/ua01/EX02BT_CGH-2-062.png new file mode 100644 index 0000000..e98e8c6 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-062.png differ diff --git a/images/ua01/EX02BT_CGH-2-063.png b/images/ua01/EX02BT_CGH-2-063.png new file mode 100644 index 0000000..338b7f5 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-063.png differ diff --git a/images/ua01/EX02BT_CGH-2-063_p1.png b/images/ua01/EX02BT_CGH-2-063_p1.png new file mode 100644 index 0000000..7b3841a Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-063_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-064.png b/images/ua01/EX02BT_CGH-2-064.png new file mode 100644 index 0000000..3d1bc80 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-064.png differ diff --git a/images/ua01/EX02BT_CGH-2-064_p1.png b/images/ua01/EX02BT_CGH-2-064_p1.png new file mode 100644 index 0000000..9e2bfbf Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-064_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-065.png b/images/ua01/EX02BT_CGH-2-065.png new file mode 100644 index 0000000..1601cf5 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-065.png differ diff --git a/images/ua01/EX02BT_CGH-2-066.png b/images/ua01/EX02BT_CGH-2-066.png new file mode 100644 index 0000000..e1822a1 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-066.png differ diff --git a/images/ua01/EX02BT_CGH-2-066_p1.png b/images/ua01/EX02BT_CGH-2-066_p1.png new file mode 100644 index 0000000..62685ac Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-066_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-067.png b/images/ua01/EX02BT_CGH-2-067.png new file mode 100644 index 0000000..27ede63 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-067.png differ diff --git a/images/ua01/EX02BT_CGH-2-068.png b/images/ua01/EX02BT_CGH-2-068.png new file mode 100644 index 0000000..4808653 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-068.png differ diff --git a/images/ua01/EX02BT_CGH-2-069.png b/images/ua01/EX02BT_CGH-2-069.png new file mode 100644 index 0000000..9ad84af Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-069.png differ diff --git a/images/ua01/EX02BT_CGH-2-069_p1.png b/images/ua01/EX02BT_CGH-2-069_p1.png new file mode 100644 index 0000000..643f67a Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-069_p1.png differ diff --git a/images/ua01/EX02BT_CGH-2-070.png b/images/ua01/EX02BT_CGH-2-070.png new file mode 100644 index 0000000..5603a85 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-070.png differ diff --git a/images/ua01/EX02BT_CGH-2-071.png b/images/ua01/EX02BT_CGH-2-071.png new file mode 100644 index 0000000..0467037 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-071.png differ diff --git a/images/ua01/EX02BT_CGH-2-072.png b/images/ua01/EX02BT_CGH-2-072.png new file mode 100644 index 0000000..2b4c19d Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-072.png differ diff --git a/images/ua01/EX02BT_CGH-2-073.png b/images/ua01/EX02BT_CGH-2-073.png new file mode 100644 index 0000000..51794b2 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-073.png differ diff --git a/images/ua01/EX02BT_CGH-2-AP01.png b/images/ua01/EX02BT_CGH-2-AP01.png new file mode 100644 index 0000000..64e45fb Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-AP01.png differ diff --git a/images/ua01/EX02BT_CGH-2-AP02.png b/images/ua01/EX02BT_CGH-2-AP02.png new file mode 100644 index 0000000..c2758f6 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-AP02.png differ diff --git a/images/ua01/EX02BT_CGH-2-AP03.png b/images/ua01/EX02BT_CGH-2-AP03.png new file mode 100644 index 0000000..047f3e3 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-AP03.png differ diff --git a/images/ua01/EX02BT_CGH-2-AP04.png b/images/ua01/EX02BT_CGH-2-AP04.png new file mode 100644 index 0000000..fc03cc4 Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-AP04.png differ diff --git a/images/ua01/EX02BT_CGH-2-AP05.png b/images/ua01/EX02BT_CGH-2-AP05.png new file mode 100644 index 0000000..2e31a9a Binary files /dev/null and b/images/ua01/EX02BT_CGH-2-AP05.png differ diff --git a/images/ua01/UA01BT_CGH-1-001.png b/images/ua01/UA01BT_CGH-1-001.png new file mode 100644 index 0000000..45f468b Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-001.png differ diff --git a/images/ua01/UA01BT_CGH-1-002.png b/images/ua01/UA01BT_CGH-1-002.png new file mode 100644 index 0000000..8cb0a0f Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-002.png differ diff --git a/images/ua01/UA01BT_CGH-1-003.png b/images/ua01/UA01BT_CGH-1-003.png new file mode 100644 index 0000000..0dff12e Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-003.png differ diff --git a/images/ua01/UA01BT_CGH-1-004.png b/images/ua01/UA01BT_CGH-1-004.png new file mode 100644 index 0000000..f9e761e Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-004.png differ diff --git a/images/ua01/UA01BT_CGH-1-004_p1.png b/images/ua01/UA01BT_CGH-1-004_p1.png new file mode 100644 index 0000000..0ed19cb Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-004_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-005.png b/images/ua01/UA01BT_CGH-1-005.png new file mode 100644 index 0000000..6b4b05d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-005.png differ diff --git a/images/ua01/UA01BT_CGH-1-005_p1.png b/images/ua01/UA01BT_CGH-1-005_p1.png new file mode 100644 index 0000000..c2da9c3 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-005_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-006.png b/images/ua01/UA01BT_CGH-1-006.png new file mode 100644 index 0000000..63e4ba9 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-006.png differ diff --git a/images/ua01/UA01BT_CGH-1-007.png b/images/ua01/UA01BT_CGH-1-007.png new file mode 100644 index 0000000..5a73a0d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-007.png differ diff --git a/images/ua01/UA01BT_CGH-1-007_p1.png b/images/ua01/UA01BT_CGH-1-007_p1.png new file mode 100644 index 0000000..c9a2b8f Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-007_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-008.png b/images/ua01/UA01BT_CGH-1-008.png new file mode 100644 index 0000000..15309a3 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-008.png differ diff --git a/images/ua01/UA01BT_CGH-1-009.png b/images/ua01/UA01BT_CGH-1-009.png new file mode 100644 index 0000000..2ca545c Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-009.png differ diff --git a/images/ua01/UA01BT_CGH-1-010.png b/images/ua01/UA01BT_CGH-1-010.png new file mode 100644 index 0000000..9530aef Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-010.png differ diff --git a/images/ua01/UA01BT_CGH-1-011.png b/images/ua01/UA01BT_CGH-1-011.png new file mode 100644 index 0000000..54b005e Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-011.png differ diff --git a/images/ua01/UA01BT_CGH-1-012.png b/images/ua01/UA01BT_CGH-1-012.png new file mode 100644 index 0000000..146eef0 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-012.png differ diff --git a/images/ua01/UA01BT_CGH-1-013.png b/images/ua01/UA01BT_CGH-1-013.png new file mode 100644 index 0000000..a808cac Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-013.png differ diff --git a/images/ua01/UA01BT_CGH-1-014.png b/images/ua01/UA01BT_CGH-1-014.png new file mode 100644 index 0000000..442d044 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-014.png differ diff --git a/images/ua01/UA01BT_CGH-1-015.png b/images/ua01/UA01BT_CGH-1-015.png new file mode 100644 index 0000000..30e29db Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-015.png differ diff --git a/images/ua01/UA01BT_CGH-1-016.png b/images/ua01/UA01BT_CGH-1-016.png new file mode 100644 index 0000000..b622e81 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-016.png differ diff --git a/images/ua01/UA01BT_CGH-1-017.png b/images/ua01/UA01BT_CGH-1-017.png new file mode 100644 index 0000000..97b6b66 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-017.png differ diff --git a/images/ua01/UA01BT_CGH-1-017_p1.png b/images/ua01/UA01BT_CGH-1-017_p1.png new file mode 100644 index 0000000..9ffca63 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-017_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-017_p2.png b/images/ua01/UA01BT_CGH-1-017_p2.png new file mode 100644 index 0000000..ccbfa56 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-017_p2.png differ diff --git a/images/ua01/UA01BT_CGH-1-018.png b/images/ua01/UA01BT_CGH-1-018.png new file mode 100644 index 0000000..e555975 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-018.png differ diff --git a/images/ua01/UA01BT_CGH-1-019.png b/images/ua01/UA01BT_CGH-1-019.png new file mode 100644 index 0000000..2060279 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-019.png differ diff --git a/images/ua01/UA01BT_CGH-1-020.png b/images/ua01/UA01BT_CGH-1-020.png new file mode 100644 index 0000000..bb8b386 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-020.png differ diff --git a/images/ua01/UA01BT_CGH-1-021.png b/images/ua01/UA01BT_CGH-1-021.png new file mode 100644 index 0000000..e8d340d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-021.png differ diff --git a/images/ua01/UA01BT_CGH-1-022.png b/images/ua01/UA01BT_CGH-1-022.png new file mode 100644 index 0000000..6df73f0 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-022.png differ diff --git a/images/ua01/UA01BT_CGH-1-022_p1.png b/images/ua01/UA01BT_CGH-1-022_p1.png new file mode 100644 index 0000000..396aecc Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-022_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-023.png b/images/ua01/UA01BT_CGH-1-023.png new file mode 100644 index 0000000..fb922c6 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-023.png differ diff --git a/images/ua01/UA01BT_CGH-1-023_p1.png b/images/ua01/UA01BT_CGH-1-023_p1.png new file mode 100644 index 0000000..7a16a4d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-023_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-024.png b/images/ua01/UA01BT_CGH-1-024.png new file mode 100644 index 0000000..5422dbd Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-024.png differ diff --git a/images/ua01/UA01BT_CGH-1-025.png b/images/ua01/UA01BT_CGH-1-025.png new file mode 100644 index 0000000..3b6f108 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-025.png differ diff --git a/images/ua01/UA01BT_CGH-1-026.png b/images/ua01/UA01BT_CGH-1-026.png new file mode 100644 index 0000000..ac1525a Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-026.png differ diff --git a/images/ua01/UA01BT_CGH-1-027.png b/images/ua01/UA01BT_CGH-1-027.png new file mode 100644 index 0000000..0a7b886 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-027.png differ diff --git a/images/ua01/UA01BT_CGH-1-028.png b/images/ua01/UA01BT_CGH-1-028.png new file mode 100644 index 0000000..cbabe21 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-028.png differ diff --git a/images/ua01/UA01BT_CGH-1-029.png b/images/ua01/UA01BT_CGH-1-029.png new file mode 100644 index 0000000..633e5f2 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-029.png differ diff --git a/images/ua01/UA01BT_CGH-1-029_p1.png b/images/ua01/UA01BT_CGH-1-029_p1.png new file mode 100644 index 0000000..1d823f7 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-029_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-030.png b/images/ua01/UA01BT_CGH-1-030.png new file mode 100644 index 0000000..a965c9e Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-030.png differ diff --git a/images/ua01/UA01BT_CGH-1-030_p1.png b/images/ua01/UA01BT_CGH-1-030_p1.png new file mode 100644 index 0000000..c941ed4 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-030_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-031.png b/images/ua01/UA01BT_CGH-1-031.png new file mode 100644 index 0000000..665224d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-031.png differ diff --git a/images/ua01/UA01BT_CGH-1-031_p1.png b/images/ua01/UA01BT_CGH-1-031_p1.png new file mode 100644 index 0000000..3e9ab76 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-031_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-032.png b/images/ua01/UA01BT_CGH-1-032.png new file mode 100644 index 0000000..5fb8102 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-032.png differ diff --git a/images/ua01/UA01BT_CGH-1-033.png b/images/ua01/UA01BT_CGH-1-033.png new file mode 100644 index 0000000..e4a632f Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-033.png differ diff --git a/images/ua01/UA01BT_CGH-1-034.png b/images/ua01/UA01BT_CGH-1-034.png new file mode 100644 index 0000000..3e9b6c8 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-034.png differ diff --git a/images/ua01/UA01BT_CGH-1-035.png b/images/ua01/UA01BT_CGH-1-035.png new file mode 100644 index 0000000..31000c8 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-035.png differ diff --git a/images/ua01/UA01BT_CGH-1-036.png b/images/ua01/UA01BT_CGH-1-036.png new file mode 100644 index 0000000..6cde082 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-036.png differ diff --git a/images/ua01/UA01BT_CGH-1-036_p1.png b/images/ua01/UA01BT_CGH-1-036_p1.png new file mode 100644 index 0000000..5ad2ec8 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-036_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-037.png b/images/ua01/UA01BT_CGH-1-037.png new file mode 100644 index 0000000..bf58788 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-037.png differ diff --git a/images/ua01/UA01BT_CGH-1-038.png b/images/ua01/UA01BT_CGH-1-038.png new file mode 100644 index 0000000..152b03a Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-038.png differ diff --git a/images/ua01/UA01BT_CGH-1-039.png b/images/ua01/UA01BT_CGH-1-039.png new file mode 100644 index 0000000..c90efbb Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-039.png differ diff --git a/images/ua01/UA01BT_CGH-1-040.png b/images/ua01/UA01BT_CGH-1-040.png new file mode 100644 index 0000000..8ffd47d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-040.png differ diff --git a/images/ua01/UA01BT_CGH-1-041.png b/images/ua01/UA01BT_CGH-1-041.png new file mode 100644 index 0000000..33f3fe7 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-041.png differ diff --git a/images/ua01/UA01BT_CGH-1-042.png b/images/ua01/UA01BT_CGH-1-042.png new file mode 100644 index 0000000..4fbedba Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-042.png differ diff --git a/images/ua01/UA01BT_CGH-1-043.png b/images/ua01/UA01BT_CGH-1-043.png new file mode 100644 index 0000000..fc70363 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-043.png differ diff --git a/images/ua01/UA01BT_CGH-1-044.png b/images/ua01/UA01BT_CGH-1-044.png new file mode 100644 index 0000000..70a4f17 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-044.png differ diff --git a/images/ua01/UA01BT_CGH-1-045.png b/images/ua01/UA01BT_CGH-1-045.png new file mode 100644 index 0000000..f4881d5 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-045.png differ diff --git a/images/ua01/UA01BT_CGH-1-046.png b/images/ua01/UA01BT_CGH-1-046.png new file mode 100644 index 0000000..67b7362 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-046.png differ diff --git a/images/ua01/UA01BT_CGH-1-046_p1.png b/images/ua01/UA01BT_CGH-1-046_p1.png new file mode 100644 index 0000000..d1fc01f Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-046_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-047.png b/images/ua01/UA01BT_CGH-1-047.png new file mode 100644 index 0000000..55fbb86 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-047.png differ diff --git a/images/ua01/UA01BT_CGH-1-047_p1.png b/images/ua01/UA01BT_CGH-1-047_p1.png new file mode 100644 index 0000000..2935509 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-047_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-048.png b/images/ua01/UA01BT_CGH-1-048.png new file mode 100644 index 0000000..f983fd4 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-048.png differ diff --git a/images/ua01/UA01BT_CGH-1-049.png b/images/ua01/UA01BT_CGH-1-049.png new file mode 100644 index 0000000..09732ed Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-049.png differ diff --git a/images/ua01/UA01BT_CGH-1-050.png b/images/ua01/UA01BT_CGH-1-050.png new file mode 100644 index 0000000..5471ba8 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-050.png differ diff --git a/images/ua01/UA01BT_CGH-1-051.png b/images/ua01/UA01BT_CGH-1-051.png new file mode 100644 index 0000000..57a933a Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-051.png differ diff --git a/images/ua01/UA01BT_CGH-1-052.png b/images/ua01/UA01BT_CGH-1-052.png new file mode 100644 index 0000000..c173fb8 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-052.png differ diff --git a/images/ua01/UA01BT_CGH-1-052_p1.png b/images/ua01/UA01BT_CGH-1-052_p1.png new file mode 100644 index 0000000..a21e026 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-052_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-053.png b/images/ua01/UA01BT_CGH-1-053.png new file mode 100644 index 0000000..d17bb9d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-053.png differ diff --git a/images/ua01/UA01BT_CGH-1-054.png b/images/ua01/UA01BT_CGH-1-054.png new file mode 100644 index 0000000..5fb22a7 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-054.png differ diff --git a/images/ua01/UA01BT_CGH-1-055.png b/images/ua01/UA01BT_CGH-1-055.png new file mode 100644 index 0000000..1eac925 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-055.png differ diff --git a/images/ua01/UA01BT_CGH-1-056.png b/images/ua01/UA01BT_CGH-1-056.png new file mode 100644 index 0000000..9f17515 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-056.png differ diff --git a/images/ua01/UA01BT_CGH-1-057.png b/images/ua01/UA01BT_CGH-1-057.png new file mode 100644 index 0000000..7fa9840 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-057.png differ diff --git a/images/ua01/UA01BT_CGH-1-058.png b/images/ua01/UA01BT_CGH-1-058.png new file mode 100644 index 0000000..ab7ce63 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-058.png differ diff --git a/images/ua01/UA01BT_CGH-1-059.png b/images/ua01/UA01BT_CGH-1-059.png new file mode 100644 index 0000000..2100e1b Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-059.png differ diff --git a/images/ua01/UA01BT_CGH-1-059_p1.png b/images/ua01/UA01BT_CGH-1-059_p1.png new file mode 100644 index 0000000..49feb70 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-059_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-060.png b/images/ua01/UA01BT_CGH-1-060.png new file mode 100644 index 0000000..5764382 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-060.png differ diff --git a/images/ua01/UA01BT_CGH-1-060_p1.png b/images/ua01/UA01BT_CGH-1-060_p1.png new file mode 100644 index 0000000..fbaded7 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-060_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-061.png b/images/ua01/UA01BT_CGH-1-061.png new file mode 100644 index 0000000..697ab57 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-061.png differ diff --git a/images/ua01/UA01BT_CGH-1-062.png b/images/ua01/UA01BT_CGH-1-062.png new file mode 100644 index 0000000..cf56a1a Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-062.png differ diff --git a/images/ua01/UA01BT_CGH-1-062_p1.png b/images/ua01/UA01BT_CGH-1-062_p1.png new file mode 100644 index 0000000..f2356f0 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-062_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-063.png b/images/ua01/UA01BT_CGH-1-063.png new file mode 100644 index 0000000..bf4dd02 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-063.png differ diff --git a/images/ua01/UA01BT_CGH-1-063_p1.png b/images/ua01/UA01BT_CGH-1-063_p1.png new file mode 100644 index 0000000..f252f11 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-063_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-064.png b/images/ua01/UA01BT_CGH-1-064.png new file mode 100644 index 0000000..f78c3e6 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-064.png differ diff --git a/images/ua01/UA01BT_CGH-1-064_p1.png b/images/ua01/UA01BT_CGH-1-064_p1.png new file mode 100644 index 0000000..c895aa3 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-064_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-065.png b/images/ua01/UA01BT_CGH-1-065.png new file mode 100644 index 0000000..f183f02 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-065.png differ diff --git a/images/ua01/UA01BT_CGH-1-066.png b/images/ua01/UA01BT_CGH-1-066.png new file mode 100644 index 0000000..81812c5 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-066.png differ diff --git a/images/ua01/UA01BT_CGH-1-067.png b/images/ua01/UA01BT_CGH-1-067.png new file mode 100644 index 0000000..5c697fb Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-067.png differ diff --git a/images/ua01/UA01BT_CGH-1-068.png b/images/ua01/UA01BT_CGH-1-068.png new file mode 100644 index 0000000..88839e0 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-068.png differ diff --git a/images/ua01/UA01BT_CGH-1-069.png b/images/ua01/UA01BT_CGH-1-069.png new file mode 100644 index 0000000..3ea22a8 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-069.png differ diff --git a/images/ua01/UA01BT_CGH-1-070.png b/images/ua01/UA01BT_CGH-1-070.png new file mode 100644 index 0000000..c5ea5a8 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-070.png differ diff --git a/images/ua01/UA01BT_CGH-1-071.png b/images/ua01/UA01BT_CGH-1-071.png new file mode 100644 index 0000000..58d31d9 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-071.png differ diff --git a/images/ua01/UA01BT_CGH-1-072.png b/images/ua01/UA01BT_CGH-1-072.png new file mode 100644 index 0000000..5655daa Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-072.png differ diff --git a/images/ua01/UA01BT_CGH-1-073.png b/images/ua01/UA01BT_CGH-1-073.png new file mode 100644 index 0000000..9bebae9 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-073.png differ diff --git a/images/ua01/UA01BT_CGH-1-074.png b/images/ua01/UA01BT_CGH-1-074.png new file mode 100644 index 0000000..90a5400 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-074.png differ diff --git a/images/ua01/UA01BT_CGH-1-074_p1.png b/images/ua01/UA01BT_CGH-1-074_p1.png new file mode 100644 index 0000000..117ea19 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-074_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-075.png b/images/ua01/UA01BT_CGH-1-075.png new file mode 100644 index 0000000..2fc2294 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-075.png differ diff --git a/images/ua01/UA01BT_CGH-1-076.png b/images/ua01/UA01BT_CGH-1-076.png new file mode 100644 index 0000000..9ddb6d1 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-076.png differ diff --git a/images/ua01/UA01BT_CGH-1-077.png b/images/ua01/UA01BT_CGH-1-077.png new file mode 100644 index 0000000..b2ec2ca Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-077.png differ diff --git a/images/ua01/UA01BT_CGH-1-077_p1.png b/images/ua01/UA01BT_CGH-1-077_p1.png new file mode 100644 index 0000000..a2a7be5 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-077_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-078.png b/images/ua01/UA01BT_CGH-1-078.png new file mode 100644 index 0000000..7cbe601 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-078.png differ diff --git a/images/ua01/UA01BT_CGH-1-079.png b/images/ua01/UA01BT_CGH-1-079.png new file mode 100644 index 0000000..aeff59e Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-079.png differ diff --git a/images/ua01/UA01BT_CGH-1-080.png b/images/ua01/UA01BT_CGH-1-080.png new file mode 100644 index 0000000..f8009b0 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-080.png differ diff --git a/images/ua01/UA01BT_CGH-1-081.png b/images/ua01/UA01BT_CGH-1-081.png new file mode 100644 index 0000000..d1c4af5 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-081.png differ diff --git a/images/ua01/UA01BT_CGH-1-081_p1.png b/images/ua01/UA01BT_CGH-1-081_p1.png new file mode 100644 index 0000000..0e8f51e Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-081_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-082.png b/images/ua01/UA01BT_CGH-1-082.png new file mode 100644 index 0000000..3eac3c7 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-082.png differ diff --git a/images/ua01/UA01BT_CGH-1-083.png b/images/ua01/UA01BT_CGH-1-083.png new file mode 100644 index 0000000..31b3438 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-083.png differ diff --git a/images/ua01/UA01BT_CGH-1-084.png b/images/ua01/UA01BT_CGH-1-084.png new file mode 100644 index 0000000..a839b89 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-084.png differ diff --git a/images/ua01/UA01BT_CGH-1-084_p1.png b/images/ua01/UA01BT_CGH-1-084_p1.png new file mode 100644 index 0000000..55b6dd4 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-084_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-085.png b/images/ua01/UA01BT_CGH-1-085.png new file mode 100644 index 0000000..dee31b0 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-085.png differ diff --git a/images/ua01/UA01BT_CGH-1-086.png b/images/ua01/UA01BT_CGH-1-086.png new file mode 100644 index 0000000..b2cdc3b Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-086.png differ diff --git a/images/ua01/UA01BT_CGH-1-087.png b/images/ua01/UA01BT_CGH-1-087.png new file mode 100644 index 0000000..bbbb15c Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-087.png differ diff --git a/images/ua01/UA01BT_CGH-1-088.png b/images/ua01/UA01BT_CGH-1-088.png new file mode 100644 index 0000000..63f22ac Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-088.png differ diff --git a/images/ua01/UA01BT_CGH-1-089.png b/images/ua01/UA01BT_CGH-1-089.png new file mode 100644 index 0000000..ea42379 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-089.png differ diff --git a/images/ua01/UA01BT_CGH-1-090.png b/images/ua01/UA01BT_CGH-1-090.png new file mode 100644 index 0000000..80408e8 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-090.png differ diff --git a/images/ua01/UA01BT_CGH-1-091.png b/images/ua01/UA01BT_CGH-1-091.png new file mode 100644 index 0000000..fb77151 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-091.png differ diff --git a/images/ua01/UA01BT_CGH-1-092.png b/images/ua01/UA01BT_CGH-1-092.png new file mode 100644 index 0000000..f324185 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-092.png differ diff --git a/images/ua01/UA01BT_CGH-1-092_p1.png b/images/ua01/UA01BT_CGH-1-092_p1.png new file mode 100644 index 0000000..4fdbf9b Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-092_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-093.png b/images/ua01/UA01BT_CGH-1-093.png new file mode 100644 index 0000000..b2acc9d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-093.png differ diff --git a/images/ua01/UA01BT_CGH-1-094.png b/images/ua01/UA01BT_CGH-1-094.png new file mode 100644 index 0000000..3b19183 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-094.png differ diff --git a/images/ua01/UA01BT_CGH-1-095.png b/images/ua01/UA01BT_CGH-1-095.png new file mode 100644 index 0000000..1660fb6 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-095.png differ diff --git a/images/ua01/UA01BT_CGH-1-095_p1.png b/images/ua01/UA01BT_CGH-1-095_p1.png new file mode 100644 index 0000000..5483cdc Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-095_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-096.png b/images/ua01/UA01BT_CGH-1-096.png new file mode 100644 index 0000000..626d463 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-096.png differ diff --git a/images/ua01/UA01BT_CGH-1-097.png b/images/ua01/UA01BT_CGH-1-097.png new file mode 100644 index 0000000..4092e4f Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-097.png differ diff --git a/images/ua01/UA01BT_CGH-1-097_p1.png b/images/ua01/UA01BT_CGH-1-097_p1.png new file mode 100644 index 0000000..5ec72f0 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-097_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-098.png b/images/ua01/UA01BT_CGH-1-098.png new file mode 100644 index 0000000..7314e4f Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-098.png differ diff --git a/images/ua01/UA01BT_CGH-1-099.png b/images/ua01/UA01BT_CGH-1-099.png new file mode 100644 index 0000000..14c1d64 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-099.png differ diff --git a/images/ua01/UA01BT_CGH-1-099_p1.png b/images/ua01/UA01BT_CGH-1-099_p1.png new file mode 100644 index 0000000..d459522 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-099_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-100.png b/images/ua01/UA01BT_CGH-1-100.png new file mode 100644 index 0000000..de5a1eb Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-100.png differ diff --git a/images/ua01/UA01BT_CGH-1-100_p1.png b/images/ua01/UA01BT_CGH-1-100_p1.png new file mode 100644 index 0000000..0189e6b Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-100_p1.png differ diff --git a/images/ua01/UA01BT_CGH-1-AP01.png b/images/ua01/UA01BT_CGH-1-AP01.png new file mode 100644 index 0000000..1d819a6 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-AP01.png differ diff --git a/images/ua01/UA01BT_CGH-1-AP02.png b/images/ua01/UA01BT_CGH-1-AP02.png new file mode 100644 index 0000000..76e9f00 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-AP02.png differ diff --git a/images/ua01/UA01BT_CGH-1-AP03.png b/images/ua01/UA01BT_CGH-1-AP03.png new file mode 100644 index 0000000..331bce2 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-AP03.png differ diff --git a/images/ua01/UA01BT_CGH-1-AP04.png b/images/ua01/UA01BT_CGH-1-AP04.png new file mode 100644 index 0000000..7eb0d5d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-AP04.png differ diff --git a/images/ua01/UA01BT_CGH-1-AP05.png b/images/ua01/UA01BT_CGH-1-AP05.png new file mode 100644 index 0000000..39e698d Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-AP05.png differ diff --git a/images/ua01/UA01BT_CGH-1-AP06.png b/images/ua01/UA01BT_CGH-1-AP06.png new file mode 100644 index 0000000..5786ec5 Binary files /dev/null and b/images/ua01/UA01BT_CGH-1-AP06.png differ diff --git a/images/ua01/UA01PB_CGH-1-016.png b/images/ua01/UA01PB_CGH-1-016.png new file mode 100644 index 0000000..ba6d3ea Binary files /dev/null and b/images/ua01/UA01PB_CGH-1-016.png differ diff --git a/images/ua01/UA01ST_CGH-1-001.png b/images/ua01/UA01ST_CGH-1-001.png new file mode 100644 index 0000000..f5c4805 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-001.png differ diff --git a/images/ua01/UA01ST_CGH-1-002.png b/images/ua01/UA01ST_CGH-1-002.png new file mode 100644 index 0000000..722a4e0 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-002.png differ diff --git a/images/ua01/UA01ST_CGH-1-005.png b/images/ua01/UA01ST_CGH-1-005.png new file mode 100644 index 0000000..235b45e Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-005.png differ diff --git a/images/ua01/UA01ST_CGH-1-008.png b/images/ua01/UA01ST_CGH-1-008.png new file mode 100644 index 0000000..feae593 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-008.png differ diff --git a/images/ua01/UA01ST_CGH-1-011.png b/images/ua01/UA01ST_CGH-1-011.png new file mode 100644 index 0000000..8b1e201 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-011.png differ diff --git a/images/ua01/UA01ST_CGH-1-015.png b/images/ua01/UA01ST_CGH-1-015.png new file mode 100644 index 0000000..2b08b7c Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-015.png differ diff --git a/images/ua01/UA01ST_CGH-1-029.png b/images/ua01/UA01ST_CGH-1-029.png new file mode 100644 index 0000000..783d568 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-029.png differ diff --git a/images/ua01/UA01ST_CGH-1-030.png b/images/ua01/UA01ST_CGH-1-030.png new file mode 100644 index 0000000..5657169 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-030.png differ diff --git a/images/ua01/UA01ST_CGH-1-033.png b/images/ua01/UA01ST_CGH-1-033.png new file mode 100644 index 0000000..b4044d5 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-033.png differ diff --git a/images/ua01/UA01ST_CGH-1-101.png b/images/ua01/UA01ST_CGH-1-101.png new file mode 100644 index 0000000..c25dce2 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-101.png differ diff --git a/images/ua01/UA01ST_CGH-1-102.png b/images/ua01/UA01ST_CGH-1-102.png new file mode 100644 index 0000000..886255f Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-102.png differ diff --git a/images/ua01/UA01ST_CGH-1-103.png b/images/ua01/UA01ST_CGH-1-103.png new file mode 100644 index 0000000..b2ef0ad Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-103.png differ diff --git a/images/ua01/UA01ST_CGH-1-104.png b/images/ua01/UA01ST_CGH-1-104.png new file mode 100644 index 0000000..fd7d5d4 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-104.png differ diff --git a/images/ua01/UA01ST_CGH-1-105.png b/images/ua01/UA01ST_CGH-1-105.png new file mode 100644 index 0000000..566ed4a Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-105.png differ diff --git a/images/ua01/UA01ST_CGH-1-106.png b/images/ua01/UA01ST_CGH-1-106.png new file mode 100644 index 0000000..3aabc08 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-106.png differ diff --git a/images/ua01/UA01ST_CGH-1-107.png b/images/ua01/UA01ST_CGH-1-107.png new file mode 100644 index 0000000..f4f6a6c Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-107.png differ diff --git a/images/ua01/UA01ST_CGH-1-108.png b/images/ua01/UA01ST_CGH-1-108.png new file mode 100644 index 0000000..fb32810 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-108.png differ diff --git a/images/ua01/UA01ST_CGH-1-109.png b/images/ua01/UA01ST_CGH-1-109.png new file mode 100644 index 0000000..526f2ff Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-109.png differ diff --git a/images/ua01/UA01ST_CGH-1-AP01.png b/images/ua01/UA01ST_CGH-1-AP01.png new file mode 100644 index 0000000..28f3be2 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-AP01.png differ diff --git a/images/ua01/UA01ST_CGH-1-AP02.png b/images/ua01/UA01ST_CGH-1-AP02.png new file mode 100644 index 0000000..1c2f1b4 Binary files /dev/null and b/images/ua01/UA01ST_CGH-1-AP02.png differ diff --git a/images/ua01/UAPB_CGH-AP01.png b/images/ua01/UAPB_CGH-AP01.png new file mode 100644 index 0000000..0e5c499 Binary files /dev/null and b/images/ua01/UAPB_CGH-AP01.png differ diff --git a/images/ua01/UAPB_CGH-AP02.png b/images/ua01/UAPB_CGH-AP02.png new file mode 100644 index 0000000..f62bd56 Binary files /dev/null and b/images/ua01/UAPB_CGH-AP02.png differ diff --git a/images/ua01/UAPB_CGH-AP03.png b/images/ua01/UAPB_CGH-AP03.png new file mode 100644 index 0000000..c30ff84 Binary files /dev/null and b/images/ua01/UAPB_CGH-AP03.png differ diff --git a/images/ua01/UAPB_CGH-AP04.png b/images/ua01/UAPB_CGH-AP04.png new file mode 100644 index 0000000..540ba02 Binary files /dev/null and b/images/ua01/UAPB_CGH-AP04.png differ diff --git a/images/ua01/UAPR_CGH-1-007.png b/images/ua01/UAPR_CGH-1-007.png new file mode 100644 index 0000000..98faef0 Binary files /dev/null and b/images/ua01/UAPR_CGH-1-007.png differ diff --git a/images/ua01/UAPR_CGH-1-007_p1.png b/images/ua01/UAPR_CGH-1-007_p1.png new file mode 100644 index 0000000..9a1533f Binary files /dev/null and b/images/ua01/UAPR_CGH-1-007_p1.png differ diff --git a/images/ua01/UAPR_CGH-1-016.png b/images/ua01/UAPR_CGH-1-016.png new file mode 100644 index 0000000..9ab7819 Binary files /dev/null and b/images/ua01/UAPR_CGH-1-016.png differ diff --git a/images/ua01/UAPR_CGH-1-017.png b/images/ua01/UAPR_CGH-1-017.png new file mode 100644 index 0000000..430b3dd Binary files /dev/null and b/images/ua01/UAPR_CGH-1-017.png differ diff --git a/images/ua01/UAPR_CGH-1-017_p1.png b/images/ua01/UAPR_CGH-1-017_p1.png new file mode 100644 index 0000000..4a16f5c Binary files /dev/null and b/images/ua01/UAPR_CGH-1-017_p1.png differ diff --git a/images/ua01/UAPR_CGH-1-035.png b/images/ua01/UAPR_CGH-1-035.png new file mode 100644 index 0000000..a0ee326 Binary files /dev/null and b/images/ua01/UAPR_CGH-1-035.png differ diff --git a/images/ua01/UAPR_CGH-1-077.png b/images/ua01/UAPR_CGH-1-077.png new file mode 100644 index 0000000..36ea43f Binary files /dev/null and b/images/ua01/UAPR_CGH-1-077.png differ diff --git a/images/ua01/UAPR_CGH-1-091.png b/images/ua01/UAPR_CGH-1-091.png new file mode 100644 index 0000000..32cd925 Binary files /dev/null and b/images/ua01/UAPR_CGH-1-091.png differ diff --git a/images/ua01/UAPR_CGH-2-004.png b/images/ua01/UAPR_CGH-2-004.png new file mode 100644 index 0000000..6ab01a6 Binary files /dev/null and b/images/ua01/UAPR_CGH-2-004.png differ diff --git a/images/ua01/UAPR_CGH-2-019.png b/images/ua01/UAPR_CGH-2-019.png new file mode 100644 index 0000000..a19b3d8 Binary files /dev/null and b/images/ua01/UAPR_CGH-2-019.png differ diff --git a/images/ua01/UAPR_CGH-2-066.png b/images/ua01/UAPR_CGH-2-066.png new file mode 100644 index 0000000..a2736d0 Binary files /dev/null and b/images/ua01/UAPR_CGH-2-066.png differ diff --git a/images/ua01/UAPR_CGH-2-066_p1.png b/images/ua01/UAPR_CGH-2-066_p1.png new file mode 100644 index 0000000..f06dc45 Binary files /dev/null and b/images/ua01/UAPR_CGH-2-066_p1.png differ diff --git a/images/ua01/UAPR_CGH-AP01.png b/images/ua01/UAPR_CGH-AP01.png new file mode 100644 index 0000000..e61f584 Binary files /dev/null and b/images/ua01/UAPR_CGH-AP01.png differ diff --git a/images/ua01/UAPR_CGH-AP02.png b/images/ua01/UAPR_CGH-AP02.png new file mode 100644 index 0000000..f80c09b Binary files /dev/null and b/images/ua01/UAPR_CGH-AP02.png differ diff --git a/images/ua01/UAPR_CGH-AP03.png b/images/ua01/UAPR_CGH-AP03.png new file mode 100644 index 0000000..a3c9df3 Binary files /dev/null and b/images/ua01/UAPR_CGH-AP03.png differ diff --git a/images/ua01/UAPR_CGH-AP04.png b/images/ua01/UAPR_CGH-AP04.png new file mode 100644 index 0000000..1c26393 Binary files /dev/null and b/images/ua01/UAPR_CGH-AP04.png differ diff --git a/images/ua01/UAPR_CGH-AP05.png b/images/ua01/UAPR_CGH-AP05.png new file mode 100644 index 0000000..5c4ecf6 Binary files /dev/null and b/images/ua01/UAPR_CGH-AP05.png differ diff --git a/images/ua01/UAPR_CGH-P-001.png b/images/ua01/UAPR_CGH-P-001.png new file mode 100644 index 0000000..1655e68 Binary files /dev/null and b/images/ua01/UAPR_CGH-P-001.png differ diff --git a/images/ua01/UAPR_CGH-P-002.png b/images/ua01/UAPR_CGH-P-002.png new file mode 100644 index 0000000..192509c Binary files /dev/null and b/images/ua01/UAPR_CGH-P-002.png differ diff --git a/images/ua01/UAPR_CGH-P-003.png b/images/ua01/UAPR_CGH-P-003.png new file mode 100644 index 0000000..67cdfde Binary files /dev/null and b/images/ua01/UAPR_CGH-P-003.png differ diff --git a/images/ua02/EX04BT_JJK-1-040_p1.png b/images/ua02/EX04BT_JJK-1-040_p1.png new file mode 100644 index 0000000..5b51b87 Binary files /dev/null and b/images/ua02/EX04BT_JJK-1-040_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-001.png b/images/ua02/EX04BT_JJK-3-001.png new file mode 100644 index 0000000..0a08ac3 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-001.png differ diff --git a/images/ua02/EX04BT_JJK-3-002.png b/images/ua02/EX04BT_JJK-3-002.png new file mode 100644 index 0000000..5e1ef94 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-002.png differ diff --git a/images/ua02/EX04BT_JJK-3-003.png b/images/ua02/EX04BT_JJK-3-003.png new file mode 100644 index 0000000..92f1702 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-003.png differ diff --git a/images/ua02/EX04BT_JJK-3-004.png b/images/ua02/EX04BT_JJK-3-004.png new file mode 100644 index 0000000..58bc90a Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-004.png differ diff --git a/images/ua02/EX04BT_JJK-3-005.png b/images/ua02/EX04BT_JJK-3-005.png new file mode 100644 index 0000000..7c9962d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-005.png differ diff --git a/images/ua02/EX04BT_JJK-3-005_p1.png b/images/ua02/EX04BT_JJK-3-005_p1.png new file mode 100644 index 0000000..381f8b1 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-005_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-006.png b/images/ua02/EX04BT_JJK-3-006.png new file mode 100644 index 0000000..28d7add Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-006.png differ diff --git a/images/ua02/EX04BT_JJK-3-006_p1.png b/images/ua02/EX04BT_JJK-3-006_p1.png new file mode 100644 index 0000000..e1b31a7 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-006_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-007.png b/images/ua02/EX04BT_JJK-3-007.png new file mode 100644 index 0000000..ba07684 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-007.png differ diff --git a/images/ua02/EX04BT_JJK-3-007_p1.png b/images/ua02/EX04BT_JJK-3-007_p1.png new file mode 100644 index 0000000..37ce147 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-007_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-008.png b/images/ua02/EX04BT_JJK-3-008.png new file mode 100644 index 0000000..76ea53c Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-008.png differ diff --git a/images/ua02/EX04BT_JJK-3-009.png b/images/ua02/EX04BT_JJK-3-009.png new file mode 100644 index 0000000..d94167c Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-009.png differ diff --git a/images/ua02/EX04BT_JJK-3-010.png b/images/ua02/EX04BT_JJK-3-010.png new file mode 100644 index 0000000..1074aaa Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-010.png differ diff --git a/images/ua02/EX04BT_JJK-3-011.png b/images/ua02/EX04BT_JJK-3-011.png new file mode 100644 index 0000000..773363f Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-011.png differ diff --git a/images/ua02/EX04BT_JJK-3-012.png b/images/ua02/EX04BT_JJK-3-012.png new file mode 100644 index 0000000..13e1b40 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-012.png differ diff --git a/images/ua02/EX04BT_JJK-3-013.png b/images/ua02/EX04BT_JJK-3-013.png new file mode 100644 index 0000000..378a858 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-013.png differ diff --git a/images/ua02/EX04BT_JJK-3-014.png b/images/ua02/EX04BT_JJK-3-014.png new file mode 100644 index 0000000..21a5dff Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-014.png differ diff --git a/images/ua02/EX04BT_JJK-3-015.png b/images/ua02/EX04BT_JJK-3-015.png new file mode 100644 index 0000000..88aa1ef Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-015.png differ diff --git a/images/ua02/EX04BT_JJK-3-015_p1.png b/images/ua02/EX04BT_JJK-3-015_p1.png new file mode 100644 index 0000000..ce8c59d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-015_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-015_p2.png b/images/ua02/EX04BT_JJK-3-015_p2.png new file mode 100644 index 0000000..fb1b1e9 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-015_p2.png differ diff --git a/images/ua02/EX04BT_JJK-3-016.png b/images/ua02/EX04BT_JJK-3-016.png new file mode 100644 index 0000000..1311e56 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-016.png differ diff --git a/images/ua02/EX04BT_JJK-3-017.png b/images/ua02/EX04BT_JJK-3-017.png new file mode 100644 index 0000000..faeb6f4 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-017.png differ diff --git a/images/ua02/EX04BT_JJK-3-017_p1.png b/images/ua02/EX04BT_JJK-3-017_p1.png new file mode 100644 index 0000000..5bbee3e Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-017_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-018.png b/images/ua02/EX04BT_JJK-3-018.png new file mode 100644 index 0000000..2e9cc08 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-018.png differ diff --git a/images/ua02/EX04BT_JJK-3-019.png b/images/ua02/EX04BT_JJK-3-019.png new file mode 100644 index 0000000..1c90e78 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-019.png differ diff --git a/images/ua02/EX04BT_JJK-3-019_p1.png b/images/ua02/EX04BT_JJK-3-019_p1.png new file mode 100644 index 0000000..71fd52c Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-019_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-020.png b/images/ua02/EX04BT_JJK-3-020.png new file mode 100644 index 0000000..a05aee2 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-020.png differ diff --git a/images/ua02/EX04BT_JJK-3-021.png b/images/ua02/EX04BT_JJK-3-021.png new file mode 100644 index 0000000..ed3456a Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-021.png differ diff --git a/images/ua02/EX04BT_JJK-3-022.png b/images/ua02/EX04BT_JJK-3-022.png new file mode 100644 index 0000000..c6ac592 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-022.png differ diff --git a/images/ua02/EX04BT_JJK-3-023.png b/images/ua02/EX04BT_JJK-3-023.png new file mode 100644 index 0000000..39cb2b5 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-023.png differ diff --git a/images/ua02/EX04BT_JJK-3-024.png b/images/ua02/EX04BT_JJK-3-024.png new file mode 100644 index 0000000..1686ad3 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-024.png differ diff --git a/images/ua02/EX04BT_JJK-3-025.png b/images/ua02/EX04BT_JJK-3-025.png new file mode 100644 index 0000000..8c59a2a Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-025.png differ diff --git a/images/ua02/EX04BT_JJK-3-026.png b/images/ua02/EX04BT_JJK-3-026.png new file mode 100644 index 0000000..36dc06d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-026.png differ diff --git a/images/ua02/EX04BT_JJK-3-026_p1.png b/images/ua02/EX04BT_JJK-3-026_p1.png new file mode 100644 index 0000000..ca37781 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-026_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-027.png b/images/ua02/EX04BT_JJK-3-027.png new file mode 100644 index 0000000..061b3c9 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-027.png differ diff --git a/images/ua02/EX04BT_JJK-3-028.png b/images/ua02/EX04BT_JJK-3-028.png new file mode 100644 index 0000000..c88d893 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-028.png differ diff --git a/images/ua02/EX04BT_JJK-3-029.png b/images/ua02/EX04BT_JJK-3-029.png new file mode 100644 index 0000000..42f35f1 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-029.png differ diff --git a/images/ua02/EX04BT_JJK-3-030.png b/images/ua02/EX04BT_JJK-3-030.png new file mode 100644 index 0000000..7b92b49 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-030.png differ diff --git a/images/ua02/EX04BT_JJK-3-031.png b/images/ua02/EX04BT_JJK-3-031.png new file mode 100644 index 0000000..ab2332e Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-031.png differ diff --git a/images/ua02/EX04BT_JJK-3-032.png b/images/ua02/EX04BT_JJK-3-032.png new file mode 100644 index 0000000..5d113e6 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-032.png differ diff --git a/images/ua02/EX04BT_JJK-3-033.png b/images/ua02/EX04BT_JJK-3-033.png new file mode 100644 index 0000000..f1e7a08 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-033.png differ diff --git a/images/ua02/EX04BT_JJK-3-034.png b/images/ua02/EX04BT_JJK-3-034.png new file mode 100644 index 0000000..c0bdc74 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-034.png differ diff --git a/images/ua02/EX04BT_JJK-3-035.png b/images/ua02/EX04BT_JJK-3-035.png new file mode 100644 index 0000000..c6b2b61 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-035.png differ diff --git a/images/ua02/EX04BT_JJK-3-035_p1.png b/images/ua02/EX04BT_JJK-3-035_p1.png new file mode 100644 index 0000000..ab4aa14 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-035_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-036.png b/images/ua02/EX04BT_JJK-3-036.png new file mode 100644 index 0000000..32e2d0c Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-036.png differ diff --git a/images/ua02/EX04BT_JJK-3-037.png b/images/ua02/EX04BT_JJK-3-037.png new file mode 100644 index 0000000..5181465 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-037.png differ diff --git a/images/ua02/EX04BT_JJK-3-038.png b/images/ua02/EX04BT_JJK-3-038.png new file mode 100644 index 0000000..839763f Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-038.png differ diff --git a/images/ua02/EX04BT_JJK-3-039.png b/images/ua02/EX04BT_JJK-3-039.png new file mode 100644 index 0000000..d7535ee Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-039.png differ diff --git a/images/ua02/EX04BT_JJK-3-039_p1.png b/images/ua02/EX04BT_JJK-3-039_p1.png new file mode 100644 index 0000000..95c7d84 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-039_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-040.png b/images/ua02/EX04BT_JJK-3-040.png new file mode 100644 index 0000000..06b7f21 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-040.png differ diff --git a/images/ua02/EX04BT_JJK-3-041.png b/images/ua02/EX04BT_JJK-3-041.png new file mode 100644 index 0000000..50dcc0b Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-041.png differ diff --git a/images/ua02/EX04BT_JJK-3-042.png b/images/ua02/EX04BT_JJK-3-042.png new file mode 100644 index 0000000..d8306da Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-042.png differ diff --git a/images/ua02/EX04BT_JJK-3-042_p1.png b/images/ua02/EX04BT_JJK-3-042_p1.png new file mode 100644 index 0000000..d79c566 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-042_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-043.png b/images/ua02/EX04BT_JJK-3-043.png new file mode 100644 index 0000000..34732cf Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-043.png differ diff --git a/images/ua02/EX04BT_JJK-3-043_p1.png b/images/ua02/EX04BT_JJK-3-043_p1.png new file mode 100644 index 0000000..5c2130d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-043_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-044.png b/images/ua02/EX04BT_JJK-3-044.png new file mode 100644 index 0000000..73d2911 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-044.png differ diff --git a/images/ua02/EX04BT_JJK-3-045.png b/images/ua02/EX04BT_JJK-3-045.png new file mode 100644 index 0000000..9a410a2 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-045.png differ diff --git a/images/ua02/EX04BT_JJK-3-046.png b/images/ua02/EX04BT_JJK-3-046.png new file mode 100644 index 0000000..bbd97c9 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-046.png differ diff --git a/images/ua02/EX04BT_JJK-3-047.png b/images/ua02/EX04BT_JJK-3-047.png new file mode 100644 index 0000000..40dd481 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-047.png differ diff --git a/images/ua02/EX04BT_JJK-3-048.png b/images/ua02/EX04BT_JJK-3-048.png new file mode 100644 index 0000000..d83de0d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-048.png differ diff --git a/images/ua02/EX04BT_JJK-3-048_p1.png b/images/ua02/EX04BT_JJK-3-048_p1.png new file mode 100644 index 0000000..5000b14 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-048_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-049.png b/images/ua02/EX04BT_JJK-3-049.png new file mode 100644 index 0000000..88f8f3a Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-049.png differ diff --git a/images/ua02/EX04BT_JJK-3-049_p1.png b/images/ua02/EX04BT_JJK-3-049_p1.png new file mode 100644 index 0000000..c1f1352 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-049_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-050.png b/images/ua02/EX04BT_JJK-3-050.png new file mode 100644 index 0000000..9b4156d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-050.png differ diff --git a/images/ua02/EX04BT_JJK-3-051.png b/images/ua02/EX04BT_JJK-3-051.png new file mode 100644 index 0000000..de2b2ec Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-051.png differ diff --git a/images/ua02/EX04BT_JJK-3-051_p1.png b/images/ua02/EX04BT_JJK-3-051_p1.png new file mode 100644 index 0000000..3a9433d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-051_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-052.png b/images/ua02/EX04BT_JJK-3-052.png new file mode 100644 index 0000000..e8d0cc8 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-052.png differ diff --git a/images/ua02/EX04BT_JJK-3-052_p1.png b/images/ua02/EX04BT_JJK-3-052_p1.png new file mode 100644 index 0000000..9ba3227 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-052_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-053.png b/images/ua02/EX04BT_JJK-3-053.png new file mode 100644 index 0000000..910bc90 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-053.png differ diff --git a/images/ua02/EX04BT_JJK-3-054.png b/images/ua02/EX04BT_JJK-3-054.png new file mode 100644 index 0000000..0be8316 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-054.png differ diff --git a/images/ua02/EX04BT_JJK-3-055.png b/images/ua02/EX04BT_JJK-3-055.png new file mode 100644 index 0000000..cfcff42 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-055.png differ diff --git a/images/ua02/EX04BT_JJK-3-056.png b/images/ua02/EX04BT_JJK-3-056.png new file mode 100644 index 0000000..ba2c465 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-056.png differ diff --git a/images/ua02/EX04BT_JJK-3-056_p1.png b/images/ua02/EX04BT_JJK-3-056_p1.png new file mode 100644 index 0000000..e4513de Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-056_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-057.png b/images/ua02/EX04BT_JJK-3-057.png new file mode 100644 index 0000000..42dd6c4 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-057.png differ diff --git a/images/ua02/EX04BT_JJK-3-057_p1.png b/images/ua02/EX04BT_JJK-3-057_p1.png new file mode 100644 index 0000000..e794f23 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-057_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-058.png b/images/ua02/EX04BT_JJK-3-058.png new file mode 100644 index 0000000..ac44333 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-058.png differ diff --git a/images/ua02/EX04BT_JJK-3-059.png b/images/ua02/EX04BT_JJK-3-059.png new file mode 100644 index 0000000..7c8d98e Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-059.png differ diff --git a/images/ua02/EX04BT_JJK-3-060.png b/images/ua02/EX04BT_JJK-3-060.png new file mode 100644 index 0000000..239fa0d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-060.png differ diff --git a/images/ua02/EX04BT_JJK-3-061.png b/images/ua02/EX04BT_JJK-3-061.png new file mode 100644 index 0000000..910a345 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-061.png differ diff --git a/images/ua02/EX04BT_JJK-3-062.png b/images/ua02/EX04BT_JJK-3-062.png new file mode 100644 index 0000000..fd2552d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-062.png differ diff --git a/images/ua02/EX04BT_JJK-3-062_p1.png b/images/ua02/EX04BT_JJK-3-062_p1.png new file mode 100644 index 0000000..174d576 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-062_p1.png differ diff --git a/images/ua02/EX04BT_JJK-3-063.png b/images/ua02/EX04BT_JJK-3-063.png new file mode 100644 index 0000000..83e3d5e Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-063.png differ diff --git a/images/ua02/EX04BT_JJK-3-064.png b/images/ua02/EX04BT_JJK-3-064.png new file mode 100644 index 0000000..5c379f0 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-064.png differ diff --git a/images/ua02/EX04BT_JJK-3-065.png b/images/ua02/EX04BT_JJK-3-065.png new file mode 100644 index 0000000..3ae72b6 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-065.png differ diff --git a/images/ua02/EX04BT_JJK-3-066.png b/images/ua02/EX04BT_JJK-3-066.png new file mode 100644 index 0000000..c66fec6 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-066.png differ diff --git a/images/ua02/EX04BT_JJK-3-067.png b/images/ua02/EX04BT_JJK-3-067.png new file mode 100644 index 0000000..f4fffb4 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-067.png differ diff --git a/images/ua02/EX04BT_JJK-3-068.png b/images/ua02/EX04BT_JJK-3-068.png new file mode 100644 index 0000000..4f48c1e Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-068.png differ diff --git a/images/ua02/EX04BT_JJK-3-069.png b/images/ua02/EX04BT_JJK-3-069.png new file mode 100644 index 0000000..7e8b5d6 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-069.png differ diff --git a/images/ua02/EX04BT_JJK-3-070.png b/images/ua02/EX04BT_JJK-3-070.png new file mode 100644 index 0000000..602254f Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-070.png differ diff --git a/images/ua02/EX04BT_JJK-3-071.png b/images/ua02/EX04BT_JJK-3-071.png new file mode 100644 index 0000000..a46ee7f Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-071.png differ diff --git a/images/ua02/EX04BT_JJK-3-072.png b/images/ua02/EX04BT_JJK-3-072.png new file mode 100644 index 0000000..8a3d24f Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-072.png differ diff --git a/images/ua02/EX04BT_JJK-3-073.png b/images/ua02/EX04BT_JJK-3-073.png new file mode 100644 index 0000000..78a734d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-073.png differ diff --git a/images/ua02/EX04BT_JJK-3-AP01.png b/images/ua02/EX04BT_JJK-3-AP01.png new file mode 100644 index 0000000..30d0d41 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-AP01.png differ diff --git a/images/ua02/EX04BT_JJK-3-AP01_s.png b/images/ua02/EX04BT_JJK-3-AP01_s.png new file mode 100644 index 0000000..f91231c Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-AP01_s.png differ diff --git a/images/ua02/EX04BT_JJK-3-AP02.png b/images/ua02/EX04BT_JJK-3-AP02.png new file mode 100644 index 0000000..30c7de3 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-AP02.png differ diff --git a/images/ua02/EX04BT_JJK-3-AP03.png b/images/ua02/EX04BT_JJK-3-AP03.png new file mode 100644 index 0000000..8590a34 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-AP03.png differ diff --git a/images/ua02/EX04BT_JJK-3-AP04.png b/images/ua02/EX04BT_JJK-3-AP04.png new file mode 100644 index 0000000..85687a2 Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-AP04.png differ diff --git a/images/ua02/EX04BT_JJK-3-AP05.png b/images/ua02/EX04BT_JJK-3-AP05.png new file mode 100644 index 0000000..d84fe7d Binary files /dev/null and b/images/ua02/EX04BT_JJK-3-AP05.png differ diff --git a/images/ua02/UA02BT_JJK-1-001.png b/images/ua02/UA02BT_JJK-1-001.png new file mode 100644 index 0000000..06f32ec Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-001.png differ diff --git a/images/ua02/UA02BT_JJK-1-002.png b/images/ua02/UA02BT_JJK-1-002.png new file mode 100644 index 0000000..0d1acfe Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-002.png differ diff --git a/images/ua02/UA02BT_JJK-1-003.png b/images/ua02/UA02BT_JJK-1-003.png new file mode 100644 index 0000000..434eaed Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-003.png differ diff --git a/images/ua02/UA02BT_JJK-1-004.png b/images/ua02/UA02BT_JJK-1-004.png new file mode 100644 index 0000000..b17a0bc Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-004.png differ diff --git a/images/ua02/UA02BT_JJK-1-005.png b/images/ua02/UA02BT_JJK-1-005.png new file mode 100644 index 0000000..6366162 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-005.png differ diff --git a/images/ua02/UA02BT_JJK-1-005_p1.png b/images/ua02/UA02BT_JJK-1-005_p1.png new file mode 100644 index 0000000..d33828c Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-005_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-006.png b/images/ua02/UA02BT_JJK-1-006.png new file mode 100644 index 0000000..6790ae3 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-006.png differ diff --git a/images/ua02/UA02BT_JJK-1-007.png b/images/ua02/UA02BT_JJK-1-007.png new file mode 100644 index 0000000..8f62ca7 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-007.png differ diff --git a/images/ua02/UA02BT_JJK-1-008.png b/images/ua02/UA02BT_JJK-1-008.png new file mode 100644 index 0000000..3d479b2 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-008.png differ diff --git a/images/ua02/UA02BT_JJK-1-008_p1.png b/images/ua02/UA02BT_JJK-1-008_p1.png new file mode 100644 index 0000000..3d67a2b Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-008_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-009.png b/images/ua02/UA02BT_JJK-1-009.png new file mode 100644 index 0000000..c66b49a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-009.png differ diff --git a/images/ua02/UA02BT_JJK-1-010.png b/images/ua02/UA02BT_JJK-1-010.png new file mode 100644 index 0000000..5087cd8 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-010.png differ diff --git a/images/ua02/UA02BT_JJK-1-011.png b/images/ua02/UA02BT_JJK-1-011.png new file mode 100644 index 0000000..486cb9d Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-011.png differ diff --git a/images/ua02/UA02BT_JJK-1-011_p1.png b/images/ua02/UA02BT_JJK-1-011_p1.png new file mode 100644 index 0000000..e82a623 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-011_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-012.png b/images/ua02/UA02BT_JJK-1-012.png new file mode 100644 index 0000000..1b77535 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-012.png differ diff --git a/images/ua02/UA02BT_JJK-1-012_p1.png b/images/ua02/UA02BT_JJK-1-012_p1.png new file mode 100644 index 0000000..3b36aa2 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-012_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-013.png b/images/ua02/UA02BT_JJK-1-013.png new file mode 100644 index 0000000..4ad1763 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-013.png differ diff --git a/images/ua02/UA02BT_JJK-1-014.png b/images/ua02/UA02BT_JJK-1-014.png new file mode 100644 index 0000000..d15f4bb Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-014.png differ diff --git a/images/ua02/UA02BT_JJK-1-015.png b/images/ua02/UA02BT_JJK-1-015.png new file mode 100644 index 0000000..c8b81bb Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-015.png differ diff --git a/images/ua02/UA02BT_JJK-1-016.png b/images/ua02/UA02BT_JJK-1-016.png new file mode 100644 index 0000000..ea9b47f Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-016.png differ diff --git a/images/ua02/UA02BT_JJK-1-017.png b/images/ua02/UA02BT_JJK-1-017.png new file mode 100644 index 0000000..468d07f Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-017.png differ diff --git a/images/ua02/UA02BT_JJK-1-017_p1.png b/images/ua02/UA02BT_JJK-1-017_p1.png new file mode 100644 index 0000000..2617892 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-017_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-018.png b/images/ua02/UA02BT_JJK-1-018.png new file mode 100644 index 0000000..8df4d7c Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-018.png differ diff --git a/images/ua02/UA02BT_JJK-1-019.png b/images/ua02/UA02BT_JJK-1-019.png new file mode 100644 index 0000000..5aabaa9 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-019.png differ diff --git a/images/ua02/UA02BT_JJK-1-020.png b/images/ua02/UA02BT_JJK-1-020.png new file mode 100644 index 0000000..176c92a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-020.png differ diff --git a/images/ua02/UA02BT_JJK-1-021.png b/images/ua02/UA02BT_JJK-1-021.png new file mode 100644 index 0000000..148c845 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-021.png differ diff --git a/images/ua02/UA02BT_JJK-1-022.png b/images/ua02/UA02BT_JJK-1-022.png new file mode 100644 index 0000000..262ef1a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-022.png differ diff --git a/images/ua02/UA02BT_JJK-1-022_p1.png b/images/ua02/UA02BT_JJK-1-022_p1.png new file mode 100644 index 0000000..6c904e9 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-022_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-023.png b/images/ua02/UA02BT_JJK-1-023.png new file mode 100644 index 0000000..1a32495 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-023.png differ diff --git a/images/ua02/UA02BT_JJK-1-024.png b/images/ua02/UA02BT_JJK-1-024.png new file mode 100644 index 0000000..ad2c68a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-024.png differ diff --git a/images/ua02/UA02BT_JJK-1-025.png b/images/ua02/UA02BT_JJK-1-025.png new file mode 100644 index 0000000..4426feb Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-025.png differ diff --git a/images/ua02/UA02BT_JJK-1-026.png b/images/ua02/UA02BT_JJK-1-026.png new file mode 100644 index 0000000..de54e06 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-026.png differ diff --git a/images/ua02/UA02BT_JJK-1-027.png b/images/ua02/UA02BT_JJK-1-027.png new file mode 100644 index 0000000..4009451 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-027.png differ diff --git a/images/ua02/UA02BT_JJK-1-027_p1.png b/images/ua02/UA02BT_JJK-1-027_p1.png new file mode 100644 index 0000000..6ca3aad Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-027_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-028.png b/images/ua02/UA02BT_JJK-1-028.png new file mode 100644 index 0000000..5b8e45e Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-028.png differ diff --git a/images/ua02/UA02BT_JJK-1-028_p1.png b/images/ua02/UA02BT_JJK-1-028_p1.png new file mode 100644 index 0000000..4819b8f Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-028_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-029.png b/images/ua02/UA02BT_JJK-1-029.png new file mode 100644 index 0000000..443d30d Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-029.png differ diff --git a/images/ua02/UA02BT_JJK-1-029_p1.png b/images/ua02/UA02BT_JJK-1-029_p1.png new file mode 100644 index 0000000..75617f7 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-029_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-030.png b/images/ua02/UA02BT_JJK-1-030.png new file mode 100644 index 0000000..6ee301e Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-030.png differ diff --git a/images/ua02/UA02BT_JJK-1-031.png b/images/ua02/UA02BT_JJK-1-031.png new file mode 100644 index 0000000..ab2f731 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-031.png differ diff --git a/images/ua02/UA02BT_JJK-1-032.png b/images/ua02/UA02BT_JJK-1-032.png new file mode 100644 index 0000000..ee3bd5a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-032.png differ diff --git a/images/ua02/UA02BT_JJK-1-033.png b/images/ua02/UA02BT_JJK-1-033.png new file mode 100644 index 0000000..419194e Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-033.png differ diff --git a/images/ua02/UA02BT_JJK-1-034.png b/images/ua02/UA02BT_JJK-1-034.png new file mode 100644 index 0000000..fb40434 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-034.png differ diff --git a/images/ua02/UA02BT_JJK-1-034_p1.png b/images/ua02/UA02BT_JJK-1-034_p1.png new file mode 100644 index 0000000..e87e9d0 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-034_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-035.png b/images/ua02/UA02BT_JJK-1-035.png new file mode 100644 index 0000000..3fb8b47 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-035.png differ diff --git a/images/ua02/UA02BT_JJK-1-036.png b/images/ua02/UA02BT_JJK-1-036.png new file mode 100644 index 0000000..0e20ca5 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-036.png differ diff --git a/images/ua02/UA02BT_JJK-1-037.png b/images/ua02/UA02BT_JJK-1-037.png new file mode 100644 index 0000000..c88e720 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-037.png differ diff --git a/images/ua02/UA02BT_JJK-1-038.png b/images/ua02/UA02BT_JJK-1-038.png new file mode 100644 index 0000000..aecaacf Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-038.png differ diff --git a/images/ua02/UA02BT_JJK-1-038_p1.png b/images/ua02/UA02BT_JJK-1-038_p1.png new file mode 100644 index 0000000..a7198e0 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-038_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-039.png b/images/ua02/UA02BT_JJK-1-039.png new file mode 100644 index 0000000..43d6c17 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-039.png differ diff --git a/images/ua02/UA02BT_JJK-1-040.png b/images/ua02/UA02BT_JJK-1-040.png new file mode 100644 index 0000000..6fd9711 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-040.png differ diff --git a/images/ua02/UA02BT_JJK-1-040_p1.png b/images/ua02/UA02BT_JJK-1-040_p1.png new file mode 100644 index 0000000..7105f43 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-040_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-040_p2.png b/images/ua02/UA02BT_JJK-1-040_p2.png new file mode 100644 index 0000000..b67a10d Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-040_p2.png differ diff --git a/images/ua02/UA02BT_JJK-1-041.png b/images/ua02/UA02BT_JJK-1-041.png new file mode 100644 index 0000000..ed703e2 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-041.png differ diff --git a/images/ua02/UA02BT_JJK-1-042.png b/images/ua02/UA02BT_JJK-1-042.png new file mode 100644 index 0000000..721d302 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-042.png differ diff --git a/images/ua02/UA02BT_JJK-1-043.png b/images/ua02/UA02BT_JJK-1-043.png new file mode 100644 index 0000000..3736632 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-043.png differ diff --git a/images/ua02/UA02BT_JJK-1-044.png b/images/ua02/UA02BT_JJK-1-044.png new file mode 100644 index 0000000..4c23dc2 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-044.png differ diff --git a/images/ua02/UA02BT_JJK-1-045.png b/images/ua02/UA02BT_JJK-1-045.png new file mode 100644 index 0000000..67b9429 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-045.png differ diff --git a/images/ua02/UA02BT_JJK-1-046.png b/images/ua02/UA02BT_JJK-1-046.png new file mode 100644 index 0000000..b9d6691 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-046.png differ diff --git a/images/ua02/UA02BT_JJK-1-047.png b/images/ua02/UA02BT_JJK-1-047.png new file mode 100644 index 0000000..20d46e9 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-047.png differ diff --git a/images/ua02/UA02BT_JJK-1-047_p1.png b/images/ua02/UA02BT_JJK-1-047_p1.png new file mode 100644 index 0000000..56a4dae Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-047_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-048.png b/images/ua02/UA02BT_JJK-1-048.png new file mode 100644 index 0000000..cc3f1b4 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-048.png differ diff --git a/images/ua02/UA02BT_JJK-1-048_p1.png b/images/ua02/UA02BT_JJK-1-048_p1.png new file mode 100644 index 0000000..18aa4d9 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-048_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-049.png b/images/ua02/UA02BT_JJK-1-049.png new file mode 100644 index 0000000..c0e1a91 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-049.png differ diff --git a/images/ua02/UA02BT_JJK-1-050.png b/images/ua02/UA02BT_JJK-1-050.png new file mode 100644 index 0000000..7cebeca Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-050.png differ diff --git a/images/ua02/UA02BT_JJK-1-050_p1.png b/images/ua02/UA02BT_JJK-1-050_p1.png new file mode 100644 index 0000000..1b3229b Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-050_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-051.png b/images/ua02/UA02BT_JJK-1-051.png new file mode 100644 index 0000000..e4557da Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-051.png differ diff --git a/images/ua02/UA02BT_JJK-1-052.png b/images/ua02/UA02BT_JJK-1-052.png new file mode 100644 index 0000000..5869a8f Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-052.png differ diff --git a/images/ua02/UA02BT_JJK-1-053.png b/images/ua02/UA02BT_JJK-1-053.png new file mode 100644 index 0000000..96b67a5 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-053.png differ diff --git a/images/ua02/UA02BT_JJK-1-054.png b/images/ua02/UA02BT_JJK-1-054.png new file mode 100644 index 0000000..dd7211a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-054.png differ diff --git a/images/ua02/UA02BT_JJK-1-054_p1.png b/images/ua02/UA02BT_JJK-1-054_p1.png new file mode 100644 index 0000000..ec4e862 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-054_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-055.png b/images/ua02/UA02BT_JJK-1-055.png new file mode 100644 index 0000000..0a30b25 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-055.png differ diff --git a/images/ua02/UA02BT_JJK-1-056.png b/images/ua02/UA02BT_JJK-1-056.png new file mode 100644 index 0000000..eb4958e Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-056.png differ diff --git a/images/ua02/UA02BT_JJK-1-057.png b/images/ua02/UA02BT_JJK-1-057.png new file mode 100644 index 0000000..f689b8c Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-057.png differ diff --git a/images/ua02/UA02BT_JJK-1-058.png b/images/ua02/UA02BT_JJK-1-058.png new file mode 100644 index 0000000..e5ce33a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-058.png differ diff --git a/images/ua02/UA02BT_JJK-1-059.png b/images/ua02/UA02BT_JJK-1-059.png new file mode 100644 index 0000000..4b4cf58 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-059.png differ diff --git a/images/ua02/UA02BT_JJK-1-060.png b/images/ua02/UA02BT_JJK-1-060.png new file mode 100644 index 0000000..143d122 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-060.png differ diff --git a/images/ua02/UA02BT_JJK-1-061.png b/images/ua02/UA02BT_JJK-1-061.png new file mode 100644 index 0000000..483efb1 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-061.png differ diff --git a/images/ua02/UA02BT_JJK-1-061_p1.png b/images/ua02/UA02BT_JJK-1-061_p1.png new file mode 100644 index 0000000..904cb3e Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-061_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-062.png b/images/ua02/UA02BT_JJK-1-062.png new file mode 100644 index 0000000..301aaa9 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-062.png differ diff --git a/images/ua02/UA02BT_JJK-1-063.png b/images/ua02/UA02BT_JJK-1-063.png new file mode 100644 index 0000000..a97753c Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-063.png differ diff --git a/images/ua02/UA02BT_JJK-1-063_p1.png b/images/ua02/UA02BT_JJK-1-063_p1.png new file mode 100644 index 0000000..c09be43 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-063_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-064.png b/images/ua02/UA02BT_JJK-1-064.png new file mode 100644 index 0000000..33e7171 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-064.png differ diff --git a/images/ua02/UA02BT_JJK-1-065.png b/images/ua02/UA02BT_JJK-1-065.png new file mode 100644 index 0000000..95361be Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-065.png differ diff --git a/images/ua02/UA02BT_JJK-1-066.png b/images/ua02/UA02BT_JJK-1-066.png new file mode 100644 index 0000000..b511fb7 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-066.png differ diff --git a/images/ua02/UA02BT_JJK-1-067.png b/images/ua02/UA02BT_JJK-1-067.png new file mode 100644 index 0000000..c9eae7a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-067.png differ diff --git a/images/ua02/UA02BT_JJK-1-067_p1.png b/images/ua02/UA02BT_JJK-1-067_p1.png new file mode 100644 index 0000000..6134b49 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-067_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-068.png b/images/ua02/UA02BT_JJK-1-068.png new file mode 100644 index 0000000..6af710b Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-068.png differ diff --git a/images/ua02/UA02BT_JJK-1-068_p1.png b/images/ua02/UA02BT_JJK-1-068_p1.png new file mode 100644 index 0000000..de8bdef Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-068_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-069.png b/images/ua02/UA02BT_JJK-1-069.png new file mode 100644 index 0000000..52a295e Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-069.png differ diff --git a/images/ua02/UA02BT_JJK-1-069_p1.png b/images/ua02/UA02BT_JJK-1-069_p1.png new file mode 100644 index 0000000..0bcab9d Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-069_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-070.png b/images/ua02/UA02BT_JJK-1-070.png new file mode 100644 index 0000000..a0145c7 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-070.png differ diff --git a/images/ua02/UA02BT_JJK-1-071.png b/images/ua02/UA02BT_JJK-1-071.png new file mode 100644 index 0000000..c7f9e17 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-071.png differ diff --git a/images/ua02/UA02BT_JJK-1-072.png b/images/ua02/UA02BT_JJK-1-072.png new file mode 100644 index 0000000..3265b67 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-072.png differ diff --git a/images/ua02/UA02BT_JJK-1-073.png b/images/ua02/UA02BT_JJK-1-073.png new file mode 100644 index 0000000..7d800fa Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-073.png differ diff --git a/images/ua02/UA02BT_JJK-1-074.png b/images/ua02/UA02BT_JJK-1-074.png new file mode 100644 index 0000000..985ecee Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-074.png differ diff --git a/images/ua02/UA02BT_JJK-1-075.png b/images/ua02/UA02BT_JJK-1-075.png new file mode 100644 index 0000000..0cc97d1 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-075.png differ diff --git a/images/ua02/UA02BT_JJK-1-076.png b/images/ua02/UA02BT_JJK-1-076.png new file mode 100644 index 0000000..23aaae6 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-076.png differ diff --git a/images/ua02/UA02BT_JJK-1-077.png b/images/ua02/UA02BT_JJK-1-077.png new file mode 100644 index 0000000..d9428c7 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-077.png differ diff --git a/images/ua02/UA02BT_JJK-1-078.png b/images/ua02/UA02BT_JJK-1-078.png new file mode 100644 index 0000000..cb7cd00 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-078.png differ diff --git a/images/ua02/UA02BT_JJK-1-079.png b/images/ua02/UA02BT_JJK-1-079.png new file mode 100644 index 0000000..f6885e5 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-079.png differ diff --git a/images/ua02/UA02BT_JJK-1-080.png b/images/ua02/UA02BT_JJK-1-080.png new file mode 100644 index 0000000..3d4cba0 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-080.png differ diff --git a/images/ua02/UA02BT_JJK-1-081.png b/images/ua02/UA02BT_JJK-1-081.png new file mode 100644 index 0000000..aef8453 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-081.png differ diff --git a/images/ua02/UA02BT_JJK-1-081_p1.png b/images/ua02/UA02BT_JJK-1-081_p1.png new file mode 100644 index 0000000..a2afafc Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-081_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-082.png b/images/ua02/UA02BT_JJK-1-082.png new file mode 100644 index 0000000..c961ca2 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-082.png differ diff --git a/images/ua02/UA02BT_JJK-1-083.png b/images/ua02/UA02BT_JJK-1-083.png new file mode 100644 index 0000000..2b7ad10 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-083.png differ diff --git a/images/ua02/UA02BT_JJK-1-084.png b/images/ua02/UA02BT_JJK-1-084.png new file mode 100644 index 0000000..92c1084 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-084.png differ diff --git a/images/ua02/UA02BT_JJK-1-084_p1.png b/images/ua02/UA02BT_JJK-1-084_p1.png new file mode 100644 index 0000000..4c2edf4 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-084_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-085.png b/images/ua02/UA02BT_JJK-1-085.png new file mode 100644 index 0000000..1479aa3 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-085.png differ diff --git a/images/ua02/UA02BT_JJK-1-086.png b/images/ua02/UA02BT_JJK-1-086.png new file mode 100644 index 0000000..9c28027 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-086.png differ diff --git a/images/ua02/UA02BT_JJK-1-087.png b/images/ua02/UA02BT_JJK-1-087.png new file mode 100644 index 0000000..adbd6c8 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-087.png differ diff --git a/images/ua02/UA02BT_JJK-1-088.png b/images/ua02/UA02BT_JJK-1-088.png new file mode 100644 index 0000000..c88fa45 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-088.png differ diff --git a/images/ua02/UA02BT_JJK-1-089.png b/images/ua02/UA02BT_JJK-1-089.png new file mode 100644 index 0000000..0c71828 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-089.png differ diff --git a/images/ua02/UA02BT_JJK-1-090.png b/images/ua02/UA02BT_JJK-1-090.png new file mode 100644 index 0000000..837885a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-090.png differ diff --git a/images/ua02/UA02BT_JJK-1-091.png b/images/ua02/UA02BT_JJK-1-091.png new file mode 100644 index 0000000..ede12d7 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-091.png differ diff --git a/images/ua02/UA02BT_JJK-1-092.png b/images/ua02/UA02BT_JJK-1-092.png new file mode 100644 index 0000000..e89a485 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-092.png differ diff --git a/images/ua02/UA02BT_JJK-1-092_p1.png b/images/ua02/UA02BT_JJK-1-092_p1.png new file mode 100644 index 0000000..819f1d1 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-092_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-093.png b/images/ua02/UA02BT_JJK-1-093.png new file mode 100644 index 0000000..e52cae6 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-093.png differ diff --git a/images/ua02/UA02BT_JJK-1-093_p1.png b/images/ua02/UA02BT_JJK-1-093_p1.png new file mode 100644 index 0000000..34fb2ef Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-093_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-094.png b/images/ua02/UA02BT_JJK-1-094.png new file mode 100644 index 0000000..5e1be81 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-094.png differ diff --git a/images/ua02/UA02BT_JJK-1-094_p1.png b/images/ua02/UA02BT_JJK-1-094_p1.png new file mode 100644 index 0000000..76d4868 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-094_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-095.png b/images/ua02/UA02BT_JJK-1-095.png new file mode 100644 index 0000000..a320bd3 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-095.png differ diff --git a/images/ua02/UA02BT_JJK-1-096.png b/images/ua02/UA02BT_JJK-1-096.png new file mode 100644 index 0000000..8ec8711 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-096.png differ diff --git a/images/ua02/UA02BT_JJK-1-097.png b/images/ua02/UA02BT_JJK-1-097.png new file mode 100644 index 0000000..40a1706 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-097.png differ diff --git a/images/ua02/UA02BT_JJK-1-098.png b/images/ua02/UA02BT_JJK-1-098.png new file mode 100644 index 0000000..82e200e Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-098.png differ diff --git a/images/ua02/UA02BT_JJK-1-099.png b/images/ua02/UA02BT_JJK-1-099.png new file mode 100644 index 0000000..9e4d47f Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-099.png differ diff --git a/images/ua02/UA02BT_JJK-1-100.png b/images/ua02/UA02BT_JJK-1-100.png new file mode 100644 index 0000000..fe36140 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-100.png differ diff --git a/images/ua02/UA02BT_JJK-1-100_p1.png b/images/ua02/UA02BT_JJK-1-100_p1.png new file mode 100644 index 0000000..ba2a874 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-100_p1.png differ diff --git a/images/ua02/UA02BT_JJK-1-AP01.png b/images/ua02/UA02BT_JJK-1-AP01.png new file mode 100644 index 0000000..d06415a Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-AP01.png differ diff --git a/images/ua02/UA02BT_JJK-1-AP02.png b/images/ua02/UA02BT_JJK-1-AP02.png new file mode 100644 index 0000000..36cb274 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-AP02.png differ diff --git a/images/ua02/UA02BT_JJK-1-AP03.png b/images/ua02/UA02BT_JJK-1-AP03.png new file mode 100644 index 0000000..152046e Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-AP03.png differ diff --git a/images/ua02/UA02BT_JJK-1-AP04.png b/images/ua02/UA02BT_JJK-1-AP04.png new file mode 100644 index 0000000..c1ec5ab Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-AP04.png differ diff --git a/images/ua02/UA02BT_JJK-1-AP05.png b/images/ua02/UA02BT_JJK-1-AP05.png new file mode 100644 index 0000000..fd539a8 Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-AP05.png differ diff --git a/images/ua02/UA02BT_JJK-1-AP06.png b/images/ua02/UA02BT_JJK-1-AP06.png new file mode 100644 index 0000000..0d03ffb Binary files /dev/null and b/images/ua02/UA02BT_JJK-1-AP06.png differ diff --git a/images/ua02/UA02NC_JJK-2-001.png b/images/ua02/UA02NC_JJK-2-001.png new file mode 100644 index 0000000..ca7cc73 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-001.png differ diff --git a/images/ua02/UA02NC_JJK-2-002.png b/images/ua02/UA02NC_JJK-2-002.png new file mode 100644 index 0000000..490cae9 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-002.png differ diff --git a/images/ua02/UA02NC_JJK-2-003.png b/images/ua02/UA02NC_JJK-2-003.png new file mode 100644 index 0000000..cfd9cf9 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-003.png differ diff --git a/images/ua02/UA02NC_JJK-2-004.png b/images/ua02/UA02NC_JJK-2-004.png new file mode 100644 index 0000000..9115e17 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-004.png differ diff --git a/images/ua02/UA02NC_JJK-2-005.png b/images/ua02/UA02NC_JJK-2-005.png new file mode 100644 index 0000000..2fcb6b6 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-005.png differ diff --git a/images/ua02/UA02NC_JJK-2-006.png b/images/ua02/UA02NC_JJK-2-006.png new file mode 100644 index 0000000..d1b637c Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-006.png differ diff --git a/images/ua02/UA02NC_JJK-2-007.png b/images/ua02/UA02NC_JJK-2-007.png new file mode 100644 index 0000000..d84b567 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-007.png differ diff --git a/images/ua02/UA02NC_JJK-2-008.png b/images/ua02/UA02NC_JJK-2-008.png new file mode 100644 index 0000000..1d6046f Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-008.png differ diff --git a/images/ua02/UA02NC_JJK-2-009.png b/images/ua02/UA02NC_JJK-2-009.png new file mode 100644 index 0000000..e49e17d Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-009.png differ diff --git a/images/ua02/UA02NC_JJK-2-010.png b/images/ua02/UA02NC_JJK-2-010.png new file mode 100644 index 0000000..e9e2875 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-010.png differ diff --git a/images/ua02/UA02NC_JJK-2-011.png b/images/ua02/UA02NC_JJK-2-011.png new file mode 100644 index 0000000..22cc923 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-011.png differ diff --git a/images/ua02/UA02NC_JJK-2-AP01.png b/images/ua02/UA02NC_JJK-2-AP01.png new file mode 100644 index 0000000..b85d012 Binary files /dev/null and b/images/ua02/UA02NC_JJK-2-AP01.png differ diff --git a/images/ua02/UA02PB_JJK-1-039.png b/images/ua02/UA02PB_JJK-1-039.png new file mode 100644 index 0000000..f00e4ec Binary files /dev/null and b/images/ua02/UA02PB_JJK-1-039.png differ diff --git a/images/ua02/UA02ST_JJK-1-036.png b/images/ua02/UA02ST_JJK-1-036.png new file mode 100644 index 0000000..d4be07e Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-036.png differ diff --git a/images/ua02/UA02ST_JJK-1-037.png b/images/ua02/UA02ST_JJK-1-037.png new file mode 100644 index 0000000..5c34bc7 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-037.png differ diff --git a/images/ua02/UA02ST_JJK-1-044.png b/images/ua02/UA02ST_JJK-1-044.png new file mode 100644 index 0000000..bec9256 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-044.png differ diff --git a/images/ua02/UA02ST_JJK-1-045.png b/images/ua02/UA02ST_JJK-1-045.png new file mode 100644 index 0000000..bf5f9e9 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-045.png differ diff --git a/images/ua02/UA02ST_JJK-1-056.png b/images/ua02/UA02ST_JJK-1-056.png new file mode 100644 index 0000000..7406436 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-056.png differ diff --git a/images/ua02/UA02ST_JJK-1-058.png b/images/ua02/UA02ST_JJK-1-058.png new file mode 100644 index 0000000..bca5573 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-058.png differ diff --git a/images/ua02/UA02ST_JJK-1-062.png b/images/ua02/UA02ST_JJK-1-062.png new file mode 100644 index 0000000..5e583f6 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-062.png differ diff --git a/images/ua02/UA02ST_JJK-1-063.png b/images/ua02/UA02ST_JJK-1-063.png new file mode 100644 index 0000000..ebbe81a Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-063.png differ diff --git a/images/ua02/UA02ST_JJK-1-067.png b/images/ua02/UA02ST_JJK-1-067.png new file mode 100644 index 0000000..1047896 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-067.png differ diff --git a/images/ua02/UA02ST_JJK-1-101.png b/images/ua02/UA02ST_JJK-1-101.png new file mode 100644 index 0000000..4652f2a Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-101.png differ diff --git a/images/ua02/UA02ST_JJK-1-102.png b/images/ua02/UA02ST_JJK-1-102.png new file mode 100644 index 0000000..8f491b3 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-102.png differ diff --git a/images/ua02/UA02ST_JJK-1-103.png b/images/ua02/UA02ST_JJK-1-103.png new file mode 100644 index 0000000..41425c1 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-103.png differ diff --git a/images/ua02/UA02ST_JJK-1-104.png b/images/ua02/UA02ST_JJK-1-104.png new file mode 100644 index 0000000..a66ce27 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-104.png differ diff --git a/images/ua02/UA02ST_JJK-1-105.png b/images/ua02/UA02ST_JJK-1-105.png new file mode 100644 index 0000000..a223214 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-105.png differ diff --git a/images/ua02/UA02ST_JJK-1-106.png b/images/ua02/UA02ST_JJK-1-106.png new file mode 100644 index 0000000..5ab39c7 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-106.png differ diff --git a/images/ua02/UA02ST_JJK-1-107.png b/images/ua02/UA02ST_JJK-1-107.png new file mode 100644 index 0000000..54976d4 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-107.png differ diff --git a/images/ua02/UA02ST_JJK-1-108.png b/images/ua02/UA02ST_JJK-1-108.png new file mode 100644 index 0000000..4b3fd52 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-108.png differ diff --git a/images/ua02/UA02ST_JJK-1-109.png b/images/ua02/UA02ST_JJK-1-109.png new file mode 100644 index 0000000..3b4f462 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-109.png differ diff --git a/images/ua02/UA02ST_JJK-1-AP01.png b/images/ua02/UA02ST_JJK-1-AP01.png new file mode 100644 index 0000000..7ffe655 Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-AP01.png differ diff --git a/images/ua02/UA02ST_JJK-1-AP02.png b/images/ua02/UA02ST_JJK-1-AP02.png new file mode 100644 index 0000000..e7a1e9f Binary files /dev/null and b/images/ua02/UA02ST_JJK-1-AP02.png differ diff --git a/images/ua02/UAPB_JJK-AP01.png b/images/ua02/UAPB_JJK-AP01.png new file mode 100644 index 0000000..3bb616d Binary files /dev/null and b/images/ua02/UAPB_JJK-AP01.png differ diff --git a/images/ua02/UAPB_JJK-AP02.png b/images/ua02/UAPB_JJK-AP02.png new file mode 100644 index 0000000..25ebcdc Binary files /dev/null and b/images/ua02/UAPB_JJK-AP02.png differ diff --git a/images/ua02/UAPB_JJK-AP03.png b/images/ua02/UAPB_JJK-AP03.png new file mode 100644 index 0000000..c05ef7a Binary files /dev/null and b/images/ua02/UAPB_JJK-AP03.png differ diff --git a/images/ua02/UAPB_JJK-AP04.png b/images/ua02/UAPB_JJK-AP04.png new file mode 100644 index 0000000..3c271ca Binary files /dev/null and b/images/ua02/UAPB_JJK-AP04.png differ diff --git a/images/ua02/UAPR_JJK-1-009.png b/images/ua02/UAPR_JJK-1-009.png new file mode 100644 index 0000000..6e2c9f7 Binary files /dev/null and b/images/ua02/UAPR_JJK-1-009.png differ diff --git a/images/ua02/UAPR_JJK-1-020.png b/images/ua02/UAPR_JJK-1-020.png new file mode 100644 index 0000000..d5e26ab Binary files /dev/null and b/images/ua02/UAPR_JJK-1-020.png differ diff --git a/images/ua02/UAPR_JJK-1-038.png b/images/ua02/UAPR_JJK-1-038.png new file mode 100644 index 0000000..7d1aa41 Binary files /dev/null and b/images/ua02/UAPR_JJK-1-038.png differ diff --git a/images/ua02/UAPR_JJK-1-040.png b/images/ua02/UAPR_JJK-1-040.png new file mode 100644 index 0000000..af40077 Binary files /dev/null and b/images/ua02/UAPR_JJK-1-040.png differ diff --git a/images/ua02/UAPR_JJK-1-040_p1.png b/images/ua02/UAPR_JJK-1-040_p1.png new file mode 100644 index 0000000..b0d8cb0 Binary files /dev/null and b/images/ua02/UAPR_JJK-1-040_p1.png differ diff --git a/images/ua02/UAPR_JJK-1-043.png b/images/ua02/UAPR_JJK-1-043.png new file mode 100644 index 0000000..4832e4f Binary files /dev/null and b/images/ua02/UAPR_JJK-1-043.png differ diff --git a/images/ua02/UAPR_JJK-1-045.png b/images/ua02/UAPR_JJK-1-045.png new file mode 100644 index 0000000..f8ce985 Binary files /dev/null and b/images/ua02/UAPR_JJK-1-045.png differ diff --git a/images/ua02/UAPR_JJK-1-053.png b/images/ua02/UAPR_JJK-1-053.png new file mode 100644 index 0000000..4eb3112 Binary files /dev/null and b/images/ua02/UAPR_JJK-1-053.png differ diff --git a/images/ua02/UAPR_JJK-1-105.png b/images/ua02/UAPR_JJK-1-105.png new file mode 100644 index 0000000..32fa026 Binary files /dev/null and b/images/ua02/UAPR_JJK-1-105.png differ diff --git a/images/ua02/UAPR_JJK-1-105_p1.png b/images/ua02/UAPR_JJK-1-105_p1.png new file mode 100644 index 0000000..f05dbbc Binary files /dev/null and b/images/ua02/UAPR_JJK-1-105_p1.png differ diff --git a/images/ua02/UAPR_JJK-3-015.png b/images/ua02/UAPR_JJK-3-015.png new file mode 100644 index 0000000..5643e9f Binary files /dev/null and b/images/ua02/UAPR_JJK-3-015.png differ diff --git a/images/ua02/UAPR_JJK-3-015_p1.png b/images/ua02/UAPR_JJK-3-015_p1.png new file mode 100644 index 0000000..f1475d9 Binary files /dev/null and b/images/ua02/UAPR_JJK-3-015_p1.png differ diff --git a/images/ua02/UAPR_JJK-3-018.png b/images/ua02/UAPR_JJK-3-018.png new file mode 100644 index 0000000..7b21a1b Binary files /dev/null and b/images/ua02/UAPR_JJK-3-018.png differ diff --git a/images/ua02/UAPR_JJK-3-037.png b/images/ua02/UAPR_JJK-3-037.png new file mode 100644 index 0000000..57f809b Binary files /dev/null and b/images/ua02/UAPR_JJK-3-037.png differ diff --git a/images/ua02/UAPR_JJK-3-054.png b/images/ua02/UAPR_JJK-3-054.png new file mode 100644 index 0000000..6922a23 Binary files /dev/null and b/images/ua02/UAPR_JJK-3-054.png differ diff --git a/images/ua02/UAPR_JJK-AP01.png b/images/ua02/UAPR_JJK-AP01.png new file mode 100644 index 0000000..d2509a6 Binary files /dev/null and b/images/ua02/UAPR_JJK-AP01.png differ diff --git a/images/ua02/UAPR_JJK-AP02.png b/images/ua02/UAPR_JJK-AP02.png new file mode 100644 index 0000000..edad470 Binary files /dev/null and b/images/ua02/UAPR_JJK-AP02.png differ diff --git a/images/ua02/UAPR_JJK-AP03.png b/images/ua02/UAPR_JJK-AP03.png new file mode 100644 index 0000000..214c7a9 Binary files /dev/null and b/images/ua02/UAPR_JJK-AP03.png differ diff --git a/images/ua02/UAPR_JJK-AP04.png b/images/ua02/UAPR_JJK-AP04.png new file mode 100644 index 0000000..e56e41d Binary files /dev/null and b/images/ua02/UAPR_JJK-AP04.png differ diff --git a/images/ua02/UAPR_JJK-AP05.png b/images/ua02/UAPR_JJK-AP05.png new file mode 100644 index 0000000..66c0dfe Binary files /dev/null and b/images/ua02/UAPR_JJK-AP05.png differ diff --git a/images/ua02/ua02/UAPB_JJK-AP04.png b/images/ua02/ua02/UAPB_JJK-AP04.png new file mode 100644 index 0000000..3c271ca Binary files /dev/null and b/images/ua02/ua02/UAPB_JJK-AP04.png differ diff --git a/images/ua03/EX01BT_HTR-1-030_p1.png b/images/ua03/EX01BT_HTR-1-030_p1.png new file mode 100644 index 0000000..d7910b1 Binary files /dev/null and b/images/ua03/EX01BT_HTR-1-030_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-001.png b/images/ua03/EX01BT_HTR-2-001.png new file mode 100644 index 0000000..d3df1bf Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-001.png differ diff --git a/images/ua03/EX01BT_HTR-2-002.png b/images/ua03/EX01BT_HTR-2-002.png new file mode 100644 index 0000000..09b2d8c Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-002.png differ diff --git a/images/ua03/EX01BT_HTR-2-003.png b/images/ua03/EX01BT_HTR-2-003.png new file mode 100644 index 0000000..0fb3080 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-003.png differ diff --git a/images/ua03/EX01BT_HTR-2-004.png b/images/ua03/EX01BT_HTR-2-004.png new file mode 100644 index 0000000..6bc4ac9 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-004.png differ diff --git a/images/ua03/EX01BT_HTR-2-005.png b/images/ua03/EX01BT_HTR-2-005.png new file mode 100644 index 0000000..91c4586 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-005.png differ diff --git a/images/ua03/EX01BT_HTR-2-006.png b/images/ua03/EX01BT_HTR-2-006.png new file mode 100644 index 0000000..fa178a0 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-006.png differ diff --git a/images/ua03/EX01BT_HTR-2-007.png b/images/ua03/EX01BT_HTR-2-007.png new file mode 100644 index 0000000..cc87fc1 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-007.png differ diff --git a/images/ua03/EX01BT_HTR-2-008.png b/images/ua03/EX01BT_HTR-2-008.png new file mode 100644 index 0000000..7e61cc9 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-008.png differ diff --git a/images/ua03/EX01BT_HTR-2-008_p1.png b/images/ua03/EX01BT_HTR-2-008_p1.png new file mode 100644 index 0000000..61cf4a8 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-008_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-009.png b/images/ua03/EX01BT_HTR-2-009.png new file mode 100644 index 0000000..299b2b2 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-009.png differ diff --git a/images/ua03/EX01BT_HTR-2-010.png b/images/ua03/EX01BT_HTR-2-010.png new file mode 100644 index 0000000..d3362ff Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-010.png differ diff --git a/images/ua03/EX01BT_HTR-2-011.png b/images/ua03/EX01BT_HTR-2-011.png new file mode 100644 index 0000000..bb06528 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-011.png differ diff --git a/images/ua03/EX01BT_HTR-2-012.png b/images/ua03/EX01BT_HTR-2-012.png new file mode 100644 index 0000000..e84f151 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-012.png differ diff --git a/images/ua03/EX01BT_HTR-2-013.png b/images/ua03/EX01BT_HTR-2-013.png new file mode 100644 index 0000000..8436f0c Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-013.png differ diff --git a/images/ua03/EX01BT_HTR-2-013_p1.png b/images/ua03/EX01BT_HTR-2-013_p1.png new file mode 100644 index 0000000..03fa4c8 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-013_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-014.png b/images/ua03/EX01BT_HTR-2-014.png new file mode 100644 index 0000000..744f1a5 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-014.png differ diff --git a/images/ua03/EX01BT_HTR-2-015.png b/images/ua03/EX01BT_HTR-2-015.png new file mode 100644 index 0000000..bc084bf Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-015.png differ diff --git a/images/ua03/EX01BT_HTR-2-015_p1.png b/images/ua03/EX01BT_HTR-2-015_p1.png new file mode 100644 index 0000000..4c64ab3 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-015_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-016.png b/images/ua03/EX01BT_HTR-2-016.png new file mode 100644 index 0000000..e3cba63 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-016.png differ diff --git a/images/ua03/EX01BT_HTR-2-016_p1.png b/images/ua03/EX01BT_HTR-2-016_p1.png new file mode 100644 index 0000000..025a762 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-016_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-017.png b/images/ua03/EX01BT_HTR-2-017.png new file mode 100644 index 0000000..2c89c53 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-017.png differ diff --git a/images/ua03/EX01BT_HTR-2-018.png b/images/ua03/EX01BT_HTR-2-018.png new file mode 100644 index 0000000..f9690d3 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-018.png differ diff --git a/images/ua03/EX01BT_HTR-2-019.png b/images/ua03/EX01BT_HTR-2-019.png new file mode 100644 index 0000000..3394045 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-019.png differ diff --git a/images/ua03/EX01BT_HTR-2-020.png b/images/ua03/EX01BT_HTR-2-020.png new file mode 100644 index 0000000..d79e9c7 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-020.png differ diff --git a/images/ua03/EX01BT_HTR-2-021.png b/images/ua03/EX01BT_HTR-2-021.png new file mode 100644 index 0000000..0c29126 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-021.png differ diff --git a/images/ua03/EX01BT_HTR-2-021_p1.png b/images/ua03/EX01BT_HTR-2-021_p1.png new file mode 100644 index 0000000..28db833 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-021_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-022.png b/images/ua03/EX01BT_HTR-2-022.png new file mode 100644 index 0000000..62fefd4 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-022.png differ diff --git a/images/ua03/EX01BT_HTR-2-023.png b/images/ua03/EX01BT_HTR-2-023.png new file mode 100644 index 0000000..09dce53 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-023.png differ diff --git a/images/ua03/EX01BT_HTR-2-024.png b/images/ua03/EX01BT_HTR-2-024.png new file mode 100644 index 0000000..870c953 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-024.png differ diff --git a/images/ua03/EX01BT_HTR-2-024_p1.png b/images/ua03/EX01BT_HTR-2-024_p1.png new file mode 100644 index 0000000..7ab3602 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-024_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-024_p2.png b/images/ua03/EX01BT_HTR-2-024_p2.png new file mode 100644 index 0000000..874c2a1 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-024_p2.png differ diff --git a/images/ua03/EX01BT_HTR-2-025.png b/images/ua03/EX01BT_HTR-2-025.png new file mode 100644 index 0000000..d27b556 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-025.png differ diff --git a/images/ua03/EX01BT_HTR-2-026.png b/images/ua03/EX01BT_HTR-2-026.png new file mode 100644 index 0000000..cff4105 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-026.png differ diff --git a/images/ua03/EX01BT_HTR-2-027.png b/images/ua03/EX01BT_HTR-2-027.png new file mode 100644 index 0000000..4d88dfd Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-027.png differ diff --git a/images/ua03/EX01BT_HTR-2-028.png b/images/ua03/EX01BT_HTR-2-028.png new file mode 100644 index 0000000..b6a9328 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-028.png differ diff --git a/images/ua03/EX01BT_HTR-2-029.png b/images/ua03/EX01BT_HTR-2-029.png new file mode 100644 index 0000000..6a2e6b5 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-029.png differ diff --git a/images/ua03/EX01BT_HTR-2-029_p1.png b/images/ua03/EX01BT_HTR-2-029_p1.png new file mode 100644 index 0000000..4944bb8 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-029_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-030.png b/images/ua03/EX01BT_HTR-2-030.png new file mode 100644 index 0000000..ed9a50b Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-030.png differ diff --git a/images/ua03/EX01BT_HTR-2-031.png b/images/ua03/EX01BT_HTR-2-031.png new file mode 100644 index 0000000..414d90d Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-031.png differ diff --git a/images/ua03/EX01BT_HTR-2-032.png b/images/ua03/EX01BT_HTR-2-032.png new file mode 100644 index 0000000..936d556 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-032.png differ diff --git a/images/ua03/EX01BT_HTR-2-033.png b/images/ua03/EX01BT_HTR-2-033.png new file mode 100644 index 0000000..b491fd0 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-033.png differ diff --git a/images/ua03/EX01BT_HTR-2-034.png b/images/ua03/EX01BT_HTR-2-034.png new file mode 100644 index 0000000..d4a4112 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-034.png differ diff --git a/images/ua03/EX01BT_HTR-2-035.png b/images/ua03/EX01BT_HTR-2-035.png new file mode 100644 index 0000000..2aadd71 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-035.png differ diff --git a/images/ua03/EX01BT_HTR-2-036.png b/images/ua03/EX01BT_HTR-2-036.png new file mode 100644 index 0000000..9f045bc Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-036.png differ diff --git a/images/ua03/EX01BT_HTR-2-037.png b/images/ua03/EX01BT_HTR-2-037.png new file mode 100644 index 0000000..1fbc479 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-037.png differ diff --git a/images/ua03/EX01BT_HTR-2-038.png b/images/ua03/EX01BT_HTR-2-038.png new file mode 100644 index 0000000..fe8667d Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-038.png differ diff --git a/images/ua03/EX01BT_HTR-2-039.png b/images/ua03/EX01BT_HTR-2-039.png new file mode 100644 index 0000000..212ab15 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-039.png differ diff --git a/images/ua03/EX01BT_HTR-2-040.png b/images/ua03/EX01BT_HTR-2-040.png new file mode 100644 index 0000000..bb65125 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-040.png differ diff --git a/images/ua03/EX01BT_HTR-2-041.png b/images/ua03/EX01BT_HTR-2-041.png new file mode 100644 index 0000000..c995f4a Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-041.png differ diff --git a/images/ua03/EX01BT_HTR-2-042.png b/images/ua03/EX01BT_HTR-2-042.png new file mode 100644 index 0000000..6e2bce3 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-042.png differ diff --git a/images/ua03/EX01BT_HTR-2-043.png b/images/ua03/EX01BT_HTR-2-043.png new file mode 100644 index 0000000..dc39305 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-043.png differ diff --git a/images/ua03/EX01BT_HTR-2-043_p1.png b/images/ua03/EX01BT_HTR-2-043_p1.png new file mode 100644 index 0000000..ae4dbce Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-043_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-044.png b/images/ua03/EX01BT_HTR-2-044.png new file mode 100644 index 0000000..c15643b Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-044.png differ diff --git a/images/ua03/EX01BT_HTR-2-045.png b/images/ua03/EX01BT_HTR-2-045.png new file mode 100644 index 0000000..db4595c Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-045.png differ diff --git a/images/ua03/EX01BT_HTR-2-046.png b/images/ua03/EX01BT_HTR-2-046.png new file mode 100644 index 0000000..f897e58 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-046.png differ diff --git a/images/ua03/EX01BT_HTR-2-047.png b/images/ua03/EX01BT_HTR-2-047.png new file mode 100644 index 0000000..eafe043 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-047.png differ diff --git a/images/ua03/EX01BT_HTR-2-048.png b/images/ua03/EX01BT_HTR-2-048.png new file mode 100644 index 0000000..76a90d6 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-048.png differ diff --git a/images/ua03/EX01BT_HTR-2-049.png b/images/ua03/EX01BT_HTR-2-049.png new file mode 100644 index 0000000..d78a8f1 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-049.png differ diff --git a/images/ua03/EX01BT_HTR-2-049_p1.png b/images/ua03/EX01BT_HTR-2-049_p1.png new file mode 100644 index 0000000..833e6a3 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-049_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-050.png b/images/ua03/EX01BT_HTR-2-050.png new file mode 100644 index 0000000..f5618e5 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-050.png differ diff --git a/images/ua03/EX01BT_HTR-2-050_p1.png b/images/ua03/EX01BT_HTR-2-050_p1.png new file mode 100644 index 0000000..01ea55a Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-050_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-051.png b/images/ua03/EX01BT_HTR-2-051.png new file mode 100644 index 0000000..aa0f070 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-051.png differ diff --git a/images/ua03/EX01BT_HTR-2-052.png b/images/ua03/EX01BT_HTR-2-052.png new file mode 100644 index 0000000..321e552 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-052.png differ diff --git a/images/ua03/EX01BT_HTR-2-053.png b/images/ua03/EX01BT_HTR-2-053.png new file mode 100644 index 0000000..9f80fea Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-053.png differ diff --git a/images/ua03/EX01BT_HTR-2-053_p1.png b/images/ua03/EX01BT_HTR-2-053_p1.png new file mode 100644 index 0000000..dd43efb Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-053_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-054.png b/images/ua03/EX01BT_HTR-2-054.png new file mode 100644 index 0000000..7063bcb Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-054.png differ diff --git a/images/ua03/EX01BT_HTR-2-054_p1.png b/images/ua03/EX01BT_HTR-2-054_p1.png new file mode 100644 index 0000000..e42497d Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-054_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-055.png b/images/ua03/EX01BT_HTR-2-055.png new file mode 100644 index 0000000..84331e9 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-055.png differ diff --git a/images/ua03/EX01BT_HTR-2-055_p1.png b/images/ua03/EX01BT_HTR-2-055_p1.png new file mode 100644 index 0000000..520675d Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-055_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-056.png b/images/ua03/EX01BT_HTR-2-056.png new file mode 100644 index 0000000..a82047c Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-056.png differ diff --git a/images/ua03/EX01BT_HTR-2-057.png b/images/ua03/EX01BT_HTR-2-057.png new file mode 100644 index 0000000..465ecf4 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-057.png differ diff --git a/images/ua03/EX01BT_HTR-2-058.png b/images/ua03/EX01BT_HTR-2-058.png new file mode 100644 index 0000000..d2255c1 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-058.png differ diff --git a/images/ua03/EX01BT_HTR-2-059.png b/images/ua03/EX01BT_HTR-2-059.png new file mode 100644 index 0000000..2d05af1 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-059.png differ diff --git a/images/ua03/EX01BT_HTR-2-059_p1.png b/images/ua03/EX01BT_HTR-2-059_p1.png new file mode 100644 index 0000000..d63f5dc Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-059_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-060.png b/images/ua03/EX01BT_HTR-2-060.png new file mode 100644 index 0000000..ad50d5a Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-060.png differ diff --git a/images/ua03/EX01BT_HTR-2-061.png b/images/ua03/EX01BT_HTR-2-061.png new file mode 100644 index 0000000..b20c9d7 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-061.png differ diff --git a/images/ua03/EX01BT_HTR-2-062.png b/images/ua03/EX01BT_HTR-2-062.png new file mode 100644 index 0000000..48053ce Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-062.png differ diff --git a/images/ua03/EX01BT_HTR-2-063.png b/images/ua03/EX01BT_HTR-2-063.png new file mode 100644 index 0000000..bc43471 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-063.png differ diff --git a/images/ua03/EX01BT_HTR-2-064.png b/images/ua03/EX01BT_HTR-2-064.png new file mode 100644 index 0000000..ae1331a Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-064.png differ diff --git a/images/ua03/EX01BT_HTR-2-065.png b/images/ua03/EX01BT_HTR-2-065.png new file mode 100644 index 0000000..235291d Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-065.png differ diff --git a/images/ua03/EX01BT_HTR-2-065_p1.png b/images/ua03/EX01BT_HTR-2-065_p1.png new file mode 100644 index 0000000..71ee524 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-065_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-066.png b/images/ua03/EX01BT_HTR-2-066.png new file mode 100644 index 0000000..52470d6 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-066.png differ diff --git a/images/ua03/EX01BT_HTR-2-066_p1.png b/images/ua03/EX01BT_HTR-2-066_p1.png new file mode 100644 index 0000000..0698338 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-066_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-067.png b/images/ua03/EX01BT_HTR-2-067.png new file mode 100644 index 0000000..eba7643 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-067.png differ diff --git a/images/ua03/EX01BT_HTR-2-068.png b/images/ua03/EX01BT_HTR-2-068.png new file mode 100644 index 0000000..77c4530 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-068.png differ diff --git a/images/ua03/EX01BT_HTR-2-069.png b/images/ua03/EX01BT_HTR-2-069.png new file mode 100644 index 0000000..7e8dbaf Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-069.png differ diff --git a/images/ua03/EX01BT_HTR-2-070.png b/images/ua03/EX01BT_HTR-2-070.png new file mode 100644 index 0000000..ccd06d1 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-070.png differ diff --git a/images/ua03/EX01BT_HTR-2-070_p1.png b/images/ua03/EX01BT_HTR-2-070_p1.png new file mode 100644 index 0000000..e2b63b4 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-070_p1.png differ diff --git a/images/ua03/EX01BT_HTR-2-071.png b/images/ua03/EX01BT_HTR-2-071.png new file mode 100644 index 0000000..ee46e97 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-071.png differ diff --git a/images/ua03/EX01BT_HTR-2-072.png b/images/ua03/EX01BT_HTR-2-072.png new file mode 100644 index 0000000..0d9189a Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-072.png differ diff --git a/images/ua03/EX01BT_HTR-2-073.png b/images/ua03/EX01BT_HTR-2-073.png new file mode 100644 index 0000000..77a693a Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-073.png differ diff --git a/images/ua03/EX01BT_HTR-2-AP01.png b/images/ua03/EX01BT_HTR-2-AP01.png new file mode 100644 index 0000000..688ab7e Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-AP01.png differ diff --git a/images/ua03/EX01BT_HTR-2-AP02.png b/images/ua03/EX01BT_HTR-2-AP02.png new file mode 100644 index 0000000..730b6a2 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-AP02.png differ diff --git a/images/ua03/EX01BT_HTR-2-AP03.png b/images/ua03/EX01BT_HTR-2-AP03.png new file mode 100644 index 0000000..f894c01 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-AP03.png differ diff --git a/images/ua03/EX01BT_HTR-2-AP04.png b/images/ua03/EX01BT_HTR-2-AP04.png new file mode 100644 index 0000000..f406843 Binary files /dev/null and b/images/ua03/EX01BT_HTR-2-AP04.png differ diff --git a/images/ua03/UA03BT_HTR-1-001.png b/images/ua03/UA03BT_HTR-1-001.png new file mode 100644 index 0000000..af907e2 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-001.png differ diff --git a/images/ua03/UA03BT_HTR-1-002.png b/images/ua03/UA03BT_HTR-1-002.png new file mode 100644 index 0000000..9169510 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-002.png differ diff --git a/images/ua03/UA03BT_HTR-1-003.png b/images/ua03/UA03BT_HTR-1-003.png new file mode 100644 index 0000000..45c84a9 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-003.png differ diff --git a/images/ua03/UA03BT_HTR-1-004.png b/images/ua03/UA03BT_HTR-1-004.png new file mode 100644 index 0000000..3b1a373 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-004.png differ diff --git a/images/ua03/UA03BT_HTR-1-005.png b/images/ua03/UA03BT_HTR-1-005.png new file mode 100644 index 0000000..85f698a Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-005.png differ diff --git a/images/ua03/UA03BT_HTR-1-006.png b/images/ua03/UA03BT_HTR-1-006.png new file mode 100644 index 0000000..db42f1b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-006.png differ diff --git a/images/ua03/UA03BT_HTR-1-006_p1.png b/images/ua03/UA03BT_HTR-1-006_p1.png new file mode 100644 index 0000000..c313b05 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-006_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-007.png b/images/ua03/UA03BT_HTR-1-007.png new file mode 100644 index 0000000..deaaec8 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-007.png differ diff --git a/images/ua03/UA03BT_HTR-1-007_p1.png b/images/ua03/UA03BT_HTR-1-007_p1.png new file mode 100644 index 0000000..927171f Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-007_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-008.png b/images/ua03/UA03BT_HTR-1-008.png new file mode 100644 index 0000000..9ea0536 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-008.png differ diff --git a/images/ua03/UA03BT_HTR-1-009.png b/images/ua03/UA03BT_HTR-1-009.png new file mode 100644 index 0000000..ec0923b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-009.png differ diff --git a/images/ua03/UA03BT_HTR-1-010.png b/images/ua03/UA03BT_HTR-1-010.png new file mode 100644 index 0000000..1c85058 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-010.png differ diff --git a/images/ua03/UA03BT_HTR-1-011.png b/images/ua03/UA03BT_HTR-1-011.png new file mode 100644 index 0000000..b251166 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-011.png differ diff --git a/images/ua03/UA03BT_HTR-1-012.png b/images/ua03/UA03BT_HTR-1-012.png new file mode 100644 index 0000000..511126b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-012.png differ diff --git a/images/ua03/UA03BT_HTR-1-012_p1.png b/images/ua03/UA03BT_HTR-1-012_p1.png new file mode 100644 index 0000000..ae61603 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-012_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-013.png b/images/ua03/UA03BT_HTR-1-013.png new file mode 100644 index 0000000..f9ca7c5 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-013.png differ diff --git a/images/ua03/UA03BT_HTR-1-014.png b/images/ua03/UA03BT_HTR-1-014.png new file mode 100644 index 0000000..8c46df3 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-014.png differ diff --git a/images/ua03/UA03BT_HTR-1-015.png b/images/ua03/UA03BT_HTR-1-015.png new file mode 100644 index 0000000..79c8a1b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-015.png differ diff --git a/images/ua03/UA03BT_HTR-1-016.png b/images/ua03/UA03BT_HTR-1-016.png new file mode 100644 index 0000000..3bf52d7 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-016.png differ diff --git a/images/ua03/UA03BT_HTR-1-017.png b/images/ua03/UA03BT_HTR-1-017.png new file mode 100644 index 0000000..37660ae Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-017.png differ diff --git a/images/ua03/UA03BT_HTR-1-018.png b/images/ua03/UA03BT_HTR-1-018.png new file mode 100644 index 0000000..08a897d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-018.png differ diff --git a/images/ua03/UA03BT_HTR-1-019.png b/images/ua03/UA03BT_HTR-1-019.png new file mode 100644 index 0000000..bebf202 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-019.png differ diff --git a/images/ua03/UA03BT_HTR-1-019_p1.png b/images/ua03/UA03BT_HTR-1-019_p1.png new file mode 100644 index 0000000..946899c Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-019_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-020.png b/images/ua03/UA03BT_HTR-1-020.png new file mode 100644 index 0000000..3e958cd Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-020.png differ diff --git a/images/ua03/UA03BT_HTR-1-021.png b/images/ua03/UA03BT_HTR-1-021.png new file mode 100644 index 0000000..dd39ed0 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-021.png differ diff --git a/images/ua03/UA03BT_HTR-1-022.png b/images/ua03/UA03BT_HTR-1-022.png new file mode 100644 index 0000000..c64135c Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-022.png differ diff --git a/images/ua03/UA03BT_HTR-1-023.png b/images/ua03/UA03BT_HTR-1-023.png new file mode 100644 index 0000000..081627d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-023.png differ diff --git a/images/ua03/UA03BT_HTR-1-023_p1.png b/images/ua03/UA03BT_HTR-1-023_p1.png new file mode 100644 index 0000000..8476a70 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-023_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-024.png b/images/ua03/UA03BT_HTR-1-024.png new file mode 100644 index 0000000..1d03183 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-024.png differ diff --git a/images/ua03/UA03BT_HTR-1-025.png b/images/ua03/UA03BT_HTR-1-025.png new file mode 100644 index 0000000..448869a Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-025.png differ diff --git a/images/ua03/UA03BT_HTR-1-026.png b/images/ua03/UA03BT_HTR-1-026.png new file mode 100644 index 0000000..ac5a8f2 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-026.png differ diff --git a/images/ua03/UA03BT_HTR-1-027.png b/images/ua03/UA03BT_HTR-1-027.png new file mode 100644 index 0000000..a634b3d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-027.png differ diff --git a/images/ua03/UA03BT_HTR-1-027_p1.png b/images/ua03/UA03BT_HTR-1-027_p1.png new file mode 100644 index 0000000..a60f315 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-027_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-028.png b/images/ua03/UA03BT_HTR-1-028.png new file mode 100644 index 0000000..927b73c Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-028.png differ diff --git a/images/ua03/UA03BT_HTR-1-029.png b/images/ua03/UA03BT_HTR-1-029.png new file mode 100644 index 0000000..90d81f4 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-029.png differ diff --git a/images/ua03/UA03BT_HTR-1-030.png b/images/ua03/UA03BT_HTR-1-030.png new file mode 100644 index 0000000..f6a8b33 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-030.png differ diff --git a/images/ua03/UA03BT_HTR-1-031.png b/images/ua03/UA03BT_HTR-1-031.png new file mode 100644 index 0000000..3cbe086 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-031.png differ diff --git a/images/ua03/UA03BT_HTR-1-031_p1.png b/images/ua03/UA03BT_HTR-1-031_p1.png new file mode 100644 index 0000000..a75221f Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-031_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-032.png b/images/ua03/UA03BT_HTR-1-032.png new file mode 100644 index 0000000..c196d70 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-032.png differ diff --git a/images/ua03/UA03BT_HTR-1-032_p1.png b/images/ua03/UA03BT_HTR-1-032_p1.png new file mode 100644 index 0000000..2350767 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-032_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-033.png b/images/ua03/UA03BT_HTR-1-033.png new file mode 100644 index 0000000..e7961ba Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-033.png differ diff --git a/images/ua03/UA03BT_HTR-1-033_p1.png b/images/ua03/UA03BT_HTR-1-033_p1.png new file mode 100644 index 0000000..00bce88 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-033_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-034.png b/images/ua03/UA03BT_HTR-1-034.png new file mode 100644 index 0000000..aba326d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-034.png differ diff --git a/images/ua03/UA03BT_HTR-1-034_p1.png b/images/ua03/UA03BT_HTR-1-034_p1.png new file mode 100644 index 0000000..f38fa66 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-034_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-035.png b/images/ua03/UA03BT_HTR-1-035.png new file mode 100644 index 0000000..d343e1d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-035.png differ diff --git a/images/ua03/UA03BT_HTR-1-036.png b/images/ua03/UA03BT_HTR-1-036.png new file mode 100644 index 0000000..e94602d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-036.png differ diff --git a/images/ua03/UA03BT_HTR-1-037.png b/images/ua03/UA03BT_HTR-1-037.png new file mode 100644 index 0000000..a9c3c54 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-037.png differ diff --git a/images/ua03/UA03BT_HTR-1-037_p1.png b/images/ua03/UA03BT_HTR-1-037_p1.png new file mode 100644 index 0000000..d809477 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-037_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-038.png b/images/ua03/UA03BT_HTR-1-038.png new file mode 100644 index 0000000..71740f0 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-038.png differ diff --git a/images/ua03/UA03BT_HTR-1-039.png b/images/ua03/UA03BT_HTR-1-039.png new file mode 100644 index 0000000..22eba25 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-039.png differ diff --git a/images/ua03/UA03BT_HTR-1-040.png b/images/ua03/UA03BT_HTR-1-040.png new file mode 100644 index 0000000..9ec8601 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-040.png differ diff --git a/images/ua03/UA03BT_HTR-1-041.png b/images/ua03/UA03BT_HTR-1-041.png new file mode 100644 index 0000000..1501330 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-041.png differ diff --git a/images/ua03/UA03BT_HTR-1-042.png b/images/ua03/UA03BT_HTR-1-042.png new file mode 100644 index 0000000..7a8c575 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-042.png differ diff --git a/images/ua03/UA03BT_HTR-1-043.png b/images/ua03/UA03BT_HTR-1-043.png new file mode 100644 index 0000000..b54f14c Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-043.png differ diff --git a/images/ua03/UA03BT_HTR-1-043_p1.png b/images/ua03/UA03BT_HTR-1-043_p1.png new file mode 100644 index 0000000..0337c5a Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-043_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-044.png b/images/ua03/UA03BT_HTR-1-044.png new file mode 100644 index 0000000..de8f2cf Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-044.png differ diff --git a/images/ua03/UA03BT_HTR-1-045.png b/images/ua03/UA03BT_HTR-1-045.png new file mode 100644 index 0000000..6059b2b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-045.png differ diff --git a/images/ua03/UA03BT_HTR-1-045_p1.png b/images/ua03/UA03BT_HTR-1-045_p1.png new file mode 100644 index 0000000..a8dffb2 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-045_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-046.png b/images/ua03/UA03BT_HTR-1-046.png new file mode 100644 index 0000000..62b58a5 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-046.png differ diff --git a/images/ua03/UA03BT_HTR-1-047.png b/images/ua03/UA03BT_HTR-1-047.png new file mode 100644 index 0000000..144621e Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-047.png differ diff --git a/images/ua03/UA03BT_HTR-1-048.png b/images/ua03/UA03BT_HTR-1-048.png new file mode 100644 index 0000000..4642cf1 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-048.png differ diff --git a/images/ua03/UA03BT_HTR-1-049.png b/images/ua03/UA03BT_HTR-1-049.png new file mode 100644 index 0000000..e948594 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-049.png differ diff --git a/images/ua03/UA03BT_HTR-1-050.png b/images/ua03/UA03BT_HTR-1-050.png new file mode 100644 index 0000000..5f44f97 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-050.png differ diff --git a/images/ua03/UA03BT_HTR-1-050_p1.png b/images/ua03/UA03BT_HTR-1-050_p1.png new file mode 100644 index 0000000..cc2687d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-050_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-051.png b/images/ua03/UA03BT_HTR-1-051.png new file mode 100644 index 0000000..9731eb2 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-051.png differ diff --git a/images/ua03/UA03BT_HTR-1-052.png b/images/ua03/UA03BT_HTR-1-052.png new file mode 100644 index 0000000..fb8c93e Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-052.png differ diff --git a/images/ua03/UA03BT_HTR-1-053.png b/images/ua03/UA03BT_HTR-1-053.png new file mode 100644 index 0000000..8bf6b98 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-053.png differ diff --git a/images/ua03/UA03BT_HTR-1-054.png b/images/ua03/UA03BT_HTR-1-054.png new file mode 100644 index 0000000..0025e41 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-054.png differ diff --git a/images/ua03/UA03BT_HTR-1-055.png b/images/ua03/UA03BT_HTR-1-055.png new file mode 100644 index 0000000..8038316 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-055.png differ diff --git a/images/ua03/UA03BT_HTR-1-056.png b/images/ua03/UA03BT_HTR-1-056.png new file mode 100644 index 0000000..af32abb Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-056.png differ diff --git a/images/ua03/UA03BT_HTR-1-056_p1.png b/images/ua03/UA03BT_HTR-1-056_p1.png new file mode 100644 index 0000000..29cf791 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-056_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-057.png b/images/ua03/UA03BT_HTR-1-057.png new file mode 100644 index 0000000..c73947d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-057.png differ diff --git a/images/ua03/UA03BT_HTR-1-058.png b/images/ua03/UA03BT_HTR-1-058.png new file mode 100644 index 0000000..a419972 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-058.png differ diff --git a/images/ua03/UA03BT_HTR-1-059.png b/images/ua03/UA03BT_HTR-1-059.png new file mode 100644 index 0000000..f637b17 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-059.png differ diff --git a/images/ua03/UA03BT_HTR-1-060.png b/images/ua03/UA03BT_HTR-1-060.png new file mode 100644 index 0000000..ff37fcd Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-060.png differ diff --git a/images/ua03/UA03BT_HTR-1-061.png b/images/ua03/UA03BT_HTR-1-061.png new file mode 100644 index 0000000..25ed982 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-061.png differ diff --git a/images/ua03/UA03BT_HTR-1-062.png b/images/ua03/UA03BT_HTR-1-062.png new file mode 100644 index 0000000..fb3ff76 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-062.png differ diff --git a/images/ua03/UA03BT_HTR-1-062_p1.png b/images/ua03/UA03BT_HTR-1-062_p1.png new file mode 100644 index 0000000..e38d7d6 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-062_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-063.png b/images/ua03/UA03BT_HTR-1-063.png new file mode 100644 index 0000000..383526e Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-063.png differ diff --git a/images/ua03/UA03BT_HTR-1-064.png b/images/ua03/UA03BT_HTR-1-064.png new file mode 100644 index 0000000..a10689b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-064.png differ diff --git a/images/ua03/UA03BT_HTR-1-065.png b/images/ua03/UA03BT_HTR-1-065.png new file mode 100644 index 0000000..8cea936 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-065.png differ diff --git a/images/ua03/UA03BT_HTR-1-065_p1.png b/images/ua03/UA03BT_HTR-1-065_p1.png new file mode 100644 index 0000000..3d102d4 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-065_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-066.png b/images/ua03/UA03BT_HTR-1-066.png new file mode 100644 index 0000000..e717b40 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-066.png differ diff --git a/images/ua03/UA03BT_HTR-1-066_p1.png b/images/ua03/UA03BT_HTR-1-066_p1.png new file mode 100644 index 0000000..8ae9c0b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-066_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-067.png b/images/ua03/UA03BT_HTR-1-067.png new file mode 100644 index 0000000..c705a0f Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-067.png differ diff --git a/images/ua03/UA03BT_HTR-1-068.png b/images/ua03/UA03BT_HTR-1-068.png new file mode 100644 index 0000000..6b5373b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-068.png differ diff --git a/images/ua03/UA03BT_HTR-1-069.png b/images/ua03/UA03BT_HTR-1-069.png new file mode 100644 index 0000000..42a7876 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-069.png differ diff --git a/images/ua03/UA03BT_HTR-1-070.png b/images/ua03/UA03BT_HTR-1-070.png new file mode 100644 index 0000000..f67fafa Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-070.png differ diff --git a/images/ua03/UA03BT_HTR-1-071.png b/images/ua03/UA03BT_HTR-1-071.png new file mode 100644 index 0000000..7ee3f9a Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-071.png differ diff --git a/images/ua03/UA03BT_HTR-1-072.png b/images/ua03/UA03BT_HTR-1-072.png new file mode 100644 index 0000000..9c4af65 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-072.png differ diff --git a/images/ua03/UA03BT_HTR-1-073.png b/images/ua03/UA03BT_HTR-1-073.png new file mode 100644 index 0000000..7c40995 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-073.png differ diff --git a/images/ua03/UA03BT_HTR-1-073_p1.png b/images/ua03/UA03BT_HTR-1-073_p1.png new file mode 100644 index 0000000..ff89835 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-073_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-074.png b/images/ua03/UA03BT_HTR-1-074.png new file mode 100644 index 0000000..3876162 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-074.png differ diff --git a/images/ua03/UA03BT_HTR-1-074_p1.png b/images/ua03/UA03BT_HTR-1-074_p1.png new file mode 100644 index 0000000..68ef892 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-074_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-075.png b/images/ua03/UA03BT_HTR-1-075.png new file mode 100644 index 0000000..64040f3 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-075.png differ diff --git a/images/ua03/UA03BT_HTR-1-076.png b/images/ua03/UA03BT_HTR-1-076.png new file mode 100644 index 0000000..838e30c Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-076.png differ diff --git a/images/ua03/UA03BT_HTR-1-077.png b/images/ua03/UA03BT_HTR-1-077.png new file mode 100644 index 0000000..2fa0997 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-077.png differ diff --git a/images/ua03/UA03BT_HTR-1-078.png b/images/ua03/UA03BT_HTR-1-078.png new file mode 100644 index 0000000..f1d7730 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-078.png differ diff --git a/images/ua03/UA03BT_HTR-1-078_p1.png b/images/ua03/UA03BT_HTR-1-078_p1.png new file mode 100644 index 0000000..408d5ea Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-078_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-078_p2.png b/images/ua03/UA03BT_HTR-1-078_p2.png new file mode 100644 index 0000000..f116d99 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-078_p2.png differ diff --git a/images/ua03/UA03BT_HTR-1-079.png b/images/ua03/UA03BT_HTR-1-079.png new file mode 100644 index 0000000..906e9bd Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-079.png differ diff --git a/images/ua03/UA03BT_HTR-1-080.png b/images/ua03/UA03BT_HTR-1-080.png new file mode 100644 index 0000000..df40c5d Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-080.png differ diff --git a/images/ua03/UA03BT_HTR-1-081.png b/images/ua03/UA03BT_HTR-1-081.png new file mode 100644 index 0000000..962c56b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-081.png differ diff --git a/images/ua03/UA03BT_HTR-1-082.png b/images/ua03/UA03BT_HTR-1-082.png new file mode 100644 index 0000000..cfc1c0b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-082.png differ diff --git a/images/ua03/UA03BT_HTR-1-083.png b/images/ua03/UA03BT_HTR-1-083.png new file mode 100644 index 0000000..9502f06 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-083.png differ diff --git a/images/ua03/UA03BT_HTR-1-084.png b/images/ua03/UA03BT_HTR-1-084.png new file mode 100644 index 0000000..6af9129 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-084.png differ diff --git a/images/ua03/UA03BT_HTR-1-085.png b/images/ua03/UA03BT_HTR-1-085.png new file mode 100644 index 0000000..53c6d14 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-085.png differ diff --git a/images/ua03/UA03BT_HTR-1-086.png b/images/ua03/UA03BT_HTR-1-086.png new file mode 100644 index 0000000..9fd65a2 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-086.png differ diff --git a/images/ua03/UA03BT_HTR-1-087.png b/images/ua03/UA03BT_HTR-1-087.png new file mode 100644 index 0000000..533fc1f Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-087.png differ diff --git a/images/ua03/UA03BT_HTR-1-088.png b/images/ua03/UA03BT_HTR-1-088.png new file mode 100644 index 0000000..79f4edd Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-088.png differ diff --git a/images/ua03/UA03BT_HTR-1-089.png b/images/ua03/UA03BT_HTR-1-089.png new file mode 100644 index 0000000..8e05111 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-089.png differ diff --git a/images/ua03/UA03BT_HTR-1-090.png b/images/ua03/UA03BT_HTR-1-090.png new file mode 100644 index 0000000..a48eca7 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-090.png differ diff --git a/images/ua03/UA03BT_HTR-1-091.png b/images/ua03/UA03BT_HTR-1-091.png new file mode 100644 index 0000000..aeeba8a Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-091.png differ diff --git a/images/ua03/UA03BT_HTR-1-091_p1.png b/images/ua03/UA03BT_HTR-1-091_p1.png new file mode 100644 index 0000000..0b2e5e6 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-091_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-092.png b/images/ua03/UA03BT_HTR-1-092.png new file mode 100644 index 0000000..6042cf8 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-092.png differ diff --git a/images/ua03/UA03BT_HTR-1-092_p1.png b/images/ua03/UA03BT_HTR-1-092_p1.png new file mode 100644 index 0000000..9ee400b Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-092_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-093.png b/images/ua03/UA03BT_HTR-1-093.png new file mode 100644 index 0000000..026ebee Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-093.png differ diff --git a/images/ua03/UA03BT_HTR-1-093_p1.png b/images/ua03/UA03BT_HTR-1-093_p1.png new file mode 100644 index 0000000..8e361b5 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-093_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-094.png b/images/ua03/UA03BT_HTR-1-094.png new file mode 100644 index 0000000..1bf2aef Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-094.png differ diff --git a/images/ua03/UA03BT_HTR-1-094_p1.png b/images/ua03/UA03BT_HTR-1-094_p1.png new file mode 100644 index 0000000..f812bbc Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-094_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-095.png b/images/ua03/UA03BT_HTR-1-095.png new file mode 100644 index 0000000..834574e Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-095.png differ diff --git a/images/ua03/UA03BT_HTR-1-096.png b/images/ua03/UA03BT_HTR-1-096.png new file mode 100644 index 0000000..6b332bb Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-096.png differ diff --git a/images/ua03/UA03BT_HTR-1-096_p1.png b/images/ua03/UA03BT_HTR-1-096_p1.png new file mode 100644 index 0000000..e448cc3 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-096_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-097.png b/images/ua03/UA03BT_HTR-1-097.png new file mode 100644 index 0000000..703e785 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-097.png differ diff --git a/images/ua03/UA03BT_HTR-1-098.png b/images/ua03/UA03BT_HTR-1-098.png new file mode 100644 index 0000000..8262da7 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-098.png differ diff --git a/images/ua03/UA03BT_HTR-1-099.png b/images/ua03/UA03BT_HTR-1-099.png new file mode 100644 index 0000000..bbfee79 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-099.png differ diff --git a/images/ua03/UA03BT_HTR-1-099_p1.png b/images/ua03/UA03BT_HTR-1-099_p1.png new file mode 100644 index 0000000..cb87873 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-099_p1.png differ diff --git a/images/ua03/UA03BT_HTR-1-100.png b/images/ua03/UA03BT_HTR-1-100.png new file mode 100644 index 0000000..252b711 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-100.png differ diff --git a/images/ua03/UA03BT_HTR-1-AP01.png b/images/ua03/UA03BT_HTR-1-AP01.png new file mode 100644 index 0000000..8b64126 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-AP01.png differ diff --git a/images/ua03/UA03BT_HTR-1-AP02.png b/images/ua03/UA03BT_HTR-1-AP02.png new file mode 100644 index 0000000..b6019fb Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-AP02.png differ diff --git a/images/ua03/UA03BT_HTR-1-AP03.png b/images/ua03/UA03BT_HTR-1-AP03.png new file mode 100644 index 0000000..ed8e593 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-AP03.png differ diff --git a/images/ua03/UA03BT_HTR-1-AP04.png b/images/ua03/UA03BT_HTR-1-AP04.png new file mode 100644 index 0000000..46553d2 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-AP04.png differ diff --git a/images/ua03/UA03BT_HTR-1-AP05.png b/images/ua03/UA03BT_HTR-1-AP05.png new file mode 100644 index 0000000..473c7cb Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-AP05.png differ diff --git a/images/ua03/UA03BT_HTR-1-AP06.png b/images/ua03/UA03BT_HTR-1-AP06.png new file mode 100644 index 0000000..7cad963 Binary files /dev/null and b/images/ua03/UA03BT_HTR-1-AP06.png differ diff --git a/images/ua03/UA03PB_HTR-1-077.png b/images/ua03/UA03PB_HTR-1-077.png new file mode 100644 index 0000000..527f88a Binary files /dev/null and b/images/ua03/UA03PB_HTR-1-077.png differ diff --git a/images/ua03/UA03ST_HTR-1-070.png b/images/ua03/UA03ST_HTR-1-070.png new file mode 100644 index 0000000..e1e4b90 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-070.png differ diff --git a/images/ua03/UA03ST_HTR-1-072.png b/images/ua03/UA03ST_HTR-1-072.png new file mode 100644 index 0000000..6e77fcf Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-072.png differ diff --git a/images/ua03/UA03ST_HTR-1-075.png b/images/ua03/UA03ST_HTR-1-075.png new file mode 100644 index 0000000..1122eb9 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-075.png differ diff --git a/images/ua03/UA03ST_HTR-1-079.png b/images/ua03/UA03ST_HTR-1-079.png new file mode 100644 index 0000000..e5d4ec1 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-079.png differ diff --git a/images/ua03/UA03ST_HTR-1-083.png b/images/ua03/UA03ST_HTR-1-083.png new file mode 100644 index 0000000..9fb50a6 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-083.png differ diff --git a/images/ua03/UA03ST_HTR-1-085.png b/images/ua03/UA03ST_HTR-1-085.png new file mode 100644 index 0000000..ed44843 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-085.png differ diff --git a/images/ua03/UA03ST_HTR-1-090.png b/images/ua03/UA03ST_HTR-1-090.png new file mode 100644 index 0000000..2d9c916 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-090.png differ diff --git a/images/ua03/UA03ST_HTR-1-097.png b/images/ua03/UA03ST_HTR-1-097.png new file mode 100644 index 0000000..45beb43 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-097.png differ diff --git a/images/ua03/UA03ST_HTR-1-099.png b/images/ua03/UA03ST_HTR-1-099.png new file mode 100644 index 0000000..03d3c0a Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-099.png differ diff --git a/images/ua03/UA03ST_HTR-1-101.png b/images/ua03/UA03ST_HTR-1-101.png new file mode 100644 index 0000000..2942b2a Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-101.png differ diff --git a/images/ua03/UA03ST_HTR-1-102.png b/images/ua03/UA03ST_HTR-1-102.png new file mode 100644 index 0000000..fc48c3d Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-102.png differ diff --git a/images/ua03/UA03ST_HTR-1-103.png b/images/ua03/UA03ST_HTR-1-103.png new file mode 100644 index 0000000..a1126c9 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-103.png differ diff --git a/images/ua03/UA03ST_HTR-1-104.png b/images/ua03/UA03ST_HTR-1-104.png new file mode 100644 index 0000000..e5e3e7a Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-104.png differ diff --git a/images/ua03/UA03ST_HTR-1-105.png b/images/ua03/UA03ST_HTR-1-105.png new file mode 100644 index 0000000..4775774 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-105.png differ diff --git a/images/ua03/UA03ST_HTR-1-106.png b/images/ua03/UA03ST_HTR-1-106.png new file mode 100644 index 0000000..a45b5d7 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-106.png differ diff --git a/images/ua03/UA03ST_HTR-1-107.png b/images/ua03/UA03ST_HTR-1-107.png new file mode 100644 index 0000000..4999729 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-107.png differ diff --git a/images/ua03/UA03ST_HTR-1-108.png b/images/ua03/UA03ST_HTR-1-108.png new file mode 100644 index 0000000..aedacfd Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-108.png differ diff --git a/images/ua03/UA03ST_HTR-1-109.png b/images/ua03/UA03ST_HTR-1-109.png new file mode 100644 index 0000000..76bb11a Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-109.png differ diff --git a/images/ua03/UA03ST_HTR-1-AP01.png b/images/ua03/UA03ST_HTR-1-AP01.png new file mode 100644 index 0000000..b6b8823 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-AP01.png differ diff --git a/images/ua03/UA03ST_HTR-1-AP02.png b/images/ua03/UA03ST_HTR-1-AP02.png new file mode 100644 index 0000000..8314922 Binary files /dev/null and b/images/ua03/UA03ST_HTR-1-AP02.png differ diff --git a/images/ua03/UAPB_HTR-AP01.png b/images/ua03/UAPB_HTR-AP01.png new file mode 100644 index 0000000..a37cf3c Binary files /dev/null and b/images/ua03/UAPB_HTR-AP01.png differ diff --git a/images/ua03/UAPB_HTR-AP02.png b/images/ua03/UAPB_HTR-AP02.png new file mode 100644 index 0000000..3b2f41a Binary files /dev/null and b/images/ua03/UAPB_HTR-AP02.png differ diff --git a/images/ua03/UAPB_HTR-AP03.png b/images/ua03/UAPB_HTR-AP03.png new file mode 100644 index 0000000..c303dd6 Binary files /dev/null and b/images/ua03/UAPB_HTR-AP03.png differ diff --git a/images/ua03/UAPB_HTR-AP04.png b/images/ua03/UAPB_HTR-AP04.png new file mode 100644 index 0000000..5df124f Binary files /dev/null and b/images/ua03/UAPB_HTR-AP04.png differ diff --git a/images/ua03/UAPR_HTR-1-005.png b/images/ua03/UAPR_HTR-1-005.png new file mode 100644 index 0000000..970f9d9 Binary files /dev/null and b/images/ua03/UAPR_HTR-1-005.png differ diff --git a/images/ua03/UAPR_HTR-1-018.png b/images/ua03/UAPR_HTR-1-018.png new file mode 100644 index 0000000..d01a17e Binary files /dev/null and b/images/ua03/UAPR_HTR-1-018.png differ diff --git a/images/ua03/UAPR_HTR-1-026.png b/images/ua03/UAPR_HTR-1-026.png new file mode 100644 index 0000000..efd324a Binary files /dev/null and b/images/ua03/UAPR_HTR-1-026.png differ diff --git a/images/ua03/UAPR_HTR-1-042.png b/images/ua03/UAPR_HTR-1-042.png new file mode 100644 index 0000000..25aa477 Binary files /dev/null and b/images/ua03/UAPR_HTR-1-042.png differ diff --git a/images/ua03/UAPR_HTR-1-072.png b/images/ua03/UAPR_HTR-1-072.png new file mode 100644 index 0000000..e8d55ab Binary files /dev/null and b/images/ua03/UAPR_HTR-1-072.png differ diff --git a/images/ua03/UAPR_HTR-1-076.png b/images/ua03/UAPR_HTR-1-076.png new file mode 100644 index 0000000..20d1029 Binary files /dev/null and b/images/ua03/UAPR_HTR-1-076.png differ diff --git a/images/ua03/UAPR_HTR-1-078.png b/images/ua03/UAPR_HTR-1-078.png new file mode 100644 index 0000000..417ae73 Binary files /dev/null and b/images/ua03/UAPR_HTR-1-078.png differ diff --git a/images/ua03/UAPR_HTR-1-078_p1.png b/images/ua03/UAPR_HTR-1-078_p1.png new file mode 100644 index 0000000..5db0b3a Binary files /dev/null and b/images/ua03/UAPR_HTR-1-078_p1.png differ diff --git a/images/ua03/UAPR_HTR-1-090.png b/images/ua03/UAPR_HTR-1-090.png new file mode 100644 index 0000000..1496646 Binary files /dev/null and b/images/ua03/UAPR_HTR-1-090.png differ diff --git a/images/ua03/UAPR_HTR-2-024.png b/images/ua03/UAPR_HTR-2-024.png new file mode 100644 index 0000000..275bb1a Binary files /dev/null and b/images/ua03/UAPR_HTR-2-024.png differ diff --git a/images/ua03/UAPR_HTR-2-024_p1.png b/images/ua03/UAPR_HTR-2-024_p1.png new file mode 100644 index 0000000..3f171b1 Binary files /dev/null and b/images/ua03/UAPR_HTR-2-024_p1.png differ diff --git a/images/ua03/UAPR_HTR-2-027.png b/images/ua03/UAPR_HTR-2-027.png new file mode 100644 index 0000000..2717105 Binary files /dev/null and b/images/ua03/UAPR_HTR-2-027.png differ diff --git a/images/ua03/UAPR_HTR-2-029.png b/images/ua03/UAPR_HTR-2-029.png new file mode 100644 index 0000000..255fe80 Binary files /dev/null and b/images/ua03/UAPR_HTR-2-029.png differ diff --git a/images/ua03/UAPR_HTR-2-029_p1.png b/images/ua03/UAPR_HTR-2-029_p1.png new file mode 100644 index 0000000..c724686 Binary files /dev/null and b/images/ua03/UAPR_HTR-2-029_p1.png differ diff --git a/images/ua03/UAPR_HTR-AP01.png b/images/ua03/UAPR_HTR-AP01.png new file mode 100644 index 0000000..d609625 Binary files /dev/null and b/images/ua03/UAPR_HTR-AP01.png differ diff --git a/images/ua03/UAPR_HTR-AP02.png b/images/ua03/UAPR_HTR-AP02.png new file mode 100644 index 0000000..0b4eb27 Binary files /dev/null and b/images/ua03/UAPR_HTR-AP02.png differ diff --git a/images/ua03/UAPR_HTR-P-001.png b/images/ua03/UAPR_HTR-P-001.png new file mode 100644 index 0000000..0f9d71c Binary files /dev/null and b/images/ua03/UAPR_HTR-P-001.png differ diff --git a/images/ua03/UAPR_HTR-P-002.png b/images/ua03/UAPR_HTR-P-002.png new file mode 100644 index 0000000..e92ebfd Binary files /dev/null and b/images/ua03/UAPR_HTR-P-002.png differ diff --git a/images/ua03/UAPR_HTR-P-003.png b/images/ua03/UAPR_HTR-P-003.png new file mode 100644 index 0000000..eb0ee7c Binary files /dev/null and b/images/ua03/UAPR_HTR-P-003.png differ diff --git a/images/ua04/EX03BT_IMS-2-001.png b/images/ua04/EX03BT_IMS-2-001.png new file mode 100644 index 0000000..807b2bc Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-001.png differ diff --git a/images/ua04/EX03BT_IMS-2-002.png b/images/ua04/EX03BT_IMS-2-002.png new file mode 100644 index 0000000..b58ca68 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-002.png differ diff --git a/images/ua04/EX03BT_IMS-2-003.png b/images/ua04/EX03BT_IMS-2-003.png new file mode 100644 index 0000000..f0161ea Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-003.png differ diff --git a/images/ua04/EX03BT_IMS-2-004.png b/images/ua04/EX03BT_IMS-2-004.png new file mode 100644 index 0000000..8a2ff70 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-004.png differ diff --git a/images/ua04/EX03BT_IMS-2-005.png b/images/ua04/EX03BT_IMS-2-005.png new file mode 100644 index 0000000..7bee606 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-005.png differ diff --git a/images/ua04/EX03BT_IMS-2-006.png b/images/ua04/EX03BT_IMS-2-006.png new file mode 100644 index 0000000..82797b0 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-006.png differ diff --git a/images/ua04/EX03BT_IMS-2-006_p1.png b/images/ua04/EX03BT_IMS-2-006_p1.png new file mode 100644 index 0000000..b876927 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-006_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-007.png b/images/ua04/EX03BT_IMS-2-007.png new file mode 100644 index 0000000..6fd0c0d Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-007.png differ diff --git a/images/ua04/EX03BT_IMS-2-008.png b/images/ua04/EX03BT_IMS-2-008.png new file mode 100644 index 0000000..6a65b84 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-008.png differ diff --git a/images/ua04/EX03BT_IMS-2-008_p1.png b/images/ua04/EX03BT_IMS-2-008_p1.png new file mode 100644 index 0000000..915c1fc Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-008_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-009.png b/images/ua04/EX03BT_IMS-2-009.png new file mode 100644 index 0000000..d3b3899 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-009.png differ diff --git a/images/ua04/EX03BT_IMS-2-010.png b/images/ua04/EX03BT_IMS-2-010.png new file mode 100644 index 0000000..61314e5 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-010.png differ diff --git a/images/ua04/EX03BT_IMS-2-010_p1.png b/images/ua04/EX03BT_IMS-2-010_p1.png new file mode 100644 index 0000000..0b2130c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-010_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-011.png b/images/ua04/EX03BT_IMS-2-011.png new file mode 100644 index 0000000..89a96a0 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-011.png differ diff --git a/images/ua04/EX03BT_IMS-2-011_p1.png b/images/ua04/EX03BT_IMS-2-011_p1.png new file mode 100644 index 0000000..d3601a9 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-011_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-012.png b/images/ua04/EX03BT_IMS-2-012.png new file mode 100644 index 0000000..c1e6f5c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-012.png differ diff --git a/images/ua04/EX03BT_IMS-2-013.png b/images/ua04/EX03BT_IMS-2-013.png new file mode 100644 index 0000000..ab3accf Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-013.png differ diff --git a/images/ua04/EX03BT_IMS-2-013_p1.png b/images/ua04/EX03BT_IMS-2-013_p1.png new file mode 100644 index 0000000..cefa03b Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-013_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-014.png b/images/ua04/EX03BT_IMS-2-014.png new file mode 100644 index 0000000..243926d Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-014.png differ diff --git a/images/ua04/EX03BT_IMS-2-015.png b/images/ua04/EX03BT_IMS-2-015.png new file mode 100644 index 0000000..e86964c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-015.png differ diff --git a/images/ua04/EX03BT_IMS-2-016.png b/images/ua04/EX03BT_IMS-2-016.png new file mode 100644 index 0000000..6ca14fa Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-016.png differ diff --git a/images/ua04/EX03BT_IMS-2-017.png b/images/ua04/EX03BT_IMS-2-017.png new file mode 100644 index 0000000..edf00a3 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-017.png differ diff --git a/images/ua04/EX03BT_IMS-2-018.png b/images/ua04/EX03BT_IMS-2-018.png new file mode 100644 index 0000000..46255dd Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-018.png differ diff --git a/images/ua04/EX03BT_IMS-2-019.png b/images/ua04/EX03BT_IMS-2-019.png new file mode 100644 index 0000000..d1fadf2 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-019.png differ diff --git a/images/ua04/EX03BT_IMS-2-020.png b/images/ua04/EX03BT_IMS-2-020.png new file mode 100644 index 0000000..5ba3d20 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-020.png differ diff --git a/images/ua04/EX03BT_IMS-2-020_p1.png b/images/ua04/EX03BT_IMS-2-020_p1.png new file mode 100644 index 0000000..853d587 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-020_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-021.png b/images/ua04/EX03BT_IMS-2-021.png new file mode 100644 index 0000000..e0a6f13 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-021.png differ diff --git a/images/ua04/EX03BT_IMS-2-022.png b/images/ua04/EX03BT_IMS-2-022.png new file mode 100644 index 0000000..6c63338 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-022.png differ diff --git a/images/ua04/EX03BT_IMS-2-022_p1.png b/images/ua04/EX03BT_IMS-2-022_p1.png new file mode 100644 index 0000000..6eedf55 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-022_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-023.png b/images/ua04/EX03BT_IMS-2-023.png new file mode 100644 index 0000000..4b2d7c5 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-023.png differ diff --git a/images/ua04/EX03BT_IMS-2-024.png b/images/ua04/EX03BT_IMS-2-024.png new file mode 100644 index 0000000..b848f91 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-024.png differ diff --git a/images/ua04/EX03BT_IMS-2-024_p1.png b/images/ua04/EX03BT_IMS-2-024_p1.png new file mode 100644 index 0000000..fbf704f Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-024_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-025.png b/images/ua04/EX03BT_IMS-2-025.png new file mode 100644 index 0000000..0ac70e2 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-025.png differ diff --git a/images/ua04/EX03BT_IMS-2-026.png b/images/ua04/EX03BT_IMS-2-026.png new file mode 100644 index 0000000..3dca8af Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-026.png differ diff --git a/images/ua04/EX03BT_IMS-2-026_p1.png b/images/ua04/EX03BT_IMS-2-026_p1.png new file mode 100644 index 0000000..0bc550a Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-026_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-027.png b/images/ua04/EX03BT_IMS-2-027.png new file mode 100644 index 0000000..1d1e466 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-027.png differ diff --git a/images/ua04/EX03BT_IMS-2-028.png b/images/ua04/EX03BT_IMS-2-028.png new file mode 100644 index 0000000..01394fd Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-028.png differ diff --git a/images/ua04/EX03BT_IMS-2-029.png b/images/ua04/EX03BT_IMS-2-029.png new file mode 100644 index 0000000..8e4f8ef Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-029.png differ diff --git a/images/ua04/EX03BT_IMS-2-030.png b/images/ua04/EX03BT_IMS-2-030.png new file mode 100644 index 0000000..f80016f Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-030.png differ diff --git a/images/ua04/EX03BT_IMS-2-030_p1.png b/images/ua04/EX03BT_IMS-2-030_p1.png new file mode 100644 index 0000000..58bccf1 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-030_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-031.png b/images/ua04/EX03BT_IMS-2-031.png new file mode 100644 index 0000000..88ab9e1 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-031.png differ diff --git a/images/ua04/EX03BT_IMS-2-032.png b/images/ua04/EX03BT_IMS-2-032.png new file mode 100644 index 0000000..740bd70 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-032.png differ diff --git a/images/ua04/EX03BT_IMS-2-033.png b/images/ua04/EX03BT_IMS-2-033.png new file mode 100644 index 0000000..2c834ca Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-033.png differ diff --git a/images/ua04/EX03BT_IMS-2-034.png b/images/ua04/EX03BT_IMS-2-034.png new file mode 100644 index 0000000..84fc32f Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-034.png differ diff --git a/images/ua04/EX03BT_IMS-2-034_p1.png b/images/ua04/EX03BT_IMS-2-034_p1.png new file mode 100644 index 0000000..6cdd866 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-034_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-035.png b/images/ua04/EX03BT_IMS-2-035.png new file mode 100644 index 0000000..d99a8bc Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-035.png differ diff --git a/images/ua04/EX03BT_IMS-2-036.png b/images/ua04/EX03BT_IMS-2-036.png new file mode 100644 index 0000000..60fb02c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-036.png differ diff --git a/images/ua04/EX03BT_IMS-2-037.png b/images/ua04/EX03BT_IMS-2-037.png new file mode 100644 index 0000000..2697083 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-037.png differ diff --git a/images/ua04/EX03BT_IMS-2-038.png b/images/ua04/EX03BT_IMS-2-038.png new file mode 100644 index 0000000..99b0f33 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-038.png differ diff --git a/images/ua04/EX03BT_IMS-2-038_p1.png b/images/ua04/EX03BT_IMS-2-038_p1.png new file mode 100644 index 0000000..f314c4a Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-038_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-039.png b/images/ua04/EX03BT_IMS-2-039.png new file mode 100644 index 0000000..915051f Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-039.png differ diff --git a/images/ua04/EX03BT_IMS-2-040.png b/images/ua04/EX03BT_IMS-2-040.png new file mode 100644 index 0000000..930f4ae Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-040.png differ diff --git a/images/ua04/EX03BT_IMS-2-040_p1.png b/images/ua04/EX03BT_IMS-2-040_p1.png new file mode 100644 index 0000000..d3537b8 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-040_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-040_p2.png b/images/ua04/EX03BT_IMS-2-040_p2.png new file mode 100644 index 0000000..e4b3736 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-040_p2.png differ diff --git a/images/ua04/EX03BT_IMS-2-041.png b/images/ua04/EX03BT_IMS-2-041.png new file mode 100644 index 0000000..dbd83a4 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-041.png differ diff --git a/images/ua04/EX03BT_IMS-2-042.png b/images/ua04/EX03BT_IMS-2-042.png new file mode 100644 index 0000000..9519c39 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-042.png differ diff --git a/images/ua04/EX03BT_IMS-2-043.png b/images/ua04/EX03BT_IMS-2-043.png new file mode 100644 index 0000000..ab27552 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-043.png differ diff --git a/images/ua04/EX03BT_IMS-2-043_p1.png b/images/ua04/EX03BT_IMS-2-043_p1.png new file mode 100644 index 0000000..e981600 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-043_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-043_p2.png b/images/ua04/EX03BT_IMS-2-043_p2.png new file mode 100644 index 0000000..5cf61b3 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-043_p2.png differ diff --git a/images/ua04/EX03BT_IMS-2-044.png b/images/ua04/EX03BT_IMS-2-044.png new file mode 100644 index 0000000..f711c6f Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-044.png differ diff --git a/images/ua04/EX03BT_IMS-2-045.png b/images/ua04/EX03BT_IMS-2-045.png new file mode 100644 index 0000000..4ed0bd9 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-045.png differ diff --git a/images/ua04/EX03BT_IMS-2-046.png b/images/ua04/EX03BT_IMS-2-046.png new file mode 100644 index 0000000..dbf18d1 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-046.png differ diff --git a/images/ua04/EX03BT_IMS-2-046_p1.png b/images/ua04/EX03BT_IMS-2-046_p1.png new file mode 100644 index 0000000..e891bc4 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-046_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-046_p2.png b/images/ua04/EX03BT_IMS-2-046_p2.png new file mode 100644 index 0000000..a904943 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-046_p2.png differ diff --git a/images/ua04/EX03BT_IMS-2-046_p3.png b/images/ua04/EX03BT_IMS-2-046_p3.png new file mode 100644 index 0000000..9c2a842 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-046_p3.png differ diff --git a/images/ua04/EX03BT_IMS-2-047.png b/images/ua04/EX03BT_IMS-2-047.png new file mode 100644 index 0000000..b7ab212 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-047.png differ diff --git a/images/ua04/EX03BT_IMS-2-048.png b/images/ua04/EX03BT_IMS-2-048.png new file mode 100644 index 0000000..6af9994 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-048.png differ diff --git a/images/ua04/EX03BT_IMS-2-049.png b/images/ua04/EX03BT_IMS-2-049.png new file mode 100644 index 0000000..0241707 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-049.png differ diff --git a/images/ua04/EX03BT_IMS-2-049_p1.png b/images/ua04/EX03BT_IMS-2-049_p1.png new file mode 100644 index 0000000..655c509 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-049_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-049_p2.png b/images/ua04/EX03BT_IMS-2-049_p2.png new file mode 100644 index 0000000..ccd0205 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-049_p2.png differ diff --git a/images/ua04/EX03BT_IMS-2-050.png b/images/ua04/EX03BT_IMS-2-050.png new file mode 100644 index 0000000..865f354 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-050.png differ diff --git a/images/ua04/EX03BT_IMS-2-051.png b/images/ua04/EX03BT_IMS-2-051.png new file mode 100644 index 0000000..4c700e9 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-051.png differ diff --git a/images/ua04/EX03BT_IMS-2-052.png b/images/ua04/EX03BT_IMS-2-052.png new file mode 100644 index 0000000..83297a4 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-052.png differ diff --git a/images/ua04/EX03BT_IMS-2-052_p1.png b/images/ua04/EX03BT_IMS-2-052_p1.png new file mode 100644 index 0000000..7c1e1c6 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-052_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-052_p2.png b/images/ua04/EX03BT_IMS-2-052_p2.png new file mode 100644 index 0000000..3bbd238 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-052_p2.png differ diff --git a/images/ua04/EX03BT_IMS-2-053.png b/images/ua04/EX03BT_IMS-2-053.png new file mode 100644 index 0000000..01c596b Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-053.png differ diff --git a/images/ua04/EX03BT_IMS-2-053_p1.png b/images/ua04/EX03BT_IMS-2-053_p1.png new file mode 100644 index 0000000..a8f231b Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-053_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-054.png b/images/ua04/EX03BT_IMS-2-054.png new file mode 100644 index 0000000..d0b84f8 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-054.png differ diff --git a/images/ua04/EX03BT_IMS-2-055.png b/images/ua04/EX03BT_IMS-2-055.png new file mode 100644 index 0000000..209eaa8 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-055.png differ diff --git a/images/ua04/EX03BT_IMS-2-056.png b/images/ua04/EX03BT_IMS-2-056.png new file mode 100644 index 0000000..73bf3e6 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-056.png differ diff --git a/images/ua04/EX03BT_IMS-2-057.png b/images/ua04/EX03BT_IMS-2-057.png new file mode 100644 index 0000000..701f7d0 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-057.png differ diff --git a/images/ua04/EX03BT_IMS-2-058.png b/images/ua04/EX03BT_IMS-2-058.png new file mode 100644 index 0000000..00f5ce0 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-058.png differ diff --git a/images/ua04/EX03BT_IMS-2-059.png b/images/ua04/EX03BT_IMS-2-059.png new file mode 100644 index 0000000..4b75d7c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-059.png differ diff --git a/images/ua04/EX03BT_IMS-2-060.png b/images/ua04/EX03BT_IMS-2-060.png new file mode 100644 index 0000000..4ae154e Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-060.png differ diff --git a/images/ua04/EX03BT_IMS-2-061.png b/images/ua04/EX03BT_IMS-2-061.png new file mode 100644 index 0000000..f21ab7c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-061.png differ diff --git a/images/ua04/EX03BT_IMS-2-061_p1.png b/images/ua04/EX03BT_IMS-2-061_p1.png new file mode 100644 index 0000000..4eec380 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-061_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-062.png b/images/ua04/EX03BT_IMS-2-062.png new file mode 100644 index 0000000..020be60 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-062.png differ diff --git a/images/ua04/EX03BT_IMS-2-063.png b/images/ua04/EX03BT_IMS-2-063.png new file mode 100644 index 0000000..b698c6c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-063.png differ diff --git a/images/ua04/EX03BT_IMS-2-064.png b/images/ua04/EX03BT_IMS-2-064.png new file mode 100644 index 0000000..34ea7aa Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-064.png differ diff --git a/images/ua04/EX03BT_IMS-2-064_p1.png b/images/ua04/EX03BT_IMS-2-064_p1.png new file mode 100644 index 0000000..2aa4b63 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-064_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-065.png b/images/ua04/EX03BT_IMS-2-065.png new file mode 100644 index 0000000..9587cc4 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-065.png differ diff --git a/images/ua04/EX03BT_IMS-2-066.png b/images/ua04/EX03BT_IMS-2-066.png new file mode 100644 index 0000000..6a14744 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-066.png differ diff --git a/images/ua04/EX03BT_IMS-2-066_p1.png b/images/ua04/EX03BT_IMS-2-066_p1.png new file mode 100644 index 0000000..dfe6a9e Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-066_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-067.png b/images/ua04/EX03BT_IMS-2-067.png new file mode 100644 index 0000000..657b733 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-067.png differ diff --git a/images/ua04/EX03BT_IMS-2-067_p1.png b/images/ua04/EX03BT_IMS-2-067_p1.png new file mode 100644 index 0000000..4972a8e Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-067_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-068.png b/images/ua04/EX03BT_IMS-2-068.png new file mode 100644 index 0000000..8752107 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-068.png differ diff --git a/images/ua04/EX03BT_IMS-2-068_p1.png b/images/ua04/EX03BT_IMS-2-068_p1.png new file mode 100644 index 0000000..2ddd18e Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-068_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-069.png b/images/ua04/EX03BT_IMS-2-069.png new file mode 100644 index 0000000..1f735ba Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-069.png differ diff --git a/images/ua04/EX03BT_IMS-2-069_p1.png b/images/ua04/EX03BT_IMS-2-069_p1.png new file mode 100644 index 0000000..79d3e39 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-069_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-070.png b/images/ua04/EX03BT_IMS-2-070.png new file mode 100644 index 0000000..4011ca4 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-070.png differ diff --git a/images/ua04/EX03BT_IMS-2-070_p1.png b/images/ua04/EX03BT_IMS-2-070_p1.png new file mode 100644 index 0000000..c9f69a2 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-070_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-071.png b/images/ua04/EX03BT_IMS-2-071.png new file mode 100644 index 0000000..e35820f Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-071.png differ diff --git a/images/ua04/EX03BT_IMS-2-071_p1.png b/images/ua04/EX03BT_IMS-2-071_p1.png new file mode 100644 index 0000000..43bbf6c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-071_p1.png differ diff --git a/images/ua04/EX03BT_IMS-2-072.png b/images/ua04/EX03BT_IMS-2-072.png new file mode 100644 index 0000000..f255eb1 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-072.png differ diff --git a/images/ua04/EX03BT_IMS-2-073.png b/images/ua04/EX03BT_IMS-2-073.png new file mode 100644 index 0000000..ff725a8 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-073.png differ diff --git a/images/ua04/EX03BT_IMS-2-AP01.png b/images/ua04/EX03BT_IMS-2-AP01.png new file mode 100644 index 0000000..814edcb Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-AP01.png differ diff --git a/images/ua04/EX03BT_IMS-2-AP02.png b/images/ua04/EX03BT_IMS-2-AP02.png new file mode 100644 index 0000000..d7c8a8b Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-AP02.png differ diff --git a/images/ua04/EX03BT_IMS-2-AP03.png b/images/ua04/EX03BT_IMS-2-AP03.png new file mode 100644 index 0000000..8b103ad Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-AP03.png differ diff --git a/images/ua04/EX03BT_IMS-2-AP04.png b/images/ua04/EX03BT_IMS-2-AP04.png new file mode 100644 index 0000000..fe05a8c Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-AP04.png differ diff --git a/images/ua04/EX03BT_IMS-2-AP05.png b/images/ua04/EX03BT_IMS-2-AP05.png new file mode 100644 index 0000000..6359eff Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-AP05.png differ diff --git a/images/ua04/EX03BT_IMS-2-AP06.png b/images/ua04/EX03BT_IMS-2-AP06.png new file mode 100644 index 0000000..d0eae38 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-AP06.png differ diff --git a/images/ua04/EX03BT_IMS-2-AP07.png b/images/ua04/EX03BT_IMS-2-AP07.png new file mode 100644 index 0000000..b922c06 Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-AP07.png differ diff --git a/images/ua04/EX03BT_IMS-2-AP08.png b/images/ua04/EX03BT_IMS-2-AP08.png new file mode 100644 index 0000000..7d3d2bc Binary files /dev/null and b/images/ua04/EX03BT_IMS-2-AP08.png differ diff --git a/images/ua04/PC01BT_IMS-3-001.png b/images/ua04/PC01BT_IMS-3-001.png new file mode 100644 index 0000000..77832ae Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-001.png differ diff --git a/images/ua04/PC01BT_IMS-3-002.png b/images/ua04/PC01BT_IMS-3-002.png new file mode 100644 index 0000000..6b23167 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-002.png differ diff --git a/images/ua04/PC01BT_IMS-3-003.png b/images/ua04/PC01BT_IMS-3-003.png new file mode 100644 index 0000000..884763f Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-003.png differ diff --git a/images/ua04/PC01BT_IMS-3-004.png b/images/ua04/PC01BT_IMS-3-004.png new file mode 100644 index 0000000..93bc893 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-004.png differ diff --git a/images/ua04/PC01BT_IMS-3-005.png b/images/ua04/PC01BT_IMS-3-005.png new file mode 100644 index 0000000..0c94ef0 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-005.png differ diff --git a/images/ua04/PC01BT_IMS-3-006.png b/images/ua04/PC01BT_IMS-3-006.png new file mode 100644 index 0000000..1c5750c Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-006.png differ diff --git a/images/ua04/PC01BT_IMS-3-007.png b/images/ua04/PC01BT_IMS-3-007.png new file mode 100644 index 0000000..23f3930 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-007.png differ diff --git a/images/ua04/PC01BT_IMS-3-008.png b/images/ua04/PC01BT_IMS-3-008.png new file mode 100644 index 0000000..fefd07a Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-008.png differ diff --git a/images/ua04/PC01BT_IMS-3-009.png b/images/ua04/PC01BT_IMS-3-009.png new file mode 100644 index 0000000..bb53854 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-009.png differ diff --git a/images/ua04/PC01BT_IMS-3-010.png b/images/ua04/PC01BT_IMS-3-010.png new file mode 100644 index 0000000..bf0b59a Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-010.png differ diff --git a/images/ua04/PC01BT_IMS-3-011.png b/images/ua04/PC01BT_IMS-3-011.png new file mode 100644 index 0000000..76446a9 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-011.png differ diff --git a/images/ua04/PC01BT_IMS-3-012.png b/images/ua04/PC01BT_IMS-3-012.png new file mode 100644 index 0000000..1e10c49 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-012.png differ diff --git a/images/ua04/PC01BT_IMS-3-013.png b/images/ua04/PC01BT_IMS-3-013.png new file mode 100644 index 0000000..f05e3a0 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-013.png differ diff --git a/images/ua04/PC01BT_IMS-3-014.png b/images/ua04/PC01BT_IMS-3-014.png new file mode 100644 index 0000000..01758e4 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-014.png differ diff --git a/images/ua04/PC01BT_IMS-3-015.png b/images/ua04/PC01BT_IMS-3-015.png new file mode 100644 index 0000000..5005669 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-015.png differ diff --git a/images/ua04/PC01BT_IMS-3-016.png b/images/ua04/PC01BT_IMS-3-016.png new file mode 100644 index 0000000..a36ed2b Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-016.png differ diff --git a/images/ua04/PC01BT_IMS-3-017.png b/images/ua04/PC01BT_IMS-3-017.png new file mode 100644 index 0000000..2bc509b Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-017.png differ diff --git a/images/ua04/PC01BT_IMS-3-018.png b/images/ua04/PC01BT_IMS-3-018.png new file mode 100644 index 0000000..eb2034d Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-018.png differ diff --git a/images/ua04/PC01BT_IMS-3-019.png b/images/ua04/PC01BT_IMS-3-019.png new file mode 100644 index 0000000..575d4b1 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-019.png differ diff --git a/images/ua04/PC01BT_IMS-3-020.png b/images/ua04/PC01BT_IMS-3-020.png new file mode 100644 index 0000000..e80575a Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-020.png differ diff --git a/images/ua04/PC01BT_IMS-3-021.png b/images/ua04/PC01BT_IMS-3-021.png new file mode 100644 index 0000000..297da42 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-021.png differ diff --git a/images/ua04/PC01BT_IMS-3-022.png b/images/ua04/PC01BT_IMS-3-022.png new file mode 100644 index 0000000..d2e3365 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-022.png differ diff --git a/images/ua04/PC01BT_IMS-3-023.png b/images/ua04/PC01BT_IMS-3-023.png new file mode 100644 index 0000000..c339fe1 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-023.png differ diff --git a/images/ua04/PC01BT_IMS-3-024.png b/images/ua04/PC01BT_IMS-3-024.png new file mode 100644 index 0000000..88a1c54 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-024.png differ diff --git a/images/ua04/PC01BT_IMS-3-025.png b/images/ua04/PC01BT_IMS-3-025.png new file mode 100644 index 0000000..1373553 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-025.png differ diff --git a/images/ua04/PC01BT_IMS-3-026.png b/images/ua04/PC01BT_IMS-3-026.png new file mode 100644 index 0000000..24dc677 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-026.png differ diff --git a/images/ua04/PC01BT_IMS-3-027.png b/images/ua04/PC01BT_IMS-3-027.png new file mode 100644 index 0000000..7159252 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-027.png differ diff --git a/images/ua04/PC01BT_IMS-3-028.png b/images/ua04/PC01BT_IMS-3-028.png new file mode 100644 index 0000000..14f2c08 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-028.png differ diff --git a/images/ua04/PC01BT_IMS-3-029.png b/images/ua04/PC01BT_IMS-3-029.png new file mode 100644 index 0000000..7f353ed Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-029.png differ diff --git a/images/ua04/PC01BT_IMS-3-030.png b/images/ua04/PC01BT_IMS-3-030.png new file mode 100644 index 0000000..029242e Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-030.png differ diff --git a/images/ua04/PC01BT_IMS-3-031.png b/images/ua04/PC01BT_IMS-3-031.png new file mode 100644 index 0000000..bda8905 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-031.png differ diff --git a/images/ua04/PC01BT_IMS-3-032.png b/images/ua04/PC01BT_IMS-3-032.png new file mode 100644 index 0000000..f7c89a7 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-032.png differ diff --git a/images/ua04/PC01BT_IMS-3-033.png b/images/ua04/PC01BT_IMS-3-033.png new file mode 100644 index 0000000..f023d63 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-033.png differ diff --git a/images/ua04/PC01BT_IMS-3-034.png b/images/ua04/PC01BT_IMS-3-034.png new file mode 100644 index 0000000..930bc47 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-034.png differ diff --git a/images/ua04/PC01BT_IMS-3-035.png b/images/ua04/PC01BT_IMS-3-035.png new file mode 100644 index 0000000..dc3f51b Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-035.png differ diff --git a/images/ua04/PC01BT_IMS-3-036.png b/images/ua04/PC01BT_IMS-3-036.png new file mode 100644 index 0000000..391fc98 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-036.png differ diff --git a/images/ua04/PC01BT_IMS-3-037.png b/images/ua04/PC01BT_IMS-3-037.png new file mode 100644 index 0000000..b4c9bbd Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-037.png differ diff --git a/images/ua04/PC01BT_IMS-3-038.png b/images/ua04/PC01BT_IMS-3-038.png new file mode 100644 index 0000000..da76186 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-038.png differ diff --git a/images/ua04/PC01BT_IMS-3-039.png b/images/ua04/PC01BT_IMS-3-039.png new file mode 100644 index 0000000..aa049bc Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-039.png differ diff --git a/images/ua04/PC01BT_IMS-3-040.png b/images/ua04/PC01BT_IMS-3-040.png new file mode 100644 index 0000000..b7bd17f Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-040.png differ diff --git a/images/ua04/PC01BT_IMS-3-041.png b/images/ua04/PC01BT_IMS-3-041.png new file mode 100644 index 0000000..87ab1db Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-041.png differ diff --git a/images/ua04/PC01BT_IMS-3-042.png b/images/ua04/PC01BT_IMS-3-042.png new file mode 100644 index 0000000..ddd7576 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-042.png differ diff --git a/images/ua04/PC01BT_IMS-3-043.png b/images/ua04/PC01BT_IMS-3-043.png new file mode 100644 index 0000000..c1c3eed Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-043.png differ diff --git a/images/ua04/PC01BT_IMS-3-044.png b/images/ua04/PC01BT_IMS-3-044.png new file mode 100644 index 0000000..02d386c Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-044.png differ diff --git a/images/ua04/PC01BT_IMS-3-045.png b/images/ua04/PC01BT_IMS-3-045.png new file mode 100644 index 0000000..1142810 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-045.png differ diff --git a/images/ua04/PC01BT_IMS-3-046.png b/images/ua04/PC01BT_IMS-3-046.png new file mode 100644 index 0000000..393b789 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-046.png differ diff --git a/images/ua04/PC01BT_IMS-3-047.png b/images/ua04/PC01BT_IMS-3-047.png new file mode 100644 index 0000000..29d2e1f Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-047.png differ diff --git a/images/ua04/PC01BT_IMS-3-048.png b/images/ua04/PC01BT_IMS-3-048.png new file mode 100644 index 0000000..bf35a9a Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-048.png differ diff --git a/images/ua04/PC01BT_IMS-3-049.png b/images/ua04/PC01BT_IMS-3-049.png new file mode 100644 index 0000000..0f67477 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-049.png differ diff --git a/images/ua04/PC01BT_IMS-3-050.png b/images/ua04/PC01BT_IMS-3-050.png new file mode 100644 index 0000000..9681fc5 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-050.png differ diff --git a/images/ua04/PC01BT_IMS-3-AP01.png b/images/ua04/PC01BT_IMS-3-AP01.png new file mode 100644 index 0000000..6b69ed6 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-AP01.png differ diff --git a/images/ua04/PC01BT_IMS-3-AP02.png b/images/ua04/PC01BT_IMS-3-AP02.png new file mode 100644 index 0000000..8fcfc39 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-AP02.png differ diff --git a/images/ua04/PC01BT_IMS-3-AP03.png b/images/ua04/PC01BT_IMS-3-AP03.png new file mode 100644 index 0000000..0686970 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-AP03.png differ diff --git a/images/ua04/PC01BT_IMS-3-AP04.png b/images/ua04/PC01BT_IMS-3-AP04.png new file mode 100644 index 0000000..30938bd Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-AP04.png differ diff --git a/images/ua04/PC01BT_IMS-3-AP05.png b/images/ua04/PC01BT_IMS-3-AP05.png new file mode 100644 index 0000000..70a63ee Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-AP05.png differ diff --git a/images/ua04/PC01BT_IMS-3-AP06.png b/images/ua04/PC01BT_IMS-3-AP06.png new file mode 100644 index 0000000..a013abb Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-AP06.png differ diff --git a/images/ua04/PC01BT_IMS-3-AP07.png b/images/ua04/PC01BT_IMS-3-AP07.png new file mode 100644 index 0000000..1c680dd Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-AP07.png differ diff --git a/images/ua04/PC01BT_IMS-3-AP08.png b/images/ua04/PC01BT_IMS-3-AP08.png new file mode 100644 index 0000000..cda6867 Binary files /dev/null and b/images/ua04/PC01BT_IMS-3-AP08.png differ diff --git a/images/ua04/UA04BT_IMS-1-001.png b/images/ua04/UA04BT_IMS-1-001.png new file mode 100644 index 0000000..0a7dd07 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-001.png differ diff --git a/images/ua04/UA04BT_IMS-1-002.png b/images/ua04/UA04BT_IMS-1-002.png new file mode 100644 index 0000000..d5f7e2d Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-002.png differ diff --git a/images/ua04/UA04BT_IMS-1-003.png b/images/ua04/UA04BT_IMS-1-003.png new file mode 100644 index 0000000..cc55f5b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-003.png differ diff --git a/images/ua04/UA04BT_IMS-1-004.png b/images/ua04/UA04BT_IMS-1-004.png new file mode 100644 index 0000000..0400f2b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-004.png differ diff --git a/images/ua04/UA04BT_IMS-1-004_p1.png b/images/ua04/UA04BT_IMS-1-004_p1.png new file mode 100644 index 0000000..ae6c2e1 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-004_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-004_p2.png b/images/ua04/UA04BT_IMS-1-004_p2.png new file mode 100644 index 0000000..237df9d Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-004_p2.png differ diff --git a/images/ua04/UA04BT_IMS-1-005.png b/images/ua04/UA04BT_IMS-1-005.png new file mode 100644 index 0000000..ba2edfb Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-005.png differ diff --git a/images/ua04/UA04BT_IMS-1-006.png b/images/ua04/UA04BT_IMS-1-006.png new file mode 100644 index 0000000..827af75 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-006.png differ diff --git a/images/ua04/UA04BT_IMS-1-007.png b/images/ua04/UA04BT_IMS-1-007.png new file mode 100644 index 0000000..ef8db72 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-007.png differ diff --git a/images/ua04/UA04BT_IMS-1-007_p1.png b/images/ua04/UA04BT_IMS-1-007_p1.png new file mode 100644 index 0000000..76acf57 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-007_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-008.png b/images/ua04/UA04BT_IMS-1-008.png new file mode 100644 index 0000000..d94261b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-008.png differ diff --git a/images/ua04/UA04BT_IMS-1-009.png b/images/ua04/UA04BT_IMS-1-009.png new file mode 100644 index 0000000..ed4820f Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-009.png differ diff --git a/images/ua04/UA04BT_IMS-1-010.png b/images/ua04/UA04BT_IMS-1-010.png new file mode 100644 index 0000000..19a3949 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-010.png differ diff --git a/images/ua04/UA04BT_IMS-1-010_p1.png b/images/ua04/UA04BT_IMS-1-010_p1.png new file mode 100644 index 0000000..7799456 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-010_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-011.png b/images/ua04/UA04BT_IMS-1-011.png new file mode 100644 index 0000000..a5cc018 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-011.png differ diff --git a/images/ua04/UA04BT_IMS-1-012.png b/images/ua04/UA04BT_IMS-1-012.png new file mode 100644 index 0000000..c7f8c99 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-012.png differ diff --git a/images/ua04/UA04BT_IMS-1-013.png b/images/ua04/UA04BT_IMS-1-013.png new file mode 100644 index 0000000..27dd342 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-013.png differ diff --git a/images/ua04/UA04BT_IMS-1-013_p1.png b/images/ua04/UA04BT_IMS-1-013_p1.png new file mode 100644 index 0000000..018a863 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-013_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-014.png b/images/ua04/UA04BT_IMS-1-014.png new file mode 100644 index 0000000..a79e3f4 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-014.png differ diff --git a/images/ua04/UA04BT_IMS-1-015.png b/images/ua04/UA04BT_IMS-1-015.png new file mode 100644 index 0000000..cb181df Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-015.png differ diff --git a/images/ua04/UA04BT_IMS-1-016.png b/images/ua04/UA04BT_IMS-1-016.png new file mode 100644 index 0000000..18caeb9 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-016.png differ diff --git a/images/ua04/UA04BT_IMS-1-016_p1.png b/images/ua04/UA04BT_IMS-1-016_p1.png new file mode 100644 index 0000000..62902a1 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-016_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-016_p2.png b/images/ua04/UA04BT_IMS-1-016_p2.png new file mode 100644 index 0000000..8b1bc1b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-016_p2.png differ diff --git a/images/ua04/UA04BT_IMS-1-016_p3.png b/images/ua04/UA04BT_IMS-1-016_p3.png new file mode 100644 index 0000000..fbf189f Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-016_p3.png differ diff --git a/images/ua04/UA04BT_IMS-1-017.png b/images/ua04/UA04BT_IMS-1-017.png new file mode 100644 index 0000000..d6ae3c0 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-017.png differ diff --git a/images/ua04/UA04BT_IMS-1-018.png b/images/ua04/UA04BT_IMS-1-018.png new file mode 100644 index 0000000..ea773d4 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-018.png differ diff --git a/images/ua04/UA04BT_IMS-1-019.png b/images/ua04/UA04BT_IMS-1-019.png new file mode 100644 index 0000000..c34718c Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-019.png differ diff --git a/images/ua04/UA04BT_IMS-1-019_p1.png b/images/ua04/UA04BT_IMS-1-019_p1.png new file mode 100644 index 0000000..0bcae47 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-019_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-020.png b/images/ua04/UA04BT_IMS-1-020.png new file mode 100644 index 0000000..1fc885b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-020.png differ diff --git a/images/ua04/UA04BT_IMS-1-021.png b/images/ua04/UA04BT_IMS-1-021.png new file mode 100644 index 0000000..d7914f3 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-021.png differ diff --git a/images/ua04/UA04BT_IMS-1-022.png b/images/ua04/UA04BT_IMS-1-022.png new file mode 100644 index 0000000..d0f9499 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-022.png differ diff --git a/images/ua04/UA04BT_IMS-1-022_p1.png b/images/ua04/UA04BT_IMS-1-022_p1.png new file mode 100644 index 0000000..ef52e2e Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-022_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-023.png b/images/ua04/UA04BT_IMS-1-023.png new file mode 100644 index 0000000..f574a73 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-023.png differ diff --git a/images/ua04/UA04BT_IMS-1-024.png b/images/ua04/UA04BT_IMS-1-024.png new file mode 100644 index 0000000..0022129 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-024.png differ diff --git a/images/ua04/UA04BT_IMS-1-025.png b/images/ua04/UA04BT_IMS-1-025.png new file mode 100644 index 0000000..c1fe9cf Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-025.png differ diff --git a/images/ua04/UA04BT_IMS-1-025_p1.png b/images/ua04/UA04BT_IMS-1-025_p1.png new file mode 100644 index 0000000..61f4ca4 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-025_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-025_p2.png b/images/ua04/UA04BT_IMS-1-025_p2.png new file mode 100644 index 0000000..702a129 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-025_p2.png differ diff --git a/images/ua04/UA04BT_IMS-1-026.png b/images/ua04/UA04BT_IMS-1-026.png new file mode 100644 index 0000000..c8ee55e Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-026.png differ diff --git a/images/ua04/UA04BT_IMS-1-027.png b/images/ua04/UA04BT_IMS-1-027.png new file mode 100644 index 0000000..9d95a00 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-027.png differ diff --git a/images/ua04/UA04BT_IMS-1-028.png b/images/ua04/UA04BT_IMS-1-028.png new file mode 100644 index 0000000..610fced Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-028.png differ diff --git a/images/ua04/UA04BT_IMS-1-029.png b/images/ua04/UA04BT_IMS-1-029.png new file mode 100644 index 0000000..46acc6e Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-029.png differ diff --git a/images/ua04/UA04BT_IMS-1-030.png b/images/ua04/UA04BT_IMS-1-030.png new file mode 100644 index 0000000..4b46e75 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-030.png differ diff --git a/images/ua04/UA04BT_IMS-1-031.png b/images/ua04/UA04BT_IMS-1-031.png new file mode 100644 index 0000000..d441383 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-031.png differ diff --git a/images/ua04/UA04BT_IMS-1-032.png b/images/ua04/UA04BT_IMS-1-032.png new file mode 100644 index 0000000..1068f4b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-032.png differ diff --git a/images/ua04/UA04BT_IMS-1-033.png b/images/ua04/UA04BT_IMS-1-033.png new file mode 100644 index 0000000..3edf0c4 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-033.png differ diff --git a/images/ua04/UA04BT_IMS-1-034.png b/images/ua04/UA04BT_IMS-1-034.png new file mode 100644 index 0000000..0ae56c9 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-034.png differ diff --git a/images/ua04/UA04BT_IMS-1-035.png b/images/ua04/UA04BT_IMS-1-035.png new file mode 100644 index 0000000..7834132 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-035.png differ diff --git a/images/ua04/UA04BT_IMS-1-036.png b/images/ua04/UA04BT_IMS-1-036.png new file mode 100644 index 0000000..c0928b5 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-036.png differ diff --git a/images/ua04/UA04BT_IMS-1-036_p1.png b/images/ua04/UA04BT_IMS-1-036_p1.png new file mode 100644 index 0000000..d56f217 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-036_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-037.png b/images/ua04/UA04BT_IMS-1-037.png new file mode 100644 index 0000000..962dba7 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-037.png differ diff --git a/images/ua04/UA04BT_IMS-1-038.png b/images/ua04/UA04BT_IMS-1-038.png new file mode 100644 index 0000000..94f851f Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-038.png differ diff --git a/images/ua04/UA04BT_IMS-1-039.png b/images/ua04/UA04BT_IMS-1-039.png new file mode 100644 index 0000000..65d652d Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-039.png differ diff --git a/images/ua04/UA04BT_IMS-1-039_p1.png b/images/ua04/UA04BT_IMS-1-039_p1.png new file mode 100644 index 0000000..22c6cb3 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-039_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-040.png b/images/ua04/UA04BT_IMS-1-040.png new file mode 100644 index 0000000..3fd8ee6 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-040.png differ diff --git a/images/ua04/UA04BT_IMS-1-041.png b/images/ua04/UA04BT_IMS-1-041.png new file mode 100644 index 0000000..b3d79bb Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-041.png differ diff --git a/images/ua04/UA04BT_IMS-1-042.png b/images/ua04/UA04BT_IMS-1-042.png new file mode 100644 index 0000000..b0a1056 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-042.png differ diff --git a/images/ua04/UA04BT_IMS-1-042_p1.png b/images/ua04/UA04BT_IMS-1-042_p1.png new file mode 100644 index 0000000..e9905a0 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-042_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-042_p2.png b/images/ua04/UA04BT_IMS-1-042_p2.png new file mode 100644 index 0000000..2abb104 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-042_p2.png differ diff --git a/images/ua04/UA04BT_IMS-1-043.png b/images/ua04/UA04BT_IMS-1-043.png new file mode 100644 index 0000000..f44e3eb Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-043.png differ diff --git a/images/ua04/UA04BT_IMS-1-044.png b/images/ua04/UA04BT_IMS-1-044.png new file mode 100644 index 0000000..6988982 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-044.png differ diff --git a/images/ua04/UA04BT_IMS-1-045.png b/images/ua04/UA04BT_IMS-1-045.png new file mode 100644 index 0000000..2de9780 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-045.png differ diff --git a/images/ua04/UA04BT_IMS-1-045_p1.png b/images/ua04/UA04BT_IMS-1-045_p1.png new file mode 100644 index 0000000..baadb86 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-045_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-046.png b/images/ua04/UA04BT_IMS-1-046.png new file mode 100644 index 0000000..25129c1 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-046.png differ diff --git a/images/ua04/UA04BT_IMS-1-047.png b/images/ua04/UA04BT_IMS-1-047.png new file mode 100644 index 0000000..b09bf0d Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-047.png differ diff --git a/images/ua04/UA04BT_IMS-1-048.png b/images/ua04/UA04BT_IMS-1-048.png new file mode 100644 index 0000000..2ac3efa Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-048.png differ diff --git a/images/ua04/UA04BT_IMS-1-048_p1.png b/images/ua04/UA04BT_IMS-1-048_p1.png new file mode 100644 index 0000000..fd0b20e Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-048_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-049.png b/images/ua04/UA04BT_IMS-1-049.png new file mode 100644 index 0000000..5b47f84 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-049.png differ diff --git a/images/ua04/UA04BT_IMS-1-050.png b/images/ua04/UA04BT_IMS-1-050.png new file mode 100644 index 0000000..25f9302 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-050.png differ diff --git a/images/ua04/UA04BT_IMS-1-051.png b/images/ua04/UA04BT_IMS-1-051.png new file mode 100644 index 0000000..b53c331 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-051.png differ diff --git a/images/ua04/UA04BT_IMS-1-051_p1.png b/images/ua04/UA04BT_IMS-1-051_p1.png new file mode 100644 index 0000000..bb72da1 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-051_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-051_p2.png b/images/ua04/UA04BT_IMS-1-051_p2.png new file mode 100644 index 0000000..d060d55 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-051_p2.png differ diff --git a/images/ua04/UA04BT_IMS-1-052.png b/images/ua04/UA04BT_IMS-1-052.png new file mode 100644 index 0000000..14666aa Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-052.png differ diff --git a/images/ua04/UA04BT_IMS-1-053.png b/images/ua04/UA04BT_IMS-1-053.png new file mode 100644 index 0000000..76338d5 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-053.png differ diff --git a/images/ua04/UA04BT_IMS-1-054.png b/images/ua04/UA04BT_IMS-1-054.png new file mode 100644 index 0000000..6907f8a Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-054.png differ diff --git a/images/ua04/UA04BT_IMS-1-054_p1.png b/images/ua04/UA04BT_IMS-1-054_p1.png new file mode 100644 index 0000000..b28433b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-054_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-055.png b/images/ua04/UA04BT_IMS-1-055.png new file mode 100644 index 0000000..0ae1490 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-055.png differ diff --git a/images/ua04/UA04BT_IMS-1-056.png b/images/ua04/UA04BT_IMS-1-056.png new file mode 100644 index 0000000..bd0f002 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-056.png differ diff --git a/images/ua04/UA04BT_IMS-1-057.png b/images/ua04/UA04BT_IMS-1-057.png new file mode 100644 index 0000000..322163c Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-057.png differ diff --git a/images/ua04/UA04BT_IMS-1-057_p1.png b/images/ua04/UA04BT_IMS-1-057_p1.png new file mode 100644 index 0000000..8701016 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-057_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-058.png b/images/ua04/UA04BT_IMS-1-058.png new file mode 100644 index 0000000..7fa2ec6 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-058.png differ diff --git a/images/ua04/UA04BT_IMS-1-059.png b/images/ua04/UA04BT_IMS-1-059.png new file mode 100644 index 0000000..52be135 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-059.png differ diff --git a/images/ua04/UA04BT_IMS-1-060.png b/images/ua04/UA04BT_IMS-1-060.png new file mode 100644 index 0000000..31624d2 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-060.png differ diff --git a/images/ua04/UA04BT_IMS-1-060_p1.png b/images/ua04/UA04BT_IMS-1-060_p1.png new file mode 100644 index 0000000..b8b2132 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-060_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-061.png b/images/ua04/UA04BT_IMS-1-061.png new file mode 100644 index 0000000..54e34b0 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-061.png differ diff --git a/images/ua04/UA04BT_IMS-1-062.png b/images/ua04/UA04BT_IMS-1-062.png new file mode 100644 index 0000000..b0264c0 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-062.png differ diff --git a/images/ua04/UA04BT_IMS-1-063.png b/images/ua04/UA04BT_IMS-1-063.png new file mode 100644 index 0000000..f9d0213 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-063.png differ diff --git a/images/ua04/UA04BT_IMS-1-064.png b/images/ua04/UA04BT_IMS-1-064.png new file mode 100644 index 0000000..e942d4f Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-064.png differ diff --git a/images/ua04/UA04BT_IMS-1-065.png b/images/ua04/UA04BT_IMS-1-065.png new file mode 100644 index 0000000..8e4f8e7 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-065.png differ diff --git a/images/ua04/UA04BT_IMS-1-066.png b/images/ua04/UA04BT_IMS-1-066.png new file mode 100644 index 0000000..c101498 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-066.png differ diff --git a/images/ua04/UA04BT_IMS-1-067.png b/images/ua04/UA04BT_IMS-1-067.png new file mode 100644 index 0000000..72f39bf Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-067.png differ diff --git a/images/ua04/UA04BT_IMS-1-068.png b/images/ua04/UA04BT_IMS-1-068.png new file mode 100644 index 0000000..d7a8248 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-068.png differ diff --git a/images/ua04/UA04BT_IMS-1-069.png b/images/ua04/UA04BT_IMS-1-069.png new file mode 100644 index 0000000..895d5a9 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-069.png differ diff --git a/images/ua04/UA04BT_IMS-1-070.png b/images/ua04/UA04BT_IMS-1-070.png new file mode 100644 index 0000000..677a9a6 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-070.png differ diff --git a/images/ua04/UA04BT_IMS-1-071.png b/images/ua04/UA04BT_IMS-1-071.png new file mode 100644 index 0000000..6b90c41 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-071.png differ diff --git a/images/ua04/UA04BT_IMS-1-071_p1.png b/images/ua04/UA04BT_IMS-1-071_p1.png new file mode 100644 index 0000000..2602297 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-071_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-072.png b/images/ua04/UA04BT_IMS-1-072.png new file mode 100644 index 0000000..94b6312 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-072.png differ diff --git a/images/ua04/UA04BT_IMS-1-073.png b/images/ua04/UA04BT_IMS-1-073.png new file mode 100644 index 0000000..2555c90 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-073.png differ diff --git a/images/ua04/UA04BT_IMS-1-074.png b/images/ua04/UA04BT_IMS-1-074.png new file mode 100644 index 0000000..8e34530 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-074.png differ diff --git a/images/ua04/UA04BT_IMS-1-074_p1.png b/images/ua04/UA04BT_IMS-1-074_p1.png new file mode 100644 index 0000000..b59d8b1 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-074_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-074_p2.png b/images/ua04/UA04BT_IMS-1-074_p2.png new file mode 100644 index 0000000..04554fd Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-074_p2.png differ diff --git a/images/ua04/UA04BT_IMS-1-075.png b/images/ua04/UA04BT_IMS-1-075.png new file mode 100644 index 0000000..2cbec38 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-075.png differ diff --git a/images/ua04/UA04BT_IMS-1-076.png b/images/ua04/UA04BT_IMS-1-076.png new file mode 100644 index 0000000..bf7b42e Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-076.png differ diff --git a/images/ua04/UA04BT_IMS-1-077.png b/images/ua04/UA04BT_IMS-1-077.png new file mode 100644 index 0000000..041bf64 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-077.png differ diff --git a/images/ua04/UA04BT_IMS-1-077_p1.png b/images/ua04/UA04BT_IMS-1-077_p1.png new file mode 100644 index 0000000..dcee70e Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-077_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-078.png b/images/ua04/UA04BT_IMS-1-078.png new file mode 100644 index 0000000..3fa5395 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-078.png differ diff --git a/images/ua04/UA04BT_IMS-1-079.png b/images/ua04/UA04BT_IMS-1-079.png new file mode 100644 index 0000000..620def8 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-079.png differ diff --git a/images/ua04/UA04BT_IMS-1-080.png b/images/ua04/UA04BT_IMS-1-080.png new file mode 100644 index 0000000..581bc5c Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-080.png differ diff --git a/images/ua04/UA04BT_IMS-1-080_p1.png b/images/ua04/UA04BT_IMS-1-080_p1.png new file mode 100644 index 0000000..4529128 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-080_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-081.png b/images/ua04/UA04BT_IMS-1-081.png new file mode 100644 index 0000000..fd2c74f Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-081.png differ diff --git a/images/ua04/UA04BT_IMS-1-082.png b/images/ua04/UA04BT_IMS-1-082.png new file mode 100644 index 0000000..e68ef4d Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-082.png differ diff --git a/images/ua04/UA04BT_IMS-1-083.png b/images/ua04/UA04BT_IMS-1-083.png new file mode 100644 index 0000000..a0eb735 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-083.png differ diff --git a/images/ua04/UA04BT_IMS-1-083_p1.png b/images/ua04/UA04BT_IMS-1-083_p1.png new file mode 100644 index 0000000..eab679b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-083_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-083_p2.png b/images/ua04/UA04BT_IMS-1-083_p2.png new file mode 100644 index 0000000..62ea025 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-083_p2.png differ diff --git a/images/ua04/UA04BT_IMS-1-084.png b/images/ua04/UA04BT_IMS-1-084.png new file mode 100644 index 0000000..a173d8e Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-084.png differ diff --git a/images/ua04/UA04BT_IMS-1-085.png b/images/ua04/UA04BT_IMS-1-085.png new file mode 100644 index 0000000..b5e5e98 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-085.png differ diff --git a/images/ua04/UA04BT_IMS-1-086.png b/images/ua04/UA04BT_IMS-1-086.png new file mode 100644 index 0000000..70de680 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-086.png differ diff --git a/images/ua04/UA04BT_IMS-1-086_p1.png b/images/ua04/UA04BT_IMS-1-086_p1.png new file mode 100644 index 0000000..79c40cf Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-086_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-087.png b/images/ua04/UA04BT_IMS-1-087.png new file mode 100644 index 0000000..c0fb0e5 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-087.png differ diff --git a/images/ua04/UA04BT_IMS-1-088.png b/images/ua04/UA04BT_IMS-1-088.png new file mode 100644 index 0000000..982ec31 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-088.png differ diff --git a/images/ua04/UA04BT_IMS-1-089.png b/images/ua04/UA04BT_IMS-1-089.png new file mode 100644 index 0000000..70d033d Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-089.png differ diff --git a/images/ua04/UA04BT_IMS-1-089_p1.png b/images/ua04/UA04BT_IMS-1-089_p1.png new file mode 100644 index 0000000..710dce1 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-089_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-090.png b/images/ua04/UA04BT_IMS-1-090.png new file mode 100644 index 0000000..c169877 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-090.png differ diff --git a/images/ua04/UA04BT_IMS-1-091.png b/images/ua04/UA04BT_IMS-1-091.png new file mode 100644 index 0000000..e141396 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-091.png differ diff --git a/images/ua04/UA04BT_IMS-1-092.png b/images/ua04/UA04BT_IMS-1-092.png new file mode 100644 index 0000000..ff8b1e2 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-092.png differ diff --git a/images/ua04/UA04BT_IMS-1-092_p1.png b/images/ua04/UA04BT_IMS-1-092_p1.png new file mode 100644 index 0000000..37076bd Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-092_p1.png differ diff --git a/images/ua04/UA04BT_IMS-1-093.png b/images/ua04/UA04BT_IMS-1-093.png new file mode 100644 index 0000000..a8faed3 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-093.png differ diff --git a/images/ua04/UA04BT_IMS-1-094.png b/images/ua04/UA04BT_IMS-1-094.png new file mode 100644 index 0000000..e4a691a Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-094.png differ diff --git a/images/ua04/UA04BT_IMS-1-095.png b/images/ua04/UA04BT_IMS-1-095.png new file mode 100644 index 0000000..e28bfc2 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-095.png differ diff --git a/images/ua04/UA04BT_IMS-1-096.png b/images/ua04/UA04BT_IMS-1-096.png new file mode 100644 index 0000000..879de6b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-096.png differ diff --git a/images/ua04/UA04BT_IMS-1-097.png b/images/ua04/UA04BT_IMS-1-097.png new file mode 100644 index 0000000..257af69 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-097.png differ diff --git a/images/ua04/UA04BT_IMS-1-098.png b/images/ua04/UA04BT_IMS-1-098.png new file mode 100644 index 0000000..b5abf2a Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-098.png differ diff --git a/images/ua04/UA04BT_IMS-1-099.png b/images/ua04/UA04BT_IMS-1-099.png new file mode 100644 index 0000000..8a650af Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-099.png differ diff --git a/images/ua04/UA04BT_IMS-1-100.png b/images/ua04/UA04BT_IMS-1-100.png new file mode 100644 index 0000000..6899403 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-100.png differ diff --git a/images/ua04/UA04BT_IMS-1-AP01.png b/images/ua04/UA04BT_IMS-1-AP01.png new file mode 100644 index 0000000..79bfec9 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-AP01.png differ diff --git a/images/ua04/UA04BT_IMS-1-AP02.png b/images/ua04/UA04BT_IMS-1-AP02.png new file mode 100644 index 0000000..5bc92c2 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-AP02.png differ diff --git a/images/ua04/UA04BT_IMS-1-AP03.png b/images/ua04/UA04BT_IMS-1-AP03.png new file mode 100644 index 0000000..cbd7c2b Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-AP03.png differ diff --git a/images/ua04/UA04BT_IMS-1-AP04.png b/images/ua04/UA04BT_IMS-1-AP04.png new file mode 100644 index 0000000..7887074 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-AP04.png differ diff --git a/images/ua04/UA04BT_IMS-1-AP05.png b/images/ua04/UA04BT_IMS-1-AP05.png new file mode 100644 index 0000000..0949c0c Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-AP05.png differ diff --git a/images/ua04/UA04BT_IMS-1-AP06.png b/images/ua04/UA04BT_IMS-1-AP06.png new file mode 100644 index 0000000..8ca5e48 Binary files /dev/null and b/images/ua04/UA04BT_IMS-1-AP06.png differ diff --git a/images/ua04/UA04ST_IMS-1-001.png b/images/ua04/UA04ST_IMS-1-001.png new file mode 100644 index 0000000..804992d Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-001.png differ diff --git a/images/ua04/UA04ST_IMS-1-011.png b/images/ua04/UA04ST_IMS-1-011.png new file mode 100644 index 0000000..bc411fa Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-011.png differ diff --git a/images/ua04/UA04ST_IMS-1-012.png b/images/ua04/UA04ST_IMS-1-012.png new file mode 100644 index 0000000..fc00e17 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-012.png differ diff --git a/images/ua04/UA04ST_IMS-1-014.png b/images/ua04/UA04ST_IMS-1-014.png new file mode 100644 index 0000000..70f6c2e Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-014.png differ diff --git a/images/ua04/UA04ST_IMS-1-015.png b/images/ua04/UA04ST_IMS-1-015.png new file mode 100644 index 0000000..d9de047 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-015.png differ diff --git a/images/ua04/UA04ST_IMS-1-017.png b/images/ua04/UA04ST_IMS-1-017.png new file mode 100644 index 0000000..73724ec Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-017.png differ diff --git a/images/ua04/UA04ST_IMS-1-018.png b/images/ua04/UA04ST_IMS-1-018.png new file mode 100644 index 0000000..69421fb Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-018.png differ diff --git a/images/ua04/UA04ST_IMS-1-028.png b/images/ua04/UA04ST_IMS-1-028.png new file mode 100644 index 0000000..7b08629 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-028.png differ diff --git a/images/ua04/UA04ST_IMS-1-030.png b/images/ua04/UA04ST_IMS-1-030.png new file mode 100644 index 0000000..9a7b3ee Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-030.png differ diff --git a/images/ua04/UA04ST_IMS-1-101.png b/images/ua04/UA04ST_IMS-1-101.png new file mode 100644 index 0000000..021a4de Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-101.png differ diff --git a/images/ua04/UA04ST_IMS-1-102.png b/images/ua04/UA04ST_IMS-1-102.png new file mode 100644 index 0000000..9240549 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-102.png differ diff --git a/images/ua04/UA04ST_IMS-1-103.png b/images/ua04/UA04ST_IMS-1-103.png new file mode 100644 index 0000000..b5fa160 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-103.png differ diff --git a/images/ua04/UA04ST_IMS-1-104.png b/images/ua04/UA04ST_IMS-1-104.png new file mode 100644 index 0000000..630ba6f Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-104.png differ diff --git a/images/ua04/UA04ST_IMS-1-105.png b/images/ua04/UA04ST_IMS-1-105.png new file mode 100644 index 0000000..a20df64 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-105.png differ diff --git a/images/ua04/UA04ST_IMS-1-106.png b/images/ua04/UA04ST_IMS-1-106.png new file mode 100644 index 0000000..6a9144e Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-106.png differ diff --git a/images/ua04/UA04ST_IMS-1-107.png b/images/ua04/UA04ST_IMS-1-107.png new file mode 100644 index 0000000..31abfe9 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-107.png differ diff --git a/images/ua04/UA04ST_IMS-1-108.png b/images/ua04/UA04ST_IMS-1-108.png new file mode 100644 index 0000000..5c7c4cc Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-108.png differ diff --git a/images/ua04/UA04ST_IMS-1-109.png b/images/ua04/UA04ST_IMS-1-109.png new file mode 100644 index 0000000..aab8430 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-109.png differ diff --git a/images/ua04/UA04ST_IMS-1-AP01.png b/images/ua04/UA04ST_IMS-1-AP01.png new file mode 100644 index 0000000..33a746e Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-AP01.png differ diff --git a/images/ua04/UA04ST_IMS-1-AP02.png b/images/ua04/UA04ST_IMS-1-AP02.png new file mode 100644 index 0000000..75f6d05 Binary files /dev/null and b/images/ua04/UA04ST_IMS-1-AP02.png differ diff --git a/images/ua04/UAPB_IMS-AP01.png b/images/ua04/UAPB_IMS-AP01.png new file mode 100644 index 0000000..70ef663 Binary files /dev/null and b/images/ua04/UAPB_IMS-AP01.png differ diff --git a/images/ua04/UAPR_IMS-1-015.png b/images/ua04/UAPR_IMS-1-015.png new file mode 100644 index 0000000..ff47747 Binary files /dev/null and b/images/ua04/UAPR_IMS-1-015.png differ diff --git a/images/ua04/UAPR_IMS-1-016.png b/images/ua04/UAPR_IMS-1-016.png new file mode 100644 index 0000000..70fa7fc Binary files /dev/null and b/images/ua04/UAPR_IMS-1-016.png differ diff --git a/images/ua04/UAPR_IMS-1-016_p1.png b/images/ua04/UAPR_IMS-1-016_p1.png new file mode 100644 index 0000000..5a5aea7 Binary files /dev/null and b/images/ua04/UAPR_IMS-1-016_p1.png differ diff --git a/images/ua04/UAPR_IMS-1-034.png b/images/ua04/UAPR_IMS-1-034.png new file mode 100644 index 0000000..b2163e7 Binary files /dev/null and b/images/ua04/UAPR_IMS-1-034.png differ diff --git a/images/ua04/UAPR_IMS-1-050.png b/images/ua04/UAPR_IMS-1-050.png new file mode 100644 index 0000000..2c81eb8 Binary files /dev/null and b/images/ua04/UAPR_IMS-1-050.png differ diff --git a/images/ua04/UAPR_IMS-1-073.png b/images/ua04/UAPR_IMS-1-073.png new file mode 100644 index 0000000..69c632a Binary files /dev/null and b/images/ua04/UAPR_IMS-1-073.png differ diff --git a/images/ua04/UAPR_IMS-1-076.png b/images/ua04/UAPR_IMS-1-076.png new file mode 100644 index 0000000..f4268ac Binary files /dev/null and b/images/ua04/UAPR_IMS-1-076.png differ diff --git a/images/ua04/UAPR_IMS-1-085.png b/images/ua04/UAPR_IMS-1-085.png new file mode 100644 index 0000000..3ec9e5a Binary files /dev/null and b/images/ua04/UAPR_IMS-1-085.png differ diff --git a/images/ua04/UAPR_IMS-2-042.png b/images/ua04/UAPR_IMS-2-042.png new file mode 100644 index 0000000..b139051 Binary files /dev/null and b/images/ua04/UAPR_IMS-2-042.png differ diff --git a/images/ua04/UAPR_IMS-2-045.png b/images/ua04/UAPR_IMS-2-045.png new file mode 100644 index 0000000..65899c6 Binary files /dev/null and b/images/ua04/UAPR_IMS-2-045.png differ diff --git a/images/ua04/UAPR_IMS-2-046.png b/images/ua04/UAPR_IMS-2-046.png new file mode 100644 index 0000000..25c328d Binary files /dev/null and b/images/ua04/UAPR_IMS-2-046.png differ diff --git a/images/ua04/UAPR_IMS-2-046_p1.png b/images/ua04/UAPR_IMS-2-046_p1.png new file mode 100644 index 0000000..b8aab86 Binary files /dev/null and b/images/ua04/UAPR_IMS-2-046_p1.png differ diff --git a/images/ua04/UAPR_IMS-2-048.png b/images/ua04/UAPR_IMS-2-048.png new file mode 100644 index 0000000..8ce26a9 Binary files /dev/null and b/images/ua04/UAPR_IMS-2-048.png differ diff --git a/images/ua04/UAPR_IMS-3-033.png b/images/ua04/UAPR_IMS-3-033.png new file mode 100644 index 0000000..875c273 Binary files /dev/null and b/images/ua04/UAPR_IMS-3-033.png differ diff --git a/images/ua04/UAPR_IMS-3-037.png b/images/ua04/UAPR_IMS-3-037.png new file mode 100644 index 0000000..c0629c4 Binary files /dev/null and b/images/ua04/UAPR_IMS-3-037.png differ diff --git a/images/ua04/UAPR_IMS-AP01.png b/images/ua04/UAPR_IMS-AP01.png new file mode 100644 index 0000000..ed70531 Binary files /dev/null and b/images/ua04/UAPR_IMS-AP01.png differ diff --git a/images/ua04/UAPR_IMS-AP02.png b/images/ua04/UAPR_IMS-AP02.png new file mode 100644 index 0000000..24d9008 Binary files /dev/null and b/images/ua04/UAPR_IMS-AP02.png differ diff --git a/images/ua04/UAPR_IMS-AP09.png b/images/ua04/UAPR_IMS-AP09.png new file mode 100644 index 0000000..1c02b30 Binary files /dev/null and b/images/ua04/UAPR_IMS-AP09.png differ diff --git a/images/ua04/UAPR_IMS-AP09_p1.png b/images/ua04/UAPR_IMS-AP09_p1.png new file mode 100644 index 0000000..dd3f8c6 Binary files /dev/null and b/images/ua04/UAPR_IMS-AP09_p1.png differ diff --git a/images/ua04/UAPR_IMS-AP10.png b/images/ua04/UAPR_IMS-AP10.png new file mode 100644 index 0000000..7d52851 Binary files /dev/null and b/images/ua04/UAPR_IMS-AP10.png differ diff --git a/images/ua04/UAPR_IMS-P-001.png b/images/ua04/UAPR_IMS-P-001.png new file mode 100644 index 0000000..4c5413b Binary files /dev/null and b/images/ua04/UAPR_IMS-P-001.png differ diff --git a/images/ua04/UAPR_IMS-P-002.png b/images/ua04/UAPR_IMS-P-002.png new file mode 100644 index 0000000..f3daaf6 Binary files /dev/null and b/images/ua04/UAPR_IMS-P-002.png differ diff --git a/images/ua04/UAPR_IMS-P-003.png b/images/ua04/UAPR_IMS-P-003.png new file mode 100644 index 0000000..1f5b036 Binary files /dev/null and b/images/ua04/UAPR_IMS-P-003.png differ diff --git a/images/ua04/UAPR_IMS-P-004.png b/images/ua04/UAPR_IMS-P-004.png new file mode 100644 index 0000000..315946d Binary files /dev/null and b/images/ua04/UAPR_IMS-P-004.png differ diff --git a/images/ua04/UAPR_IMS_AP04.png b/images/ua04/UAPR_IMS_AP04.png new file mode 100644 index 0000000..b7e773d Binary files /dev/null and b/images/ua04/UAPR_IMS_AP04.png differ diff --git a/images/ua04/UAPR_IMS_AP05.png b/images/ua04/UAPR_IMS_AP05.png new file mode 100644 index 0000000..a7f68fa Binary files /dev/null and b/images/ua04/UAPR_IMS_AP05.png differ diff --git a/images/ua04/UAPR_IMS_AP06.png b/images/ua04/UAPR_IMS_AP06.png new file mode 100644 index 0000000..e8537ea Binary files /dev/null and b/images/ua04/UAPR_IMS_AP06.png differ diff --git a/images/ua04/UAPR_IMS_AP07.png b/images/ua04/UAPR_IMS_AP07.png new file mode 100644 index 0000000..559ef98 Binary files /dev/null and b/images/ua04/UAPR_IMS_AP07.png differ diff --git a/images/ua04/UAPR_IMS_AP08.png b/images/ua04/UAPR_IMS_AP08.png new file mode 100644 index 0000000..ec71332 Binary files /dev/null and b/images/ua04/UAPR_IMS_AP08.png differ diff --git a/images/ua05/EX05BT_KMY-1-017_p1.png b/images/ua05/EX05BT_KMY-1-017_p1.png new file mode 100644 index 0000000..ef30187 Binary files /dev/null and b/images/ua05/EX05BT_KMY-1-017_p1.png differ diff --git a/images/ua05/EX05BT_KMY-1-022_p1.png b/images/ua05/EX05BT_KMY-1-022_p1.png new file mode 100644 index 0000000..596fbed Binary files /dev/null and b/images/ua05/EX05BT_KMY-1-022_p1.png differ diff --git a/images/ua05/EX05BT_KMY-1-026_p1.png b/images/ua05/EX05BT_KMY-1-026_p1.png new file mode 100644 index 0000000..ae5df1d Binary files /dev/null and b/images/ua05/EX05BT_KMY-1-026_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-001.png b/images/ua05/EX05BT_KMY-3-001.png new file mode 100644 index 0000000..e44650e Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-001.png differ diff --git a/images/ua05/EX05BT_KMY-3-002.png b/images/ua05/EX05BT_KMY-3-002.png new file mode 100644 index 0000000..8b05350 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-002.png differ diff --git a/images/ua05/EX05BT_KMY-3-002_p1.png b/images/ua05/EX05BT_KMY-3-002_p1.png new file mode 100644 index 0000000..fe498c3 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-002_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-003.png b/images/ua05/EX05BT_KMY-3-003.png new file mode 100644 index 0000000..5a68184 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-003.png differ diff --git a/images/ua05/EX05BT_KMY-3-004.png b/images/ua05/EX05BT_KMY-3-004.png new file mode 100644 index 0000000..c069cc8 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-004.png differ diff --git a/images/ua05/EX05BT_KMY-3-005.png b/images/ua05/EX05BT_KMY-3-005.png new file mode 100644 index 0000000..d753c39 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-005.png differ diff --git a/images/ua05/EX05BT_KMY-3-005_p1.png b/images/ua05/EX05BT_KMY-3-005_p1.png new file mode 100644 index 0000000..b43e2f1 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-005_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-006.png b/images/ua05/EX05BT_KMY-3-006.png new file mode 100644 index 0000000..9112ee8 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-006.png differ diff --git a/images/ua05/EX05BT_KMY-3-007.png b/images/ua05/EX05BT_KMY-3-007.png new file mode 100644 index 0000000..423ddd5 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-007.png differ diff --git a/images/ua05/EX05BT_KMY-3-007_p1.png b/images/ua05/EX05BT_KMY-3-007_p1.png new file mode 100644 index 0000000..56f6903 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-007_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-008.png b/images/ua05/EX05BT_KMY-3-008.png new file mode 100644 index 0000000..fd9cd99 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-008.png differ diff --git a/images/ua05/EX05BT_KMY-3-008_p1.png b/images/ua05/EX05BT_KMY-3-008_p1.png new file mode 100644 index 0000000..87e07da Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-008_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-009.png b/images/ua05/EX05BT_KMY-3-009.png new file mode 100644 index 0000000..03aa5d3 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-009.png differ diff --git a/images/ua05/EX05BT_KMY-3-009_p1.png b/images/ua05/EX05BT_KMY-3-009_p1.png new file mode 100644 index 0000000..110da74 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-009_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-010.png b/images/ua05/EX05BT_KMY-3-010.png new file mode 100644 index 0000000..9bee486 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-010.png differ diff --git a/images/ua05/EX05BT_KMY-3-010_p1.png b/images/ua05/EX05BT_KMY-3-010_p1.png new file mode 100644 index 0000000..7f4c62a Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-010_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-011.png b/images/ua05/EX05BT_KMY-3-011.png new file mode 100644 index 0000000..7c8aa8c Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-011.png differ diff --git a/images/ua05/EX05BT_KMY-3-012.png b/images/ua05/EX05BT_KMY-3-012.png new file mode 100644 index 0000000..7db9ed5 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-012.png differ diff --git a/images/ua05/EX05BT_KMY-3-013.png b/images/ua05/EX05BT_KMY-3-013.png new file mode 100644 index 0000000..acd1ffa Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-013.png differ diff --git a/images/ua05/EX05BT_KMY-3-014.png b/images/ua05/EX05BT_KMY-3-014.png new file mode 100644 index 0000000..6bb9ec4 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-014.png differ diff --git a/images/ua05/EX05BT_KMY-3-015.png b/images/ua05/EX05BT_KMY-3-015.png new file mode 100644 index 0000000..c8a475d Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-015.png differ diff --git a/images/ua05/EX05BT_KMY-3-016.png b/images/ua05/EX05BT_KMY-3-016.png new file mode 100644 index 0000000..b46d103 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-016.png differ diff --git a/images/ua05/EX05BT_KMY-3-016_p1.png b/images/ua05/EX05BT_KMY-3-016_p1.png new file mode 100644 index 0000000..2e58f4b Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-016_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-017.png b/images/ua05/EX05BT_KMY-3-017.png new file mode 100644 index 0000000..63b908f Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-017.png differ diff --git a/images/ua05/EX05BT_KMY-3-017_p1.png b/images/ua05/EX05BT_KMY-3-017_p1.png new file mode 100644 index 0000000..6e809da Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-017_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-018.png b/images/ua05/EX05BT_KMY-3-018.png new file mode 100644 index 0000000..fa7f364 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-018.png differ diff --git a/images/ua05/EX05BT_KMY-3-019.png b/images/ua05/EX05BT_KMY-3-019.png new file mode 100644 index 0000000..f6b2ec1 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-019.png differ diff --git a/images/ua05/EX05BT_KMY-3-020.png b/images/ua05/EX05BT_KMY-3-020.png new file mode 100644 index 0000000..3cd9440 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-020.png differ diff --git a/images/ua05/EX05BT_KMY-3-020_p1.png b/images/ua05/EX05BT_KMY-3-020_p1.png new file mode 100644 index 0000000..a9714af Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-020_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-021.png b/images/ua05/EX05BT_KMY-3-021.png new file mode 100644 index 0000000..0bd0934 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-021.png differ diff --git a/images/ua05/EX05BT_KMY-3-021_p1.png b/images/ua05/EX05BT_KMY-3-021_p1.png new file mode 100644 index 0000000..edfa850 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-021_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-021_p2.png b/images/ua05/EX05BT_KMY-3-021_p2.png new file mode 100644 index 0000000..b66c654 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-021_p2.png differ diff --git a/images/ua05/EX05BT_KMY-3-022.png b/images/ua05/EX05BT_KMY-3-022.png new file mode 100644 index 0000000..7b22e91 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-022.png differ diff --git a/images/ua05/EX05BT_KMY-3-023.png b/images/ua05/EX05BT_KMY-3-023.png new file mode 100644 index 0000000..013c825 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-023.png differ diff --git a/images/ua05/EX05BT_KMY-3-024.png b/images/ua05/EX05BT_KMY-3-024.png new file mode 100644 index 0000000..d545f4d Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-024.png differ diff --git a/images/ua05/EX05BT_KMY-3-024_p1.png b/images/ua05/EX05BT_KMY-3-024_p1.png new file mode 100644 index 0000000..0ca0bfb Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-024_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-025.png b/images/ua05/EX05BT_KMY-3-025.png new file mode 100644 index 0000000..4db9a23 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-025.png differ diff --git a/images/ua05/EX05BT_KMY-3-026.png b/images/ua05/EX05BT_KMY-3-026.png new file mode 100644 index 0000000..8cb14aa Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-026.png differ diff --git a/images/ua05/EX05BT_KMY-3-027.png b/images/ua05/EX05BT_KMY-3-027.png new file mode 100644 index 0000000..f935d4a Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-027.png differ diff --git a/images/ua05/EX05BT_KMY-3-028.png b/images/ua05/EX05BT_KMY-3-028.png new file mode 100644 index 0000000..1ffebca Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-028.png differ diff --git a/images/ua05/EX05BT_KMY-3-029.png b/images/ua05/EX05BT_KMY-3-029.png new file mode 100644 index 0000000..7a16e8d Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-029.png differ diff --git a/images/ua05/EX05BT_KMY-3-030.png b/images/ua05/EX05BT_KMY-3-030.png new file mode 100644 index 0000000..a0ca0d3 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-030.png differ diff --git a/images/ua05/EX05BT_KMY-3-031.png b/images/ua05/EX05BT_KMY-3-031.png new file mode 100644 index 0000000..f7e44ed Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-031.png differ diff --git a/images/ua05/EX05BT_KMY-3-032.png b/images/ua05/EX05BT_KMY-3-032.png new file mode 100644 index 0000000..9f4cf18 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-032.png differ diff --git a/images/ua05/EX05BT_KMY-3-033.png b/images/ua05/EX05BT_KMY-3-033.png new file mode 100644 index 0000000..e7a8849 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-033.png differ diff --git a/images/ua05/EX05BT_KMY-3-033_p1.png b/images/ua05/EX05BT_KMY-3-033_p1.png new file mode 100644 index 0000000..b0b4c59 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-033_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-034.png b/images/ua05/EX05BT_KMY-3-034.png new file mode 100644 index 0000000..bc2087b Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-034.png differ diff --git a/images/ua05/EX05BT_KMY-3-034_p1.png b/images/ua05/EX05BT_KMY-3-034_p1.png new file mode 100644 index 0000000..bc48a3c Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-034_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-035.png b/images/ua05/EX05BT_KMY-3-035.png new file mode 100644 index 0000000..7c23b33 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-035.png differ diff --git a/images/ua05/EX05BT_KMY-3-036.png b/images/ua05/EX05BT_KMY-3-036.png new file mode 100644 index 0000000..00d1303 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-036.png differ diff --git a/images/ua05/EX05BT_KMY-3-037.png b/images/ua05/EX05BT_KMY-3-037.png new file mode 100644 index 0000000..d63bfd1 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-037.png differ diff --git a/images/ua05/EX05BT_KMY-3-038.png b/images/ua05/EX05BT_KMY-3-038.png new file mode 100644 index 0000000..d967384 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-038.png differ diff --git a/images/ua05/EX05BT_KMY-3-038_p1.png b/images/ua05/EX05BT_KMY-3-038_p1.png new file mode 100644 index 0000000..be8699f Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-038_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-039.png b/images/ua05/EX05BT_KMY-3-039.png new file mode 100644 index 0000000..c13eea1 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-039.png differ diff --git a/images/ua05/EX05BT_KMY-3-039_p1.png b/images/ua05/EX05BT_KMY-3-039_p1.png new file mode 100644 index 0000000..dbe7d99 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-039_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-040.png b/images/ua05/EX05BT_KMY-3-040.png new file mode 100644 index 0000000..bc9c675 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-040.png differ diff --git a/images/ua05/EX05BT_KMY-3-041.png b/images/ua05/EX05BT_KMY-3-041.png new file mode 100644 index 0000000..027064b Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-041.png differ diff --git a/images/ua05/EX05BT_KMY-3-042.png b/images/ua05/EX05BT_KMY-3-042.png new file mode 100644 index 0000000..0972deb Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-042.png differ diff --git a/images/ua05/EX05BT_KMY-3-043.png b/images/ua05/EX05BT_KMY-3-043.png new file mode 100644 index 0000000..4baf4a9 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-043.png differ diff --git a/images/ua05/EX05BT_KMY-3-044.png b/images/ua05/EX05BT_KMY-3-044.png new file mode 100644 index 0000000..ecd6fd7 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-044.png differ diff --git a/images/ua05/EX05BT_KMY-3-045.png b/images/ua05/EX05BT_KMY-3-045.png new file mode 100644 index 0000000..daa1cb8 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-045.png differ diff --git a/images/ua05/EX05BT_KMY-3-046.png b/images/ua05/EX05BT_KMY-3-046.png new file mode 100644 index 0000000..3d0078a Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-046.png differ diff --git a/images/ua05/EX05BT_KMY-3-047.png b/images/ua05/EX05BT_KMY-3-047.png new file mode 100644 index 0000000..44a33ec Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-047.png differ diff --git a/images/ua05/EX05BT_KMY-3-048.png b/images/ua05/EX05BT_KMY-3-048.png new file mode 100644 index 0000000..ede1bcb Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-048.png differ diff --git a/images/ua05/EX05BT_KMY-3-049.png b/images/ua05/EX05BT_KMY-3-049.png new file mode 100644 index 0000000..39ad7a3 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-049.png differ diff --git a/images/ua05/EX05BT_KMY-3-049_p1.png b/images/ua05/EX05BT_KMY-3-049_p1.png new file mode 100644 index 0000000..a70544b Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-049_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-050.png b/images/ua05/EX05BT_KMY-3-050.png new file mode 100644 index 0000000..6244d27 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-050.png differ diff --git a/images/ua05/EX05BT_KMY-3-051.png b/images/ua05/EX05BT_KMY-3-051.png new file mode 100644 index 0000000..7430b88 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-051.png differ diff --git a/images/ua05/EX05BT_KMY-3-052.png b/images/ua05/EX05BT_KMY-3-052.png new file mode 100644 index 0000000..1af04cd Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-052.png differ diff --git a/images/ua05/EX05BT_KMY-3-053.png b/images/ua05/EX05BT_KMY-3-053.png new file mode 100644 index 0000000..19fcc2d Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-053.png differ diff --git a/images/ua05/EX05BT_KMY-3-054.png b/images/ua05/EX05BT_KMY-3-054.png new file mode 100644 index 0000000..56b2ae3 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-054.png differ diff --git a/images/ua05/EX05BT_KMY-3-055.png b/images/ua05/EX05BT_KMY-3-055.png new file mode 100644 index 0000000..d364ed8 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-055.png differ diff --git a/images/ua05/EX05BT_KMY-3-056.png b/images/ua05/EX05BT_KMY-3-056.png new file mode 100644 index 0000000..880c8f8 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-056.png differ diff --git a/images/ua05/EX05BT_KMY-3-057.png b/images/ua05/EX05BT_KMY-3-057.png new file mode 100644 index 0000000..485e562 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-057.png differ diff --git a/images/ua05/EX05BT_KMY-3-058.png b/images/ua05/EX05BT_KMY-3-058.png new file mode 100644 index 0000000..56c8e90 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-058.png differ diff --git a/images/ua05/EX05BT_KMY-3-059.png b/images/ua05/EX05BT_KMY-3-059.png new file mode 100644 index 0000000..d532576 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-059.png differ diff --git a/images/ua05/EX05BT_KMY-3-060.png b/images/ua05/EX05BT_KMY-3-060.png new file mode 100644 index 0000000..bbe28e3 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-060.png differ diff --git a/images/ua05/EX05BT_KMY-3-061.png b/images/ua05/EX05BT_KMY-3-061.png new file mode 100644 index 0000000..ee0d386 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-061.png differ diff --git a/images/ua05/EX05BT_KMY-3-062.png b/images/ua05/EX05BT_KMY-3-062.png new file mode 100644 index 0000000..0d184ab Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-062.png differ diff --git a/images/ua05/EX05BT_KMY-3-062_p1.png b/images/ua05/EX05BT_KMY-3-062_p1.png new file mode 100644 index 0000000..0fffd8e Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-062_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-063.png b/images/ua05/EX05BT_KMY-3-063.png new file mode 100644 index 0000000..5801358 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-063.png differ diff --git a/images/ua05/EX05BT_KMY-3-064.png b/images/ua05/EX05BT_KMY-3-064.png new file mode 100644 index 0000000..068a1a0 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-064.png differ diff --git a/images/ua05/EX05BT_KMY-3-065.png b/images/ua05/EX05BT_KMY-3-065.png new file mode 100644 index 0000000..e773cee Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-065.png differ diff --git a/images/ua05/EX05BT_KMY-3-066.png b/images/ua05/EX05BT_KMY-3-066.png new file mode 100644 index 0000000..9439553 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-066.png differ diff --git a/images/ua05/EX05BT_KMY-3-067.png b/images/ua05/EX05BT_KMY-3-067.png new file mode 100644 index 0000000..b3e0a99 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-067.png differ diff --git a/images/ua05/EX05BT_KMY-3-068.png b/images/ua05/EX05BT_KMY-3-068.png new file mode 100644 index 0000000..d0769c7 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-068.png differ diff --git a/images/ua05/EX05BT_KMY-3-069.png b/images/ua05/EX05BT_KMY-3-069.png new file mode 100644 index 0000000..3af9938 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-069.png differ diff --git a/images/ua05/EX05BT_KMY-3-069_p1.png b/images/ua05/EX05BT_KMY-3-069_p1.png new file mode 100644 index 0000000..0db1962 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-069_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-070.png b/images/ua05/EX05BT_KMY-3-070.png new file mode 100644 index 0000000..7c9c671 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-070.png differ diff --git a/images/ua05/EX05BT_KMY-3-071.png b/images/ua05/EX05BT_KMY-3-071.png new file mode 100644 index 0000000..29edb10 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-071.png differ diff --git a/images/ua05/EX05BT_KMY-3-071_p1.png b/images/ua05/EX05BT_KMY-3-071_p1.png new file mode 100644 index 0000000..e121aa6 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-071_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-072.png b/images/ua05/EX05BT_KMY-3-072.png new file mode 100644 index 0000000..762d8ee Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-072.png differ diff --git a/images/ua05/EX05BT_KMY-3-072_p1.png b/images/ua05/EX05BT_KMY-3-072_p1.png new file mode 100644 index 0000000..d191dd2 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-072_p1.png differ diff --git a/images/ua05/EX05BT_KMY-3-073.png b/images/ua05/EX05BT_KMY-3-073.png new file mode 100644 index 0000000..0aee162 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-073.png differ diff --git a/images/ua05/EX05BT_KMY-3-AP01.png b/images/ua05/EX05BT_KMY-3-AP01.png new file mode 100644 index 0000000..2dd7ec4 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-AP01.png differ diff --git a/images/ua05/EX05BT_KMY-3-AP01_s.png b/images/ua05/EX05BT_KMY-3-AP01_s.png new file mode 100644 index 0000000..d8ed196 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-AP01_s.png differ diff --git a/images/ua05/EX05BT_KMY-3-AP02.png b/images/ua05/EX05BT_KMY-3-AP02.png new file mode 100644 index 0000000..f58bb8e Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-AP02.png differ diff --git a/images/ua05/EX05BT_KMY-3-AP03.png b/images/ua05/EX05BT_KMY-3-AP03.png new file mode 100644 index 0000000..f8d5902 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-AP03.png differ diff --git a/images/ua05/EX05BT_KMY-3-AP04.png b/images/ua05/EX05BT_KMY-3-AP04.png new file mode 100644 index 0000000..295a2a6 Binary files /dev/null and b/images/ua05/EX05BT_KMY-3-AP04.png differ diff --git a/images/ua05/UA01NC_KMY-2-001.png b/images/ua05/UA01NC_KMY-2-001.png new file mode 100644 index 0000000..b9e803e Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-001.png differ diff --git a/images/ua05/UA01NC_KMY-2-002.png b/images/ua05/UA01NC_KMY-2-002.png new file mode 100644 index 0000000..458ec51 Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-002.png differ diff --git a/images/ua05/UA01NC_KMY-2-003.png b/images/ua05/UA01NC_KMY-2-003.png new file mode 100644 index 0000000..1f49629 Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-003.png differ diff --git a/images/ua05/UA01NC_KMY-2-004.png b/images/ua05/UA01NC_KMY-2-004.png new file mode 100644 index 0000000..f47585e Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-004.png differ diff --git a/images/ua05/UA01NC_KMY-2-005.png b/images/ua05/UA01NC_KMY-2-005.png new file mode 100644 index 0000000..5638e3b Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-005.png differ diff --git a/images/ua05/UA01NC_KMY-2-006.png b/images/ua05/UA01NC_KMY-2-006.png new file mode 100644 index 0000000..c72345b Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-006.png differ diff --git a/images/ua05/UA01NC_KMY-2-007.png b/images/ua05/UA01NC_KMY-2-007.png new file mode 100644 index 0000000..8acdda1 Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-007.png differ diff --git a/images/ua05/UA01NC_KMY-2-008.png b/images/ua05/UA01NC_KMY-2-008.png new file mode 100644 index 0000000..49dd22f Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-008.png differ diff --git a/images/ua05/UA01NC_KMY-2-009.png b/images/ua05/UA01NC_KMY-2-009.png new file mode 100644 index 0000000..3bb7dd3 Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-009.png differ diff --git a/images/ua05/UA01NC_KMY-2-010.png b/images/ua05/UA01NC_KMY-2-010.png new file mode 100644 index 0000000..f91adb8 Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-010.png differ diff --git a/images/ua05/UA01NC_KMY-2-011.png b/images/ua05/UA01NC_KMY-2-011.png new file mode 100644 index 0000000..8087494 Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-011.png differ diff --git a/images/ua05/UA01NC_KMY-2-AP01.png b/images/ua05/UA01NC_KMY-2-AP01.png new file mode 100644 index 0000000..b4e5a99 Binary files /dev/null and b/images/ua05/UA01NC_KMY-2-AP01.png differ diff --git a/images/ua05/UA05BT_KMY-1-001.png b/images/ua05/UA05BT_KMY-1-001.png new file mode 100644 index 0000000..7194837 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-001.png differ diff --git a/images/ua05/UA05BT_KMY-1-002.png b/images/ua05/UA05BT_KMY-1-002.png new file mode 100644 index 0000000..4e4cc3c Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-002.png differ diff --git a/images/ua05/UA05BT_KMY-1-003.png b/images/ua05/UA05BT_KMY-1-003.png new file mode 100644 index 0000000..30734a1 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-003.png differ diff --git a/images/ua05/UA05BT_KMY-1-004.png b/images/ua05/UA05BT_KMY-1-004.png new file mode 100644 index 0000000..6924763 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-004.png differ diff --git a/images/ua05/UA05BT_KMY-1-005.png b/images/ua05/UA05BT_KMY-1-005.png new file mode 100644 index 0000000..66a16a2 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-005.png differ diff --git a/images/ua05/UA05BT_KMY-1-006.png b/images/ua05/UA05BT_KMY-1-006.png new file mode 100644 index 0000000..72cf87f Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-006.png differ diff --git a/images/ua05/UA05BT_KMY-1-007.png b/images/ua05/UA05BT_KMY-1-007.png new file mode 100644 index 0000000..265c86e Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-007.png differ diff --git a/images/ua05/UA05BT_KMY-1-008.png b/images/ua05/UA05BT_KMY-1-008.png new file mode 100644 index 0000000..126bf8f Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-008.png differ diff --git a/images/ua05/UA05BT_KMY-1-008_p1.png b/images/ua05/UA05BT_KMY-1-008_p1.png new file mode 100644 index 0000000..e82f07a Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-008_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-008_p2.png b/images/ua05/UA05BT_KMY-1-008_p2.png new file mode 100644 index 0000000..b9fcf8e Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-008_p2.png differ diff --git a/images/ua05/UA05BT_KMY-1-009.png b/images/ua05/UA05BT_KMY-1-009.png new file mode 100644 index 0000000..add919c Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-009.png differ diff --git a/images/ua05/UA05BT_KMY-1-010.png b/images/ua05/UA05BT_KMY-1-010.png new file mode 100644 index 0000000..ad770b1 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-010.png differ diff --git a/images/ua05/UA05BT_KMY-1-011.png b/images/ua05/UA05BT_KMY-1-011.png new file mode 100644 index 0000000..c09d5ff Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-011.png differ diff --git a/images/ua05/UA05BT_KMY-1-011_p1.png b/images/ua05/UA05BT_KMY-1-011_p1.png new file mode 100644 index 0000000..928cb8c Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-011_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-012.png b/images/ua05/UA05BT_KMY-1-012.png new file mode 100644 index 0000000..f75edc7 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-012.png differ diff --git a/images/ua05/UA05BT_KMY-1-013.png b/images/ua05/UA05BT_KMY-1-013.png new file mode 100644 index 0000000..530e734 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-013.png differ diff --git a/images/ua05/UA05BT_KMY-1-013_p1.png b/images/ua05/UA05BT_KMY-1-013_p1.png new file mode 100644 index 0000000..b906990 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-013_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-014.png b/images/ua05/UA05BT_KMY-1-014.png new file mode 100644 index 0000000..8e3359d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-014.png differ diff --git a/images/ua05/UA05BT_KMY-1-015.png b/images/ua05/UA05BT_KMY-1-015.png new file mode 100644 index 0000000..423f5a6 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-015.png differ diff --git a/images/ua05/UA05BT_KMY-1-016.png b/images/ua05/UA05BT_KMY-1-016.png new file mode 100644 index 0000000..9529f95 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-016.png differ diff --git a/images/ua05/UA05BT_KMY-1-017.png b/images/ua05/UA05BT_KMY-1-017.png new file mode 100644 index 0000000..0d604be Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-017.png differ diff --git a/images/ua05/UA05BT_KMY-1-018.png b/images/ua05/UA05BT_KMY-1-018.png new file mode 100644 index 0000000..2c09e8e Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-018.png differ diff --git a/images/ua05/UA05BT_KMY-1-019.png b/images/ua05/UA05BT_KMY-1-019.png new file mode 100644 index 0000000..38fdafc Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-019.png differ diff --git a/images/ua05/UA05BT_KMY-1-020.png b/images/ua05/UA05BT_KMY-1-020.png new file mode 100644 index 0000000..097d238 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-020.png differ diff --git a/images/ua05/UA05BT_KMY-1-020_p1.png b/images/ua05/UA05BT_KMY-1-020_p1.png new file mode 100644 index 0000000..1b7207b Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-020_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-021.png b/images/ua05/UA05BT_KMY-1-021.png new file mode 100644 index 0000000..64ce77a Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-021.png differ diff --git a/images/ua05/UA05BT_KMY-1-021_p1.png b/images/ua05/UA05BT_KMY-1-021_p1.png new file mode 100644 index 0000000..cd25b4d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-021_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-022.png b/images/ua05/UA05BT_KMY-1-022.png new file mode 100644 index 0000000..e0bbcbb Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-022.png differ diff --git a/images/ua05/UA05BT_KMY-1-023.png b/images/ua05/UA05BT_KMY-1-023.png new file mode 100644 index 0000000..0d3b547 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-023.png differ diff --git a/images/ua05/UA05BT_KMY-1-024.png b/images/ua05/UA05BT_KMY-1-024.png new file mode 100644 index 0000000..6250fd2 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-024.png differ diff --git a/images/ua05/UA05BT_KMY-1-024_p1.png b/images/ua05/UA05BT_KMY-1-024_p1.png new file mode 100644 index 0000000..6047a21 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-024_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-025.png b/images/ua05/UA05BT_KMY-1-025.png new file mode 100644 index 0000000..2a9816a Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-025.png differ diff --git a/images/ua05/UA05BT_KMY-1-025_p1.png b/images/ua05/UA05BT_KMY-1-025_p1.png new file mode 100644 index 0000000..8f5c2bc Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-025_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-026.png b/images/ua05/UA05BT_KMY-1-026.png new file mode 100644 index 0000000..a1595bf Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-026.png differ diff --git a/images/ua05/UA05BT_KMY-1-027.png b/images/ua05/UA05BT_KMY-1-027.png new file mode 100644 index 0000000..47e78bb Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-027.png differ diff --git a/images/ua05/UA05BT_KMY-1-028.png b/images/ua05/UA05BT_KMY-1-028.png new file mode 100644 index 0000000..d7e47da Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-028.png differ diff --git a/images/ua05/UA05BT_KMY-1-029.png b/images/ua05/UA05BT_KMY-1-029.png new file mode 100644 index 0000000..9debd47 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-029.png differ diff --git a/images/ua05/UA05BT_KMY-1-029_p1.png b/images/ua05/UA05BT_KMY-1-029_p1.png new file mode 100644 index 0000000..2563072 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-029_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-030.png b/images/ua05/UA05BT_KMY-1-030.png new file mode 100644 index 0000000..be469bc Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-030.png differ diff --git a/images/ua05/UA05BT_KMY-1-031.png b/images/ua05/UA05BT_KMY-1-031.png new file mode 100644 index 0000000..e62a507 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-031.png differ diff --git a/images/ua05/UA05BT_KMY-1-031_p1.png b/images/ua05/UA05BT_KMY-1-031_p1.png new file mode 100644 index 0000000..ab244d8 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-031_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-032.png b/images/ua05/UA05BT_KMY-1-032.png new file mode 100644 index 0000000..445f22c Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-032.png differ diff --git a/images/ua05/UA05BT_KMY-1-033.png b/images/ua05/UA05BT_KMY-1-033.png new file mode 100644 index 0000000..895cc08 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-033.png differ diff --git a/images/ua05/UA05BT_KMY-1-033_p1.png b/images/ua05/UA05BT_KMY-1-033_p1.png new file mode 100644 index 0000000..f3283e5 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-033_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-034.png b/images/ua05/UA05BT_KMY-1-034.png new file mode 100644 index 0000000..fde3bf5 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-034.png differ diff --git a/images/ua05/UA05BT_KMY-1-035.png b/images/ua05/UA05BT_KMY-1-035.png new file mode 100644 index 0000000..9e799fe Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-035.png differ diff --git a/images/ua05/UA05BT_KMY-1-035_p1.png b/images/ua05/UA05BT_KMY-1-035_p1.png new file mode 100644 index 0000000..dfb4efe Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-035_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-036.png b/images/ua05/UA05BT_KMY-1-036.png new file mode 100644 index 0000000..445fc4e Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-036.png differ diff --git a/images/ua05/UA05BT_KMY-1-037.png b/images/ua05/UA05BT_KMY-1-037.png new file mode 100644 index 0000000..3ba8a4e Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-037.png differ diff --git a/images/ua05/UA05BT_KMY-1-038.png b/images/ua05/UA05BT_KMY-1-038.png new file mode 100644 index 0000000..250812e Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-038.png differ diff --git a/images/ua05/UA05BT_KMY-1-039.png b/images/ua05/UA05BT_KMY-1-039.png new file mode 100644 index 0000000..81d210a Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-039.png differ diff --git a/images/ua05/UA05BT_KMY-1-040.png b/images/ua05/UA05BT_KMY-1-040.png new file mode 100644 index 0000000..d57f1cb Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-040.png differ diff --git a/images/ua05/UA05BT_KMY-1-041.png b/images/ua05/UA05BT_KMY-1-041.png new file mode 100644 index 0000000..037a848 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-041.png differ diff --git a/images/ua05/UA05BT_KMY-1-042.png b/images/ua05/UA05BT_KMY-1-042.png new file mode 100644 index 0000000..26ca5e4 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-042.png differ diff --git a/images/ua05/UA05BT_KMY-1-043.png b/images/ua05/UA05BT_KMY-1-043.png new file mode 100644 index 0000000..170cbb1 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-043.png differ diff --git a/images/ua05/UA05BT_KMY-1-044.png b/images/ua05/UA05BT_KMY-1-044.png new file mode 100644 index 0000000..dc1f49e Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-044.png differ diff --git a/images/ua05/UA05BT_KMY-1-045.png b/images/ua05/UA05BT_KMY-1-045.png new file mode 100644 index 0000000..a3f77dc Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-045.png differ diff --git a/images/ua05/UA05BT_KMY-1-045_p1.png b/images/ua05/UA05BT_KMY-1-045_p1.png new file mode 100644 index 0000000..6432c01 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-045_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-046.png b/images/ua05/UA05BT_KMY-1-046.png new file mode 100644 index 0000000..718591e Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-046.png differ diff --git a/images/ua05/UA05BT_KMY-1-047.png b/images/ua05/UA05BT_KMY-1-047.png new file mode 100644 index 0000000..5fed363 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-047.png differ diff --git a/images/ua05/UA05BT_KMY-1-048.png b/images/ua05/UA05BT_KMY-1-048.png new file mode 100644 index 0000000..4060fbe Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-048.png differ diff --git a/images/ua05/UA05BT_KMY-1-049.png b/images/ua05/UA05BT_KMY-1-049.png new file mode 100644 index 0000000..3f94517 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-049.png differ diff --git a/images/ua05/UA05BT_KMY-1-050.png b/images/ua05/UA05BT_KMY-1-050.png new file mode 100644 index 0000000..105729a Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-050.png differ diff --git a/images/ua05/UA05BT_KMY-1-051.png b/images/ua05/UA05BT_KMY-1-051.png new file mode 100644 index 0000000..75abb70 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-051.png differ diff --git a/images/ua05/UA05BT_KMY-1-052.png b/images/ua05/UA05BT_KMY-1-052.png new file mode 100644 index 0000000..3e7c44a Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-052.png differ diff --git a/images/ua05/UA05BT_KMY-1-052_p1.png b/images/ua05/UA05BT_KMY-1-052_p1.png new file mode 100644 index 0000000..1b922e7 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-052_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-053.png b/images/ua05/UA05BT_KMY-1-053.png new file mode 100644 index 0000000..08ce646 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-053.png differ diff --git a/images/ua05/UA05BT_KMY-1-054.png b/images/ua05/UA05BT_KMY-1-054.png new file mode 100644 index 0000000..fe21013 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-054.png differ diff --git a/images/ua05/UA05BT_KMY-1-055.png b/images/ua05/UA05BT_KMY-1-055.png new file mode 100644 index 0000000..2c69039 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-055.png differ diff --git a/images/ua05/UA05BT_KMY-1-056.png b/images/ua05/UA05BT_KMY-1-056.png new file mode 100644 index 0000000..d8abfac Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-056.png differ diff --git a/images/ua05/UA05BT_KMY-1-056_p1.png b/images/ua05/UA05BT_KMY-1-056_p1.png new file mode 100644 index 0000000..6239a39 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-056_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-057.png b/images/ua05/UA05BT_KMY-1-057.png new file mode 100644 index 0000000..3ebbf53 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-057.png differ diff --git a/images/ua05/UA05BT_KMY-1-058.png b/images/ua05/UA05BT_KMY-1-058.png new file mode 100644 index 0000000..2fd780d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-058.png differ diff --git a/images/ua05/UA05BT_KMY-1-059.png b/images/ua05/UA05BT_KMY-1-059.png new file mode 100644 index 0000000..84d2577 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-059.png differ diff --git a/images/ua05/UA05BT_KMY-1-059_p1.png b/images/ua05/UA05BT_KMY-1-059_p1.png new file mode 100644 index 0000000..78ec0e0 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-059_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-060.png b/images/ua05/UA05BT_KMY-1-060.png new file mode 100644 index 0000000..e1e198a Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-060.png differ diff --git a/images/ua05/UA05BT_KMY-1-061.png b/images/ua05/UA05BT_KMY-1-061.png new file mode 100644 index 0000000..18369ca Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-061.png differ diff --git a/images/ua05/UA05BT_KMY-1-062.png b/images/ua05/UA05BT_KMY-1-062.png new file mode 100644 index 0000000..20e4ac3 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-062.png differ diff --git a/images/ua05/UA05BT_KMY-1-063.png b/images/ua05/UA05BT_KMY-1-063.png new file mode 100644 index 0000000..25df34d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-063.png differ diff --git a/images/ua05/UA05BT_KMY-1-063_p1.png b/images/ua05/UA05BT_KMY-1-063_p1.png new file mode 100644 index 0000000..84f4282 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-063_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-064.png b/images/ua05/UA05BT_KMY-1-064.png new file mode 100644 index 0000000..135306f Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-064.png differ diff --git a/images/ua05/UA05BT_KMY-1-065.png b/images/ua05/UA05BT_KMY-1-065.png new file mode 100644 index 0000000..bf113d0 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-065.png differ diff --git a/images/ua05/UA05BT_KMY-1-066.png b/images/ua05/UA05BT_KMY-1-066.png new file mode 100644 index 0000000..dd6017f Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-066.png differ diff --git a/images/ua05/UA05BT_KMY-1-066_p1.png b/images/ua05/UA05BT_KMY-1-066_p1.png new file mode 100644 index 0000000..cc5fd01 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-066_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-067.png b/images/ua05/UA05BT_KMY-1-067.png new file mode 100644 index 0000000..59a6162 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-067.png differ diff --git a/images/ua05/UA05BT_KMY-1-067_p1.png b/images/ua05/UA05BT_KMY-1-067_p1.png new file mode 100644 index 0000000..22ac129 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-067_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-068.png b/images/ua05/UA05BT_KMY-1-068.png new file mode 100644 index 0000000..fc2b81d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-068.png differ diff --git a/images/ua05/UA05BT_KMY-1-069.png b/images/ua05/UA05BT_KMY-1-069.png new file mode 100644 index 0000000..96225f3 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-069.png differ diff --git a/images/ua05/UA05BT_KMY-1-070.png b/images/ua05/UA05BT_KMY-1-070.png new file mode 100644 index 0000000..74ebc69 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-070.png differ diff --git a/images/ua05/UA05BT_KMY-1-070_p1.png b/images/ua05/UA05BT_KMY-1-070_p1.png new file mode 100644 index 0000000..d19146d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-070_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-071.png b/images/ua05/UA05BT_KMY-1-071.png new file mode 100644 index 0000000..3315586 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-071.png differ diff --git a/images/ua05/UA05BT_KMY-1-071_p1.png b/images/ua05/UA05BT_KMY-1-071_p1.png new file mode 100644 index 0000000..f185f3c Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-071_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-072.png b/images/ua05/UA05BT_KMY-1-072.png new file mode 100644 index 0000000..0f69ddd Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-072.png differ diff --git a/images/ua05/UA05BT_KMY-1-073.png b/images/ua05/UA05BT_KMY-1-073.png new file mode 100644 index 0000000..53f9dff Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-073.png differ diff --git a/images/ua05/UA05BT_KMY-1-074.png b/images/ua05/UA05BT_KMY-1-074.png new file mode 100644 index 0000000..98c3aa9 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-074.png differ diff --git a/images/ua05/UA05BT_KMY-1-075.png b/images/ua05/UA05BT_KMY-1-075.png new file mode 100644 index 0000000..0c1b6d0 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-075.png differ diff --git a/images/ua05/UA05BT_KMY-1-076.png b/images/ua05/UA05BT_KMY-1-076.png new file mode 100644 index 0000000..490e3aa Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-076.png differ diff --git a/images/ua05/UA05BT_KMY-1-077.png b/images/ua05/UA05BT_KMY-1-077.png new file mode 100644 index 0000000..0a47c99 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-077.png differ diff --git a/images/ua05/UA05BT_KMY-1-078.png b/images/ua05/UA05BT_KMY-1-078.png new file mode 100644 index 0000000..07f0704 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-078.png differ diff --git a/images/ua05/UA05BT_KMY-1-078_p1.png b/images/ua05/UA05BT_KMY-1-078_p1.png new file mode 100644 index 0000000..206765d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-078_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-079.png b/images/ua05/UA05BT_KMY-1-079.png new file mode 100644 index 0000000..fc3eb8b Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-079.png differ diff --git a/images/ua05/UA05BT_KMY-1-079_p1.png b/images/ua05/UA05BT_KMY-1-079_p1.png new file mode 100644 index 0000000..076b39d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-079_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-080.png b/images/ua05/UA05BT_KMY-1-080.png new file mode 100644 index 0000000..2148f90 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-080.png differ diff --git a/images/ua05/UA05BT_KMY-1-081.png b/images/ua05/UA05BT_KMY-1-081.png new file mode 100644 index 0000000..1bfdb1c Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-081.png differ diff --git a/images/ua05/UA05BT_KMY-1-082.png b/images/ua05/UA05BT_KMY-1-082.png new file mode 100644 index 0000000..d75b825 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-082.png differ diff --git a/images/ua05/UA05BT_KMY-1-083.png b/images/ua05/UA05BT_KMY-1-083.png new file mode 100644 index 0000000..0b69d13 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-083.png differ diff --git a/images/ua05/UA05BT_KMY-1-084.png b/images/ua05/UA05BT_KMY-1-084.png new file mode 100644 index 0000000..93d3fff Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-084.png differ diff --git a/images/ua05/UA05BT_KMY-1-085.png b/images/ua05/UA05BT_KMY-1-085.png new file mode 100644 index 0000000..7ac95d7 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-085.png differ diff --git a/images/ua05/UA05BT_KMY-1-086.png b/images/ua05/UA05BT_KMY-1-086.png new file mode 100644 index 0000000..2c762e2 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-086.png differ diff --git a/images/ua05/UA05BT_KMY-1-087.png b/images/ua05/UA05BT_KMY-1-087.png new file mode 100644 index 0000000..5637429 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-087.png differ diff --git a/images/ua05/UA05BT_KMY-1-087_p1.png b/images/ua05/UA05BT_KMY-1-087_p1.png new file mode 100644 index 0000000..27eee5c Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-087_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-088.png b/images/ua05/UA05BT_KMY-1-088.png new file mode 100644 index 0000000..a6ca142 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-088.png differ diff --git a/images/ua05/UA05BT_KMY-1-089.png b/images/ua05/UA05BT_KMY-1-089.png new file mode 100644 index 0000000..422e2d7 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-089.png differ diff --git a/images/ua05/UA05BT_KMY-1-090.png b/images/ua05/UA05BT_KMY-1-090.png new file mode 100644 index 0000000..a90984a Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-090.png differ diff --git a/images/ua05/UA05BT_KMY-1-090_p1.png b/images/ua05/UA05BT_KMY-1-090_p1.png new file mode 100644 index 0000000..9f75cec Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-090_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-091.png b/images/ua05/UA05BT_KMY-1-091.png new file mode 100644 index 0000000..a8f93d7 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-091.png differ diff --git a/images/ua05/UA05BT_KMY-1-092.png b/images/ua05/UA05BT_KMY-1-092.png new file mode 100644 index 0000000..a8818cf Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-092.png differ diff --git a/images/ua05/UA05BT_KMY-1-093.png b/images/ua05/UA05BT_KMY-1-093.png new file mode 100644 index 0000000..950b1cc Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-093.png differ diff --git a/images/ua05/UA05BT_KMY-1-094.png b/images/ua05/UA05BT_KMY-1-094.png new file mode 100644 index 0000000..6e43d2d Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-094.png differ diff --git a/images/ua05/UA05BT_KMY-1-095.png b/images/ua05/UA05BT_KMY-1-095.png new file mode 100644 index 0000000..4d1d9e3 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-095.png differ diff --git a/images/ua05/UA05BT_KMY-1-096.png b/images/ua05/UA05BT_KMY-1-096.png new file mode 100644 index 0000000..9284389 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-096.png differ diff --git a/images/ua05/UA05BT_KMY-1-096_p1.png b/images/ua05/UA05BT_KMY-1-096_p1.png new file mode 100644 index 0000000..ab0c910 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-096_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-097.png b/images/ua05/UA05BT_KMY-1-097.png new file mode 100644 index 0000000..7e9b395 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-097.png differ diff --git a/images/ua05/UA05BT_KMY-1-097_p1.png b/images/ua05/UA05BT_KMY-1-097_p1.png new file mode 100644 index 0000000..b458b14 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-097_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-098.png b/images/ua05/UA05BT_KMY-1-098.png new file mode 100644 index 0000000..38ea789 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-098.png differ diff --git a/images/ua05/UA05BT_KMY-1-099.png b/images/ua05/UA05BT_KMY-1-099.png new file mode 100644 index 0000000..1022bee Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-099.png differ diff --git a/images/ua05/UA05BT_KMY-1-099_p1.png b/images/ua05/UA05BT_KMY-1-099_p1.png new file mode 100644 index 0000000..f6b4bfd Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-099_p1.png differ diff --git a/images/ua05/UA05BT_KMY-1-100.png b/images/ua05/UA05BT_KMY-1-100.png new file mode 100644 index 0000000..3017212 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-100.png differ diff --git a/images/ua05/UA05BT_KMY-1-AP01.png b/images/ua05/UA05BT_KMY-1-AP01.png new file mode 100644 index 0000000..31871b9 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-AP01.png differ diff --git a/images/ua05/UA05BT_KMY-1-AP02.png b/images/ua05/UA05BT_KMY-1-AP02.png new file mode 100644 index 0000000..077cca7 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-AP02.png differ diff --git a/images/ua05/UA05BT_KMY-1-AP03.png b/images/ua05/UA05BT_KMY-1-AP03.png new file mode 100644 index 0000000..718bff1 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-AP03.png differ diff --git a/images/ua05/UA05BT_KMY-1-AP04.png b/images/ua05/UA05BT_KMY-1-AP04.png new file mode 100644 index 0000000..dd2992b Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-AP04.png differ diff --git a/images/ua05/UA05BT_KMY-1-AP05.png b/images/ua05/UA05BT_KMY-1-AP05.png new file mode 100644 index 0000000..1df3127 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-AP05.png differ diff --git a/images/ua05/UA05BT_KMY-1-AP06.png b/images/ua05/UA05BT_KMY-1-AP06.png new file mode 100644 index 0000000..0fa0460 Binary files /dev/null and b/images/ua05/UA05BT_KMY-1-AP06.png differ diff --git a/images/ua05/UA05ST_KMY-1-001.png b/images/ua05/UA05ST_KMY-1-001.png new file mode 100644 index 0000000..ee5fabb Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-001.png differ diff --git a/images/ua05/UA05ST_KMY-1-003.png b/images/ua05/UA05ST_KMY-1-003.png new file mode 100644 index 0000000..89cd90a Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-003.png differ diff --git a/images/ua05/UA05ST_KMY-1-004.png b/images/ua05/UA05ST_KMY-1-004.png new file mode 100644 index 0000000..bcffbaf Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-004.png differ diff --git a/images/ua05/UA05ST_KMY-1-005.png b/images/ua05/UA05ST_KMY-1-005.png new file mode 100644 index 0000000..6c0088d Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-005.png differ diff --git a/images/ua05/UA05ST_KMY-1-009.png b/images/ua05/UA05ST_KMY-1-009.png new file mode 100644 index 0000000..9971a61 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-009.png differ diff --git a/images/ua05/UA05ST_KMY-1-014.png b/images/ua05/UA05ST_KMY-1-014.png new file mode 100644 index 0000000..5cd00bf Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-014.png differ diff --git a/images/ua05/UA05ST_KMY-1-015.png b/images/ua05/UA05ST_KMY-1-015.png new file mode 100644 index 0000000..b0530ad Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-015.png differ diff --git a/images/ua05/UA05ST_KMY-1-029.png b/images/ua05/UA05ST_KMY-1-029.png new file mode 100644 index 0000000..b043abc Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-029.png differ diff --git a/images/ua05/UA05ST_KMY-1-033.png b/images/ua05/UA05ST_KMY-1-033.png new file mode 100644 index 0000000..1bbd1b3 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-033.png differ diff --git a/images/ua05/UA05ST_KMY-1-101.png b/images/ua05/UA05ST_KMY-1-101.png new file mode 100644 index 0000000..37a9810 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-101.png differ diff --git a/images/ua05/UA05ST_KMY-1-102.png b/images/ua05/UA05ST_KMY-1-102.png new file mode 100644 index 0000000..a042bcc Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-102.png differ diff --git a/images/ua05/UA05ST_KMY-1-103.png b/images/ua05/UA05ST_KMY-1-103.png new file mode 100644 index 0000000..d71270c Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-103.png differ diff --git a/images/ua05/UA05ST_KMY-1-104.png b/images/ua05/UA05ST_KMY-1-104.png new file mode 100644 index 0000000..3f0c293 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-104.png differ diff --git a/images/ua05/UA05ST_KMY-1-105.png b/images/ua05/UA05ST_KMY-1-105.png new file mode 100644 index 0000000..732e349 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-105.png differ diff --git a/images/ua05/UA05ST_KMY-1-106.png b/images/ua05/UA05ST_KMY-1-106.png new file mode 100644 index 0000000..0243662 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-106.png differ diff --git a/images/ua05/UA05ST_KMY-1-107.png b/images/ua05/UA05ST_KMY-1-107.png new file mode 100644 index 0000000..68a3f34 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-107.png differ diff --git a/images/ua05/UA05ST_KMY-1-108.png b/images/ua05/UA05ST_KMY-1-108.png new file mode 100644 index 0000000..ce9e793 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-108.png differ diff --git a/images/ua05/UA05ST_KMY-1-109.png b/images/ua05/UA05ST_KMY-1-109.png new file mode 100644 index 0000000..a8d560a Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-109.png differ diff --git a/images/ua05/UA05ST_KMY-1-AP01.png b/images/ua05/UA05ST_KMY-1-AP01.png new file mode 100644 index 0000000..c1f87c4 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-AP01.png differ diff --git a/images/ua05/UA05ST_KMY-1-AP02.png b/images/ua05/UA05ST_KMY-1-AP02.png new file mode 100644 index 0000000..d5afa06 Binary files /dev/null and b/images/ua05/UA05ST_KMY-1-AP02.png differ diff --git a/images/ua05/UAPR_KMY-1-006.png b/images/ua05/UAPR_KMY-1-006.png new file mode 100644 index 0000000..e1f0a64 Binary files /dev/null and b/images/ua05/UAPR_KMY-1-006.png differ diff --git a/images/ua05/UAPR_KMY-1-008.png b/images/ua05/UAPR_KMY-1-008.png new file mode 100644 index 0000000..af89e47 Binary files /dev/null and b/images/ua05/UAPR_KMY-1-008.png differ diff --git a/images/ua05/UAPR_KMY-1-008_p1.png b/images/ua05/UAPR_KMY-1-008_p1.png new file mode 100644 index 0000000..7194e31 Binary files /dev/null and b/images/ua05/UAPR_KMY-1-008_p1.png differ diff --git a/images/ua05/UAPR_KMY-1-015.png b/images/ua05/UAPR_KMY-1-015.png new file mode 100644 index 0000000..713a703 Binary files /dev/null and b/images/ua05/UAPR_KMY-1-015.png differ diff --git a/images/ua05/UAPR_KMY-1-072.png b/images/ua05/UAPR_KMY-1-072.png new file mode 100644 index 0000000..3a2f8db Binary files /dev/null and b/images/ua05/UAPR_KMY-1-072.png differ diff --git a/images/ua05/UAPR_KMY-1-074.png b/images/ua05/UAPR_KMY-1-074.png new file mode 100644 index 0000000..2106232 Binary files /dev/null and b/images/ua05/UAPR_KMY-1-074.png differ diff --git a/images/ua05/UAPR_KMY-1-089.png b/images/ua05/UAPR_KMY-1-089.png new file mode 100644 index 0000000..2bd2be0 Binary files /dev/null and b/images/ua05/UAPR_KMY-1-089.png differ diff --git a/images/ua05/UAPR_KMY-3-021.png b/images/ua05/UAPR_KMY-3-021.png new file mode 100644 index 0000000..ccc8ace Binary files /dev/null and b/images/ua05/UAPR_KMY-3-021.png differ diff --git a/images/ua05/UAPR_KMY-3-021_p1.png b/images/ua05/UAPR_KMY-3-021_p1.png new file mode 100644 index 0000000..d896ab0 Binary files /dev/null and b/images/ua05/UAPR_KMY-3-021_p1.png differ diff --git a/images/ua05/UAPR_KMY-3-031.png b/images/ua05/UAPR_KMY-3-031.png new file mode 100644 index 0000000..4d553bc Binary files /dev/null and b/images/ua05/UAPR_KMY-3-031.png differ diff --git a/images/ua05/UAPR_KMY-3-037.png b/images/ua05/UAPR_KMY-3-037.png new file mode 100644 index 0000000..0d764c3 Binary files /dev/null and b/images/ua05/UAPR_KMY-3-037.png differ diff --git a/images/ua05/UAPR_KMY-3-039.png b/images/ua05/UAPR_KMY-3-039.png new file mode 100644 index 0000000..4922fbf Binary files /dev/null and b/images/ua05/UAPR_KMY-3-039.png differ diff --git a/images/ua05/UAPR_KMY-3-039_p1.png b/images/ua05/UAPR_KMY-3-039_p1.png new file mode 100644 index 0000000..8d33100 Binary files /dev/null and b/images/ua05/UAPR_KMY-3-039_p1.png differ diff --git a/images/ua05/UAPR_KMY-AP01.png b/images/ua05/UAPR_KMY-AP01.png new file mode 100644 index 0000000..6b605ba Binary files /dev/null and b/images/ua05/UAPR_KMY-AP01.png differ diff --git a/images/ua05/UAPR_KMY-AP02.png b/images/ua05/UAPR_KMY-AP02.png new file mode 100644 index 0000000..163a555 Binary files /dev/null and b/images/ua05/UAPR_KMY-AP02.png differ diff --git a/images/ua05/UAPR_KMY-P-001.png b/images/ua05/UAPR_KMY-P-001.png new file mode 100644 index 0000000..8a14020 Binary files /dev/null and b/images/ua05/UAPR_KMY-P-001.png differ diff --git a/images/ua05/UAPR_KMY-P-002.png b/images/ua05/UAPR_KMY-P-002.png new file mode 100644 index 0000000..48dbfb0 Binary files /dev/null and b/images/ua05/UAPR_KMY-P-002.png differ diff --git a/images/ua05/UAPR_KMY-P-003.png b/images/ua05/UAPR_KMY-P-003.png new file mode 100644 index 0000000..41197c9 Binary files /dev/null and b/images/ua05/UAPR_KMY-P-003.png differ diff --git a/images/ua06/UA06BT_TOA-1-001.png b/images/ua06/UA06BT_TOA-1-001.png new file mode 100644 index 0000000..7670117 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-001.png differ diff --git a/images/ua06/UA06BT_TOA-1-002.png b/images/ua06/UA06BT_TOA-1-002.png new file mode 100644 index 0000000..817ba45 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-002.png differ diff --git a/images/ua06/UA06BT_TOA-1-003.png b/images/ua06/UA06BT_TOA-1-003.png new file mode 100644 index 0000000..6db9cd0 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-003.png differ diff --git a/images/ua06/UA06BT_TOA-1-004.png b/images/ua06/UA06BT_TOA-1-004.png new file mode 100644 index 0000000..030ed95 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-004.png differ diff --git a/images/ua06/UA06BT_TOA-1-005.png b/images/ua06/UA06BT_TOA-1-005.png new file mode 100644 index 0000000..a486ce1 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-005.png differ diff --git a/images/ua06/UA06BT_TOA-1-006.png b/images/ua06/UA06BT_TOA-1-006.png new file mode 100644 index 0000000..0adce8e Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-006.png differ diff --git a/images/ua06/UA06BT_TOA-1-006_p1.png b/images/ua06/UA06BT_TOA-1-006_p1.png new file mode 100644 index 0000000..42d5256 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-006_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-007.png b/images/ua06/UA06BT_TOA-1-007.png new file mode 100644 index 0000000..8e0848a Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-007.png differ diff --git a/images/ua06/UA06BT_TOA-1-007_p1.png b/images/ua06/UA06BT_TOA-1-007_p1.png new file mode 100644 index 0000000..52b8dee Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-007_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-008.png b/images/ua06/UA06BT_TOA-1-008.png new file mode 100644 index 0000000..dc74642 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-008.png differ diff --git a/images/ua06/UA06BT_TOA-1-009.png b/images/ua06/UA06BT_TOA-1-009.png new file mode 100644 index 0000000..f356b88 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-009.png differ diff --git a/images/ua06/UA06BT_TOA-1-010.png b/images/ua06/UA06BT_TOA-1-010.png new file mode 100644 index 0000000..b0a216a Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-010.png differ diff --git a/images/ua06/UA06BT_TOA-1-011.png b/images/ua06/UA06BT_TOA-1-011.png new file mode 100644 index 0000000..41ae659 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-011.png differ diff --git a/images/ua06/UA06BT_TOA-1-012.png b/images/ua06/UA06BT_TOA-1-012.png new file mode 100644 index 0000000..e54040c Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-012.png differ diff --git a/images/ua06/UA06BT_TOA-1-013.png b/images/ua06/UA06BT_TOA-1-013.png new file mode 100644 index 0000000..4a35413 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-013.png differ diff --git a/images/ua06/UA06BT_TOA-1-014.png b/images/ua06/UA06BT_TOA-1-014.png new file mode 100644 index 0000000..c04f6ac Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-014.png differ diff --git a/images/ua06/UA06BT_TOA-1-014_p1.png b/images/ua06/UA06BT_TOA-1-014_p1.png new file mode 100644 index 0000000..2b8804a Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-014_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-015.png b/images/ua06/UA06BT_TOA-1-015.png new file mode 100644 index 0000000..d03bdcb Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-015.png differ diff --git a/images/ua06/UA06BT_TOA-1-016.png b/images/ua06/UA06BT_TOA-1-016.png new file mode 100644 index 0000000..139da80 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-016.png differ diff --git a/images/ua06/UA06BT_TOA-1-017.png b/images/ua06/UA06BT_TOA-1-017.png new file mode 100644 index 0000000..44fec57 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-017.png differ diff --git a/images/ua06/UA06BT_TOA-1-018.png b/images/ua06/UA06BT_TOA-1-018.png new file mode 100644 index 0000000..02495f1 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-018.png differ diff --git a/images/ua06/UA06BT_TOA-1-019.png b/images/ua06/UA06BT_TOA-1-019.png new file mode 100644 index 0000000..4338cca Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-019.png differ diff --git a/images/ua06/UA06BT_TOA-1-020.png b/images/ua06/UA06BT_TOA-1-020.png new file mode 100644 index 0000000..68d14d9 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-020.png differ diff --git a/images/ua06/UA06BT_TOA-1-020_p1.png b/images/ua06/UA06BT_TOA-1-020_p1.png new file mode 100644 index 0000000..0ea0194 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-020_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-021.png b/images/ua06/UA06BT_TOA-1-021.png new file mode 100644 index 0000000..a9fbc82 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-021.png differ diff --git a/images/ua06/UA06BT_TOA-1-021_p2.png b/images/ua06/UA06BT_TOA-1-021_p2.png new file mode 100644 index 0000000..cdba22b Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-021_p2.png differ diff --git a/images/ua06/UA06BT_TOA-1-022.png b/images/ua06/UA06BT_TOA-1-022.png new file mode 100644 index 0000000..36e424b Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-022.png differ diff --git a/images/ua06/UA06BT_TOA-1-023.png b/images/ua06/UA06BT_TOA-1-023.png new file mode 100644 index 0000000..4020ca4 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-023.png differ diff --git a/images/ua06/UA06BT_TOA-1-024.png b/images/ua06/UA06BT_TOA-1-024.png new file mode 100644 index 0000000..b5fc18f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-024.png differ diff --git a/images/ua06/UA06BT_TOA-1-025.png b/images/ua06/UA06BT_TOA-1-025.png new file mode 100644 index 0000000..5661598 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-025.png differ diff --git a/images/ua06/UA06BT_TOA-1-025_p1.png b/images/ua06/UA06BT_TOA-1-025_p1.png new file mode 100644 index 0000000..fed8a8f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-025_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-026.png b/images/ua06/UA06BT_TOA-1-026.png new file mode 100644 index 0000000..59e673f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-026.png differ diff --git a/images/ua06/UA06BT_TOA-1-027.png b/images/ua06/UA06BT_TOA-1-027.png new file mode 100644 index 0000000..67ab6c0 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-027.png differ diff --git a/images/ua06/UA06BT_TOA-1-028.png b/images/ua06/UA06BT_TOA-1-028.png new file mode 100644 index 0000000..3bdc725 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-028.png differ diff --git a/images/ua06/UA06BT_TOA-1-029.png b/images/ua06/UA06BT_TOA-1-029.png new file mode 100644 index 0000000..e53f10d Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-029.png differ diff --git a/images/ua06/UA06BT_TOA-1-030.png b/images/ua06/UA06BT_TOA-1-030.png new file mode 100644 index 0000000..3dbba22 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-030.png differ diff --git a/images/ua06/UA06BT_TOA-1-030_p1.png b/images/ua06/UA06BT_TOA-1-030_p1.png new file mode 100644 index 0000000..2dd9ba3 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-030_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-031.png b/images/ua06/UA06BT_TOA-1-031.png new file mode 100644 index 0000000..54476cf Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-031.png differ diff --git a/images/ua06/UA06BT_TOA-1-031_p1.png b/images/ua06/UA06BT_TOA-1-031_p1.png new file mode 100644 index 0000000..21276ae Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-031_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-032.png b/images/ua06/UA06BT_TOA-1-032.png new file mode 100644 index 0000000..bee0fbe Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-032.png differ diff --git a/images/ua06/UA06BT_TOA-1-033.png b/images/ua06/UA06BT_TOA-1-033.png new file mode 100644 index 0000000..b8cfd02 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-033.png differ diff --git a/images/ua06/UA06BT_TOA-1-033_p1.png b/images/ua06/UA06BT_TOA-1-033_p1.png new file mode 100644 index 0000000..17d1ca8 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-033_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-034.png b/images/ua06/UA06BT_TOA-1-034.png new file mode 100644 index 0000000..2cb445f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-034.png differ diff --git a/images/ua06/UA06BT_TOA-1-035.png b/images/ua06/UA06BT_TOA-1-035.png new file mode 100644 index 0000000..0ee5411 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-035.png differ diff --git a/images/ua06/UA06BT_TOA-1-036.png b/images/ua06/UA06BT_TOA-1-036.png new file mode 100644 index 0000000..2d14796 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-036.png differ diff --git a/images/ua06/UA06BT_TOA-1-037.png b/images/ua06/UA06BT_TOA-1-037.png new file mode 100644 index 0000000..18e5275 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-037.png differ diff --git a/images/ua06/UA06BT_TOA-1-038.png b/images/ua06/UA06BT_TOA-1-038.png new file mode 100644 index 0000000..322efa3 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-038.png differ diff --git a/images/ua06/UA06BT_TOA-1-039.png b/images/ua06/UA06BT_TOA-1-039.png new file mode 100644 index 0000000..40d1933 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-039.png differ diff --git a/images/ua06/UA06BT_TOA-1-040.png b/images/ua06/UA06BT_TOA-1-040.png new file mode 100644 index 0000000..4d22efc Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-040.png differ diff --git a/images/ua06/UA06BT_TOA-1-040_p1.png b/images/ua06/UA06BT_TOA-1-040_p1.png new file mode 100644 index 0000000..36b2dcb Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-040_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-041.png b/images/ua06/UA06BT_TOA-1-041.png new file mode 100644 index 0000000..3d106b4 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-041.png differ diff --git a/images/ua06/UA06BT_TOA-1-042.png b/images/ua06/UA06BT_TOA-1-042.png new file mode 100644 index 0000000..1c2e7fe Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-042.png differ diff --git a/images/ua06/UA06BT_TOA-1-043.png b/images/ua06/UA06BT_TOA-1-043.png new file mode 100644 index 0000000..76552cd Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-043.png differ diff --git a/images/ua06/UA06BT_TOA-1-044.png b/images/ua06/UA06BT_TOA-1-044.png new file mode 100644 index 0000000..465e4f5 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-044.png differ diff --git a/images/ua06/UA06BT_TOA-1-044_p1.png b/images/ua06/UA06BT_TOA-1-044_p1.png new file mode 100644 index 0000000..7447256 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-044_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-045.png b/images/ua06/UA06BT_TOA-1-045.png new file mode 100644 index 0000000..e0c33a5 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-045.png differ diff --git a/images/ua06/UA06BT_TOA-1-046.png b/images/ua06/UA06BT_TOA-1-046.png new file mode 100644 index 0000000..bdc2a59 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-046.png differ diff --git a/images/ua06/UA06BT_TOA-1-047.png b/images/ua06/UA06BT_TOA-1-047.png new file mode 100644 index 0000000..3adbae5 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-047.png differ diff --git a/images/ua06/UA06BT_TOA-1-047_p1.png b/images/ua06/UA06BT_TOA-1-047_p1.png new file mode 100644 index 0000000..9e455ce Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-047_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-048.png b/images/ua06/UA06BT_TOA-1-048.png new file mode 100644 index 0000000..07486d8 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-048.png differ diff --git a/images/ua06/UA06BT_TOA-1-048_p1.png b/images/ua06/UA06BT_TOA-1-048_p1.png new file mode 100644 index 0000000..2811b81 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-048_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-049.png b/images/ua06/UA06BT_TOA-1-049.png new file mode 100644 index 0000000..5be78e2 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-049.png differ diff --git a/images/ua06/UA06BT_TOA-1-050.png b/images/ua06/UA06BT_TOA-1-050.png new file mode 100644 index 0000000..f9455a2 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-050.png differ diff --git a/images/ua06/UA06BT_TOA-1-051.png b/images/ua06/UA06BT_TOA-1-051.png new file mode 100644 index 0000000..5ab0682 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-051.png differ diff --git a/images/ua06/UA06BT_TOA-1-051_p1.png b/images/ua06/UA06BT_TOA-1-051_p1.png new file mode 100644 index 0000000..7481ce2 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-051_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-052.png b/images/ua06/UA06BT_TOA-1-052.png new file mode 100644 index 0000000..779668b Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-052.png differ diff --git a/images/ua06/UA06BT_TOA-1-052_p1.png b/images/ua06/UA06BT_TOA-1-052_p1.png new file mode 100644 index 0000000..759cd20 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-052_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-053.png b/images/ua06/UA06BT_TOA-1-053.png new file mode 100644 index 0000000..4ee2bba Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-053.png differ diff --git a/images/ua06/UA06BT_TOA-1-054.png b/images/ua06/UA06BT_TOA-1-054.png new file mode 100644 index 0000000..bb4e57f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-054.png differ diff --git a/images/ua06/UA06BT_TOA-1-055.png b/images/ua06/UA06BT_TOA-1-055.png new file mode 100644 index 0000000..dca09ae Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-055.png differ diff --git a/images/ua06/UA06BT_TOA-1-056.png b/images/ua06/UA06BT_TOA-1-056.png new file mode 100644 index 0000000..bd10900 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-056.png differ diff --git a/images/ua06/UA06BT_TOA-1-057.png b/images/ua06/UA06BT_TOA-1-057.png new file mode 100644 index 0000000..e4791c5 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-057.png differ diff --git a/images/ua06/UA06BT_TOA-1-058.png b/images/ua06/UA06BT_TOA-1-058.png new file mode 100644 index 0000000..e16ad0e Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-058.png differ diff --git a/images/ua06/UA06BT_TOA-1-059.png b/images/ua06/UA06BT_TOA-1-059.png new file mode 100644 index 0000000..3911297 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-059.png differ diff --git a/images/ua06/UA06BT_TOA-1-060.png b/images/ua06/UA06BT_TOA-1-060.png new file mode 100644 index 0000000..08590ed Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-060.png differ diff --git a/images/ua06/UA06BT_TOA-1-061.png b/images/ua06/UA06BT_TOA-1-061.png new file mode 100644 index 0000000..cc45832 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-061.png differ diff --git a/images/ua06/UA06BT_TOA-1-061_p1.png b/images/ua06/UA06BT_TOA-1-061_p1.png new file mode 100644 index 0000000..c0d55cd Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-061_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-062.png b/images/ua06/UA06BT_TOA-1-062.png new file mode 100644 index 0000000..37ac499 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-062.png differ diff --git a/images/ua06/UA06BT_TOA-1-062_p1.png b/images/ua06/UA06BT_TOA-1-062_p1.png new file mode 100644 index 0000000..75759ed Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-062_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-063.png b/images/ua06/UA06BT_TOA-1-063.png new file mode 100644 index 0000000..185bde4 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-063.png differ diff --git a/images/ua06/UA06BT_TOA-1-064.png b/images/ua06/UA06BT_TOA-1-064.png new file mode 100644 index 0000000..093ba9f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-064.png differ diff --git a/images/ua06/UA06BT_TOA-1-065.png b/images/ua06/UA06BT_TOA-1-065.png new file mode 100644 index 0000000..c54bfcd Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-065.png differ diff --git a/images/ua06/UA06BT_TOA-1-066.png b/images/ua06/UA06BT_TOA-1-066.png new file mode 100644 index 0000000..6b19184 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-066.png differ diff --git a/images/ua06/UA06BT_TOA-1-067.png b/images/ua06/UA06BT_TOA-1-067.png new file mode 100644 index 0000000..5170b4a Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-067.png differ diff --git a/images/ua06/UA06BT_TOA-1-067_p1.png b/images/ua06/UA06BT_TOA-1-067_p1.png new file mode 100644 index 0000000..21d806d Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-067_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-068.png b/images/ua06/UA06BT_TOA-1-068.png new file mode 100644 index 0000000..0ee04b4 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-068.png differ diff --git a/images/ua06/UA06BT_TOA-1-069.png b/images/ua06/UA06BT_TOA-1-069.png new file mode 100644 index 0000000..cbf7ff9 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-069.png differ diff --git a/images/ua06/UA06BT_TOA-1-069_p1.png b/images/ua06/UA06BT_TOA-1-069_p1.png new file mode 100644 index 0000000..44c4a94 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-069_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-070.png b/images/ua06/UA06BT_TOA-1-070.png new file mode 100644 index 0000000..07a9f94 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-070.png differ diff --git a/images/ua06/UA06BT_TOA-1-070_p1.png b/images/ua06/UA06BT_TOA-1-070_p1.png new file mode 100644 index 0000000..3f7ab09 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-070_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-070_p2.png b/images/ua06/UA06BT_TOA-1-070_p2.png new file mode 100644 index 0000000..82cc33a Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-070_p2.png differ diff --git a/images/ua06/UA06BT_TOA-1-071.png b/images/ua06/UA06BT_TOA-1-071.png new file mode 100644 index 0000000..34430cc Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-071.png differ diff --git a/images/ua06/UA06BT_TOA-1-072.png b/images/ua06/UA06BT_TOA-1-072.png new file mode 100644 index 0000000..0513ffd Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-072.png differ diff --git a/images/ua06/UA06BT_TOA-1-073.png b/images/ua06/UA06BT_TOA-1-073.png new file mode 100644 index 0000000..7164929 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-073.png differ diff --git a/images/ua06/UA06BT_TOA-1-074.png b/images/ua06/UA06BT_TOA-1-074.png new file mode 100644 index 0000000..88fee5e Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-074.png differ diff --git a/images/ua06/UA06BT_TOA-1-075.png b/images/ua06/UA06BT_TOA-1-075.png new file mode 100644 index 0000000..b63ba14 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-075.png differ diff --git a/images/ua06/UA06BT_TOA-1-076.png b/images/ua06/UA06BT_TOA-1-076.png new file mode 100644 index 0000000..faa1a3f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-076.png differ diff --git a/images/ua06/UA06BT_TOA-1-077.png b/images/ua06/UA06BT_TOA-1-077.png new file mode 100644 index 0000000..73b7333 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-077.png differ diff --git a/images/ua06/UA06BT_TOA-1-078.png b/images/ua06/UA06BT_TOA-1-078.png new file mode 100644 index 0000000..51116ca Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-078.png differ diff --git a/images/ua06/UA06BT_TOA-1-079.png b/images/ua06/UA06BT_TOA-1-079.png new file mode 100644 index 0000000..0f7f19b Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-079.png differ diff --git a/images/ua06/UA06BT_TOA-1-079_p1.png b/images/ua06/UA06BT_TOA-1-079_p1.png new file mode 100644 index 0000000..67b6770 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-079_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-080.png b/images/ua06/UA06BT_TOA-1-080.png new file mode 100644 index 0000000..4056912 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-080.png differ diff --git a/images/ua06/UA06BT_TOA-1-081.png b/images/ua06/UA06BT_TOA-1-081.png new file mode 100644 index 0000000..49f7a72 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-081.png differ diff --git a/images/ua06/UA06BT_TOA-1-082.png b/images/ua06/UA06BT_TOA-1-082.png new file mode 100644 index 0000000..a46a699 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-082.png differ diff --git a/images/ua06/UA06BT_TOA-1-083.png b/images/ua06/UA06BT_TOA-1-083.png new file mode 100644 index 0000000..a6f4ddb Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-083.png differ diff --git a/images/ua06/UA06BT_TOA-1-084.png b/images/ua06/UA06BT_TOA-1-084.png new file mode 100644 index 0000000..73b8967 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-084.png differ diff --git a/images/ua06/UA06BT_TOA-1-085.png b/images/ua06/UA06BT_TOA-1-085.png new file mode 100644 index 0000000..063e694 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-085.png differ diff --git a/images/ua06/UA06BT_TOA-1-086.png b/images/ua06/UA06BT_TOA-1-086.png new file mode 100644 index 0000000..e37b1bf Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-086.png differ diff --git a/images/ua06/UA06BT_TOA-1-087.png b/images/ua06/UA06BT_TOA-1-087.png new file mode 100644 index 0000000..d63481f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-087.png differ diff --git a/images/ua06/UA06BT_TOA-1-088.png b/images/ua06/UA06BT_TOA-1-088.png new file mode 100644 index 0000000..eee66fe Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-088.png differ diff --git a/images/ua06/UA06BT_TOA-1-088_p1.png b/images/ua06/UA06BT_TOA-1-088_p1.png new file mode 100644 index 0000000..474b43a Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-088_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-089.png b/images/ua06/UA06BT_TOA-1-089.png new file mode 100644 index 0000000..34ca3b7 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-089.png differ diff --git a/images/ua06/UA06BT_TOA-1-090.png b/images/ua06/UA06BT_TOA-1-090.png new file mode 100644 index 0000000..71616b8 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-090.png differ diff --git a/images/ua06/UA06BT_TOA-1-091.png b/images/ua06/UA06BT_TOA-1-091.png new file mode 100644 index 0000000..3498c7f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-091.png differ diff --git a/images/ua06/UA06BT_TOA-1-091_p1.png b/images/ua06/UA06BT_TOA-1-091_p1.png new file mode 100644 index 0000000..aa221b5 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-091_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-092.png b/images/ua06/UA06BT_TOA-1-092.png new file mode 100644 index 0000000..03e768d Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-092.png differ diff --git a/images/ua06/UA06BT_TOA-1-092_p1.png b/images/ua06/UA06BT_TOA-1-092_p1.png new file mode 100644 index 0000000..8837388 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-092_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-093.png b/images/ua06/UA06BT_TOA-1-093.png new file mode 100644 index 0000000..0727549 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-093.png differ diff --git a/images/ua06/UA06BT_TOA-1-094.png b/images/ua06/UA06BT_TOA-1-094.png new file mode 100644 index 0000000..c563e06 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-094.png differ diff --git a/images/ua06/UA06BT_TOA-1-095.png b/images/ua06/UA06BT_TOA-1-095.png new file mode 100644 index 0000000..9bb584c Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-095.png differ diff --git a/images/ua06/UA06BT_TOA-1-095_p1.png b/images/ua06/UA06BT_TOA-1-095_p1.png new file mode 100644 index 0000000..4af8c88 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-095_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-096.png b/images/ua06/UA06BT_TOA-1-096.png new file mode 100644 index 0000000..bc2666f Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-096.png differ diff --git a/images/ua06/UA06BT_TOA-1-096_p1.png b/images/ua06/UA06BT_TOA-1-096_p1.png new file mode 100644 index 0000000..67e2f01 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-096_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-097.png b/images/ua06/UA06BT_TOA-1-097.png new file mode 100644 index 0000000..42ead55 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-097.png differ diff --git a/images/ua06/UA06BT_TOA-1-097_p1.png b/images/ua06/UA06BT_TOA-1-097_p1.png new file mode 100644 index 0000000..0f6d6b7 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-097_p1.png differ diff --git a/images/ua06/UA06BT_TOA-1-098.png b/images/ua06/UA06BT_TOA-1-098.png new file mode 100644 index 0000000..aec3ff6 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-098.png differ diff --git a/images/ua06/UA06BT_TOA-1-099.png b/images/ua06/UA06BT_TOA-1-099.png new file mode 100644 index 0000000..313d910 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-099.png differ diff --git a/images/ua06/UA06BT_TOA-1-100.png b/images/ua06/UA06BT_TOA-1-100.png new file mode 100644 index 0000000..d8dfc53 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-100.png differ diff --git a/images/ua06/UA06BT_TOA-1-AP01.png b/images/ua06/UA06BT_TOA-1-AP01.png new file mode 100644 index 0000000..31ccb33 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-AP01.png differ diff --git a/images/ua06/UA06BT_TOA-1-AP02.png b/images/ua06/UA06BT_TOA-1-AP02.png new file mode 100644 index 0000000..71878a9 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-AP02.png differ diff --git a/images/ua06/UA06BT_TOA-1-AP03.png b/images/ua06/UA06BT_TOA-1-AP03.png new file mode 100644 index 0000000..2356a4c Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-AP03.png differ diff --git a/images/ua06/UA06BT_TOA-1-AP04.png b/images/ua06/UA06BT_TOA-1-AP04.png new file mode 100644 index 0000000..472a746 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-AP04.png differ diff --git a/images/ua06/UA06BT_TOA-1-AP05.png b/images/ua06/UA06BT_TOA-1-AP05.png new file mode 100644 index 0000000..e8d3493 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-AP05.png differ diff --git a/images/ua06/UA06BT_TOA-1-AP06.png b/images/ua06/UA06BT_TOA-1-AP06.png new file mode 100644 index 0000000..680c982 Binary files /dev/null and b/images/ua06/UA06BT_TOA-1-AP06.png differ diff --git a/images/ua06/UA06ST_TOA-1-068.png b/images/ua06/UA06ST_TOA-1-068.png new file mode 100644 index 0000000..b950fa8 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-068.png differ diff --git a/images/ua06/UA06ST_TOA-1-075.png b/images/ua06/UA06ST_TOA-1-075.png new file mode 100644 index 0000000..705016a Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-075.png differ diff --git a/images/ua06/UA06ST_TOA-1-076.png b/images/ua06/UA06ST_TOA-1-076.png new file mode 100644 index 0000000..c98e8f8 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-076.png differ diff --git a/images/ua06/UA06ST_TOA-1-077.png b/images/ua06/UA06ST_TOA-1-077.png new file mode 100644 index 0000000..d5e768b Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-077.png differ diff --git a/images/ua06/UA06ST_TOA-1-080.png b/images/ua06/UA06ST_TOA-1-080.png new file mode 100644 index 0000000..2592be2 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-080.png differ diff --git a/images/ua06/UA06ST_TOA-1-084.png b/images/ua06/UA06ST_TOA-1-084.png new file mode 100644 index 0000000..7010849 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-084.png differ diff --git a/images/ua06/UA06ST_TOA-1-087.png b/images/ua06/UA06ST_TOA-1-087.png new file mode 100644 index 0000000..d7f7934 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-087.png differ diff --git a/images/ua06/UA06ST_TOA-1-096.png b/images/ua06/UA06ST_TOA-1-096.png new file mode 100644 index 0000000..c6e3b27 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-096.png differ diff --git a/images/ua06/UA06ST_TOA-1-097.png b/images/ua06/UA06ST_TOA-1-097.png new file mode 100644 index 0000000..3ae0bc2 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-097.png differ diff --git a/images/ua06/UA06ST_TOA-1-101.png b/images/ua06/UA06ST_TOA-1-101.png new file mode 100644 index 0000000..7727198 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-101.png differ diff --git a/images/ua06/UA06ST_TOA-1-102.png b/images/ua06/UA06ST_TOA-1-102.png new file mode 100644 index 0000000..9703930 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-102.png differ diff --git a/images/ua06/UA06ST_TOA-1-103.png b/images/ua06/UA06ST_TOA-1-103.png new file mode 100644 index 0000000..cb05257 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-103.png differ diff --git a/images/ua06/UA06ST_TOA-1-104.png b/images/ua06/UA06ST_TOA-1-104.png new file mode 100644 index 0000000..d506a52 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-104.png differ diff --git a/images/ua06/UA06ST_TOA-1-105.png b/images/ua06/UA06ST_TOA-1-105.png new file mode 100644 index 0000000..d0d0f78 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-105.png differ diff --git a/images/ua06/UA06ST_TOA-1-106.png b/images/ua06/UA06ST_TOA-1-106.png new file mode 100644 index 0000000..ead680b Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-106.png differ diff --git a/images/ua06/UA06ST_TOA-1-107.png b/images/ua06/UA06ST_TOA-1-107.png new file mode 100644 index 0000000..7320009 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-107.png differ diff --git a/images/ua06/UA06ST_TOA-1-108.png b/images/ua06/UA06ST_TOA-1-108.png new file mode 100644 index 0000000..c173793 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-108.png differ diff --git a/images/ua06/UA06ST_TOA-1-109.png b/images/ua06/UA06ST_TOA-1-109.png new file mode 100644 index 0000000..b0865e2 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-109.png differ diff --git a/images/ua06/UA06ST_TOA-1-AP01.png b/images/ua06/UA06ST_TOA-1-AP01.png new file mode 100644 index 0000000..d26ec4b Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-AP01.png differ diff --git a/images/ua06/UA06ST_TOA-1-AP02.png b/images/ua06/UA06ST_TOA-1-AP02.png new file mode 100644 index 0000000..d473bd9 Binary files /dev/null and b/images/ua06/UA06ST_TOA-1-AP02.png differ diff --git a/images/ua06/UAPR_TOA-1-003.png b/images/ua06/UAPR_TOA-1-003.png new file mode 100644 index 0000000..ccfcc56 Binary files /dev/null and b/images/ua06/UAPR_TOA-1-003.png differ diff --git a/images/ua06/UAPR_TOA-1-016.png b/images/ua06/UAPR_TOA-1-016.png new file mode 100644 index 0000000..9ae662a Binary files /dev/null and b/images/ua06/UAPR_TOA-1-016.png differ diff --git a/images/ua06/UAPR_TOA-1-070.png b/images/ua06/UAPR_TOA-1-070.png new file mode 100644 index 0000000..d98a1e4 Binary files /dev/null and b/images/ua06/UAPR_TOA-1-070.png differ diff --git a/images/ua06/UAPR_TOA-1-070_p1.png b/images/ua06/UAPR_TOA-1-070_p1.png new file mode 100644 index 0000000..6316108 Binary files /dev/null and b/images/ua06/UAPR_TOA-1-070_p1.png differ diff --git a/images/ua06/UAPR_TOA-1-109.png b/images/ua06/UAPR_TOA-1-109.png new file mode 100644 index 0000000..7735dda Binary files /dev/null and b/images/ua06/UAPR_TOA-1-109.png differ diff --git a/images/ua06/UAPR_TOA-AP01.png b/images/ua06/UAPR_TOA-AP01.png new file mode 100644 index 0000000..190fd53 Binary files /dev/null and b/images/ua06/UAPR_TOA-AP01.png differ diff --git a/images/ua06/UAPR_TOA-AP02.png b/images/ua06/UAPR_TOA-AP02.png new file mode 100644 index 0000000..bf1b0af Binary files /dev/null and b/images/ua06/UAPR_TOA-AP02.png differ diff --git a/images/ua07/EX09BT_TSK-2-001.png b/images/ua07/EX09BT_TSK-2-001.png new file mode 100644 index 0000000..aba817c Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-001.png differ diff --git a/images/ua07/EX09BT_TSK-2-002.png b/images/ua07/EX09BT_TSK-2-002.png new file mode 100644 index 0000000..b3e97ee Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-002.png differ diff --git a/images/ua07/EX09BT_TSK-2-003.png b/images/ua07/EX09BT_TSK-2-003.png new file mode 100644 index 0000000..ff44d80 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-003.png differ diff --git a/images/ua07/EX09BT_TSK-2-004.png b/images/ua07/EX09BT_TSK-2-004.png new file mode 100644 index 0000000..0c811ad Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-004.png differ diff --git a/images/ua07/EX09BT_TSK-2-005.png b/images/ua07/EX09BT_TSK-2-005.png new file mode 100644 index 0000000..70a3e13 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-005.png differ diff --git a/images/ua07/EX09BT_TSK-2-006.png b/images/ua07/EX09BT_TSK-2-006.png new file mode 100644 index 0000000..c0ce50a Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-006.png differ diff --git a/images/ua07/EX09BT_TSK-2-006_p1.png b/images/ua07/EX09BT_TSK-2-006_p1.png new file mode 100644 index 0000000..08022b2 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-006_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-007.png b/images/ua07/EX09BT_TSK-2-007.png new file mode 100644 index 0000000..bceb7c4 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-007.png differ diff --git a/images/ua07/EX09BT_TSK-2-007_p1.png b/images/ua07/EX09BT_TSK-2-007_p1.png new file mode 100644 index 0000000..ed94062 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-007_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-008.png b/images/ua07/EX09BT_TSK-2-008.png new file mode 100644 index 0000000..00f8ba4 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-008.png differ diff --git a/images/ua07/EX09BT_TSK-2-009.png b/images/ua07/EX09BT_TSK-2-009.png new file mode 100644 index 0000000..cfadeaf Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-009.png differ diff --git a/images/ua07/EX09BT_TSK-2-010.png b/images/ua07/EX09BT_TSK-2-010.png new file mode 100644 index 0000000..44284bc Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-010.png differ diff --git a/images/ua07/EX09BT_TSK-2-011.png b/images/ua07/EX09BT_TSK-2-011.png new file mode 100644 index 0000000..9dc7683 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-011.png differ diff --git a/images/ua07/EX09BT_TSK-2-011_p1.png b/images/ua07/EX09BT_TSK-2-011_p1.png new file mode 100644 index 0000000..11a30de Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-011_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-012.png b/images/ua07/EX09BT_TSK-2-012.png new file mode 100644 index 0000000..ad3f059 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-012.png differ diff --git a/images/ua07/EX09BT_TSK-2-013.png b/images/ua07/EX09BT_TSK-2-013.png new file mode 100644 index 0000000..ef2d296 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-013.png differ diff --git a/images/ua07/EX09BT_TSK-2-014.png b/images/ua07/EX09BT_TSK-2-014.png new file mode 100644 index 0000000..b33e093 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-014.png differ diff --git a/images/ua07/EX09BT_TSK-2-015.png b/images/ua07/EX09BT_TSK-2-015.png new file mode 100644 index 0000000..f8c32cd Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-015.png differ diff --git a/images/ua07/EX09BT_TSK-2-015_p1.png b/images/ua07/EX09BT_TSK-2-015_p1.png new file mode 100644 index 0000000..bed676c Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-015_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-016.png b/images/ua07/EX09BT_TSK-2-016.png new file mode 100644 index 0000000..2f69f3d Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-016.png differ diff --git a/images/ua07/EX09BT_TSK-2-017.png b/images/ua07/EX09BT_TSK-2-017.png new file mode 100644 index 0000000..9032754 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-017.png differ diff --git a/images/ua07/EX09BT_TSK-2-018.png b/images/ua07/EX09BT_TSK-2-018.png new file mode 100644 index 0000000..b90d2bf Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-018.png differ diff --git a/images/ua07/EX09BT_TSK-2-018_p1.png b/images/ua07/EX09BT_TSK-2-018_p1.png new file mode 100644 index 0000000..3a8e5da Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-018_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-019.png b/images/ua07/EX09BT_TSK-2-019.png new file mode 100644 index 0000000..8fd3545 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-019.png differ diff --git a/images/ua07/EX09BT_TSK-2-019_p1.png b/images/ua07/EX09BT_TSK-2-019_p1.png new file mode 100644 index 0000000..d9ca663 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-019_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-020.png b/images/ua07/EX09BT_TSK-2-020.png new file mode 100644 index 0000000..6ecc236 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-020.png differ diff --git a/images/ua07/EX09BT_TSK-2-020_p1.png b/images/ua07/EX09BT_TSK-2-020_p1.png new file mode 100644 index 0000000..1b97329 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-020_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-021.png b/images/ua07/EX09BT_TSK-2-021.png new file mode 100644 index 0000000..921db23 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-021.png differ diff --git a/images/ua07/EX09BT_TSK-2-022.png b/images/ua07/EX09BT_TSK-2-022.png new file mode 100644 index 0000000..8882b11 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-022.png differ diff --git a/images/ua07/EX09BT_TSK-2-023.png b/images/ua07/EX09BT_TSK-2-023.png new file mode 100644 index 0000000..747d86f Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-023.png differ diff --git a/images/ua07/EX09BT_TSK-2-024.png b/images/ua07/EX09BT_TSK-2-024.png new file mode 100644 index 0000000..428d910 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-024.png differ diff --git a/images/ua07/EX09BT_TSK-2-025.png b/images/ua07/EX09BT_TSK-2-025.png new file mode 100644 index 0000000..5cc8083 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-025.png differ diff --git a/images/ua07/EX09BT_TSK-2-025_p1.png b/images/ua07/EX09BT_TSK-2-025_p1.png new file mode 100644 index 0000000..7638993 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-025_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-026.png b/images/ua07/EX09BT_TSK-2-026.png new file mode 100644 index 0000000..8adaf31 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-026.png differ diff --git a/images/ua07/EX09BT_TSK-2-027.png b/images/ua07/EX09BT_TSK-2-027.png new file mode 100644 index 0000000..4918de6 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-027.png differ diff --git a/images/ua07/EX09BT_TSK-2-028.png b/images/ua07/EX09BT_TSK-2-028.png new file mode 100644 index 0000000..292c484 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-028.png differ diff --git a/images/ua07/EX09BT_TSK-2-029.png b/images/ua07/EX09BT_TSK-2-029.png new file mode 100644 index 0000000..e987003 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-029.png differ diff --git a/images/ua07/EX09BT_TSK-2-030.png b/images/ua07/EX09BT_TSK-2-030.png new file mode 100644 index 0000000..e84d98c Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-030.png differ diff --git a/images/ua07/EX09BT_TSK-2-030_p1.png b/images/ua07/EX09BT_TSK-2-030_p1.png new file mode 100644 index 0000000..59e21d4 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-030_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-031.png b/images/ua07/EX09BT_TSK-2-031.png new file mode 100644 index 0000000..3196ad8 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-031.png differ diff --git a/images/ua07/EX09BT_TSK-2-032.png b/images/ua07/EX09BT_TSK-2-032.png new file mode 100644 index 0000000..ff1b8e7 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-032.png differ diff --git a/images/ua07/EX09BT_TSK-2-033.png b/images/ua07/EX09BT_TSK-2-033.png new file mode 100644 index 0000000..38d5b90 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-033.png differ diff --git a/images/ua07/EX09BT_TSK-2-033_p1.png b/images/ua07/EX09BT_TSK-2-033_p1.png new file mode 100644 index 0000000..2e15949 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-033_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-034.png b/images/ua07/EX09BT_TSK-2-034.png new file mode 100644 index 0000000..3d04e3d Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-034.png differ diff --git a/images/ua07/EX09BT_TSK-2-034_p1.png b/images/ua07/EX09BT_TSK-2-034_p1.png new file mode 100644 index 0000000..d92d338 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-034_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-035.png b/images/ua07/EX09BT_TSK-2-035.png new file mode 100644 index 0000000..dfa484c Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-035.png differ diff --git a/images/ua07/EX09BT_TSK-2-036.png b/images/ua07/EX09BT_TSK-2-036.png new file mode 100644 index 0000000..91a9d34 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-036.png differ diff --git a/images/ua07/EX09BT_TSK-2-037.png b/images/ua07/EX09BT_TSK-2-037.png new file mode 100644 index 0000000..4fbeae7 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-037.png differ diff --git a/images/ua07/EX09BT_TSK-2-038.png b/images/ua07/EX09BT_TSK-2-038.png new file mode 100644 index 0000000..55b19d5 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-038.png differ diff --git a/images/ua07/EX09BT_TSK-2-039.png b/images/ua07/EX09BT_TSK-2-039.png new file mode 100644 index 0000000..7008658 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-039.png differ diff --git a/images/ua07/EX09BT_TSK-2-040.png b/images/ua07/EX09BT_TSK-2-040.png new file mode 100644 index 0000000..dbc260e Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-040.png differ diff --git a/images/ua07/EX09BT_TSK-2-041.png b/images/ua07/EX09BT_TSK-2-041.png new file mode 100644 index 0000000..a8815d0 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-041.png differ diff --git a/images/ua07/EX09BT_TSK-2-042.png b/images/ua07/EX09BT_TSK-2-042.png new file mode 100644 index 0000000..0470c1e Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-042.png differ diff --git a/images/ua07/EX09BT_TSK-2-043.png b/images/ua07/EX09BT_TSK-2-043.png new file mode 100644 index 0000000..a6b7a6d Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-043.png differ diff --git a/images/ua07/EX09BT_TSK-2-043_p1.png b/images/ua07/EX09BT_TSK-2-043_p1.png new file mode 100644 index 0000000..3cfbac9 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-043_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-044.png b/images/ua07/EX09BT_TSK-2-044.png new file mode 100644 index 0000000..6e4eafb Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-044.png differ diff --git a/images/ua07/EX09BT_TSK-2-044_p1.png b/images/ua07/EX09BT_TSK-2-044_p1.png new file mode 100644 index 0000000..0b536a3 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-044_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-044_p2.png b/images/ua07/EX09BT_TSK-2-044_p2.png new file mode 100644 index 0000000..3cb0be8 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-044_p2.png differ diff --git a/images/ua07/EX09BT_TSK-2-045.png b/images/ua07/EX09BT_TSK-2-045.png new file mode 100644 index 0000000..ee0bc65 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-045.png differ diff --git a/images/ua07/EX09BT_TSK-2-046.png b/images/ua07/EX09BT_TSK-2-046.png new file mode 100644 index 0000000..5ab007f Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-046.png differ diff --git a/images/ua07/EX09BT_TSK-2-047.png b/images/ua07/EX09BT_TSK-2-047.png new file mode 100644 index 0000000..bedc8dd Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-047.png differ diff --git a/images/ua07/EX09BT_TSK-2-047_p1.png b/images/ua07/EX09BT_TSK-2-047_p1.png new file mode 100644 index 0000000..281a905 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-047_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-048.png b/images/ua07/EX09BT_TSK-2-048.png new file mode 100644 index 0000000..85fdc74 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-048.png differ diff --git a/images/ua07/EX09BT_TSK-2-048_p1.png b/images/ua07/EX09BT_TSK-2-048_p1.png new file mode 100644 index 0000000..f1c54d3 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-048_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-049.png b/images/ua07/EX09BT_TSK-2-049.png new file mode 100644 index 0000000..9682213 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-049.png differ diff --git a/images/ua07/EX09BT_TSK-2-050.png b/images/ua07/EX09BT_TSK-2-050.png new file mode 100644 index 0000000..38fb8ad Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-050.png differ diff --git a/images/ua07/EX09BT_TSK-2-051.png b/images/ua07/EX09BT_TSK-2-051.png new file mode 100644 index 0000000..18819dc Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-051.png differ diff --git a/images/ua07/EX09BT_TSK-2-052.png b/images/ua07/EX09BT_TSK-2-052.png new file mode 100644 index 0000000..5144540 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-052.png differ diff --git a/images/ua07/EX09BT_TSK-2-052_p1.png b/images/ua07/EX09BT_TSK-2-052_p1.png new file mode 100644 index 0000000..68549e8 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-052_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-053.png b/images/ua07/EX09BT_TSK-2-053.png new file mode 100644 index 0000000..3019c75 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-053.png differ diff --git a/images/ua07/EX09BT_TSK-2-053_p1.png b/images/ua07/EX09BT_TSK-2-053_p1.png new file mode 100644 index 0000000..769ed6a Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-053_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-054.png b/images/ua07/EX09BT_TSK-2-054.png new file mode 100644 index 0000000..3aed7b6 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-054.png differ diff --git a/images/ua07/EX09BT_TSK-2-055.png b/images/ua07/EX09BT_TSK-2-055.png new file mode 100644 index 0000000..99f6bdc Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-055.png differ diff --git a/images/ua07/EX09BT_TSK-2-056.png b/images/ua07/EX09BT_TSK-2-056.png new file mode 100644 index 0000000..ae0bd64 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-056.png differ diff --git a/images/ua07/EX09BT_TSK-2-057.png b/images/ua07/EX09BT_TSK-2-057.png new file mode 100644 index 0000000..77f94ac Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-057.png differ diff --git a/images/ua07/EX09BT_TSK-2-058.png b/images/ua07/EX09BT_TSK-2-058.png new file mode 100644 index 0000000..4f50f43 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-058.png differ diff --git a/images/ua07/EX09BT_TSK-2-059.png b/images/ua07/EX09BT_TSK-2-059.png new file mode 100644 index 0000000..d27a93a Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-059.png differ diff --git a/images/ua07/EX09BT_TSK-2-060.png b/images/ua07/EX09BT_TSK-2-060.png new file mode 100644 index 0000000..738a4ff Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-060.png differ diff --git a/images/ua07/EX09BT_TSK-2-061.png b/images/ua07/EX09BT_TSK-2-061.png new file mode 100644 index 0000000..b374138 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-061.png differ diff --git a/images/ua07/EX09BT_TSK-2-062.png b/images/ua07/EX09BT_TSK-2-062.png new file mode 100644 index 0000000..c16b2b2 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-062.png differ diff --git a/images/ua07/EX09BT_TSK-2-063.png b/images/ua07/EX09BT_TSK-2-063.png new file mode 100644 index 0000000..a07352e Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-063.png differ diff --git a/images/ua07/EX09BT_TSK-2-064.png b/images/ua07/EX09BT_TSK-2-064.png new file mode 100644 index 0000000..5f1981c Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-064.png differ diff --git a/images/ua07/EX09BT_TSK-2-065.png b/images/ua07/EX09BT_TSK-2-065.png new file mode 100644 index 0000000..a1a3452 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-065.png differ diff --git a/images/ua07/EX09BT_TSK-2-065_p1.png b/images/ua07/EX09BT_TSK-2-065_p1.png new file mode 100644 index 0000000..7722590 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-065_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-066.png b/images/ua07/EX09BT_TSK-2-066.png new file mode 100644 index 0000000..9588875 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-066.png differ diff --git a/images/ua07/EX09BT_TSK-2-066_p1.png b/images/ua07/EX09BT_TSK-2-066_p1.png new file mode 100644 index 0000000..22b3563 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-066_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-067.png b/images/ua07/EX09BT_TSK-2-067.png new file mode 100644 index 0000000..b2f29b9 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-067.png differ diff --git a/images/ua07/EX09BT_TSK-2-068.png b/images/ua07/EX09BT_TSK-2-068.png new file mode 100644 index 0000000..646a153 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-068.png differ diff --git a/images/ua07/EX09BT_TSK-2-069.png b/images/ua07/EX09BT_TSK-2-069.png new file mode 100644 index 0000000..3390d05 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-069.png differ diff --git a/images/ua07/EX09BT_TSK-2-070.png b/images/ua07/EX09BT_TSK-2-070.png new file mode 100644 index 0000000..2c50c5e Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-070.png differ diff --git a/images/ua07/EX09BT_TSK-2-070_p1.png b/images/ua07/EX09BT_TSK-2-070_p1.png new file mode 100644 index 0000000..99105eb Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-070_p1.png differ diff --git a/images/ua07/EX09BT_TSK-2-071.png b/images/ua07/EX09BT_TSK-2-071.png new file mode 100644 index 0000000..e1b31a9 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-071.png differ diff --git a/images/ua07/EX09BT_TSK-2-072.png b/images/ua07/EX09BT_TSK-2-072.png new file mode 100644 index 0000000..abe1bf6 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-072.png differ diff --git a/images/ua07/EX09BT_TSK-2-073.png b/images/ua07/EX09BT_TSK-2-073.png new file mode 100644 index 0000000..6de1a4b Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-073.png differ diff --git a/images/ua07/EX09BT_TSK-2-AP01.png b/images/ua07/EX09BT_TSK-2-AP01.png new file mode 100644 index 0000000..8cba5ba Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-AP01.png differ diff --git a/images/ua07/EX09BT_TSK-2-AP01_s.png b/images/ua07/EX09BT_TSK-2-AP01_s.png new file mode 100644 index 0000000..f048785 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-AP01_s.png differ diff --git a/images/ua07/EX09BT_TSK-2-AP02.png b/images/ua07/EX09BT_TSK-2-AP02.png new file mode 100644 index 0000000..dc7a47a Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-AP02.png differ diff --git a/images/ua07/EX09BT_TSK-2-AP03.png b/images/ua07/EX09BT_TSK-2-AP03.png new file mode 100644 index 0000000..b5e19ae Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-AP03.png differ diff --git a/images/ua07/EX09BT_TSK-2-AP04.png b/images/ua07/EX09BT_TSK-2-AP04.png new file mode 100644 index 0000000..6618c41 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-AP04.png differ diff --git a/images/ua07/EX09BT_TSK-2-AP05.png b/images/ua07/EX09BT_TSK-2-AP05.png new file mode 100644 index 0000000..18fc7be Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-AP05.png differ diff --git a/images/ua07/EX09BT_TSK-2-AP06.png b/images/ua07/EX09BT_TSK-2-AP06.png new file mode 100644 index 0000000..9fbaa55 Binary files /dev/null and b/images/ua07/EX09BT_TSK-2-AP06.png differ diff --git a/images/ua07/UA07BT_TSK-1-001.png b/images/ua07/UA07BT_TSK-1-001.png new file mode 100644 index 0000000..4491630 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-001.png differ diff --git a/images/ua07/UA07BT_TSK-1-002.png b/images/ua07/UA07BT_TSK-1-002.png new file mode 100644 index 0000000..77974a5 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-002.png differ diff --git a/images/ua07/UA07BT_TSK-1-003.png b/images/ua07/UA07BT_TSK-1-003.png new file mode 100644 index 0000000..2654302 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-003.png differ diff --git a/images/ua07/UA07BT_TSK-1-004.png b/images/ua07/UA07BT_TSK-1-004.png new file mode 100644 index 0000000..9482b57 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-004.png differ diff --git a/images/ua07/UA07BT_TSK-1-004_p1.png b/images/ua07/UA07BT_TSK-1-004_p1.png new file mode 100644 index 0000000..fda3be4 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-004_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-005.png b/images/ua07/UA07BT_TSK-1-005.png new file mode 100644 index 0000000..bbc6a89 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-005.png differ diff --git a/images/ua07/UA07BT_TSK-1-005_p1.png b/images/ua07/UA07BT_TSK-1-005_p1.png new file mode 100644 index 0000000..4293529 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-005_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-006.png b/images/ua07/UA07BT_TSK-1-006.png new file mode 100644 index 0000000..f4ccc2a Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-006.png differ diff --git a/images/ua07/UA07BT_TSK-1-006_p1.png b/images/ua07/UA07BT_TSK-1-006_p1.png new file mode 100644 index 0000000..5e422ab Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-006_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-007.png b/images/ua07/UA07BT_TSK-1-007.png new file mode 100644 index 0000000..7689da7 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-007.png differ diff --git a/images/ua07/UA07BT_TSK-1-008.png b/images/ua07/UA07BT_TSK-1-008.png new file mode 100644 index 0000000..9697490 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-008.png differ diff --git a/images/ua07/UA07BT_TSK-1-009.png b/images/ua07/UA07BT_TSK-1-009.png new file mode 100644 index 0000000..78b5f97 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-009.png differ diff --git a/images/ua07/UA07BT_TSK-1-010.png b/images/ua07/UA07BT_TSK-1-010.png new file mode 100644 index 0000000..73b29aa Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-010.png differ diff --git a/images/ua07/UA07BT_TSK-1-011.png b/images/ua07/UA07BT_TSK-1-011.png new file mode 100644 index 0000000..1deac6e Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-011.png differ diff --git a/images/ua07/UA07BT_TSK-1-012.png b/images/ua07/UA07BT_TSK-1-012.png new file mode 100644 index 0000000..040860d Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-012.png differ diff --git a/images/ua07/UA07BT_TSK-1-013.png b/images/ua07/UA07BT_TSK-1-013.png new file mode 100644 index 0000000..31038a4 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-013.png differ diff --git a/images/ua07/UA07BT_TSK-1-013_p1.png b/images/ua07/UA07BT_TSK-1-013_p1.png new file mode 100644 index 0000000..10a7a6f Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-013_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-014.png b/images/ua07/UA07BT_TSK-1-014.png new file mode 100644 index 0000000..816836f Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-014.png differ diff --git a/images/ua07/UA07BT_TSK-1-015.png b/images/ua07/UA07BT_TSK-1-015.png new file mode 100644 index 0000000..c026d15 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-015.png differ diff --git a/images/ua07/UA07BT_TSK-1-016.png b/images/ua07/UA07BT_TSK-1-016.png new file mode 100644 index 0000000..cc7289a Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-016.png differ diff --git a/images/ua07/UA07BT_TSK-1-017.png b/images/ua07/UA07BT_TSK-1-017.png new file mode 100644 index 0000000..e348f22 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-017.png differ diff --git a/images/ua07/UA07BT_TSK-1-018.png b/images/ua07/UA07BT_TSK-1-018.png new file mode 100644 index 0000000..9ab9939 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-018.png differ diff --git a/images/ua07/UA07BT_TSK-1-019.png b/images/ua07/UA07BT_TSK-1-019.png new file mode 100644 index 0000000..916cd08 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-019.png differ diff --git a/images/ua07/UA07BT_TSK-1-019_p1.png b/images/ua07/UA07BT_TSK-1-019_p1.png new file mode 100644 index 0000000..2f11cb7 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-019_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-020.png b/images/ua07/UA07BT_TSK-1-020.png new file mode 100644 index 0000000..18b9fdd Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-020.png differ diff --git a/images/ua07/UA07BT_TSK-1-021.png b/images/ua07/UA07BT_TSK-1-021.png new file mode 100644 index 0000000..51bf901 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-021.png differ diff --git a/images/ua07/UA07BT_TSK-1-022.png b/images/ua07/UA07BT_TSK-1-022.png new file mode 100644 index 0000000..bc1c756 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-022.png differ diff --git a/images/ua07/UA07BT_TSK-1-023.png b/images/ua07/UA07BT_TSK-1-023.png new file mode 100644 index 0000000..42037f3 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-023.png differ diff --git a/images/ua07/UA07BT_TSK-1-024.png b/images/ua07/UA07BT_TSK-1-024.png new file mode 100644 index 0000000..a9d5322 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-024.png differ diff --git a/images/ua07/UA07BT_TSK-1-025.png b/images/ua07/UA07BT_TSK-1-025.png new file mode 100644 index 0000000..9715268 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-025.png differ diff --git a/images/ua07/UA07BT_TSK-1-026.png b/images/ua07/UA07BT_TSK-1-026.png new file mode 100644 index 0000000..0f4bfe2 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-026.png differ diff --git a/images/ua07/UA07BT_TSK-1-026_p1.png b/images/ua07/UA07BT_TSK-1-026_p1.png new file mode 100644 index 0000000..0ac2c03 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-026_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-027.png b/images/ua07/UA07BT_TSK-1-027.png new file mode 100644 index 0000000..dd3fb89 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-027.png differ diff --git a/images/ua07/UA07BT_TSK-1-027_p1.png b/images/ua07/UA07BT_TSK-1-027_p1.png new file mode 100644 index 0000000..37d9ef8 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-027_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-028.png b/images/ua07/UA07BT_TSK-1-028.png new file mode 100644 index 0000000..45d98ad Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-028.png differ diff --git a/images/ua07/UA07BT_TSK-1-029.png b/images/ua07/UA07BT_TSK-1-029.png new file mode 100644 index 0000000..4f4c6f5 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-029.png differ diff --git a/images/ua07/UA07BT_TSK-1-030.png b/images/ua07/UA07BT_TSK-1-030.png new file mode 100644 index 0000000..d513cf6 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-030.png differ diff --git a/images/ua07/UA07BT_TSK-1-030_p1.png b/images/ua07/UA07BT_TSK-1-030_p1.png new file mode 100644 index 0000000..c2b750b Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-030_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-031.png b/images/ua07/UA07BT_TSK-1-031.png new file mode 100644 index 0000000..482594c Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-031.png differ diff --git a/images/ua07/UA07BT_TSK-1-032.png b/images/ua07/UA07BT_TSK-1-032.png new file mode 100644 index 0000000..a30f97d Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-032.png differ diff --git a/images/ua07/UA07BT_TSK-1-032_p1.png b/images/ua07/UA07BT_TSK-1-032_p1.png new file mode 100644 index 0000000..c2018df Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-032_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-033.png b/images/ua07/UA07BT_TSK-1-033.png new file mode 100644 index 0000000..283f014 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-033.png differ diff --git a/images/ua07/UA07BT_TSK-1-034.png b/images/ua07/UA07BT_TSK-1-034.png new file mode 100644 index 0000000..0282e2c Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-034.png differ diff --git a/images/ua07/UA07BT_TSK-1-035.png b/images/ua07/UA07BT_TSK-1-035.png new file mode 100644 index 0000000..790e05b Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-035.png differ diff --git a/images/ua07/UA07BT_TSK-1-036.png b/images/ua07/UA07BT_TSK-1-036.png new file mode 100644 index 0000000..d1b8b67 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-036.png differ diff --git a/images/ua07/UA07BT_TSK-1-037.png b/images/ua07/UA07BT_TSK-1-037.png new file mode 100644 index 0000000..f50dba7 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-037.png differ diff --git a/images/ua07/UA07BT_TSK-1-038.png b/images/ua07/UA07BT_TSK-1-038.png new file mode 100644 index 0000000..08642b8 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-038.png differ diff --git a/images/ua07/UA07BT_TSK-1-039.png b/images/ua07/UA07BT_TSK-1-039.png new file mode 100644 index 0000000..a3c65a7 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-039.png differ diff --git a/images/ua07/UA07BT_TSK-1-040.png b/images/ua07/UA07BT_TSK-1-040.png new file mode 100644 index 0000000..e4b2c9b Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-040.png differ diff --git a/images/ua07/UA07BT_TSK-1-041.png b/images/ua07/UA07BT_TSK-1-041.png new file mode 100644 index 0000000..ed6de65 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-041.png differ diff --git a/images/ua07/UA07BT_TSK-1-042.png b/images/ua07/UA07BT_TSK-1-042.png new file mode 100644 index 0000000..9d67de0 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-042.png differ diff --git a/images/ua07/UA07BT_TSK-1-043.png b/images/ua07/UA07BT_TSK-1-043.png new file mode 100644 index 0000000..7e70985 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-043.png differ diff --git a/images/ua07/UA07BT_TSK-1-043_p1.png b/images/ua07/UA07BT_TSK-1-043_p1.png new file mode 100644 index 0000000..96fec10 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-043_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-044.png b/images/ua07/UA07BT_TSK-1-044.png new file mode 100644 index 0000000..dfc8c29 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-044.png differ diff --git a/images/ua07/UA07BT_TSK-1-045.png b/images/ua07/UA07BT_TSK-1-045.png new file mode 100644 index 0000000..378dff7 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-045.png differ diff --git a/images/ua07/UA07BT_TSK-1-046.png b/images/ua07/UA07BT_TSK-1-046.png new file mode 100644 index 0000000..28e0031 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-046.png differ diff --git a/images/ua07/UA07BT_TSK-1-047.png b/images/ua07/UA07BT_TSK-1-047.png new file mode 100644 index 0000000..9f32b13 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-047.png differ diff --git a/images/ua07/UA07BT_TSK-1-047_p1.png b/images/ua07/UA07BT_TSK-1-047_p1.png new file mode 100644 index 0000000..1dbecdc Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-047_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-048.png b/images/ua07/UA07BT_TSK-1-048.png new file mode 100644 index 0000000..0b09fbb Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-048.png differ diff --git a/images/ua07/UA07BT_TSK-1-049.png b/images/ua07/UA07BT_TSK-1-049.png new file mode 100644 index 0000000..a160ec6 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-049.png differ diff --git a/images/ua07/UA07BT_TSK-1-050.png b/images/ua07/UA07BT_TSK-1-050.png new file mode 100644 index 0000000..9abe883 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-050.png differ diff --git a/images/ua07/UA07BT_TSK-1-051.png b/images/ua07/UA07BT_TSK-1-051.png new file mode 100644 index 0000000..435ce3a Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-051.png differ diff --git a/images/ua07/UA07BT_TSK-1-052.png b/images/ua07/UA07BT_TSK-1-052.png new file mode 100644 index 0000000..dfd8490 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-052.png differ diff --git a/images/ua07/UA07BT_TSK-1-052_p1.png b/images/ua07/UA07BT_TSK-1-052_p1.png new file mode 100644 index 0000000..b2b9172 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-052_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-053.png b/images/ua07/UA07BT_TSK-1-053.png new file mode 100644 index 0000000..0301bfe Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-053.png differ diff --git a/images/ua07/UA07BT_TSK-1-053_p1.png b/images/ua07/UA07BT_TSK-1-053_p1.png new file mode 100644 index 0000000..bf9d777 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-053_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-054.png b/images/ua07/UA07BT_TSK-1-054.png new file mode 100644 index 0000000..cb6aa95 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-054.png differ diff --git a/images/ua07/UA07BT_TSK-1-055.png b/images/ua07/UA07BT_TSK-1-055.png new file mode 100644 index 0000000..e9e465e Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-055.png differ diff --git a/images/ua07/UA07BT_TSK-1-055_p1.png b/images/ua07/UA07BT_TSK-1-055_p1.png new file mode 100644 index 0000000..b071035 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-055_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-056.png b/images/ua07/UA07BT_TSK-1-056.png new file mode 100644 index 0000000..7fee7a6 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-056.png differ diff --git a/images/ua07/UA07BT_TSK-1-056_p1.png b/images/ua07/UA07BT_TSK-1-056_p1.png new file mode 100644 index 0000000..59a5d8d Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-056_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-057.png b/images/ua07/UA07BT_TSK-1-057.png new file mode 100644 index 0000000..ae1d90a Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-057.png differ diff --git a/images/ua07/UA07BT_TSK-1-058.png b/images/ua07/UA07BT_TSK-1-058.png new file mode 100644 index 0000000..d109591 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-058.png differ diff --git a/images/ua07/UA07BT_TSK-1-059.png b/images/ua07/UA07BT_TSK-1-059.png new file mode 100644 index 0000000..28270a9 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-059.png differ diff --git a/images/ua07/UA07BT_TSK-1-060.png b/images/ua07/UA07BT_TSK-1-060.png new file mode 100644 index 0000000..0b73934 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-060.png differ diff --git a/images/ua07/UA07BT_TSK-1-060_p1.png b/images/ua07/UA07BT_TSK-1-060_p1.png new file mode 100644 index 0000000..550b53e Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-060_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-061.png b/images/ua07/UA07BT_TSK-1-061.png new file mode 100644 index 0000000..f5b913b Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-061.png differ diff --git a/images/ua07/UA07BT_TSK-1-062.png b/images/ua07/UA07BT_TSK-1-062.png new file mode 100644 index 0000000..af9aad5 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-062.png differ diff --git a/images/ua07/UA07BT_TSK-1-062_p1.png b/images/ua07/UA07BT_TSK-1-062_p1.png new file mode 100644 index 0000000..ad4210c Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-062_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-063.png b/images/ua07/UA07BT_TSK-1-063.png new file mode 100644 index 0000000..551e0c7 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-063.png differ diff --git a/images/ua07/UA07BT_TSK-1-064.png b/images/ua07/UA07BT_TSK-1-064.png new file mode 100644 index 0000000..080419a Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-064.png differ diff --git a/images/ua07/UA07BT_TSK-1-065.png b/images/ua07/UA07BT_TSK-1-065.png new file mode 100644 index 0000000..44a1345 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-065.png differ diff --git a/images/ua07/UA07BT_TSK-1-066.png b/images/ua07/UA07BT_TSK-1-066.png new file mode 100644 index 0000000..3203b70 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-066.png differ diff --git a/images/ua07/UA07BT_TSK-1-067.png b/images/ua07/UA07BT_TSK-1-067.png new file mode 100644 index 0000000..c67db1f Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-067.png differ diff --git a/images/ua07/UA07BT_TSK-1-067_p1.png b/images/ua07/UA07BT_TSK-1-067_p1.png new file mode 100644 index 0000000..ac4ab18 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-067_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-068.png b/images/ua07/UA07BT_TSK-1-068.png new file mode 100644 index 0000000..cdf00f7 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-068.png differ diff --git a/images/ua07/UA07BT_TSK-1-069.png b/images/ua07/UA07BT_TSK-1-069.png new file mode 100644 index 0000000..e35941b Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-069.png differ diff --git a/images/ua07/UA07BT_TSK-1-070.png b/images/ua07/UA07BT_TSK-1-070.png new file mode 100644 index 0000000..6820009 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-070.png differ diff --git a/images/ua07/UA07BT_TSK-1-071.png b/images/ua07/UA07BT_TSK-1-071.png new file mode 100644 index 0000000..8945464 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-071.png differ diff --git a/images/ua07/UA07BT_TSK-1-071_p1.png b/images/ua07/UA07BT_TSK-1-071_p1.png new file mode 100644 index 0000000..bdd52d8 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-071_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-072.png b/images/ua07/UA07BT_TSK-1-072.png new file mode 100644 index 0000000..3ba5da8 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-072.png differ diff --git a/images/ua07/UA07BT_TSK-1-073.png b/images/ua07/UA07BT_TSK-1-073.png new file mode 100644 index 0000000..ef4fb6b Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-073.png differ diff --git a/images/ua07/UA07BT_TSK-1-074.png b/images/ua07/UA07BT_TSK-1-074.png new file mode 100644 index 0000000..9b958be Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-074.png differ diff --git a/images/ua07/UA07BT_TSK-1-075.png b/images/ua07/UA07BT_TSK-1-075.png new file mode 100644 index 0000000..ed52ddb Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-075.png differ diff --git a/images/ua07/UA07BT_TSK-1-076.png b/images/ua07/UA07BT_TSK-1-076.png new file mode 100644 index 0000000..1bd9356 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-076.png differ diff --git a/images/ua07/UA07BT_TSK-1-077.png b/images/ua07/UA07BT_TSK-1-077.png new file mode 100644 index 0000000..13ae6de Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-077.png differ diff --git a/images/ua07/UA07BT_TSK-1-078.png b/images/ua07/UA07BT_TSK-1-078.png new file mode 100644 index 0000000..a64c7c5 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-078.png differ diff --git a/images/ua07/UA07BT_TSK-1-079.png b/images/ua07/UA07BT_TSK-1-079.png new file mode 100644 index 0000000..bf6bb7a Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-079.png differ diff --git a/images/ua07/UA07BT_TSK-1-080.png b/images/ua07/UA07BT_TSK-1-080.png new file mode 100644 index 0000000..449ab6c Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-080.png differ diff --git a/images/ua07/UA07BT_TSK-1-081.png b/images/ua07/UA07BT_TSK-1-081.png new file mode 100644 index 0000000..63954e7 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-081.png differ diff --git a/images/ua07/UA07BT_TSK-1-082.png b/images/ua07/UA07BT_TSK-1-082.png new file mode 100644 index 0000000..90b8c85 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-082.png differ diff --git a/images/ua07/UA07BT_TSK-1-083.png b/images/ua07/UA07BT_TSK-1-083.png new file mode 100644 index 0000000..665304f Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-083.png differ diff --git a/images/ua07/UA07BT_TSK-1-083_p1.png b/images/ua07/UA07BT_TSK-1-083_p1.png new file mode 100644 index 0000000..19fbbb6 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-083_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-084.png b/images/ua07/UA07BT_TSK-1-084.png new file mode 100644 index 0000000..948d7f2 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-084.png differ diff --git a/images/ua07/UA07BT_TSK-1-084_p1.png b/images/ua07/UA07BT_TSK-1-084_p1.png new file mode 100644 index 0000000..2459c75 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-084_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-085.png b/images/ua07/UA07BT_TSK-1-085.png new file mode 100644 index 0000000..1464ad5 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-085.png differ diff --git a/images/ua07/UA07BT_TSK-1-085_p1.png b/images/ua07/UA07BT_TSK-1-085_p1.png new file mode 100644 index 0000000..4ae4774 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-085_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-086.png b/images/ua07/UA07BT_TSK-1-086.png new file mode 100644 index 0000000..1d47183 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-086.png differ diff --git a/images/ua07/UA07BT_TSK-1-087.png b/images/ua07/UA07BT_TSK-1-087.png new file mode 100644 index 0000000..881288b Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-087.png differ diff --git a/images/ua07/UA07BT_TSK-1-088.png b/images/ua07/UA07BT_TSK-1-088.png new file mode 100644 index 0000000..bcd21f1 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-088.png differ diff --git a/images/ua07/UA07BT_TSK-1-088_p1.png b/images/ua07/UA07BT_TSK-1-088_p1.png new file mode 100644 index 0000000..5217fd0 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-088_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-089.png b/images/ua07/UA07BT_TSK-1-089.png new file mode 100644 index 0000000..f8d9588 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-089.png differ diff --git a/images/ua07/UA07BT_TSK-1-090.png b/images/ua07/UA07BT_TSK-1-090.png new file mode 100644 index 0000000..3fbf92f Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-090.png differ diff --git a/images/ua07/UA07BT_TSK-1-090_p1.png b/images/ua07/UA07BT_TSK-1-090_p1.png new file mode 100644 index 0000000..ce92832 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-090_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-091.png b/images/ua07/UA07BT_TSK-1-091.png new file mode 100644 index 0000000..49e8ee2 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-091.png differ diff --git a/images/ua07/UA07BT_TSK-1-091_p1.png b/images/ua07/UA07BT_TSK-1-091_p1.png new file mode 100644 index 0000000..8cece65 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-091_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-091_p2.png b/images/ua07/UA07BT_TSK-1-091_p2.png new file mode 100644 index 0000000..6f7db50 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-091_p2.png differ diff --git a/images/ua07/UA07BT_TSK-1-092.png b/images/ua07/UA07BT_TSK-1-092.png new file mode 100644 index 0000000..ccf9323 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-092.png differ diff --git a/images/ua07/UA07BT_TSK-1-093.png b/images/ua07/UA07BT_TSK-1-093.png new file mode 100644 index 0000000..a9dea58 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-093.png differ diff --git a/images/ua07/UA07BT_TSK-1-094.png b/images/ua07/UA07BT_TSK-1-094.png new file mode 100644 index 0000000..c2413af Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-094.png differ diff --git a/images/ua07/UA07BT_TSK-1-095.png b/images/ua07/UA07BT_TSK-1-095.png new file mode 100644 index 0000000..741fe2c Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-095.png differ diff --git a/images/ua07/UA07BT_TSK-1-096.png b/images/ua07/UA07BT_TSK-1-096.png new file mode 100644 index 0000000..058668a Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-096.png differ diff --git a/images/ua07/UA07BT_TSK-1-096_p1.png b/images/ua07/UA07BT_TSK-1-096_p1.png new file mode 100644 index 0000000..4aa5fef Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-096_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-097.png b/images/ua07/UA07BT_TSK-1-097.png new file mode 100644 index 0000000..1add78e Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-097.png differ diff --git a/images/ua07/UA07BT_TSK-1-097_p1.png b/images/ua07/UA07BT_TSK-1-097_p1.png new file mode 100644 index 0000000..df064d0 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-097_p1.png differ diff --git a/images/ua07/UA07BT_TSK-1-098.png b/images/ua07/UA07BT_TSK-1-098.png new file mode 100644 index 0000000..1a3eee1 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-098.png differ diff --git a/images/ua07/UA07BT_TSK-1-099.png b/images/ua07/UA07BT_TSK-1-099.png new file mode 100644 index 0000000..0108a48 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-099.png differ diff --git a/images/ua07/UA07BT_TSK-1-100.png b/images/ua07/UA07BT_TSK-1-100.png new file mode 100644 index 0000000..3c4b3c2 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-100.png differ diff --git a/images/ua07/UA07BT_TSK-1-AP01.png b/images/ua07/UA07BT_TSK-1-AP01.png new file mode 100644 index 0000000..1feaa81 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-AP01.png differ diff --git a/images/ua07/UA07BT_TSK-1-AP02.png b/images/ua07/UA07BT_TSK-1-AP02.png new file mode 100644 index 0000000..4f01f9d Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-AP02.png differ diff --git a/images/ua07/UA07BT_TSK-1-AP03.png b/images/ua07/UA07BT_TSK-1-AP03.png new file mode 100644 index 0000000..0e3ef9b Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-AP03.png differ diff --git a/images/ua07/UA07BT_TSK-1-AP04.png b/images/ua07/UA07BT_TSK-1-AP04.png new file mode 100644 index 0000000..235bc10 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-AP04.png differ diff --git a/images/ua07/UA07BT_TSK-1-AP05.png b/images/ua07/UA07BT_TSK-1-AP05.png new file mode 100644 index 0000000..3eaf455 Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-AP05.png differ diff --git a/images/ua07/UA07BT_TSK-1-AP06.png b/images/ua07/UA07BT_TSK-1-AP06.png new file mode 100644 index 0000000..04a92af Binary files /dev/null and b/images/ua07/UA07BT_TSK-1-AP06.png differ diff --git a/images/ua07/UA07ST_TSK-1-035.png b/images/ua07/UA07ST_TSK-1-035.png new file mode 100644 index 0000000..c32f236 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-035.png differ diff --git a/images/ua07/UA07ST_TSK-1-036.png b/images/ua07/UA07ST_TSK-1-036.png new file mode 100644 index 0000000..c3e8bfe Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-036.png differ diff --git a/images/ua07/UA07ST_TSK-1-037.png b/images/ua07/UA07ST_TSK-1-037.png new file mode 100644 index 0000000..504c299 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-037.png differ diff --git a/images/ua07/UA07ST_TSK-1-041.png b/images/ua07/UA07ST_TSK-1-041.png new file mode 100644 index 0000000..34ef85a Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-041.png differ diff --git a/images/ua07/UA07ST_TSK-1-046.png b/images/ua07/UA07ST_TSK-1-046.png new file mode 100644 index 0000000..d9a871f Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-046.png differ diff --git a/images/ua07/UA07ST_TSK-1-049.png b/images/ua07/UA07ST_TSK-1-049.png new file mode 100644 index 0000000..551b280 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-049.png differ diff --git a/images/ua07/UA07ST_TSK-1-050.png b/images/ua07/UA07ST_TSK-1-050.png new file mode 100644 index 0000000..02fa8c7 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-050.png differ diff --git a/images/ua07/UA07ST_TSK-1-062.png b/images/ua07/UA07ST_TSK-1-062.png new file mode 100644 index 0000000..6bc9f20 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-062.png differ diff --git a/images/ua07/UA07ST_TSK-1-067.png b/images/ua07/UA07ST_TSK-1-067.png new file mode 100644 index 0000000..b775a0e Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-067.png differ diff --git a/images/ua07/UA07ST_TSK-1-101.png b/images/ua07/UA07ST_TSK-1-101.png new file mode 100644 index 0000000..eac4073 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-101.png differ diff --git a/images/ua07/UA07ST_TSK-1-102.png b/images/ua07/UA07ST_TSK-1-102.png new file mode 100644 index 0000000..dd1ea9e Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-102.png differ diff --git a/images/ua07/UA07ST_TSK-1-103.png b/images/ua07/UA07ST_TSK-1-103.png new file mode 100644 index 0000000..6274db6 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-103.png differ diff --git a/images/ua07/UA07ST_TSK-1-104.png b/images/ua07/UA07ST_TSK-1-104.png new file mode 100644 index 0000000..3bc0da0 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-104.png differ diff --git a/images/ua07/UA07ST_TSK-1-105.png b/images/ua07/UA07ST_TSK-1-105.png new file mode 100644 index 0000000..9fc3777 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-105.png differ diff --git a/images/ua07/UA07ST_TSK-1-106.png b/images/ua07/UA07ST_TSK-1-106.png new file mode 100644 index 0000000..4f7674e Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-106.png differ diff --git a/images/ua07/UA07ST_TSK-1-107.png b/images/ua07/UA07ST_TSK-1-107.png new file mode 100644 index 0000000..fd1697e Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-107.png differ diff --git a/images/ua07/UA07ST_TSK-1-108.png b/images/ua07/UA07ST_TSK-1-108.png new file mode 100644 index 0000000..e8dc350 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-108.png differ diff --git a/images/ua07/UA07ST_TSK-1-109.png b/images/ua07/UA07ST_TSK-1-109.png new file mode 100644 index 0000000..d4164a6 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-109.png differ diff --git a/images/ua07/UA07ST_TSK-1-AP01.png b/images/ua07/UA07ST_TSK-1-AP01.png new file mode 100644 index 0000000..12a22b4 Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-AP01.png differ diff --git a/images/ua07/UA07ST_TSK-1-AP02.png b/images/ua07/UA07ST_TSK-1-AP02.png new file mode 100644 index 0000000..216e30d Binary files /dev/null and b/images/ua07/UA07ST_TSK-1-AP02.png differ diff --git a/images/ua07/UAPB_TSK-AP01.png b/images/ua07/UAPB_TSK-AP01.png new file mode 100644 index 0000000..a5031da Binary files /dev/null and b/images/ua07/UAPB_TSK-AP01.png differ diff --git a/images/ua07/UAPR_TSK-1-012.png b/images/ua07/UAPR_TSK-1-012.png new file mode 100644 index 0000000..7990348 Binary files /dev/null and b/images/ua07/UAPR_TSK-1-012.png differ diff --git a/images/ua07/UAPR_TSK-1-057.png b/images/ua07/UAPR_TSK-1-057.png new file mode 100644 index 0000000..3aef12c Binary files /dev/null and b/images/ua07/UAPR_TSK-1-057.png differ diff --git a/images/ua07/UAPR_TSK-1-085.png b/images/ua07/UAPR_TSK-1-085.png new file mode 100644 index 0000000..3bc0463 Binary files /dev/null and b/images/ua07/UAPR_TSK-1-085.png differ diff --git a/images/ua07/UAPR_TSK-1-085_p1.png b/images/ua07/UAPR_TSK-1-085_p1.png new file mode 100644 index 0000000..7338267 Binary files /dev/null and b/images/ua07/UAPR_TSK-1-085_p1.png differ diff --git a/images/ua07/UAPR_TSK-1-091.png b/images/ua07/UAPR_TSK-1-091.png new file mode 100644 index 0000000..4ba6859 Binary files /dev/null and b/images/ua07/UAPR_TSK-1-091.png differ diff --git a/images/ua07/UAPR_TSK-1-091_p1.png b/images/ua07/UAPR_TSK-1-091_p1.png new file mode 100644 index 0000000..c41d0f8 Binary files /dev/null and b/images/ua07/UAPR_TSK-1-091_p1.png differ diff --git a/images/ua07/UAPR_TSK-2-017.png b/images/ua07/UAPR_TSK-2-017.png new file mode 100644 index 0000000..43a0a79 Binary files /dev/null and b/images/ua07/UAPR_TSK-2-017.png differ diff --git a/images/ua07/UAPR_TSK-2-031.png b/images/ua07/UAPR_TSK-2-031.png new file mode 100644 index 0000000..9c5c443 Binary files /dev/null and b/images/ua07/UAPR_TSK-2-031.png differ diff --git a/images/ua07/UAPR_TSK-2-044.png b/images/ua07/UAPR_TSK-2-044.png new file mode 100644 index 0000000..edc0bca Binary files /dev/null and b/images/ua07/UAPR_TSK-2-044.png differ diff --git a/images/ua07/UAPR_TSK-2-044_p1.png b/images/ua07/UAPR_TSK-2-044_p1.png new file mode 100644 index 0000000..87c4212 Binary files /dev/null and b/images/ua07/UAPR_TSK-2-044_p1.png differ diff --git a/images/ua07/UAPR_TSK-AP01.png b/images/ua07/UAPR_TSK-AP01.png new file mode 100644 index 0000000..a8450ff Binary files /dev/null and b/images/ua07/UAPR_TSK-AP01.png differ diff --git a/images/ua07/UAPR_TSK-AP02.png b/images/ua07/UAPR_TSK-AP02.png new file mode 100644 index 0000000..bae4bb0 Binary files /dev/null and b/images/ua07/UAPR_TSK-AP02.png differ diff --git a/images/ua07/UAPR_TSK-AP03.png b/images/ua07/UAPR_TSK-AP03.png new file mode 100644 index 0000000..deb32d9 Binary files /dev/null and b/images/ua07/UAPR_TSK-AP03.png differ diff --git a/images/ua07/UAPR_TSK-P-001.png b/images/ua07/UAPR_TSK-P-001.png new file mode 100644 index 0000000..9a75d56 Binary files /dev/null and b/images/ua07/UAPR_TSK-P-001.png differ diff --git a/images/ua07/UAPR_TSK-P-002.png b/images/ua07/UAPR_TSK-P-002.png new file mode 100644 index 0000000..47d260d Binary files /dev/null and b/images/ua07/UAPR_TSK-P-002.png differ diff --git a/images/ua07/UAPR_TSK-P-003.png b/images/ua07/UAPR_TSK-P-003.png new file mode 100644 index 0000000..85c5507 Binary files /dev/null and b/images/ua07/UAPR_TSK-P-003.png differ diff --git a/images/ua08/EX07BT_BLC-2-001.png b/images/ua08/EX07BT_BLC-2-001.png new file mode 100644 index 0000000..0861d8d Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-001.png differ diff --git a/images/ua08/EX07BT_BLC-2-002.png b/images/ua08/EX07BT_BLC-2-002.png new file mode 100644 index 0000000..dc33eb4 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-002.png differ diff --git a/images/ua08/EX07BT_BLC-2-002_p1.png b/images/ua08/EX07BT_BLC-2-002_p1.png new file mode 100644 index 0000000..9255617 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-002_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-003.png b/images/ua08/EX07BT_BLC-2-003.png new file mode 100644 index 0000000..2abb131 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-003.png differ diff --git a/images/ua08/EX07BT_BLC-2-004.png b/images/ua08/EX07BT_BLC-2-004.png new file mode 100644 index 0000000..7271e3e Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-004.png differ diff --git a/images/ua08/EX07BT_BLC-2-005.png b/images/ua08/EX07BT_BLC-2-005.png new file mode 100644 index 0000000..b15ca26 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-005.png differ diff --git a/images/ua08/EX07BT_BLC-2-006.png b/images/ua08/EX07BT_BLC-2-006.png new file mode 100644 index 0000000..0ec2cb9 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-006.png differ diff --git a/images/ua08/EX07BT_BLC-2-006_p1.png b/images/ua08/EX07BT_BLC-2-006_p1.png new file mode 100644 index 0000000..6a6b7b2 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-006_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-007.png b/images/ua08/EX07BT_BLC-2-007.png new file mode 100644 index 0000000..0902411 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-007.png differ diff --git a/images/ua08/EX07BT_BLC-2-008.png b/images/ua08/EX07BT_BLC-2-008.png new file mode 100644 index 0000000..0505069 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-008.png differ diff --git a/images/ua08/EX07BT_BLC-2-009.png b/images/ua08/EX07BT_BLC-2-009.png new file mode 100644 index 0000000..d7070c2 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-009.png differ diff --git a/images/ua08/EX07BT_BLC-2-009_p1.png b/images/ua08/EX07BT_BLC-2-009_p1.png new file mode 100644 index 0000000..9843d5b Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-009_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-010.png b/images/ua08/EX07BT_BLC-2-010.png new file mode 100644 index 0000000..5cf558a Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-010.png differ diff --git a/images/ua08/EX07BT_BLC-2-011.png b/images/ua08/EX07BT_BLC-2-011.png new file mode 100644 index 0000000..72574d7 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-011.png differ diff --git a/images/ua08/EX07BT_BLC-2-012.png b/images/ua08/EX07BT_BLC-2-012.png new file mode 100644 index 0000000..d2b7cb8 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-012.png differ diff --git a/images/ua08/EX07BT_BLC-2-013.png b/images/ua08/EX07BT_BLC-2-013.png new file mode 100644 index 0000000..8ed1806 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-013.png differ diff --git a/images/ua08/EX07BT_BLC-2-014.png b/images/ua08/EX07BT_BLC-2-014.png new file mode 100644 index 0000000..939dcd5 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-014.png differ diff --git a/images/ua08/EX07BT_BLC-2-014_p1.png b/images/ua08/EX07BT_BLC-2-014_p1.png new file mode 100644 index 0000000..da9aeda Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-014_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-015.png b/images/ua08/EX07BT_BLC-2-015.png new file mode 100644 index 0000000..2152f83 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-015.png differ diff --git a/images/ua08/EX07BT_BLC-2-016.png b/images/ua08/EX07BT_BLC-2-016.png new file mode 100644 index 0000000..0f67649 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-016.png differ diff --git a/images/ua08/EX07BT_BLC-2-017.png b/images/ua08/EX07BT_BLC-2-017.png new file mode 100644 index 0000000..eb2c1d7 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-017.png differ diff --git a/images/ua08/EX07BT_BLC-2-018.png b/images/ua08/EX07BT_BLC-2-018.png new file mode 100644 index 0000000..5e267cd Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-018.png differ diff --git a/images/ua08/EX07BT_BLC-2-019.png b/images/ua08/EX07BT_BLC-2-019.png new file mode 100644 index 0000000..c361eca Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-019.png differ diff --git a/images/ua08/EX07BT_BLC-2-019_p1.png b/images/ua08/EX07BT_BLC-2-019_p1.png new file mode 100644 index 0000000..7b784f0 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-019_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-020.png b/images/ua08/EX07BT_BLC-2-020.png new file mode 100644 index 0000000..c704ecf Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-020.png differ diff --git a/images/ua08/EX07BT_BLC-2-021.png b/images/ua08/EX07BT_BLC-2-021.png new file mode 100644 index 0000000..e9f2b04 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-021.png differ diff --git a/images/ua08/EX07BT_BLC-2-022.png b/images/ua08/EX07BT_BLC-2-022.png new file mode 100644 index 0000000..000e744 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-022.png differ diff --git a/images/ua08/EX07BT_BLC-2-023.png b/images/ua08/EX07BT_BLC-2-023.png new file mode 100644 index 0000000..3c263ec Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-023.png differ diff --git a/images/ua08/EX07BT_BLC-2-024.png b/images/ua08/EX07BT_BLC-2-024.png new file mode 100644 index 0000000..5853ab1 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-024.png differ diff --git a/images/ua08/EX07BT_BLC-2-024_p1.png b/images/ua08/EX07BT_BLC-2-024_p1.png new file mode 100644 index 0000000..82b8945 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-024_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-025.png b/images/ua08/EX07BT_BLC-2-025.png new file mode 100644 index 0000000..5fb8be3 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-025.png differ diff --git a/images/ua08/EX07BT_BLC-2-026.png b/images/ua08/EX07BT_BLC-2-026.png new file mode 100644 index 0000000..04230de Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-026.png differ diff --git a/images/ua08/EX07BT_BLC-2-027.png b/images/ua08/EX07BT_BLC-2-027.png new file mode 100644 index 0000000..0ffdf97 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-027.png differ diff --git a/images/ua08/EX07BT_BLC-2-028.png b/images/ua08/EX07BT_BLC-2-028.png new file mode 100644 index 0000000..2137fda Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-028.png differ diff --git a/images/ua08/EX07BT_BLC-2-028_p1.png b/images/ua08/EX07BT_BLC-2-028_p1.png new file mode 100644 index 0000000..931be25 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-028_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-029.png b/images/ua08/EX07BT_BLC-2-029.png new file mode 100644 index 0000000..fe72629 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-029.png differ diff --git a/images/ua08/EX07BT_BLC-2-030.png b/images/ua08/EX07BT_BLC-2-030.png new file mode 100644 index 0000000..768d38e Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-030.png differ diff --git a/images/ua08/EX07BT_BLC-2-030_p1.png b/images/ua08/EX07BT_BLC-2-030_p1.png new file mode 100644 index 0000000..474c28e Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-030_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-031.png b/images/ua08/EX07BT_BLC-2-031.png new file mode 100644 index 0000000..80e2195 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-031.png differ diff --git a/images/ua08/EX07BT_BLC-2-032.png b/images/ua08/EX07BT_BLC-2-032.png new file mode 100644 index 0000000..492e009 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-032.png differ diff --git a/images/ua08/EX07BT_BLC-2-033.png b/images/ua08/EX07BT_BLC-2-033.png new file mode 100644 index 0000000..ef84b73 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-033.png differ diff --git a/images/ua08/EX07BT_BLC-2-034.png b/images/ua08/EX07BT_BLC-2-034.png new file mode 100644 index 0000000..948fe0c Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-034.png differ diff --git a/images/ua08/EX07BT_BLC-2-034_p1.png b/images/ua08/EX07BT_BLC-2-034_p1.png new file mode 100644 index 0000000..9c2d656 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-034_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-034_p2.png b/images/ua08/EX07BT_BLC-2-034_p2.png new file mode 100644 index 0000000..23df39d Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-034_p2.png differ diff --git a/images/ua08/EX07BT_BLC-2-035.png b/images/ua08/EX07BT_BLC-2-035.png new file mode 100644 index 0000000..1d96feb Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-035.png differ diff --git a/images/ua08/EX07BT_BLC-2-035_p1.png b/images/ua08/EX07BT_BLC-2-035_p1.png new file mode 100644 index 0000000..abd2c73 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-035_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-036.png b/images/ua08/EX07BT_BLC-2-036.png new file mode 100644 index 0000000..f5a2369 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-036.png differ diff --git a/images/ua08/EX07BT_BLC-2-037.png b/images/ua08/EX07BT_BLC-2-037.png new file mode 100644 index 0000000..87becb3 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-037.png differ diff --git a/images/ua08/EX07BT_BLC-2-038.png b/images/ua08/EX07BT_BLC-2-038.png new file mode 100644 index 0000000..91224a4 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-038.png differ diff --git a/images/ua08/EX07BT_BLC-2-038_p1.png b/images/ua08/EX07BT_BLC-2-038_p1.png new file mode 100644 index 0000000..6fce6bb Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-038_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-039.png b/images/ua08/EX07BT_BLC-2-039.png new file mode 100644 index 0000000..9c7e215 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-039.png differ diff --git a/images/ua08/EX07BT_BLC-2-040.png b/images/ua08/EX07BT_BLC-2-040.png new file mode 100644 index 0000000..52f1744 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-040.png differ diff --git a/images/ua08/EX07BT_BLC-2-041.png b/images/ua08/EX07BT_BLC-2-041.png new file mode 100644 index 0000000..b30631d Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-041.png differ diff --git a/images/ua08/EX07BT_BLC-2-042.png b/images/ua08/EX07BT_BLC-2-042.png new file mode 100644 index 0000000..40e9756 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-042.png differ diff --git a/images/ua08/EX07BT_BLC-2-043.png b/images/ua08/EX07BT_BLC-2-043.png new file mode 100644 index 0000000..6ba5d09 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-043.png differ diff --git a/images/ua08/EX07BT_BLC-2-044.png b/images/ua08/EX07BT_BLC-2-044.png new file mode 100644 index 0000000..055609b Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-044.png differ diff --git a/images/ua08/EX07BT_BLC-2-045.png b/images/ua08/EX07BT_BLC-2-045.png new file mode 100644 index 0000000..6257294 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-045.png differ diff --git a/images/ua08/EX07BT_BLC-2-046.png b/images/ua08/EX07BT_BLC-2-046.png new file mode 100644 index 0000000..73effbe Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-046.png differ diff --git a/images/ua08/EX07BT_BLC-2-047.png b/images/ua08/EX07BT_BLC-2-047.png new file mode 100644 index 0000000..7f4faae Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-047.png differ diff --git a/images/ua08/EX07BT_BLC-2-048.png b/images/ua08/EX07BT_BLC-2-048.png new file mode 100644 index 0000000..4c5eb48 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-048.png differ diff --git a/images/ua08/EX07BT_BLC-2-049.png b/images/ua08/EX07BT_BLC-2-049.png new file mode 100644 index 0000000..6d85df1 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-049.png differ diff --git a/images/ua08/EX07BT_BLC-2-050.png b/images/ua08/EX07BT_BLC-2-050.png new file mode 100644 index 0000000..ce36f48 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-050.png differ diff --git a/images/ua08/EX07BT_BLC-2-051.png b/images/ua08/EX07BT_BLC-2-051.png new file mode 100644 index 0000000..8fd8a97 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-051.png differ diff --git a/images/ua08/EX07BT_BLC-2-051_p1.png b/images/ua08/EX07BT_BLC-2-051_p1.png new file mode 100644 index 0000000..b8f90c5 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-051_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-052.png b/images/ua08/EX07BT_BLC-2-052.png new file mode 100644 index 0000000..3a786c6 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-052.png differ diff --git a/images/ua08/EX07BT_BLC-2-053.png b/images/ua08/EX07BT_BLC-2-053.png new file mode 100644 index 0000000..f613ade Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-053.png differ diff --git a/images/ua08/EX07BT_BLC-2-054.png b/images/ua08/EX07BT_BLC-2-054.png new file mode 100644 index 0000000..d25187b Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-054.png differ diff --git a/images/ua08/EX07BT_BLC-2-055.png b/images/ua08/EX07BT_BLC-2-055.png new file mode 100644 index 0000000..52d28dd Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-055.png differ diff --git a/images/ua08/EX07BT_BLC-2-056.png b/images/ua08/EX07BT_BLC-2-056.png new file mode 100644 index 0000000..9c802d8 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-056.png differ diff --git a/images/ua08/EX07BT_BLC-2-057.png b/images/ua08/EX07BT_BLC-2-057.png new file mode 100644 index 0000000..17de158 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-057.png differ diff --git a/images/ua08/EX07BT_BLC-2-057_p1.png b/images/ua08/EX07BT_BLC-2-057_p1.png new file mode 100644 index 0000000..769bfa6 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-057_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-058.png b/images/ua08/EX07BT_BLC-2-058.png new file mode 100644 index 0000000..88cd945 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-058.png differ diff --git a/images/ua08/EX07BT_BLC-2-059.png b/images/ua08/EX07BT_BLC-2-059.png new file mode 100644 index 0000000..07546b3 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-059.png differ diff --git a/images/ua08/EX07BT_BLC-2-060.png b/images/ua08/EX07BT_BLC-2-060.png new file mode 100644 index 0000000..3bbda24 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-060.png differ diff --git a/images/ua08/EX07BT_BLC-2-061.png b/images/ua08/EX07BT_BLC-2-061.png new file mode 100644 index 0000000..152b101 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-061.png differ diff --git a/images/ua08/EX07BT_BLC-2-062.png b/images/ua08/EX07BT_BLC-2-062.png new file mode 100644 index 0000000..d86334e Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-062.png differ diff --git a/images/ua08/EX07BT_BLC-2-062_p1.png b/images/ua08/EX07BT_BLC-2-062_p1.png new file mode 100644 index 0000000..bf1bbec Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-062_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-063.png b/images/ua08/EX07BT_BLC-2-063.png new file mode 100644 index 0000000..79860d5 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-063.png differ diff --git a/images/ua08/EX07BT_BLC-2-064.png b/images/ua08/EX07BT_BLC-2-064.png new file mode 100644 index 0000000..b26a92d Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-064.png differ diff --git a/images/ua08/EX07BT_BLC-2-065.png b/images/ua08/EX07BT_BLC-2-065.png new file mode 100644 index 0000000..1af9b3f Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-065.png differ diff --git a/images/ua08/EX07BT_BLC-2-066.png b/images/ua08/EX07BT_BLC-2-066.png new file mode 100644 index 0000000..cd6d0d2 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-066.png differ diff --git a/images/ua08/EX07BT_BLC-2-067.png b/images/ua08/EX07BT_BLC-2-067.png new file mode 100644 index 0000000..057d7c7 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-067.png differ diff --git a/images/ua08/EX07BT_BLC-2-067_p1.png b/images/ua08/EX07BT_BLC-2-067_p1.png new file mode 100644 index 0000000..aae861e Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-067_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-068.png b/images/ua08/EX07BT_BLC-2-068.png new file mode 100644 index 0000000..9c959d5 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-068.png differ diff --git a/images/ua08/EX07BT_BLC-2-069.png b/images/ua08/EX07BT_BLC-2-069.png new file mode 100644 index 0000000..7281934 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-069.png differ diff --git a/images/ua08/EX07BT_BLC-2-069_p1.png b/images/ua08/EX07BT_BLC-2-069_p1.png new file mode 100644 index 0000000..80a78ce Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-069_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-070.png b/images/ua08/EX07BT_BLC-2-070.png new file mode 100644 index 0000000..037c93e Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-070.png differ diff --git a/images/ua08/EX07BT_BLC-2-070_p1.png b/images/ua08/EX07BT_BLC-2-070_p1.png new file mode 100644 index 0000000..ed15412 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-070_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-071.png b/images/ua08/EX07BT_BLC-2-071.png new file mode 100644 index 0000000..76ed185 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-071.png differ diff --git a/images/ua08/EX07BT_BLC-2-071_p1-1.png b/images/ua08/EX07BT_BLC-2-071_p1-1.png new file mode 100644 index 0000000..c4b4d7e Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-071_p1-1.png differ diff --git a/images/ua08/EX07BT_BLC-2-071_p1.png b/images/ua08/EX07BT_BLC-2-071_p1.png new file mode 100644 index 0000000..c4b4d7e Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-071_p1.png differ diff --git a/images/ua08/EX07BT_BLC-2-072.png b/images/ua08/EX07BT_BLC-2-072.png new file mode 100644 index 0000000..84425d6 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-072.png differ diff --git a/images/ua08/EX07BT_BLC-2-073.png b/images/ua08/EX07BT_BLC-2-073.png new file mode 100644 index 0000000..0bc69d1 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-073.png differ diff --git a/images/ua08/EX07BT_BLC-2-AP01.png b/images/ua08/EX07BT_BLC-2-AP01.png new file mode 100644 index 0000000..7fffabe Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-AP01.png differ diff --git a/images/ua08/EX07BT_BLC-2-AP01_s.png b/images/ua08/EX07BT_BLC-2-AP01_s.png new file mode 100644 index 0000000..ef33bf1 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-AP01_s.png differ diff --git a/images/ua08/EX07BT_BLC-2-AP02.png b/images/ua08/EX07BT_BLC-2-AP02.png new file mode 100644 index 0000000..68b40d4 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-AP02.png differ diff --git a/images/ua08/EX07BT_BLC-2-AP03.png b/images/ua08/EX07BT_BLC-2-AP03.png new file mode 100644 index 0000000..3870388 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-AP03.png differ diff --git a/images/ua08/EX07BT_BLC-2-AP04.png b/images/ua08/EX07BT_BLC-2-AP04.png new file mode 100644 index 0000000..16a3883 Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-AP04.png differ diff --git a/images/ua08/EX07BT_BLC-2-AP05.png b/images/ua08/EX07BT_BLC-2-AP05.png new file mode 100644 index 0000000..635021b Binary files /dev/null and b/images/ua08/EX07BT_BLC-2-AP05.png differ diff --git a/images/ua08/UA04NC_BLC-3-001.png b/images/ua08/UA04NC_BLC-3-001.png new file mode 100644 index 0000000..238d324 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-001.png differ diff --git a/images/ua08/UA04NC_BLC-3-002.png b/images/ua08/UA04NC_BLC-3-002.png new file mode 100644 index 0000000..5d3cb01 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-002.png differ diff --git a/images/ua08/UA04NC_BLC-3-003.png b/images/ua08/UA04NC_BLC-3-003.png new file mode 100644 index 0000000..2638aa7 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-003.png differ diff --git a/images/ua08/UA04NC_BLC-3-004.png b/images/ua08/UA04NC_BLC-3-004.png new file mode 100644 index 0000000..19ce009 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-004.png differ diff --git a/images/ua08/UA04NC_BLC-3-005.png b/images/ua08/UA04NC_BLC-3-005.png new file mode 100644 index 0000000..7c5e059 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-005.png differ diff --git a/images/ua08/UA04NC_BLC-3-006.png b/images/ua08/UA04NC_BLC-3-006.png new file mode 100644 index 0000000..8d5f8b0 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-006.png differ diff --git a/images/ua08/UA04NC_BLC-3-007.png b/images/ua08/UA04NC_BLC-3-007.png new file mode 100644 index 0000000..b5af168 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-007.png differ diff --git a/images/ua08/UA04NC_BLC-3-008.png b/images/ua08/UA04NC_BLC-3-008.png new file mode 100644 index 0000000..378793c Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-008.png differ diff --git a/images/ua08/UA04NC_BLC-3-009.png b/images/ua08/UA04NC_BLC-3-009.png new file mode 100644 index 0000000..31139b5 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-009.png differ diff --git a/images/ua08/UA04NC_BLC-3-010.png b/images/ua08/UA04NC_BLC-3-010.png new file mode 100644 index 0000000..0ec1c09 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-010.png differ diff --git a/images/ua08/UA04NC_BLC-3-011.png b/images/ua08/UA04NC_BLC-3-011.png new file mode 100644 index 0000000..50dab9a Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-011.png differ diff --git a/images/ua08/UA04NC_BLC-3-AP01.png b/images/ua08/UA04NC_BLC-3-AP01.png new file mode 100644 index 0000000..a2da2c3 Binary files /dev/null and b/images/ua08/UA04NC_BLC-3-AP01.png differ diff --git a/images/ua08/UA08BT_BLC-1-001.png b/images/ua08/UA08BT_BLC-1-001.png new file mode 100644 index 0000000..d2f2b76 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-001.png differ diff --git a/images/ua08/UA08BT_BLC-1-002.png b/images/ua08/UA08BT_BLC-1-002.png new file mode 100644 index 0000000..81fc27a Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-002.png differ diff --git a/images/ua08/UA08BT_BLC-1-003.png b/images/ua08/UA08BT_BLC-1-003.png new file mode 100644 index 0000000..df60c76 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-003.png differ diff --git a/images/ua08/UA08BT_BLC-1-004.png b/images/ua08/UA08BT_BLC-1-004.png new file mode 100644 index 0000000..371ed50 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-004.png differ diff --git a/images/ua08/UA08BT_BLC-1-004_p1.png b/images/ua08/UA08BT_BLC-1-004_p1.png new file mode 100644 index 0000000..42f17d4 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-004_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-005.png b/images/ua08/UA08BT_BLC-1-005.png new file mode 100644 index 0000000..3cfddcf Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-005.png differ diff --git a/images/ua08/UA08BT_BLC-1-006.png b/images/ua08/UA08BT_BLC-1-006.png new file mode 100644 index 0000000..55baf80 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-006.png differ diff --git a/images/ua08/UA08BT_BLC-1-007.png b/images/ua08/UA08BT_BLC-1-007.png new file mode 100644 index 0000000..d32beb7 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-007.png differ diff --git a/images/ua08/UA08BT_BLC-1-008.png b/images/ua08/UA08BT_BLC-1-008.png new file mode 100644 index 0000000..cc89587 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-008.png differ diff --git a/images/ua08/UA08BT_BLC-1-009.png b/images/ua08/UA08BT_BLC-1-009.png new file mode 100644 index 0000000..9f5f89d Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-009.png differ diff --git a/images/ua08/UA08BT_BLC-1-010.png b/images/ua08/UA08BT_BLC-1-010.png new file mode 100644 index 0000000..e9c0aaa Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-010.png differ diff --git a/images/ua08/UA08BT_BLC-1-011.png b/images/ua08/UA08BT_BLC-1-011.png new file mode 100644 index 0000000..88c340a Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-011.png differ diff --git a/images/ua08/UA08BT_BLC-1-011_p1.png b/images/ua08/UA08BT_BLC-1-011_p1.png new file mode 100644 index 0000000..4140068 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-011_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-012.png b/images/ua08/UA08BT_BLC-1-012.png new file mode 100644 index 0000000..8a28b9b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-012.png differ diff --git a/images/ua08/UA08BT_BLC-1-013.png b/images/ua08/UA08BT_BLC-1-013.png new file mode 100644 index 0000000..07dd3de Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-013.png differ diff --git a/images/ua08/UA08BT_BLC-1-014.png b/images/ua08/UA08BT_BLC-1-014.png new file mode 100644 index 0000000..c76df07 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-014.png differ diff --git a/images/ua08/UA08BT_BLC-1-014_p1.png b/images/ua08/UA08BT_BLC-1-014_p1.png new file mode 100644 index 0000000..ec8e9e0 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-014_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-015.png b/images/ua08/UA08BT_BLC-1-015.png new file mode 100644 index 0000000..5bb8395 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-015.png differ diff --git a/images/ua08/UA08BT_BLC-1-016.png b/images/ua08/UA08BT_BLC-1-016.png new file mode 100644 index 0000000..cd735ee Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-016.png differ diff --git a/images/ua08/UA08BT_BLC-1-017.png b/images/ua08/UA08BT_BLC-1-017.png new file mode 100644 index 0000000..3bdd046 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-017.png differ diff --git a/images/ua08/UA08BT_BLC-1-018.png b/images/ua08/UA08BT_BLC-1-018.png new file mode 100644 index 0000000..1e63ab3 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-018.png differ diff --git a/images/ua08/UA08BT_BLC-1-019.png b/images/ua08/UA08BT_BLC-1-019.png new file mode 100644 index 0000000..6e06d9e Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-019.png differ diff --git a/images/ua08/UA08BT_BLC-1-020.png b/images/ua08/UA08BT_BLC-1-020.png new file mode 100644 index 0000000..8e5435e Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-020.png differ diff --git a/images/ua08/UA08BT_BLC-1-020_p1.png b/images/ua08/UA08BT_BLC-1-020_p1.png new file mode 100644 index 0000000..544c4d7 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-020_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-021.png b/images/ua08/UA08BT_BLC-1-021.png new file mode 100644 index 0000000..d164451 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-021.png differ diff --git a/images/ua08/UA08BT_BLC-1-022.png b/images/ua08/UA08BT_BLC-1-022.png new file mode 100644 index 0000000..1a65f2c Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-022.png differ diff --git a/images/ua08/UA08BT_BLC-1-023.png b/images/ua08/UA08BT_BLC-1-023.png new file mode 100644 index 0000000..8b2971a Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-023.png differ diff --git a/images/ua08/UA08BT_BLC-1-024.png b/images/ua08/UA08BT_BLC-1-024.png new file mode 100644 index 0000000..b17c03f Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-024.png differ diff --git a/images/ua08/UA08BT_BLC-1-024_p1.png b/images/ua08/UA08BT_BLC-1-024_p1.png new file mode 100644 index 0000000..0f9888a Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-024_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-025.png b/images/ua08/UA08BT_BLC-1-025.png new file mode 100644 index 0000000..c72d0b9 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-025.png differ diff --git a/images/ua08/UA08BT_BLC-1-026.png b/images/ua08/UA08BT_BLC-1-026.png new file mode 100644 index 0000000..421e381 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-026.png differ diff --git a/images/ua08/UA08BT_BLC-1-027.png b/images/ua08/UA08BT_BLC-1-027.png new file mode 100644 index 0000000..22bfb39 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-027.png differ diff --git a/images/ua08/UA08BT_BLC-1-028.png b/images/ua08/UA08BT_BLC-1-028.png new file mode 100644 index 0000000..ca53cbd Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-028.png differ diff --git a/images/ua08/UA08BT_BLC-1-029.png b/images/ua08/UA08BT_BLC-1-029.png new file mode 100644 index 0000000..f02cf54 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-029.png differ diff --git a/images/ua08/UA08BT_BLC-1-030.png b/images/ua08/UA08BT_BLC-1-030.png new file mode 100644 index 0000000..10e4415 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-030.png differ diff --git a/images/ua08/UA08BT_BLC-1-031.png b/images/ua08/UA08BT_BLC-1-031.png new file mode 100644 index 0000000..e206d0d Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-031.png differ diff --git a/images/ua08/UA08BT_BLC-1-032.png b/images/ua08/UA08BT_BLC-1-032.png new file mode 100644 index 0000000..aa73adc Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-032.png differ diff --git a/images/ua08/UA08BT_BLC-1-033.png b/images/ua08/UA08BT_BLC-1-033.png new file mode 100644 index 0000000..c0e9d56 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-033.png differ diff --git a/images/ua08/UA08BT_BLC-1-034.png b/images/ua08/UA08BT_BLC-1-034.png new file mode 100644 index 0000000..421a4e8 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-034.png differ diff --git a/images/ua08/UA08BT_BLC-1-035.png b/images/ua08/UA08BT_BLC-1-035.png new file mode 100644 index 0000000..e43d59b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-035.png differ diff --git a/images/ua08/UA08BT_BLC-1-036.png b/images/ua08/UA08BT_BLC-1-036.png new file mode 100644 index 0000000..3cf815e Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-036.png differ diff --git a/images/ua08/UA08BT_BLC-1-037.png b/images/ua08/UA08BT_BLC-1-037.png new file mode 100644 index 0000000..d25182b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-037.png differ diff --git a/images/ua08/UA08BT_BLC-1-038.png b/images/ua08/UA08BT_BLC-1-038.png new file mode 100644 index 0000000..6b90601 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-038.png differ diff --git a/images/ua08/UA08BT_BLC-1-038_p1.png b/images/ua08/UA08BT_BLC-1-038_p1.png new file mode 100644 index 0000000..e0a0b18 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-038_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-039.png b/images/ua08/UA08BT_BLC-1-039.png new file mode 100644 index 0000000..f176331 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-039.png differ diff --git a/images/ua08/UA08BT_BLC-1-040.png b/images/ua08/UA08BT_BLC-1-040.png new file mode 100644 index 0000000..7143f6b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-040.png differ diff --git a/images/ua08/UA08BT_BLC-1-040_p1.png b/images/ua08/UA08BT_BLC-1-040_p1.png new file mode 100644 index 0000000..74149cb Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-040_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-041.png b/images/ua08/UA08BT_BLC-1-041.png new file mode 100644 index 0000000..c52eff2 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-041.png differ diff --git a/images/ua08/UA08BT_BLC-1-041_p1.png b/images/ua08/UA08BT_BLC-1-041_p1.png new file mode 100644 index 0000000..c0e7fd0 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-041_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-041_p2.png b/images/ua08/UA08BT_BLC-1-041_p2.png new file mode 100644 index 0000000..2cdcb86 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-041_p2.png differ diff --git a/images/ua08/UA08BT_BLC-1-041_p3.png b/images/ua08/UA08BT_BLC-1-041_p3.png new file mode 100644 index 0000000..2b83917 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-041_p3.png differ diff --git a/images/ua08/UA08BT_BLC-1-042.png b/images/ua08/UA08BT_BLC-1-042.png new file mode 100644 index 0000000..4998d64 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-042.png differ diff --git a/images/ua08/UA08BT_BLC-1-043.png b/images/ua08/UA08BT_BLC-1-043.png new file mode 100644 index 0000000..b5f0fef Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-043.png differ diff --git a/images/ua08/UA08BT_BLC-1-044.png b/images/ua08/UA08BT_BLC-1-044.png new file mode 100644 index 0000000..d5fc0af Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-044.png differ diff --git a/images/ua08/UA08BT_BLC-1-045.png b/images/ua08/UA08BT_BLC-1-045.png new file mode 100644 index 0000000..934ce33 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-045.png differ diff --git a/images/ua08/UA08BT_BLC-1-046.png b/images/ua08/UA08BT_BLC-1-046.png new file mode 100644 index 0000000..ecfec0a Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-046.png differ diff --git a/images/ua08/UA08BT_BLC-1-047.png b/images/ua08/UA08BT_BLC-1-047.png new file mode 100644 index 0000000..a397675 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-047.png differ diff --git a/images/ua08/UA08BT_BLC-1-047_p1.png b/images/ua08/UA08BT_BLC-1-047_p1.png new file mode 100644 index 0000000..a1d0d63 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-047_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-047_p2.png b/images/ua08/UA08BT_BLC-1-047_p2.png new file mode 100644 index 0000000..5c9ad0e Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-047_p2.png differ diff --git a/images/ua08/UA08BT_BLC-1-048.png b/images/ua08/UA08BT_BLC-1-048.png new file mode 100644 index 0000000..5b67148 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-048.png differ diff --git a/images/ua08/UA08BT_BLC-1-049.png b/images/ua08/UA08BT_BLC-1-049.png new file mode 100644 index 0000000..c0fa4f3 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-049.png differ diff --git a/images/ua08/UA08BT_BLC-1-050.png b/images/ua08/UA08BT_BLC-1-050.png new file mode 100644 index 0000000..7e2f41f Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-050.png differ diff --git a/images/ua08/UA08BT_BLC-1-050_p1.png b/images/ua08/UA08BT_BLC-1-050_p1.png new file mode 100644 index 0000000..fa46caf Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-050_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-050_p2.png b/images/ua08/UA08BT_BLC-1-050_p2.png new file mode 100644 index 0000000..d49ffae Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-050_p2.png differ diff --git a/images/ua08/UA08BT_BLC-1-051.png b/images/ua08/UA08BT_BLC-1-051.png new file mode 100644 index 0000000..b1c50a1 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-051.png differ diff --git a/images/ua08/UA08BT_BLC-1-052.png b/images/ua08/UA08BT_BLC-1-052.png new file mode 100644 index 0000000..f7bff08 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-052.png differ diff --git a/images/ua08/UA08BT_BLC-1-052_p1.png b/images/ua08/UA08BT_BLC-1-052_p1.png new file mode 100644 index 0000000..0c550f6 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-052_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-053.png b/images/ua08/UA08BT_BLC-1-053.png new file mode 100644 index 0000000..e150adc Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-053.png differ diff --git a/images/ua08/UA08BT_BLC-1-053_p1.png b/images/ua08/UA08BT_BLC-1-053_p1.png new file mode 100644 index 0000000..c3ea558 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-053_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-054.png b/images/ua08/UA08BT_BLC-1-054.png new file mode 100644 index 0000000..31d5674 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-054.png differ diff --git a/images/ua08/UA08BT_BLC-1-055.png b/images/ua08/UA08BT_BLC-1-055.png new file mode 100644 index 0000000..3ba8bf7 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-055.png differ diff --git a/images/ua08/UA08BT_BLC-1-055_p1.png b/images/ua08/UA08BT_BLC-1-055_p1.png new file mode 100644 index 0000000..f4bced9 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-055_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-056.png b/images/ua08/UA08BT_BLC-1-056.png new file mode 100644 index 0000000..23e98cd Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-056.png differ diff --git a/images/ua08/UA08BT_BLC-1-057.png b/images/ua08/UA08BT_BLC-1-057.png new file mode 100644 index 0000000..61c067a Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-057.png differ diff --git a/images/ua08/UA08BT_BLC-1-058.png b/images/ua08/UA08BT_BLC-1-058.png new file mode 100644 index 0000000..f71df31 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-058.png differ diff --git a/images/ua08/UA08BT_BLC-1-059.png b/images/ua08/UA08BT_BLC-1-059.png new file mode 100644 index 0000000..1865d30 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-059.png differ diff --git a/images/ua08/UA08BT_BLC-1-060.png b/images/ua08/UA08BT_BLC-1-060.png new file mode 100644 index 0000000..8b5916f Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-060.png differ diff --git a/images/ua08/UA08BT_BLC-1-061.png b/images/ua08/UA08BT_BLC-1-061.png new file mode 100644 index 0000000..04d0326 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-061.png differ diff --git a/images/ua08/UA08BT_BLC-1-062.png b/images/ua08/UA08BT_BLC-1-062.png new file mode 100644 index 0000000..98fec5f Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-062.png differ diff --git a/images/ua08/UA08BT_BLC-1-063.png b/images/ua08/UA08BT_BLC-1-063.png new file mode 100644 index 0000000..f60e7e9 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-063.png differ diff --git a/images/ua08/UA08BT_BLC-1-064.png b/images/ua08/UA08BT_BLC-1-064.png new file mode 100644 index 0000000..31504d3 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-064.png differ diff --git a/images/ua08/UA08BT_BLC-1-065.png b/images/ua08/UA08BT_BLC-1-065.png new file mode 100644 index 0000000..85cd670 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-065.png differ diff --git a/images/ua08/UA08BT_BLC-1-066.png b/images/ua08/UA08BT_BLC-1-066.png new file mode 100644 index 0000000..1d5d85f Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-066.png differ diff --git a/images/ua08/UA08BT_BLC-1-067.png b/images/ua08/UA08BT_BLC-1-067.png new file mode 100644 index 0000000..7466082 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-067.png differ diff --git a/images/ua08/UA08BT_BLC-1-068.png b/images/ua08/UA08BT_BLC-1-068.png new file mode 100644 index 0000000..8fcac97 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-068.png differ diff --git a/images/ua08/UA08BT_BLC-1-069.png b/images/ua08/UA08BT_BLC-1-069.png new file mode 100644 index 0000000..dc34afb Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-069.png differ diff --git a/images/ua08/UA08BT_BLC-1-070.png b/images/ua08/UA08BT_BLC-1-070.png new file mode 100644 index 0000000..2bc7344 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-070.png differ diff --git a/images/ua08/UA08BT_BLC-1-070_p1.png b/images/ua08/UA08BT_BLC-1-070_p1.png new file mode 100644 index 0000000..15c92b7 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-070_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-071.png b/images/ua08/UA08BT_BLC-1-071.png new file mode 100644 index 0000000..858bd6c Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-071.png differ diff --git a/images/ua08/UA08BT_BLC-1-072.png b/images/ua08/UA08BT_BLC-1-072.png new file mode 100644 index 0000000..6e5ab0e Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-072.png differ diff --git a/images/ua08/UA08BT_BLC-1-073.png b/images/ua08/UA08BT_BLC-1-073.png new file mode 100644 index 0000000..b02738d Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-073.png differ diff --git a/images/ua08/UA08BT_BLC-1-074.png b/images/ua08/UA08BT_BLC-1-074.png new file mode 100644 index 0000000..2bdd7a0 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-074.png differ diff --git a/images/ua08/UA08BT_BLC-1-074_p1.png b/images/ua08/UA08BT_BLC-1-074_p1.png new file mode 100644 index 0000000..810fa85 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-074_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-075.png b/images/ua08/UA08BT_BLC-1-075.png new file mode 100644 index 0000000..0b1a24c Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-075.png differ diff --git a/images/ua08/UA08BT_BLC-1-076.png b/images/ua08/UA08BT_BLC-1-076.png new file mode 100644 index 0000000..f55b614 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-076.png differ diff --git a/images/ua08/UA08BT_BLC-1-077.png b/images/ua08/UA08BT_BLC-1-077.png new file mode 100644 index 0000000..e2452ce Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-077.png differ diff --git a/images/ua08/UA08BT_BLC-1-078.png b/images/ua08/UA08BT_BLC-1-078.png new file mode 100644 index 0000000..f4d9fad Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-078.png differ diff --git a/images/ua08/UA08BT_BLC-1-078_p1.png b/images/ua08/UA08BT_BLC-1-078_p1.png new file mode 100644 index 0000000..2fc9f4b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-078_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-079.png b/images/ua08/UA08BT_BLC-1-079.png new file mode 100644 index 0000000..1a34239 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-079.png differ diff --git a/images/ua08/UA08BT_BLC-1-080.png b/images/ua08/UA08BT_BLC-1-080.png new file mode 100644 index 0000000..a0c33a9 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-080.png differ diff --git a/images/ua08/UA08BT_BLC-1-081.png b/images/ua08/UA08BT_BLC-1-081.png new file mode 100644 index 0000000..496b241 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-081.png differ diff --git a/images/ua08/UA08BT_BLC-1-081_p1.png b/images/ua08/UA08BT_BLC-1-081_p1.png new file mode 100644 index 0000000..314c346 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-081_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-082.png b/images/ua08/UA08BT_BLC-1-082.png new file mode 100644 index 0000000..7a750e3 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-082.png differ diff --git a/images/ua08/UA08BT_BLC-1-083.png b/images/ua08/UA08BT_BLC-1-083.png new file mode 100644 index 0000000..752fe13 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-083.png differ diff --git a/images/ua08/UA08BT_BLC-1-084.png b/images/ua08/UA08BT_BLC-1-084.png new file mode 100644 index 0000000..6b35ccd Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-084.png differ diff --git a/images/ua08/UA08BT_BLC-1-085.png b/images/ua08/UA08BT_BLC-1-085.png new file mode 100644 index 0000000..fe6c42b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-085.png differ diff --git a/images/ua08/UA08BT_BLC-1-085_p1.png b/images/ua08/UA08BT_BLC-1-085_p1.png new file mode 100644 index 0000000..306076e Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-085_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-085_p2.png b/images/ua08/UA08BT_BLC-1-085_p2.png new file mode 100644 index 0000000..663208b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-085_p2.png differ diff --git a/images/ua08/UA08BT_BLC-1-086.png b/images/ua08/UA08BT_BLC-1-086.png new file mode 100644 index 0000000..ac5d392 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-086.png differ diff --git a/images/ua08/UA08BT_BLC-1-087.png b/images/ua08/UA08BT_BLC-1-087.png new file mode 100644 index 0000000..94afe4e Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-087.png differ diff --git a/images/ua08/UA08BT_BLC-1-087_p1.png b/images/ua08/UA08BT_BLC-1-087_p1.png new file mode 100644 index 0000000..a2e920b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-087_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-088.png b/images/ua08/UA08BT_BLC-1-088.png new file mode 100644 index 0000000..08d6837 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-088.png differ diff --git a/images/ua08/UA08BT_BLC-1-089.png b/images/ua08/UA08BT_BLC-1-089.png new file mode 100644 index 0000000..50a4487 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-089.png differ diff --git a/images/ua08/UA08BT_BLC-1-089_p1.png b/images/ua08/UA08BT_BLC-1-089_p1.png new file mode 100644 index 0000000..d218a2f Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-089_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-090.png b/images/ua08/UA08BT_BLC-1-090.png new file mode 100644 index 0000000..595fa8f Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-090.png differ diff --git a/images/ua08/UA08BT_BLC-1-091.png b/images/ua08/UA08BT_BLC-1-091.png new file mode 100644 index 0000000..61abead Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-091.png differ diff --git a/images/ua08/UA08BT_BLC-1-092.png b/images/ua08/UA08BT_BLC-1-092.png new file mode 100644 index 0000000..379fc86 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-092.png differ diff --git a/images/ua08/UA08BT_BLC-1-093.png b/images/ua08/UA08BT_BLC-1-093.png new file mode 100644 index 0000000..d2381ac Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-093.png differ diff --git a/images/ua08/UA08BT_BLC-1-093_p1.png b/images/ua08/UA08BT_BLC-1-093_p1.png new file mode 100644 index 0000000..d582b4c Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-093_p1.png differ diff --git a/images/ua08/UA08BT_BLC-1-094.png b/images/ua08/UA08BT_BLC-1-094.png new file mode 100644 index 0000000..37f1eb8 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-094.png differ diff --git a/images/ua08/UA08BT_BLC-1-095.png b/images/ua08/UA08BT_BLC-1-095.png new file mode 100644 index 0000000..33a7680 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-095.png differ diff --git a/images/ua08/UA08BT_BLC-1-096.png b/images/ua08/UA08BT_BLC-1-096.png new file mode 100644 index 0000000..6897123 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-096.png differ diff --git a/images/ua08/UA08BT_BLC-1-097.png b/images/ua08/UA08BT_BLC-1-097.png new file mode 100644 index 0000000..343558f Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-097.png differ diff --git a/images/ua08/UA08BT_BLC-1-098.png b/images/ua08/UA08BT_BLC-1-098.png new file mode 100644 index 0000000..ac70845 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-098.png differ diff --git a/images/ua08/UA08BT_BLC-1-099.png b/images/ua08/UA08BT_BLC-1-099.png new file mode 100644 index 0000000..37d7b76 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-099.png differ diff --git a/images/ua08/UA08BT_BLC-1-100.png b/images/ua08/UA08BT_BLC-1-100.png new file mode 100644 index 0000000..7294c19 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-100.png differ diff --git a/images/ua08/UA08BT_BLC-1-AP01.png b/images/ua08/UA08BT_BLC-1-AP01.png new file mode 100644 index 0000000..b566806 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-AP01.png differ diff --git a/images/ua08/UA08BT_BLC-1-AP02.png b/images/ua08/UA08BT_BLC-1-AP02.png new file mode 100644 index 0000000..63172ec Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-AP02.png differ diff --git a/images/ua08/UA08BT_BLC-1-AP03.png b/images/ua08/UA08BT_BLC-1-AP03.png new file mode 100644 index 0000000..e7fcea1 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-AP03.png differ diff --git a/images/ua08/UA08BT_BLC-1-AP04.png b/images/ua08/UA08BT_BLC-1-AP04.png new file mode 100644 index 0000000..43f6257 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-AP04.png differ diff --git a/images/ua08/UA08BT_BLC-1-AP05.png b/images/ua08/UA08BT_BLC-1-AP05.png new file mode 100644 index 0000000..b88029b Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-AP05.png differ diff --git a/images/ua08/UA08BT_BLC-1-AP06.png b/images/ua08/UA08BT_BLC-1-AP06.png new file mode 100644 index 0000000..1e924e6 Binary files /dev/null and b/images/ua08/UA08BT_BLC-1-AP06.png differ diff --git a/images/ua08/UA08ST_BLC-1-034.png b/images/ua08/UA08ST_BLC-1-034.png new file mode 100644 index 0000000..603753c Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-034.png differ diff --git a/images/ua08/UA08ST_BLC-1-035.png b/images/ua08/UA08ST_BLC-1-035.png new file mode 100644 index 0000000..cb9afe3 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-035.png differ diff --git a/images/ua08/UA08ST_BLC-1-037.png b/images/ua08/UA08ST_BLC-1-037.png new file mode 100644 index 0000000..1fd8432 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-037.png differ diff --git a/images/ua08/UA08ST_BLC-1-039.png b/images/ua08/UA08ST_BLC-1-039.png new file mode 100644 index 0000000..81c6620 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-039.png differ diff --git a/images/ua08/UA08ST_BLC-1-042.png b/images/ua08/UA08ST_BLC-1-042.png new file mode 100644 index 0000000..74da53c Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-042.png differ diff --git a/images/ua08/UA08ST_BLC-1-046.png b/images/ua08/UA08ST_BLC-1-046.png new file mode 100644 index 0000000..094fc03 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-046.png differ diff --git a/images/ua08/UA08ST_BLC-1-062.png b/images/ua08/UA08ST_BLC-1-062.png new file mode 100644 index 0000000..872ae96 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-062.png differ diff --git a/images/ua08/UA08ST_BLC-1-064.png b/images/ua08/UA08ST_BLC-1-064.png new file mode 100644 index 0000000..c2e0a9a Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-064.png differ diff --git a/images/ua08/UA08ST_BLC-1-066.png b/images/ua08/UA08ST_BLC-1-066.png new file mode 100644 index 0000000..a06fb82 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-066.png differ diff --git a/images/ua08/UA08ST_BLC-1-101.png b/images/ua08/UA08ST_BLC-1-101.png new file mode 100644 index 0000000..200b2d5 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-101.png differ diff --git a/images/ua08/UA08ST_BLC-1-102.png b/images/ua08/UA08ST_BLC-1-102.png new file mode 100644 index 0000000..541b209 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-102.png differ diff --git a/images/ua08/UA08ST_BLC-1-103.png b/images/ua08/UA08ST_BLC-1-103.png new file mode 100644 index 0000000..17769ab Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-103.png differ diff --git a/images/ua08/UA08ST_BLC-1-104.png b/images/ua08/UA08ST_BLC-1-104.png new file mode 100644 index 0000000..9b95da6 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-104.png differ diff --git a/images/ua08/UA08ST_BLC-1-105.png b/images/ua08/UA08ST_BLC-1-105.png new file mode 100644 index 0000000..2286509 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-105.png differ diff --git a/images/ua08/UA08ST_BLC-1-106.png b/images/ua08/UA08ST_BLC-1-106.png new file mode 100644 index 0000000..3b94b2a Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-106.png differ diff --git a/images/ua08/UA08ST_BLC-1-107.png b/images/ua08/UA08ST_BLC-1-107.png new file mode 100644 index 0000000..f3716a1 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-107.png differ diff --git a/images/ua08/UA08ST_BLC-1-108.png b/images/ua08/UA08ST_BLC-1-108.png new file mode 100644 index 0000000..61f6a1e Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-108.png differ diff --git a/images/ua08/UA08ST_BLC-1-109.png b/images/ua08/UA08ST_BLC-1-109.png new file mode 100644 index 0000000..6d51624 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-109.png differ diff --git a/images/ua08/UA08ST_BLC-1-AP01.png b/images/ua08/UA08ST_BLC-1-AP01.png new file mode 100644 index 0000000..6bca16b Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-AP01.png differ diff --git a/images/ua08/UA08ST_BLC-1-AP02.png b/images/ua08/UA08ST_BLC-1-AP02.png new file mode 100644 index 0000000..ebab555 Binary files /dev/null and b/images/ua08/UA08ST_BLC-1-AP02.png differ diff --git a/images/ua08/UAPR_BLC-1-041.png b/images/ua08/UAPR_BLC-1-041.png new file mode 100644 index 0000000..701f498 Binary files /dev/null and b/images/ua08/UAPR_BLC-1-041.png differ diff --git a/images/ua08/UAPR_BLC-1-041_p1.png b/images/ua08/UAPR_BLC-1-041_p1.png new file mode 100644 index 0000000..08aa205 Binary files /dev/null and b/images/ua08/UAPR_BLC-1-041_p1.png differ diff --git a/images/ua08/UAPR_BLC-1-046.png b/images/ua08/UAPR_BLC-1-046.png new file mode 100644 index 0000000..d8b95de Binary files /dev/null and b/images/ua08/UAPR_BLC-1-046.png differ diff --git a/images/ua08/UAPR_BLC-1-049.png b/images/ua08/UAPR_BLC-1-049.png new file mode 100644 index 0000000..1b85747 Binary files /dev/null and b/images/ua08/UAPR_BLC-1-049.png differ diff --git a/images/ua08/UAPR_BLC-1-053.png b/images/ua08/UAPR_BLC-1-053.png new file mode 100644 index 0000000..99f83ee Binary files /dev/null and b/images/ua08/UAPR_BLC-1-053.png differ diff --git a/images/ua08/UAPR_BLC-1-053_p1.png b/images/ua08/UAPR_BLC-1-053_p1.png new file mode 100644 index 0000000..845b1d7 Binary files /dev/null and b/images/ua08/UAPR_BLC-1-053_p1.png differ diff --git a/images/ua08/UAPR_BLC-1-084.png b/images/ua08/UAPR_BLC-1-084.png new file mode 100644 index 0000000..a07aa48 Binary files /dev/null and b/images/ua08/UAPR_BLC-1-084.png differ diff --git a/images/ua08/UAPR_BLC-1-103.png b/images/ua08/UAPR_BLC-1-103.png new file mode 100644 index 0000000..4e8acdd Binary files /dev/null and b/images/ua08/UAPR_BLC-1-103.png differ diff --git a/images/ua08/UAPR_BLC-1-103_p1.png b/images/ua08/UAPR_BLC-1-103_p1.png new file mode 100644 index 0000000..b0d7cfb Binary files /dev/null and b/images/ua08/UAPR_BLC-1-103_p1.png differ diff --git a/images/ua08/UAPR_BLC-2-016.png b/images/ua08/UAPR_BLC-2-016.png new file mode 100644 index 0000000..2cdfcfa Binary files /dev/null and b/images/ua08/UAPR_BLC-2-016.png differ diff --git a/images/ua08/UAPR_BLC-2-029.png b/images/ua08/UAPR_BLC-2-029.png new file mode 100644 index 0000000..f528c34 Binary files /dev/null and b/images/ua08/UAPR_BLC-2-029.png differ diff --git a/images/ua08/UAPR_BLC-2-032.png b/images/ua08/UAPR_BLC-2-032.png new file mode 100644 index 0000000..c5edca4 Binary files /dev/null and b/images/ua08/UAPR_BLC-2-032.png differ diff --git a/images/ua08/UAPR_BLC-2-034.png b/images/ua08/UAPR_BLC-2-034.png new file mode 100644 index 0000000..1252164 Binary files /dev/null and b/images/ua08/UAPR_BLC-2-034.png differ diff --git a/images/ua08/UAPR_BLC-2-034_p1.png b/images/ua08/UAPR_BLC-2-034_p1.png new file mode 100644 index 0000000..541a86a Binary files /dev/null and b/images/ua08/UAPR_BLC-2-034_p1.png differ diff --git a/images/ua08/UAPR_BLC-AP01.png b/images/ua08/UAPR_BLC-AP01.png new file mode 100644 index 0000000..1653f9e Binary files /dev/null and b/images/ua08/UAPR_BLC-AP01.png differ diff --git a/images/ua08/UAPR_BLC-AP02.png b/images/ua08/UAPR_BLC-AP02.png new file mode 100644 index 0000000..7259c76 Binary files /dev/null and b/images/ua08/UAPR_BLC-AP02.png differ diff --git a/images/ua08/UAPR_BLC-AP03.png b/images/ua08/UAPR_BLC-AP03.png new file mode 100644 index 0000000..fd51c32 Binary files /dev/null and b/images/ua08/UAPR_BLC-AP03.png differ diff --git a/images/ua08/UAPR_BLC-AP04.png b/images/ua08/UAPR_BLC-AP04.png new file mode 100644 index 0000000..396f9d8 Binary files /dev/null and b/images/ua08/UAPR_BLC-AP04.png differ diff --git a/images/ua09/UA09BT_BTR-1-001.png b/images/ua09/UA09BT_BTR-1-001.png new file mode 100644 index 0000000..45dbe70 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-001.png differ diff --git a/images/ua09/UA09BT_BTR-1-002.png b/images/ua09/UA09BT_BTR-1-002.png new file mode 100644 index 0000000..2d8041a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-002.png differ diff --git a/images/ua09/UA09BT_BTR-1-003.png b/images/ua09/UA09BT_BTR-1-003.png new file mode 100644 index 0000000..825bae3 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-003.png differ diff --git a/images/ua09/UA09BT_BTR-1-004.png b/images/ua09/UA09BT_BTR-1-004.png new file mode 100644 index 0000000..2c7b5c1 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-004.png differ diff --git a/images/ua09/UA09BT_BTR-1-005.png b/images/ua09/UA09BT_BTR-1-005.png new file mode 100644 index 0000000..373eb26 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-005.png differ diff --git a/images/ua09/UA09BT_BTR-1-006.png b/images/ua09/UA09BT_BTR-1-006.png new file mode 100644 index 0000000..fec7fc1 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-006.png differ diff --git a/images/ua09/UA09BT_BTR-1-007.png b/images/ua09/UA09BT_BTR-1-007.png new file mode 100644 index 0000000..a20dd20 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-007.png differ diff --git a/images/ua09/UA09BT_BTR-1-008.png b/images/ua09/UA09BT_BTR-1-008.png new file mode 100644 index 0000000..79339f5 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-008.png differ diff --git a/images/ua09/UA09BT_BTR-1-008_p1.png b/images/ua09/UA09BT_BTR-1-008_p1.png new file mode 100644 index 0000000..fa3ddb9 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-008_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-009.png b/images/ua09/UA09BT_BTR-1-009.png new file mode 100644 index 0000000..e065642 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-009.png differ diff --git a/images/ua09/UA09BT_BTR-1-010.png b/images/ua09/UA09BT_BTR-1-010.png new file mode 100644 index 0000000..1a4a14e Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-010.png differ diff --git a/images/ua09/UA09BT_BTR-1-011.png b/images/ua09/UA09BT_BTR-1-011.png new file mode 100644 index 0000000..afe1469 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-011.png differ diff --git a/images/ua09/UA09BT_BTR-1-011_p1.png b/images/ua09/UA09BT_BTR-1-011_p1.png new file mode 100644 index 0000000..eb1ade0 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-011_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-012.png b/images/ua09/UA09BT_BTR-1-012.png new file mode 100644 index 0000000..e59599a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-012.png differ diff --git a/images/ua09/UA09BT_BTR-1-013.png b/images/ua09/UA09BT_BTR-1-013.png new file mode 100644 index 0000000..57011aa Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-013.png differ diff --git a/images/ua09/UA09BT_BTR-1-014.png b/images/ua09/UA09BT_BTR-1-014.png new file mode 100644 index 0000000..5db3fe2 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-014.png differ diff --git a/images/ua09/UA09BT_BTR-1-014_p1.png b/images/ua09/UA09BT_BTR-1-014_p1.png new file mode 100644 index 0000000..dee6e9a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-014_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-015.png b/images/ua09/UA09BT_BTR-1-015.png new file mode 100644 index 0000000..5ddea55 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-015.png differ diff --git a/images/ua09/UA09BT_BTR-1-015_p1.png b/images/ua09/UA09BT_BTR-1-015_p1.png new file mode 100644 index 0000000..fdd954f Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-015_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-016.png b/images/ua09/UA09BT_BTR-1-016.png new file mode 100644 index 0000000..642e61b Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-016.png differ diff --git a/images/ua09/UA09BT_BTR-1-017.png b/images/ua09/UA09BT_BTR-1-017.png new file mode 100644 index 0000000..9794731 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-017.png differ diff --git a/images/ua09/UA09BT_BTR-1-018.png b/images/ua09/UA09BT_BTR-1-018.png new file mode 100644 index 0000000..fc8cce9 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-018.png differ diff --git a/images/ua09/UA09BT_BTR-1-019.png b/images/ua09/UA09BT_BTR-1-019.png new file mode 100644 index 0000000..d424af0 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-019.png differ diff --git a/images/ua09/UA09BT_BTR-1-020.png b/images/ua09/UA09BT_BTR-1-020.png new file mode 100644 index 0000000..002370a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-020.png differ diff --git a/images/ua09/UA09BT_BTR-1-021.png b/images/ua09/UA09BT_BTR-1-021.png new file mode 100644 index 0000000..4a93e09 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-021.png differ diff --git a/images/ua09/UA09BT_BTR-1-022.png b/images/ua09/UA09BT_BTR-1-022.png new file mode 100644 index 0000000..95e822d Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-022.png differ diff --git a/images/ua09/UA09BT_BTR-1-022_p1.png b/images/ua09/UA09BT_BTR-1-022_p1.png new file mode 100644 index 0000000..109d734 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-022_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-023.png b/images/ua09/UA09BT_BTR-1-023.png new file mode 100644 index 0000000..88ef474 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-023.png differ diff --git a/images/ua09/UA09BT_BTR-1-023_p1.png b/images/ua09/UA09BT_BTR-1-023_p1.png new file mode 100644 index 0000000..14c2ead Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-023_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-023_p2.png b/images/ua09/UA09BT_BTR-1-023_p2.png new file mode 100644 index 0000000..9639168 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-023_p2.png differ diff --git a/images/ua09/UA09BT_BTR-1-024.png b/images/ua09/UA09BT_BTR-1-024.png new file mode 100644 index 0000000..c693bad Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-024.png differ diff --git a/images/ua09/UA09BT_BTR-1-025.png b/images/ua09/UA09BT_BTR-1-025.png new file mode 100644 index 0000000..2d8e95f Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-025.png differ diff --git a/images/ua09/UA09BT_BTR-1-026.png b/images/ua09/UA09BT_BTR-1-026.png new file mode 100644 index 0000000..3bd8b8a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-026.png differ diff --git a/images/ua09/UA09BT_BTR-1-027.png b/images/ua09/UA09BT_BTR-1-027.png new file mode 100644 index 0000000..f46c0f7 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-027.png differ diff --git a/images/ua09/UA09BT_BTR-1-028.png b/images/ua09/UA09BT_BTR-1-028.png new file mode 100644 index 0000000..2808620 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-028.png differ diff --git a/images/ua09/UA09BT_BTR-1-029.png b/images/ua09/UA09BT_BTR-1-029.png new file mode 100644 index 0000000..fc293e2 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-029.png differ diff --git a/images/ua09/UA09BT_BTR-1-029_p1.png b/images/ua09/UA09BT_BTR-1-029_p1.png new file mode 100644 index 0000000..828feb7 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-029_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-030.png b/images/ua09/UA09BT_BTR-1-030.png new file mode 100644 index 0000000..ace5995 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-030.png differ diff --git a/images/ua09/UA09BT_BTR-1-031.png b/images/ua09/UA09BT_BTR-1-031.png new file mode 100644 index 0000000..2ea2166 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-031.png differ diff --git a/images/ua09/UA09BT_BTR-1-032.png b/images/ua09/UA09BT_BTR-1-032.png new file mode 100644 index 0000000..2fd1c31 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-032.png differ diff --git a/images/ua09/UA09BT_BTR-1-033.png b/images/ua09/UA09BT_BTR-1-033.png new file mode 100644 index 0000000..e6f9cc0 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-033.png differ diff --git a/images/ua09/UA09BT_BTR-1-034.png b/images/ua09/UA09BT_BTR-1-034.png new file mode 100644 index 0000000..c17c9d2 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-034.png differ diff --git a/images/ua09/UA09BT_BTR-1-034_p1.png b/images/ua09/UA09BT_BTR-1-034_p1.png new file mode 100644 index 0000000..6eb09c7 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-034_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-035.png b/images/ua09/UA09BT_BTR-1-035.png new file mode 100644 index 0000000..20aad0f Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-035.png differ diff --git a/images/ua09/UA09BT_BTR-1-035_p1.png b/images/ua09/UA09BT_BTR-1-035_p1.png new file mode 100644 index 0000000..cc9dc99 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-035_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-036.png b/images/ua09/UA09BT_BTR-1-036.png new file mode 100644 index 0000000..105b8e2 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-036.png differ diff --git a/images/ua09/UA09BT_BTR-1-037.png b/images/ua09/UA09BT_BTR-1-037.png new file mode 100644 index 0000000..3e62732 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-037.png differ diff --git a/images/ua09/UA09BT_BTR-1-038.png b/images/ua09/UA09BT_BTR-1-038.png new file mode 100644 index 0000000..321c7bd Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-038.png differ diff --git a/images/ua09/UA09BT_BTR-1-038_p1.png b/images/ua09/UA09BT_BTR-1-038_p1.png new file mode 100644 index 0000000..a935fb4 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-038_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-039.png b/images/ua09/UA09BT_BTR-1-039.png new file mode 100644 index 0000000..e5cd415 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-039.png differ diff --git a/images/ua09/UA09BT_BTR-1-040.png b/images/ua09/UA09BT_BTR-1-040.png new file mode 100644 index 0000000..6f3484a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-040.png differ diff --git a/images/ua09/UA09BT_BTR-1-041.png b/images/ua09/UA09BT_BTR-1-041.png new file mode 100644 index 0000000..f41c874 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-041.png differ diff --git a/images/ua09/UA09BT_BTR-1-042.png b/images/ua09/UA09BT_BTR-1-042.png new file mode 100644 index 0000000..7ab0fac Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-042.png differ diff --git a/images/ua09/UA09BT_BTR-1-043.png b/images/ua09/UA09BT_BTR-1-043.png new file mode 100644 index 0000000..97e5bf6 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-043.png differ diff --git a/images/ua09/UA09BT_BTR-1-044.png b/images/ua09/UA09BT_BTR-1-044.png new file mode 100644 index 0000000..eb96306 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-044.png differ diff --git a/images/ua09/UA09BT_BTR-1-045.png b/images/ua09/UA09BT_BTR-1-045.png new file mode 100644 index 0000000..bae3c8e Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-045.png differ diff --git a/images/ua09/UA09BT_BTR-1-046.png b/images/ua09/UA09BT_BTR-1-046.png new file mode 100644 index 0000000..018c17b Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-046.png differ diff --git a/images/ua09/UA09BT_BTR-1-046_p1.png b/images/ua09/UA09BT_BTR-1-046_p1.png new file mode 100644 index 0000000..46a6331 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-046_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-047.png b/images/ua09/UA09BT_BTR-1-047.png new file mode 100644 index 0000000..1e84ed1 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-047.png differ diff --git a/images/ua09/UA09BT_BTR-1-048.png b/images/ua09/UA09BT_BTR-1-048.png new file mode 100644 index 0000000..2806587 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-048.png differ diff --git a/images/ua09/UA09BT_BTR-1-049.png b/images/ua09/UA09BT_BTR-1-049.png new file mode 100644 index 0000000..a68842a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-049.png differ diff --git a/images/ua09/UA09BT_BTR-1-050.png b/images/ua09/UA09BT_BTR-1-050.png new file mode 100644 index 0000000..8ac9fd8 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-050.png differ diff --git a/images/ua09/UA09BT_BTR-1-051.png b/images/ua09/UA09BT_BTR-1-051.png new file mode 100644 index 0000000..739fe92 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-051.png differ diff --git a/images/ua09/UA09BT_BTR-1-052.png b/images/ua09/UA09BT_BTR-1-052.png new file mode 100644 index 0000000..9a1b6cf Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-052.png differ diff --git a/images/ua09/UA09BT_BTR-1-052_p1.png b/images/ua09/UA09BT_BTR-1-052_p1.png new file mode 100644 index 0000000..c24caaa Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-052_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-053.png b/images/ua09/UA09BT_BTR-1-053.png new file mode 100644 index 0000000..a031434 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-053.png differ diff --git a/images/ua09/UA09BT_BTR-1-053_p1.png b/images/ua09/UA09BT_BTR-1-053_p1.png new file mode 100644 index 0000000..4a14b6e Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-053_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-054.png b/images/ua09/UA09BT_BTR-1-054.png new file mode 100644 index 0000000..b8218a2 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-054.png differ diff --git a/images/ua09/UA09BT_BTR-1-055.png b/images/ua09/UA09BT_BTR-1-055.png new file mode 100644 index 0000000..dcbd5b7 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-055.png differ diff --git a/images/ua09/UA09BT_BTR-1-056.png b/images/ua09/UA09BT_BTR-1-056.png new file mode 100644 index 0000000..f8ff0c9 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-056.png differ diff --git a/images/ua09/UA09BT_BTR-1-057.png b/images/ua09/UA09BT_BTR-1-057.png new file mode 100644 index 0000000..afe5520 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-057.png differ diff --git a/images/ua09/UA09BT_BTR-1-057_p1.png b/images/ua09/UA09BT_BTR-1-057_p1.png new file mode 100644 index 0000000..9f3913d Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-057_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-058.png b/images/ua09/UA09BT_BTR-1-058.png new file mode 100644 index 0000000..f8ca9ec Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-058.png differ diff --git a/images/ua09/UA09BT_BTR-1-059.png b/images/ua09/UA09BT_BTR-1-059.png new file mode 100644 index 0000000..40c2972 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-059.png differ diff --git a/images/ua09/UA09BT_BTR-1-060.png b/images/ua09/UA09BT_BTR-1-060.png new file mode 100644 index 0000000..531a9ef Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-060.png differ diff --git a/images/ua09/UA09BT_BTR-1-061.png b/images/ua09/UA09BT_BTR-1-061.png new file mode 100644 index 0000000..e4420ae Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-061.png differ diff --git a/images/ua09/UA09BT_BTR-1-062.png b/images/ua09/UA09BT_BTR-1-062.png new file mode 100644 index 0000000..b50fa65 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-062.png differ diff --git a/images/ua09/UA09BT_BTR-1-063.png b/images/ua09/UA09BT_BTR-1-063.png new file mode 100644 index 0000000..59ac8a3 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-063.png differ diff --git a/images/ua09/UA09BT_BTR-1-064.png b/images/ua09/UA09BT_BTR-1-064.png new file mode 100644 index 0000000..eaec58f Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-064.png differ diff --git a/images/ua09/UA09BT_BTR-1-065.png b/images/ua09/UA09BT_BTR-1-065.png new file mode 100644 index 0000000..2c4e9c8 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-065.png differ diff --git a/images/ua09/UA09BT_BTR-1-066.png b/images/ua09/UA09BT_BTR-1-066.png new file mode 100644 index 0000000..83f6895 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-066.png differ diff --git a/images/ua09/UA09BT_BTR-1-066_p1.png b/images/ua09/UA09BT_BTR-1-066_p1.png new file mode 100644 index 0000000..98c4930 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-066_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-067.png b/images/ua09/UA09BT_BTR-1-067.png new file mode 100644 index 0000000..5104e0a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-067.png differ diff --git a/images/ua09/UA09BT_BTR-1-067_p1.png b/images/ua09/UA09BT_BTR-1-067_p1.png new file mode 100644 index 0000000..3eb0be4 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-067_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-068.png b/images/ua09/UA09BT_BTR-1-068.png new file mode 100644 index 0000000..4d53072 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-068.png differ diff --git a/images/ua09/UA09BT_BTR-1-069.png b/images/ua09/UA09BT_BTR-1-069.png new file mode 100644 index 0000000..8ac19af Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-069.png differ diff --git a/images/ua09/UA09BT_BTR-1-069_p1.png b/images/ua09/UA09BT_BTR-1-069_p1.png new file mode 100644 index 0000000..4cab7f5 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-069_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-070.png b/images/ua09/UA09BT_BTR-1-070.png new file mode 100644 index 0000000..9520f63 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-070.png differ diff --git a/images/ua09/UA09BT_BTR-1-070_p1.png b/images/ua09/UA09BT_BTR-1-070_p1.png new file mode 100644 index 0000000..a05b293 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-070_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-071.png b/images/ua09/UA09BT_BTR-1-071.png new file mode 100644 index 0000000..edd2307 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-071.png differ diff --git a/images/ua09/UA09BT_BTR-1-072.png b/images/ua09/UA09BT_BTR-1-072.png new file mode 100644 index 0000000..4fe2102 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-072.png differ diff --git a/images/ua09/UA09BT_BTR-1-073.png b/images/ua09/UA09BT_BTR-1-073.png new file mode 100644 index 0000000..6ddd2c6 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-073.png differ diff --git a/images/ua09/UA09BT_BTR-1-074.png b/images/ua09/UA09BT_BTR-1-074.png new file mode 100644 index 0000000..0e30741 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-074.png differ diff --git a/images/ua09/UA09BT_BTR-1-074_p1.png b/images/ua09/UA09BT_BTR-1-074_p1.png new file mode 100644 index 0000000..8209478 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-074_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-075.png b/images/ua09/UA09BT_BTR-1-075.png new file mode 100644 index 0000000..d06817d Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-075.png differ diff --git a/images/ua09/UA09BT_BTR-1-076.png b/images/ua09/UA09BT_BTR-1-076.png new file mode 100644 index 0000000..8c0d5e9 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-076.png differ diff --git a/images/ua09/UA09BT_BTR-1-077.png b/images/ua09/UA09BT_BTR-1-077.png new file mode 100644 index 0000000..ed92bfc Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-077.png differ diff --git a/images/ua09/UA09BT_BTR-1-077_p1.png b/images/ua09/UA09BT_BTR-1-077_p1.png new file mode 100644 index 0000000..da4ca40 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-077_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-078.png b/images/ua09/UA09BT_BTR-1-078.png new file mode 100644 index 0000000..52c7f95 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-078.png differ diff --git a/images/ua09/UA09BT_BTR-1-078_p1.png b/images/ua09/UA09BT_BTR-1-078_p1.png new file mode 100644 index 0000000..1506ee3 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-078_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-079.png b/images/ua09/UA09BT_BTR-1-079.png new file mode 100644 index 0000000..794091d Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-079.png differ diff --git a/images/ua09/UA09BT_BTR-1-080.png b/images/ua09/UA09BT_BTR-1-080.png new file mode 100644 index 0000000..b73e0e9 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-080.png differ diff --git a/images/ua09/UA09BT_BTR-1-080_p1.png b/images/ua09/UA09BT_BTR-1-080_p1.png new file mode 100644 index 0000000..f11e37a Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-080_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-081.png b/images/ua09/UA09BT_BTR-1-081.png new file mode 100644 index 0000000..c9ae6a2 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-081.png differ diff --git a/images/ua09/UA09BT_BTR-1-082.png b/images/ua09/UA09BT_BTR-1-082.png new file mode 100644 index 0000000..967d2a2 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-082.png differ diff --git a/images/ua09/UA09BT_BTR-1-082_p1.png b/images/ua09/UA09BT_BTR-1-082_p1.png new file mode 100644 index 0000000..a795e39 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-082_p1.png differ diff --git a/images/ua09/UA09BT_BTR-1-083.png b/images/ua09/UA09BT_BTR-1-083.png new file mode 100644 index 0000000..13c21a9 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-083.png differ diff --git a/images/ua09/UA09BT_BTR-1-084.png b/images/ua09/UA09BT_BTR-1-084.png new file mode 100644 index 0000000..4aea70b Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-084.png differ diff --git a/images/ua09/UA09BT_BTR-1-085.png b/images/ua09/UA09BT_BTR-1-085.png new file mode 100644 index 0000000..9e86777 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-085.png differ diff --git a/images/ua09/UA09BT_BTR-1-086.png b/images/ua09/UA09BT_BTR-1-086.png new file mode 100644 index 0000000..b0a6544 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-086.png differ diff --git a/images/ua09/UA09BT_BTR-1-087.png b/images/ua09/UA09BT_BTR-1-087.png new file mode 100644 index 0000000..4055440 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-087.png differ diff --git a/images/ua09/UA09BT_BTR-1-088.png b/images/ua09/UA09BT_BTR-1-088.png new file mode 100644 index 0000000..c960dd9 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-088.png differ diff --git a/images/ua09/UA09BT_BTR-1-089.png b/images/ua09/UA09BT_BTR-1-089.png new file mode 100644 index 0000000..eeb36b1 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-089.png differ diff --git a/images/ua09/UA09BT_BTR-1-090.png b/images/ua09/UA09BT_BTR-1-090.png new file mode 100644 index 0000000..9397fe7 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-090.png differ diff --git a/images/ua09/UA09BT_BTR-1-091.png b/images/ua09/UA09BT_BTR-1-091.png new file mode 100644 index 0000000..1eda3d7 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-091.png differ diff --git a/images/ua09/UA09BT_BTR-1-092.png b/images/ua09/UA09BT_BTR-1-092.png new file mode 100644 index 0000000..08c430e Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-092.png differ diff --git a/images/ua09/UA09BT_BTR-1-093.png b/images/ua09/UA09BT_BTR-1-093.png new file mode 100644 index 0000000..36fc974 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-093.png differ diff --git a/images/ua09/UA09BT_BTR-1-094.png b/images/ua09/UA09BT_BTR-1-094.png new file mode 100644 index 0000000..454a47e Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-094.png differ diff --git a/images/ua09/UA09BT_BTR-1-095.png b/images/ua09/UA09BT_BTR-1-095.png new file mode 100644 index 0000000..f7e72d4 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-095.png differ diff --git a/images/ua09/UA09BT_BTR-1-096.png b/images/ua09/UA09BT_BTR-1-096.png new file mode 100644 index 0000000..6448609 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-096.png differ diff --git a/images/ua09/UA09BT_BTR-1-097.png b/images/ua09/UA09BT_BTR-1-097.png new file mode 100644 index 0000000..e73b9c4 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-097.png differ diff --git a/images/ua09/UA09BT_BTR-1-098.png b/images/ua09/UA09BT_BTR-1-098.png new file mode 100644 index 0000000..1c59e35 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-098.png differ diff --git a/images/ua09/UA09BT_BTR-1-099.png b/images/ua09/UA09BT_BTR-1-099.png new file mode 100644 index 0000000..2a8a629 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-099.png differ diff --git a/images/ua09/UA09BT_BTR-1-100.png b/images/ua09/UA09BT_BTR-1-100.png new file mode 100644 index 0000000..b7c7d40 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-100.png differ diff --git a/images/ua09/UA09BT_BTR-1-AP01.png b/images/ua09/UA09BT_BTR-1-AP01.png new file mode 100644 index 0000000..fd58a11 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-AP01.png differ diff --git a/images/ua09/UA09BT_BTR-1-AP02.png b/images/ua09/UA09BT_BTR-1-AP02.png new file mode 100644 index 0000000..54e1f38 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-AP02.png differ diff --git a/images/ua09/UA09BT_BTR-1-AP03.png b/images/ua09/UA09BT_BTR-1-AP03.png new file mode 100644 index 0000000..c3c274c Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-AP03.png differ diff --git a/images/ua09/UA09BT_BTR-1-AP04.png b/images/ua09/UA09BT_BTR-1-AP04.png new file mode 100644 index 0000000..001b871 Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-AP04.png differ diff --git a/images/ua09/UA09BT_BTR-1-AP05.png b/images/ua09/UA09BT_BTR-1-AP05.png new file mode 100644 index 0000000..84c79ba Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-AP05.png differ diff --git a/images/ua09/UA09BT_BTR-1-AP06.png b/images/ua09/UA09BT_BTR-1-AP06.png new file mode 100644 index 0000000..1cb89da Binary files /dev/null and b/images/ua09/UA09BT_BTR-1-AP06.png differ diff --git a/images/ua09/UA09ST_BTR-1-006.png b/images/ua09/UA09ST_BTR-1-006.png new file mode 100644 index 0000000..c444da5 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-006.png differ diff --git a/images/ua09/UA09ST_BTR-1-010.png b/images/ua09/UA09ST_BTR-1-010.png new file mode 100644 index 0000000..9e74901 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-010.png differ diff --git a/images/ua09/UA09ST_BTR-1-016.png b/images/ua09/UA09ST_BTR-1-016.png new file mode 100644 index 0000000..a409985 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-016.png differ diff --git a/images/ua09/UA09ST_BTR-1-020.png b/images/ua09/UA09ST_BTR-1-020.png new file mode 100644 index 0000000..6c1f6d0 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-020.png differ diff --git a/images/ua09/UA09ST_BTR-1-025.png b/images/ua09/UA09ST_BTR-1-025.png new file mode 100644 index 0000000..636d989 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-025.png differ diff --git a/images/ua09/UA09ST_BTR-1-026.png b/images/ua09/UA09ST_BTR-1-026.png new file mode 100644 index 0000000..fcf1405 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-026.png differ diff --git a/images/ua09/UA09ST_BTR-1-028.png b/images/ua09/UA09ST_BTR-1-028.png new file mode 100644 index 0000000..e0a7219 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-028.png differ diff --git a/images/ua09/UA09ST_BTR-1-030.png b/images/ua09/UA09ST_BTR-1-030.png new file mode 100644 index 0000000..d353859 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-030.png differ diff --git a/images/ua09/UA09ST_BTR-1-032.png b/images/ua09/UA09ST_BTR-1-032.png new file mode 100644 index 0000000..50b2097 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-032.png differ diff --git a/images/ua09/UA09ST_BTR-1-101.png b/images/ua09/UA09ST_BTR-1-101.png new file mode 100644 index 0000000..a9b2b28 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-101.png differ diff --git a/images/ua09/UA09ST_BTR-1-102.png b/images/ua09/UA09ST_BTR-1-102.png new file mode 100644 index 0000000..2526f8d Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-102.png differ diff --git a/images/ua09/UA09ST_BTR-1-103.png b/images/ua09/UA09ST_BTR-1-103.png new file mode 100644 index 0000000..311ca8a Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-103.png differ diff --git a/images/ua09/UA09ST_BTR-1-104.png b/images/ua09/UA09ST_BTR-1-104.png new file mode 100644 index 0000000..a89b656 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-104.png differ diff --git a/images/ua09/UA09ST_BTR-1-105.png b/images/ua09/UA09ST_BTR-1-105.png new file mode 100644 index 0000000..b63a3b1 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-105.png differ diff --git a/images/ua09/UA09ST_BTR-1-106.png b/images/ua09/UA09ST_BTR-1-106.png new file mode 100644 index 0000000..371946a Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-106.png differ diff --git a/images/ua09/UA09ST_BTR-1-107.png b/images/ua09/UA09ST_BTR-1-107.png new file mode 100644 index 0000000..c28e4f0 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-107.png differ diff --git a/images/ua09/UA09ST_BTR-1-108.png b/images/ua09/UA09ST_BTR-1-108.png new file mode 100644 index 0000000..a8e7a87 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-108.png differ diff --git a/images/ua09/UA09ST_BTR-1-109.png b/images/ua09/UA09ST_BTR-1-109.png new file mode 100644 index 0000000..49b457a Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-109.png differ diff --git a/images/ua09/UA09ST_BTR-1-AP01.png b/images/ua09/UA09ST_BTR-1-AP01.png new file mode 100644 index 0000000..b03ec42 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-AP01.png differ diff --git a/images/ua09/UA09ST_BTR-1-AP02.png b/images/ua09/UA09ST_BTR-1-AP02.png new file mode 100644 index 0000000..fa89a26 Binary files /dev/null and b/images/ua09/UA09ST_BTR-1-AP02.png differ diff --git a/images/ua09/UAPR_BTR-1-022.png b/images/ua09/UAPR_BTR-1-022.png new file mode 100644 index 0000000..d52ec64 Binary files /dev/null and b/images/ua09/UAPR_BTR-1-022.png differ diff --git a/images/ua09/UAPR_BTR-1-026.png b/images/ua09/UAPR_BTR-1-026.png new file mode 100644 index 0000000..a56d268 Binary files /dev/null and b/images/ua09/UAPR_BTR-1-026.png differ diff --git a/images/ua09/UAPR_BTR-1-044.png b/images/ua09/UAPR_BTR-1-044.png new file mode 100644 index 0000000..1bcf9fe Binary files /dev/null and b/images/ua09/UAPR_BTR-1-044.png differ diff --git a/images/ua09/UAPR_BTR-1-045.png b/images/ua09/UAPR_BTR-1-045.png new file mode 100644 index 0000000..68d55d5 Binary files /dev/null and b/images/ua09/UAPR_BTR-1-045.png differ diff --git a/images/ua09/UAPR_BTR-1-106.png b/images/ua09/UAPR_BTR-1-106.png new file mode 100644 index 0000000..d9c93c3 Binary files /dev/null and b/images/ua09/UAPR_BTR-1-106.png differ diff --git a/images/ua09/UAPR_BTR-1-106_p1.png b/images/ua09/UAPR_BTR-1-106_p1.png new file mode 100644 index 0000000..82919f4 Binary files /dev/null and b/images/ua09/UAPR_BTR-1-106_p1.png differ diff --git a/images/ua09/UAPR_BTR-AP01.png b/images/ua09/UAPR_BTR-AP01.png new file mode 100644 index 0000000..6879d2d Binary files /dev/null and b/images/ua09/UAPR_BTR-AP01.png differ diff --git a/images/ua09/UAPR_BTR-AP02.png b/images/ua09/UAPR_BTR-AP02.png new file mode 100644 index 0000000..c7b12c4 Binary files /dev/null and b/images/ua09/UAPR_BTR-AP02.png differ diff --git a/images/ua09/UAPR_BTR-P-001.png b/images/ua09/UAPR_BTR-P-001.png new file mode 100644 index 0000000..de67c0f Binary files /dev/null and b/images/ua09/UAPR_BTR-P-001.png differ diff --git a/images/ua09/UAPR_BTR-P-002.png b/images/ua09/UAPR_BTR-P-002.png new file mode 100644 index 0000000..e996be1 Binary files /dev/null and b/images/ua09/UAPR_BTR-P-002.png differ diff --git a/images/ua09/UAPR_BTR-P-003.png b/images/ua09/UAPR_BTR-P-003.png new file mode 100644 index 0000000..351f3b7 Binary files /dev/null and b/images/ua09/UAPR_BTR-P-003.png differ diff --git a/images/ua09/UAPR_BTR-P-004.png b/images/ua09/UAPR_BTR-P-004.png new file mode 100644 index 0000000..77b7731 Binary files /dev/null and b/images/ua09/UAPR_BTR-P-004.png differ diff --git a/images/ua10/EX06BT_MHA-2-001.png b/images/ua10/EX06BT_MHA-2-001.png new file mode 100644 index 0000000..0c83e33 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-001.png differ diff --git a/images/ua10/EX06BT_MHA-2-002.png b/images/ua10/EX06BT_MHA-2-002.png new file mode 100644 index 0000000..21dbb67 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-002.png differ diff --git a/images/ua10/EX06BT_MHA-2-003.png b/images/ua10/EX06BT_MHA-2-003.png new file mode 100644 index 0000000..edf806f Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-003.png differ diff --git a/images/ua10/EX06BT_MHA-2-004.png b/images/ua10/EX06BT_MHA-2-004.png new file mode 100644 index 0000000..6725256 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-004.png differ diff --git a/images/ua10/EX06BT_MHA-2-005.png b/images/ua10/EX06BT_MHA-2-005.png new file mode 100644 index 0000000..9364037 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-005.png differ diff --git a/images/ua10/EX06BT_MHA-2-006.png b/images/ua10/EX06BT_MHA-2-006.png new file mode 100644 index 0000000..295ca03 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-006.png differ diff --git a/images/ua10/EX06BT_MHA-2-007.png b/images/ua10/EX06BT_MHA-2-007.png new file mode 100644 index 0000000..54b4aaf Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-007.png differ diff --git a/images/ua10/EX06BT_MHA-2-008.png b/images/ua10/EX06BT_MHA-2-008.png new file mode 100644 index 0000000..bb40723 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-008.png differ diff --git a/images/ua10/EX06BT_MHA-2-008_p1.png b/images/ua10/EX06BT_MHA-2-008_p1.png new file mode 100644 index 0000000..b4791e1 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-008_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-009.png b/images/ua10/EX06BT_MHA-2-009.png new file mode 100644 index 0000000..ff0bb82 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-009.png differ diff --git a/images/ua10/EX06BT_MHA-2-009_p1.png b/images/ua10/EX06BT_MHA-2-009_p1.png new file mode 100644 index 0000000..715a6ea Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-009_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-010.png b/images/ua10/EX06BT_MHA-2-010.png new file mode 100644 index 0000000..97e1e71 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-010.png differ diff --git a/images/ua10/EX06BT_MHA-2-011.png b/images/ua10/EX06BT_MHA-2-011.png new file mode 100644 index 0000000..32fae7c Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-011.png differ diff --git a/images/ua10/EX06BT_MHA-2-011_p1.png b/images/ua10/EX06BT_MHA-2-011_p1.png new file mode 100644 index 0000000..f420ccb Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-011_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-012.png b/images/ua10/EX06BT_MHA-2-012.png new file mode 100644 index 0000000..ded90e0 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-012.png differ diff --git a/images/ua10/EX06BT_MHA-2-012_p1.png b/images/ua10/EX06BT_MHA-2-012_p1.png new file mode 100644 index 0000000..a22fdd4 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-012_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-013.png b/images/ua10/EX06BT_MHA-2-013.png new file mode 100644 index 0000000..8a18ec8 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-013.png differ diff --git a/images/ua10/EX06BT_MHA-2-014.png b/images/ua10/EX06BT_MHA-2-014.png new file mode 100644 index 0000000..a7251a6 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-014.png differ diff --git a/images/ua10/EX06BT_MHA-2-014_p1.png b/images/ua10/EX06BT_MHA-2-014_p1.png new file mode 100644 index 0000000..82fe474 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-014_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-015.png b/images/ua10/EX06BT_MHA-2-015.png new file mode 100644 index 0000000..3a638d3 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-015.png differ diff --git a/images/ua10/EX06BT_MHA-2-015_p1.png b/images/ua10/EX06BT_MHA-2-015_p1.png new file mode 100644 index 0000000..b47bef6 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-015_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-016.png b/images/ua10/EX06BT_MHA-2-016.png new file mode 100644 index 0000000..f538d94 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-016.png differ diff --git a/images/ua10/EX06BT_MHA-2-017.png b/images/ua10/EX06BT_MHA-2-017.png new file mode 100644 index 0000000..c94b062 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-017.png differ diff --git a/images/ua10/EX06BT_MHA-2-018.png b/images/ua10/EX06BT_MHA-2-018.png new file mode 100644 index 0000000..9265d2a Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-018.png differ diff --git a/images/ua10/EX06BT_MHA-2-018_p1.png b/images/ua10/EX06BT_MHA-2-018_p1.png new file mode 100644 index 0000000..1958075 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-018_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-019.png b/images/ua10/EX06BT_MHA-2-019.png new file mode 100644 index 0000000..51ba508 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-019.png differ diff --git a/images/ua10/EX06BT_MHA-2-019_p1.png b/images/ua10/EX06BT_MHA-2-019_p1.png new file mode 100644 index 0000000..f83401b Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-019_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-020.png b/images/ua10/EX06BT_MHA-2-020.png new file mode 100644 index 0000000..3726937 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-020.png differ diff --git a/images/ua10/EX06BT_MHA-2-020_p1.png b/images/ua10/EX06BT_MHA-2-020_p1.png new file mode 100644 index 0000000..12bd90e Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-020_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-021.png b/images/ua10/EX06BT_MHA-2-021.png new file mode 100644 index 0000000..7cc8fe9 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-021.png differ diff --git a/images/ua10/EX06BT_MHA-2-022.png b/images/ua10/EX06BT_MHA-2-022.png new file mode 100644 index 0000000..dc28f45 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-022.png differ diff --git a/images/ua10/EX06BT_MHA-2-023.png b/images/ua10/EX06BT_MHA-2-023.png new file mode 100644 index 0000000..27844f2 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-023.png differ diff --git a/images/ua10/EX06BT_MHA-2-024.png b/images/ua10/EX06BT_MHA-2-024.png new file mode 100644 index 0000000..d3561cf Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-024.png differ diff --git a/images/ua10/EX06BT_MHA-2-025.png b/images/ua10/EX06BT_MHA-2-025.png new file mode 100644 index 0000000..9293a7b Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-025.png differ diff --git a/images/ua10/EX06BT_MHA-2-025_p1.png b/images/ua10/EX06BT_MHA-2-025_p1.png new file mode 100644 index 0000000..8d343c5 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-025_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-026.png b/images/ua10/EX06BT_MHA-2-026.png new file mode 100644 index 0000000..90e13eb Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-026.png differ diff --git a/images/ua10/EX06BT_MHA-2-026_p1.png b/images/ua10/EX06BT_MHA-2-026_p1.png new file mode 100644 index 0000000..e599fd4 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-026_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-026_p2.png b/images/ua10/EX06BT_MHA-2-026_p2.png new file mode 100644 index 0000000..2ccd830 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-026_p2.png differ diff --git a/images/ua10/EX06BT_MHA-2-027.png b/images/ua10/EX06BT_MHA-2-027.png new file mode 100644 index 0000000..fd3265c Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-027.png differ diff --git a/images/ua10/EX06BT_MHA-2-028.png b/images/ua10/EX06BT_MHA-2-028.png new file mode 100644 index 0000000..bf335d8 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-028.png differ diff --git a/images/ua10/EX06BT_MHA-2-029.png b/images/ua10/EX06BT_MHA-2-029.png new file mode 100644 index 0000000..0784896 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-029.png differ diff --git a/images/ua10/EX06BT_MHA-2-030.png b/images/ua10/EX06BT_MHA-2-030.png new file mode 100644 index 0000000..e82b1d7 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-030.png differ diff --git a/images/ua10/EX06BT_MHA-2-031.png b/images/ua10/EX06BT_MHA-2-031.png new file mode 100644 index 0000000..4b2f036 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-031.png differ diff --git a/images/ua10/EX06BT_MHA-2-032.png b/images/ua10/EX06BT_MHA-2-032.png new file mode 100644 index 0000000..b99ef10 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-032.png differ diff --git a/images/ua10/EX06BT_MHA-2-033.png b/images/ua10/EX06BT_MHA-2-033.png new file mode 100644 index 0000000..f9313b3 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-033.png differ diff --git a/images/ua10/EX06BT_MHA-2-034.png b/images/ua10/EX06BT_MHA-2-034.png new file mode 100644 index 0000000..4f95e87 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-034.png differ diff --git a/images/ua10/EX06BT_MHA-2-035.png b/images/ua10/EX06BT_MHA-2-035.png new file mode 100644 index 0000000..e154eec Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-035.png differ diff --git a/images/ua10/EX06BT_MHA-2-036.png b/images/ua10/EX06BT_MHA-2-036.png new file mode 100644 index 0000000..7c1b392 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-036.png differ diff --git a/images/ua10/EX06BT_MHA-2-037.png b/images/ua10/EX06BT_MHA-2-037.png new file mode 100644 index 0000000..318cc89 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-037.png differ diff --git a/images/ua10/EX06BT_MHA-2-038.png b/images/ua10/EX06BT_MHA-2-038.png new file mode 100644 index 0000000..f663c46 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-038.png differ diff --git a/images/ua10/EX06BT_MHA-2-039.png b/images/ua10/EX06BT_MHA-2-039.png new file mode 100644 index 0000000..5d46e0f Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-039.png differ diff --git a/images/ua10/EX06BT_MHA-2-040.png b/images/ua10/EX06BT_MHA-2-040.png new file mode 100644 index 0000000..79ebde6 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-040.png differ diff --git a/images/ua10/EX06BT_MHA-2-040_p1.png b/images/ua10/EX06BT_MHA-2-040_p1.png new file mode 100644 index 0000000..1df8cad Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-040_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-041.png b/images/ua10/EX06BT_MHA-2-041.png new file mode 100644 index 0000000..80c13bb Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-041.png differ diff --git a/images/ua10/EX06BT_MHA-2-041_p1.png b/images/ua10/EX06BT_MHA-2-041_p1.png new file mode 100644 index 0000000..451c45c Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-041_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-042.png b/images/ua10/EX06BT_MHA-2-042.png new file mode 100644 index 0000000..c146450 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-042.png differ diff --git a/images/ua10/EX06BT_MHA-2-042_p1.png b/images/ua10/EX06BT_MHA-2-042_p1.png new file mode 100644 index 0000000..1da5f27 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-042_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-043.png b/images/ua10/EX06BT_MHA-2-043.png new file mode 100644 index 0000000..36058ec Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-043.png differ diff --git a/images/ua10/EX06BT_MHA-2-044.png b/images/ua10/EX06BT_MHA-2-044.png new file mode 100644 index 0000000..7fdffbc Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-044.png differ diff --git a/images/ua10/EX06BT_MHA-2-045.png b/images/ua10/EX06BT_MHA-2-045.png new file mode 100644 index 0000000..40cab53 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-045.png differ diff --git a/images/ua10/EX06BT_MHA-2-045_p1.png b/images/ua10/EX06BT_MHA-2-045_p1.png new file mode 100644 index 0000000..c1a778d Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-045_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-046.png b/images/ua10/EX06BT_MHA-2-046.png new file mode 100644 index 0000000..f66ceaa Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-046.png differ diff --git a/images/ua10/EX06BT_MHA-2-046_p1.png b/images/ua10/EX06BT_MHA-2-046_p1.png new file mode 100644 index 0000000..0c82f56 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-046_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-047.png b/images/ua10/EX06BT_MHA-2-047.png new file mode 100644 index 0000000..2dc5836 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-047.png differ diff --git a/images/ua10/EX06BT_MHA-2-048.png b/images/ua10/EX06BT_MHA-2-048.png new file mode 100644 index 0000000..a21eb02 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-048.png differ diff --git a/images/ua10/EX06BT_MHA-2-049.png b/images/ua10/EX06BT_MHA-2-049.png new file mode 100644 index 0000000..39bd96c Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-049.png differ diff --git a/images/ua10/EX06BT_MHA-2-050.png b/images/ua10/EX06BT_MHA-2-050.png new file mode 100644 index 0000000..f7ac943 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-050.png differ diff --git a/images/ua10/EX06BT_MHA-2-051.png b/images/ua10/EX06BT_MHA-2-051.png new file mode 100644 index 0000000..e30abe1 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-051.png differ diff --git a/images/ua10/EX06BT_MHA-2-051_p1.png b/images/ua10/EX06BT_MHA-2-051_p1.png new file mode 100644 index 0000000..0bcd793 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-051_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-052.png b/images/ua10/EX06BT_MHA-2-052.png new file mode 100644 index 0000000..5cbb1a9 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-052.png differ diff --git a/images/ua10/EX06BT_MHA-2-053.png b/images/ua10/EX06BT_MHA-2-053.png new file mode 100644 index 0000000..f2be4a5 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-053.png differ diff --git a/images/ua10/EX06BT_MHA-2-054.png b/images/ua10/EX06BT_MHA-2-054.png new file mode 100644 index 0000000..14cfced Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-054.png differ diff --git a/images/ua10/EX06BT_MHA-2-054_p1.png b/images/ua10/EX06BT_MHA-2-054_p1.png new file mode 100644 index 0000000..a47b069 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-054_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-055.png b/images/ua10/EX06BT_MHA-2-055.png new file mode 100644 index 0000000..c849d80 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-055.png differ diff --git a/images/ua10/EX06BT_MHA-2-056.png b/images/ua10/EX06BT_MHA-2-056.png new file mode 100644 index 0000000..db5f038 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-056.png differ diff --git a/images/ua10/EX06BT_MHA-2-057.png b/images/ua10/EX06BT_MHA-2-057.png new file mode 100644 index 0000000..39377a9 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-057.png differ diff --git a/images/ua10/EX06BT_MHA-2-058.png b/images/ua10/EX06BT_MHA-2-058.png new file mode 100644 index 0000000..16e6545 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-058.png differ diff --git a/images/ua10/EX06BT_MHA-2-059.png b/images/ua10/EX06BT_MHA-2-059.png new file mode 100644 index 0000000..15555d5 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-059.png differ diff --git a/images/ua10/EX06BT_MHA-2-060.png b/images/ua10/EX06BT_MHA-2-060.png new file mode 100644 index 0000000..094348a Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-060.png differ diff --git a/images/ua10/EX06BT_MHA-2-061.png b/images/ua10/EX06BT_MHA-2-061.png new file mode 100644 index 0000000..467b886 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-061.png differ diff --git a/images/ua10/EX06BT_MHA-2-062.png b/images/ua10/EX06BT_MHA-2-062.png new file mode 100644 index 0000000..532665a Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-062.png differ diff --git a/images/ua10/EX06BT_MHA-2-063.png b/images/ua10/EX06BT_MHA-2-063.png new file mode 100644 index 0000000..7c0e798 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-063.png differ diff --git a/images/ua10/EX06BT_MHA-2-064.png b/images/ua10/EX06BT_MHA-2-064.png new file mode 100644 index 0000000..e4f9438 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-064.png differ diff --git a/images/ua10/EX06BT_MHA-2-065.png b/images/ua10/EX06BT_MHA-2-065.png new file mode 100644 index 0000000..cbdb000 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-065.png differ diff --git a/images/ua10/EX06BT_MHA-2-066.png b/images/ua10/EX06BT_MHA-2-066.png new file mode 100644 index 0000000..c6b00be Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-066.png differ diff --git a/images/ua10/EX06BT_MHA-2-066_p1.png b/images/ua10/EX06BT_MHA-2-066_p1.png new file mode 100644 index 0000000..ecf63ef Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-066_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-067.png b/images/ua10/EX06BT_MHA-2-067.png new file mode 100644 index 0000000..1bf0339 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-067.png differ diff --git a/images/ua10/EX06BT_MHA-2-068.png b/images/ua10/EX06BT_MHA-2-068.png new file mode 100644 index 0000000..da4d46a Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-068.png differ diff --git a/images/ua10/EX06BT_MHA-2-069.png b/images/ua10/EX06BT_MHA-2-069.png new file mode 100644 index 0000000..ecb95bd Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-069.png differ diff --git a/images/ua10/EX06BT_MHA-2-070.png b/images/ua10/EX06BT_MHA-2-070.png new file mode 100644 index 0000000..93c3796 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-070.png differ diff --git a/images/ua10/EX06BT_MHA-2-071.png b/images/ua10/EX06BT_MHA-2-071.png new file mode 100644 index 0000000..ffe5b10 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-071.png differ diff --git a/images/ua10/EX06BT_MHA-2-072.png b/images/ua10/EX06BT_MHA-2-072.png new file mode 100644 index 0000000..402ea25 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-072.png differ diff --git a/images/ua10/EX06BT_MHA-2-072_p1.png b/images/ua10/EX06BT_MHA-2-072_p1.png new file mode 100644 index 0000000..eb7d6ab Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-072_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-073.png b/images/ua10/EX06BT_MHA-2-073.png new file mode 100644 index 0000000..2030f19 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-073.png differ diff --git a/images/ua10/EX06BT_MHA-2-073_p1.png b/images/ua10/EX06BT_MHA-2-073_p1.png new file mode 100644 index 0000000..36e6eae Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-073_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP01.png b/images/ua10/EX06BT_MHA-2-AP01.png new file mode 100644 index 0000000..093ccb3 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP01.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP01_s_p1.png b/images/ua10/EX06BT_MHA-2-AP01_s_p1.png new file mode 100644 index 0000000..2dc750b Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP01_s_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP02.png b/images/ua10/EX06BT_MHA-2-AP02.png new file mode 100644 index 0000000..b784f33 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP02.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP02_s_p1.png b/images/ua10/EX06BT_MHA-2-AP02_s_p1.png new file mode 100644 index 0000000..ba7f795 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP02_s_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP03.png b/images/ua10/EX06BT_MHA-2-AP03.png new file mode 100644 index 0000000..afcbec5 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP03.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP03_s_p1.png b/images/ua10/EX06BT_MHA-2-AP03_s_p1.png new file mode 100644 index 0000000..496b2c1 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP03_s_p1.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP04.png b/images/ua10/EX06BT_MHA-2-AP04.png new file mode 100644 index 0000000..ab81b30 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP04.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP05.png b/images/ua10/EX06BT_MHA-2-AP05.png new file mode 100644 index 0000000..bff1b84 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP05.png differ diff --git a/images/ua10/EX06BT_MHA-2-AP06.png b/images/ua10/EX06BT_MHA-2-AP06.png new file mode 100644 index 0000000..92b3a56 Binary files /dev/null and b/images/ua10/EX06BT_MHA-2-AP06.png differ diff --git a/images/ua10/UA10BT_MHA-1-001.png b/images/ua10/UA10BT_MHA-1-001.png new file mode 100644 index 0000000..d3fb862 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-001.png differ diff --git a/images/ua10/UA10BT_MHA-1-002.png b/images/ua10/UA10BT_MHA-1-002.png new file mode 100644 index 0000000..fc326a1 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-002.png differ diff --git a/images/ua10/UA10BT_MHA-1-003.png b/images/ua10/UA10BT_MHA-1-003.png new file mode 100644 index 0000000..5da29c1 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-003.png differ diff --git a/images/ua10/UA10BT_MHA-1-004.png b/images/ua10/UA10BT_MHA-1-004.png new file mode 100644 index 0000000..42a9b82 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-004.png differ diff --git a/images/ua10/UA10BT_MHA-1-004_p1.png b/images/ua10/UA10BT_MHA-1-004_p1.png new file mode 100644 index 0000000..0df06d8 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-004_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-005.png b/images/ua10/UA10BT_MHA-1-005.png new file mode 100644 index 0000000..3762ff8 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-005.png differ diff --git a/images/ua10/UA10BT_MHA-1-006.png b/images/ua10/UA10BT_MHA-1-006.png new file mode 100644 index 0000000..4ec4978 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-006.png differ diff --git a/images/ua10/UA10BT_MHA-1-007.png b/images/ua10/UA10BT_MHA-1-007.png new file mode 100644 index 0000000..800d3a4 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-007.png differ diff --git a/images/ua10/UA10BT_MHA-1-008.png b/images/ua10/UA10BT_MHA-1-008.png new file mode 100644 index 0000000..ac2e7ec Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-008.png differ diff --git a/images/ua10/UA10BT_MHA-1-009.png b/images/ua10/UA10BT_MHA-1-009.png new file mode 100644 index 0000000..bd308cc Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-009.png differ diff --git a/images/ua10/UA10BT_MHA-1-009_p1.png b/images/ua10/UA10BT_MHA-1-009_p1.png new file mode 100644 index 0000000..8119402 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-009_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-010.png b/images/ua10/UA10BT_MHA-1-010.png new file mode 100644 index 0000000..6ca81ab Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-010.png differ diff --git a/images/ua10/UA10BT_MHA-1-010_p1.png b/images/ua10/UA10BT_MHA-1-010_p1.png new file mode 100644 index 0000000..d7d8f6a Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-010_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-011.png b/images/ua10/UA10BT_MHA-1-011.png new file mode 100644 index 0000000..43eedff Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-011.png differ diff --git a/images/ua10/UA10BT_MHA-1-012.png b/images/ua10/UA10BT_MHA-1-012.png new file mode 100644 index 0000000..2b429fc Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-012.png differ diff --git a/images/ua10/UA10BT_MHA-1-013.png b/images/ua10/UA10BT_MHA-1-013.png new file mode 100644 index 0000000..225d36e Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-013.png differ diff --git a/images/ua10/UA10BT_MHA-1-014.png b/images/ua10/UA10BT_MHA-1-014.png new file mode 100644 index 0000000..ed50a78 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-014.png differ diff --git a/images/ua10/UA10BT_MHA-1-014_p1.png b/images/ua10/UA10BT_MHA-1-014_p1.png new file mode 100644 index 0000000..89e21d7 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-014_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-015.png b/images/ua10/UA10BT_MHA-1-015.png new file mode 100644 index 0000000..58ff92b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-015.png differ diff --git a/images/ua10/UA10BT_MHA-1-016.png b/images/ua10/UA10BT_MHA-1-016.png new file mode 100644 index 0000000..3c5f3e8 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-016.png differ diff --git a/images/ua10/UA10BT_MHA-1-017.png b/images/ua10/UA10BT_MHA-1-017.png new file mode 100644 index 0000000..f4d3351 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-017.png differ diff --git a/images/ua10/UA10BT_MHA-1-017_p1.png b/images/ua10/UA10BT_MHA-1-017_p1.png new file mode 100644 index 0000000..6b4f9e3 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-017_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-018.png b/images/ua10/UA10BT_MHA-1-018.png new file mode 100644 index 0000000..b43af40 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-018.png differ diff --git a/images/ua10/UA10BT_MHA-1-019.png b/images/ua10/UA10BT_MHA-1-019.png new file mode 100644 index 0000000..8ab3704 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-019.png differ diff --git a/images/ua10/UA10BT_MHA-1-019_p1.png b/images/ua10/UA10BT_MHA-1-019_p1.png new file mode 100644 index 0000000..95f23af Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-019_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-020.png b/images/ua10/UA10BT_MHA-1-020.png new file mode 100644 index 0000000..25cb85b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-020.png differ diff --git a/images/ua10/UA10BT_MHA-1-020_p1.png b/images/ua10/UA10BT_MHA-1-020_p1.png new file mode 100644 index 0000000..297ff84 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-020_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-021.png b/images/ua10/UA10BT_MHA-1-021.png new file mode 100644 index 0000000..21ffcbb Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-021.png differ diff --git a/images/ua10/UA10BT_MHA-1-022.png b/images/ua10/UA10BT_MHA-1-022.png new file mode 100644 index 0000000..b16cf30 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-022.png differ diff --git a/images/ua10/UA10BT_MHA-1-023.png b/images/ua10/UA10BT_MHA-1-023.png new file mode 100644 index 0000000..9c4bee3 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-023.png differ diff --git a/images/ua10/UA10BT_MHA-1-024.png b/images/ua10/UA10BT_MHA-1-024.png new file mode 100644 index 0000000..e82c748 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-024.png differ diff --git a/images/ua10/UA10BT_MHA-1-025.png b/images/ua10/UA10BT_MHA-1-025.png new file mode 100644 index 0000000..582be31 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-025.png differ diff --git a/images/ua10/UA10BT_MHA-1-026.png b/images/ua10/UA10BT_MHA-1-026.png new file mode 100644 index 0000000..2331699 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-026.png differ diff --git a/images/ua10/UA10BT_MHA-1-026_p1.png b/images/ua10/UA10BT_MHA-1-026_p1.png new file mode 100644 index 0000000..c322538 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-026_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-027.png b/images/ua10/UA10BT_MHA-1-027.png new file mode 100644 index 0000000..f3424e1 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-027.png differ diff --git a/images/ua10/UA10BT_MHA-1-028.png b/images/ua10/UA10BT_MHA-1-028.png new file mode 100644 index 0000000..e184b29 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-028.png differ diff --git a/images/ua10/UA10BT_MHA-1-029.png b/images/ua10/UA10BT_MHA-1-029.png new file mode 100644 index 0000000..bfd4703 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-029.png differ diff --git a/images/ua10/UA10BT_MHA-1-030.png b/images/ua10/UA10BT_MHA-1-030.png new file mode 100644 index 0000000..056c567 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-030.png differ diff --git a/images/ua10/UA10BT_MHA-1-031.png b/images/ua10/UA10BT_MHA-1-031.png new file mode 100644 index 0000000..21c8a5c Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-031.png differ diff --git a/images/ua10/UA10BT_MHA-1-032.png b/images/ua10/UA10BT_MHA-1-032.png new file mode 100644 index 0000000..777b6da Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-032.png differ diff --git a/images/ua10/UA10BT_MHA-1-033.png b/images/ua10/UA10BT_MHA-1-033.png new file mode 100644 index 0000000..783cb10 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-033.png differ diff --git a/images/ua10/UA10BT_MHA-1-034.png b/images/ua10/UA10BT_MHA-1-034.png new file mode 100644 index 0000000..82ef476 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-034.png differ diff --git a/images/ua10/UA10BT_MHA-1-035.png b/images/ua10/UA10BT_MHA-1-035.png new file mode 100644 index 0000000..28e0512 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-035.png differ diff --git a/images/ua10/UA10BT_MHA-1-035_p1.png b/images/ua10/UA10BT_MHA-1-035_p1.png new file mode 100644 index 0000000..16e2428 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-035_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-036.png b/images/ua10/UA10BT_MHA-1-036.png new file mode 100644 index 0000000..452d6a5 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-036.png differ diff --git a/images/ua10/UA10BT_MHA-1-037.png b/images/ua10/UA10BT_MHA-1-037.png new file mode 100644 index 0000000..83a5d42 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-037.png differ diff --git a/images/ua10/UA10BT_MHA-1-037_p1.png b/images/ua10/UA10BT_MHA-1-037_p1.png new file mode 100644 index 0000000..00001d7 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-037_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-038.png b/images/ua10/UA10BT_MHA-1-038.png new file mode 100644 index 0000000..0b6bb6b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-038.png differ diff --git a/images/ua10/UA10BT_MHA-1-038_p1.png b/images/ua10/UA10BT_MHA-1-038_p1.png new file mode 100644 index 0000000..031ca1d Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-038_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-039.png b/images/ua10/UA10BT_MHA-1-039.png new file mode 100644 index 0000000..c128899 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-039.png differ diff --git a/images/ua10/UA10BT_MHA-1-040.png b/images/ua10/UA10BT_MHA-1-040.png new file mode 100644 index 0000000..76ec10d Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-040.png differ diff --git a/images/ua10/UA10BT_MHA-1-041.png b/images/ua10/UA10BT_MHA-1-041.png new file mode 100644 index 0000000..cb541c0 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-041.png differ diff --git a/images/ua10/UA10BT_MHA-1-042.png b/images/ua10/UA10BT_MHA-1-042.png new file mode 100644 index 0000000..643ceda Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-042.png differ diff --git a/images/ua10/UA10BT_MHA-1-042_p1.png b/images/ua10/UA10BT_MHA-1-042_p1.png new file mode 100644 index 0000000..d8c405a Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-042_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-043.png b/images/ua10/UA10BT_MHA-1-043.png new file mode 100644 index 0000000..ad302b0 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-043.png differ diff --git a/images/ua10/UA10BT_MHA-1-044.png b/images/ua10/UA10BT_MHA-1-044.png new file mode 100644 index 0000000..308071c Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-044.png differ diff --git a/images/ua10/UA10BT_MHA-1-045.png b/images/ua10/UA10BT_MHA-1-045.png new file mode 100644 index 0000000..3bdda56 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-045.png differ diff --git a/images/ua10/UA10BT_MHA-1-045_p1.png b/images/ua10/UA10BT_MHA-1-045_p1.png new file mode 100644 index 0000000..e27ce0d Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-045_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-046.png b/images/ua10/UA10BT_MHA-1-046.png new file mode 100644 index 0000000..fb35d6d Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-046.png differ diff --git a/images/ua10/UA10BT_MHA-1-047.png b/images/ua10/UA10BT_MHA-1-047.png new file mode 100644 index 0000000..ef5a677 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-047.png differ diff --git a/images/ua10/UA10BT_MHA-1-048.png b/images/ua10/UA10BT_MHA-1-048.png new file mode 100644 index 0000000..c693d06 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-048.png differ diff --git a/images/ua10/UA10BT_MHA-1-048_p1.png b/images/ua10/UA10BT_MHA-1-048_p1.png new file mode 100644 index 0000000..f12efa5 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-048_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-049.png b/images/ua10/UA10BT_MHA-1-049.png new file mode 100644 index 0000000..f431c55 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-049.png differ diff --git a/images/ua10/UA10BT_MHA-1-050.png b/images/ua10/UA10BT_MHA-1-050.png new file mode 100644 index 0000000..c258dd9 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-050.png differ diff --git a/images/ua10/UA10BT_MHA-1-051.png b/images/ua10/UA10BT_MHA-1-051.png new file mode 100644 index 0000000..761bf59 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-051.png differ diff --git a/images/ua10/UA10BT_MHA-1-051_p1.png b/images/ua10/UA10BT_MHA-1-051_p1.png new file mode 100644 index 0000000..78e9223 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-051_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-052.png b/images/ua10/UA10BT_MHA-1-052.png new file mode 100644 index 0000000..c33e90b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-052.png differ diff --git a/images/ua10/UA10BT_MHA-1-053.png b/images/ua10/UA10BT_MHA-1-053.png new file mode 100644 index 0000000..9a630bf Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-053.png differ diff --git a/images/ua10/UA10BT_MHA-1-054.png b/images/ua10/UA10BT_MHA-1-054.png new file mode 100644 index 0000000..22e60a1 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-054.png differ diff --git a/images/ua10/UA10BT_MHA-1-055.png b/images/ua10/UA10BT_MHA-1-055.png new file mode 100644 index 0000000..0cb4007 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-055.png differ diff --git a/images/ua10/UA10BT_MHA-1-055_p1.png b/images/ua10/UA10BT_MHA-1-055_p1.png new file mode 100644 index 0000000..36af40e Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-055_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-056.png b/images/ua10/UA10BT_MHA-1-056.png new file mode 100644 index 0000000..aa3a81c Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-056.png differ diff --git a/images/ua10/UA10BT_MHA-1-057.png b/images/ua10/UA10BT_MHA-1-057.png new file mode 100644 index 0000000..6ae0d0b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-057.png differ diff --git a/images/ua10/UA10BT_MHA-1-058.png b/images/ua10/UA10BT_MHA-1-058.png new file mode 100644 index 0000000..cc0bcfa Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-058.png differ diff --git a/images/ua10/UA10BT_MHA-1-059.png b/images/ua10/UA10BT_MHA-1-059.png new file mode 100644 index 0000000..fac0ae1 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-059.png differ diff --git a/images/ua10/UA10BT_MHA-1-059_p1.png b/images/ua10/UA10BT_MHA-1-059_p1.png new file mode 100644 index 0000000..966109c Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-059_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-060.png b/images/ua10/UA10BT_MHA-1-060.png new file mode 100644 index 0000000..2a180c0 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-060.png differ diff --git a/images/ua10/UA10BT_MHA-1-060_p1.png b/images/ua10/UA10BT_MHA-1-060_p1.png new file mode 100644 index 0000000..18fc4bd Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-060_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-060_p2.png b/images/ua10/UA10BT_MHA-1-060_p2.png new file mode 100644 index 0000000..a1b7ad3 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-060_p2.png differ diff --git a/images/ua10/UA10BT_MHA-1-061.png b/images/ua10/UA10BT_MHA-1-061.png new file mode 100644 index 0000000..90dd09c Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-061.png differ diff --git a/images/ua10/UA10BT_MHA-1-062.png b/images/ua10/UA10BT_MHA-1-062.png new file mode 100644 index 0000000..a526b1b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-062.png differ diff --git a/images/ua10/UA10BT_MHA-1-063.png b/images/ua10/UA10BT_MHA-1-063.png new file mode 100644 index 0000000..9436ea9 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-063.png differ diff --git a/images/ua10/UA10BT_MHA-1-064.png b/images/ua10/UA10BT_MHA-1-064.png new file mode 100644 index 0000000..21a1801 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-064.png differ diff --git a/images/ua10/UA10BT_MHA-1-065.png b/images/ua10/UA10BT_MHA-1-065.png new file mode 100644 index 0000000..e86744b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-065.png differ diff --git a/images/ua10/UA10BT_MHA-1-066.png b/images/ua10/UA10BT_MHA-1-066.png new file mode 100644 index 0000000..bce8d60 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-066.png differ diff --git a/images/ua10/UA10BT_MHA-1-067.png b/images/ua10/UA10BT_MHA-1-067.png new file mode 100644 index 0000000..8a916b8 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-067.png differ diff --git a/images/ua10/UA10BT_MHA-1-068.png b/images/ua10/UA10BT_MHA-1-068.png new file mode 100644 index 0000000..4a57fd7 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-068.png differ diff --git a/images/ua10/UA10BT_MHA-1-069.png b/images/ua10/UA10BT_MHA-1-069.png new file mode 100644 index 0000000..085b89b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-069.png differ diff --git a/images/ua10/UA10BT_MHA-1-070.png b/images/ua10/UA10BT_MHA-1-070.png new file mode 100644 index 0000000..d1e18d7 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-070.png differ diff --git a/images/ua10/UA10BT_MHA-1-070_p1.png b/images/ua10/UA10BT_MHA-1-070_p1.png new file mode 100644 index 0000000..1a10719 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-070_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-071.png b/images/ua10/UA10BT_MHA-1-071.png new file mode 100644 index 0000000..b466ef0 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-071.png differ diff --git a/images/ua10/UA10BT_MHA-1-072.png b/images/ua10/UA10BT_MHA-1-072.png new file mode 100644 index 0000000..7d52c6f Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-072.png differ diff --git a/images/ua10/UA10BT_MHA-1-072_p1.png b/images/ua10/UA10BT_MHA-1-072_p1.png new file mode 100644 index 0000000..00d6a40 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-072_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-073.png b/images/ua10/UA10BT_MHA-1-073.png new file mode 100644 index 0000000..1fa2a34 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-073.png differ diff --git a/images/ua10/UA10BT_MHA-1-074.png b/images/ua10/UA10BT_MHA-1-074.png new file mode 100644 index 0000000..a4db7b0 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-074.png differ diff --git a/images/ua10/UA10BT_MHA-1-074_p1.png b/images/ua10/UA10BT_MHA-1-074_p1.png new file mode 100644 index 0000000..421ae5a Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-074_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-075.png b/images/ua10/UA10BT_MHA-1-075.png new file mode 100644 index 0000000..41ec554 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-075.png differ diff --git a/images/ua10/UA10BT_MHA-1-076.png b/images/ua10/UA10BT_MHA-1-076.png new file mode 100644 index 0000000..e890246 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-076.png differ diff --git a/images/ua10/UA10BT_MHA-1-077.png b/images/ua10/UA10BT_MHA-1-077.png new file mode 100644 index 0000000..0c9a460 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-077.png differ diff --git a/images/ua10/UA10BT_MHA-1-078.png b/images/ua10/UA10BT_MHA-1-078.png new file mode 100644 index 0000000..d975959 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-078.png differ diff --git a/images/ua10/UA10BT_MHA-1-079.png b/images/ua10/UA10BT_MHA-1-079.png new file mode 100644 index 0000000..5061ce5 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-079.png differ diff --git a/images/ua10/UA10BT_MHA-1-080.png b/images/ua10/UA10BT_MHA-1-080.png new file mode 100644 index 0000000..8337ebc Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-080.png differ diff --git a/images/ua10/UA10BT_MHA-1-080_p1.png b/images/ua10/UA10BT_MHA-1-080_p1.png new file mode 100644 index 0000000..6eb3eab Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-080_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-081.png b/images/ua10/UA10BT_MHA-1-081.png new file mode 100644 index 0000000..65af776 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-081.png differ diff --git a/images/ua10/UA10BT_MHA-1-081_p1.png b/images/ua10/UA10BT_MHA-1-081_p1.png new file mode 100644 index 0000000..dd61e1b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-081_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-082.png b/images/ua10/UA10BT_MHA-1-082.png new file mode 100644 index 0000000..1e66230 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-082.png differ diff --git a/images/ua10/UA10BT_MHA-1-083.png b/images/ua10/UA10BT_MHA-1-083.png new file mode 100644 index 0000000..5d2ccd6 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-083.png differ diff --git a/images/ua10/UA10BT_MHA-1-084.png b/images/ua10/UA10BT_MHA-1-084.png new file mode 100644 index 0000000..e138929 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-084.png differ diff --git a/images/ua10/UA10BT_MHA-1-084_p1.png b/images/ua10/UA10BT_MHA-1-084_p1.png new file mode 100644 index 0000000..b583c6f Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-084_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-085.png b/images/ua10/UA10BT_MHA-1-085.png new file mode 100644 index 0000000..0737a27 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-085.png differ diff --git a/images/ua10/UA10BT_MHA-1-085_p1.png b/images/ua10/UA10BT_MHA-1-085_p1.png new file mode 100644 index 0000000..54684cb Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-085_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-086.png b/images/ua10/UA10BT_MHA-1-086.png new file mode 100644 index 0000000..a2040fe Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-086.png differ diff --git a/images/ua10/UA10BT_MHA-1-087.png b/images/ua10/UA10BT_MHA-1-087.png new file mode 100644 index 0000000..d1af51e Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-087.png differ diff --git a/images/ua10/UA10BT_MHA-1-088.png b/images/ua10/UA10BT_MHA-1-088.png new file mode 100644 index 0000000..c3b01f0 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-088.png differ diff --git a/images/ua10/UA10BT_MHA-1-089.png b/images/ua10/UA10BT_MHA-1-089.png new file mode 100644 index 0000000..254b11e Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-089.png differ diff --git a/images/ua10/UA10BT_MHA-1-090.png b/images/ua10/UA10BT_MHA-1-090.png new file mode 100644 index 0000000..cd7101e Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-090.png differ diff --git a/images/ua10/UA10BT_MHA-1-090_p1.png b/images/ua10/UA10BT_MHA-1-090_p1.png new file mode 100644 index 0000000..eb675e4 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-090_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-091.png b/images/ua10/UA10BT_MHA-1-091.png new file mode 100644 index 0000000..5efdd41 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-091.png differ diff --git a/images/ua10/UA10BT_MHA-1-092.png b/images/ua10/UA10BT_MHA-1-092.png new file mode 100644 index 0000000..216bd5b Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-092.png differ diff --git a/images/ua10/UA10BT_MHA-1-093.png b/images/ua10/UA10BT_MHA-1-093.png new file mode 100644 index 0000000..69649ac Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-093.png differ diff --git a/images/ua10/UA10BT_MHA-1-094.png b/images/ua10/UA10BT_MHA-1-094.png new file mode 100644 index 0000000..14d1ece Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-094.png differ diff --git a/images/ua10/UA10BT_MHA-1-095.png b/images/ua10/UA10BT_MHA-1-095.png new file mode 100644 index 0000000..18785cf Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-095.png differ diff --git a/images/ua10/UA10BT_MHA-1-095_p1.png b/images/ua10/UA10BT_MHA-1-095_p1.png new file mode 100644 index 0000000..6ff5ba2 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-095_p1.png differ diff --git a/images/ua10/UA10BT_MHA-1-096.png b/images/ua10/UA10BT_MHA-1-096.png new file mode 100644 index 0000000..6b1fbe0 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-096.png differ diff --git a/images/ua10/UA10BT_MHA-1-097.png b/images/ua10/UA10BT_MHA-1-097.png new file mode 100644 index 0000000..23fb181 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-097.png differ diff --git a/images/ua10/UA10BT_MHA-1-098.png b/images/ua10/UA10BT_MHA-1-098.png new file mode 100644 index 0000000..ccf0e25 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-098.png differ diff --git a/images/ua10/UA10BT_MHA-1-099.png b/images/ua10/UA10BT_MHA-1-099.png new file mode 100644 index 0000000..4490a01 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-099.png differ diff --git a/images/ua10/UA10BT_MHA-1-100.png b/images/ua10/UA10BT_MHA-1-100.png new file mode 100644 index 0000000..9566f6e Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-100.png differ diff --git a/images/ua10/UA10BT_MHA-1-AP01.png b/images/ua10/UA10BT_MHA-1-AP01.png new file mode 100644 index 0000000..54a2886 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-AP01.png differ diff --git a/images/ua10/UA10BT_MHA-1-AP02.png b/images/ua10/UA10BT_MHA-1-AP02.png new file mode 100644 index 0000000..72bed95 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-AP02.png differ diff --git a/images/ua10/UA10BT_MHA-1-AP03.png b/images/ua10/UA10BT_MHA-1-AP03.png new file mode 100644 index 0000000..05d2068 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-AP03.png differ diff --git a/images/ua10/UA10BT_MHA-1-AP04.png b/images/ua10/UA10BT_MHA-1-AP04.png new file mode 100644 index 0000000..cb7bd47 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-AP04.png differ diff --git a/images/ua10/UA10BT_MHA-1-AP05.png b/images/ua10/UA10BT_MHA-1-AP05.png new file mode 100644 index 0000000..a2b4857 Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-AP05.png differ diff --git a/images/ua10/UA10BT_MHA-1-AP06.png b/images/ua10/UA10BT_MHA-1-AP06.png new file mode 100644 index 0000000..af41c5c Binary files /dev/null and b/images/ua10/UA10BT_MHA-1-AP06.png differ diff --git a/images/ua10/UA10ST_MHA-1-034.png b/images/ua10/UA10ST_MHA-1-034.png new file mode 100644 index 0000000..33a2e85 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-034.png differ diff --git a/images/ua10/UA10ST_MHA-1-036.png b/images/ua10/UA10ST_MHA-1-036.png new file mode 100644 index 0000000..e4d194a Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-036.png differ diff --git a/images/ua10/UA10ST_MHA-1-041.png b/images/ua10/UA10ST_MHA-1-041.png new file mode 100644 index 0000000..bf2f3ed Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-041.png differ diff --git a/images/ua10/UA10ST_MHA-1-044.png b/images/ua10/UA10ST_MHA-1-044.png new file mode 100644 index 0000000..f5c364b Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-044.png differ diff --git a/images/ua10/UA10ST_MHA-1-052.png b/images/ua10/UA10ST_MHA-1-052.png new file mode 100644 index 0000000..6b0c94e Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-052.png differ diff --git a/images/ua10/UA10ST_MHA-1-057.png b/images/ua10/UA10ST_MHA-1-057.png new file mode 100644 index 0000000..dff3df0 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-057.png differ diff --git a/images/ua10/UA10ST_MHA-1-061.png b/images/ua10/UA10ST_MHA-1-061.png new file mode 100644 index 0000000..902a75d Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-061.png differ diff --git a/images/ua10/UA10ST_MHA-1-063.png b/images/ua10/UA10ST_MHA-1-063.png new file mode 100644 index 0000000..e602035 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-063.png differ diff --git a/images/ua10/UA10ST_MHA-1-065.png b/images/ua10/UA10ST_MHA-1-065.png new file mode 100644 index 0000000..e292516 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-065.png differ diff --git a/images/ua10/UA10ST_MHA-1-101.png b/images/ua10/UA10ST_MHA-1-101.png new file mode 100644 index 0000000..5f3d2c0 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-101.png differ diff --git a/images/ua10/UA10ST_MHA-1-102.png b/images/ua10/UA10ST_MHA-1-102.png new file mode 100644 index 0000000..f7aaf82 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-102.png differ diff --git a/images/ua10/UA10ST_MHA-1-103.png b/images/ua10/UA10ST_MHA-1-103.png new file mode 100644 index 0000000..1a1da7d Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-103.png differ diff --git a/images/ua10/UA10ST_MHA-1-104.png b/images/ua10/UA10ST_MHA-1-104.png new file mode 100644 index 0000000..3a85a89 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-104.png differ diff --git a/images/ua10/UA10ST_MHA-1-105.png b/images/ua10/UA10ST_MHA-1-105.png new file mode 100644 index 0000000..095ba50 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-105.png differ diff --git a/images/ua10/UA10ST_MHA-1-106.png b/images/ua10/UA10ST_MHA-1-106.png new file mode 100644 index 0000000..d2c100f Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-106.png differ diff --git a/images/ua10/UA10ST_MHA-1-107.png b/images/ua10/UA10ST_MHA-1-107.png new file mode 100644 index 0000000..3ae9f36 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-107.png differ diff --git a/images/ua10/UA10ST_MHA-1-108.png b/images/ua10/UA10ST_MHA-1-108.png new file mode 100644 index 0000000..56028c8 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-108.png differ diff --git a/images/ua10/UA10ST_MHA-1-109.png b/images/ua10/UA10ST_MHA-1-109.png new file mode 100644 index 0000000..7a8e861 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-109.png differ diff --git a/images/ua10/UA10ST_MHA-1-AP01.png b/images/ua10/UA10ST_MHA-1-AP01.png new file mode 100644 index 0000000..68bae60 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-AP01.png differ diff --git a/images/ua10/UA10ST_MHA-1-AP02.png b/images/ua10/UA10ST_MHA-1-AP02.png new file mode 100644 index 0000000..87b1262 Binary files /dev/null and b/images/ua10/UA10ST_MHA-1-AP02.png differ diff --git a/images/ua10/UAPR_MHA-1-018.png b/images/ua10/UAPR_MHA-1-018.png new file mode 100644 index 0000000..7412ccb Binary files /dev/null and b/images/ua10/UAPR_MHA-1-018.png differ diff --git a/images/ua10/UAPR_MHA-1-053.png b/images/ua10/UAPR_MHA-1-053.png new file mode 100644 index 0000000..70d31d9 Binary files /dev/null and b/images/ua10/UAPR_MHA-1-053.png differ diff --git a/images/ua10/UAPR_MHA-1-058.png b/images/ua10/UAPR_MHA-1-058.png new file mode 100644 index 0000000..188058a Binary files /dev/null and b/images/ua10/UAPR_MHA-1-058.png differ diff --git a/images/ua10/UAPR_MHA-1-060.png b/images/ua10/UAPR_MHA-1-060.png new file mode 100644 index 0000000..dc8d1ee Binary files /dev/null and b/images/ua10/UAPR_MHA-1-060.png differ diff --git a/images/ua10/UAPR_MHA-1-060_p1.png b/images/ua10/UAPR_MHA-1-060_p1.png new file mode 100644 index 0000000..eeae57d Binary files /dev/null and b/images/ua10/UAPR_MHA-1-060_p1.png differ diff --git a/images/ua10/UAPR_MHA-1-085.png b/images/ua10/UAPR_MHA-1-085.png new file mode 100644 index 0000000..4e81874 Binary files /dev/null and b/images/ua10/UAPR_MHA-1-085.png differ diff --git a/images/ua10/UAPR_MHA-1-085_p1.png b/images/ua10/UAPR_MHA-1-085_p1.png new file mode 100644 index 0000000..8ac2d4d Binary files /dev/null and b/images/ua10/UAPR_MHA-1-085_p1.png differ diff --git a/images/ua10/UAPR_MHA-1-093.png b/images/ua10/UAPR_MHA-1-093.png new file mode 100644 index 0000000..876fa13 Binary files /dev/null and b/images/ua10/UAPR_MHA-1-093.png differ diff --git a/images/ua10/UAPR_MHA-2-005.png b/images/ua10/UAPR_MHA-2-005.png new file mode 100644 index 0000000..f4c810b Binary files /dev/null and b/images/ua10/UAPR_MHA-2-005.png differ diff --git a/images/ua10/UAPR_MHA-2-023.png b/images/ua10/UAPR_MHA-2-023.png new file mode 100644 index 0000000..0e62a1c Binary files /dev/null and b/images/ua10/UAPR_MHA-2-023.png differ diff --git a/images/ua10/UAPR_MHA-2-026.png b/images/ua10/UAPR_MHA-2-026.png new file mode 100644 index 0000000..82553a8 Binary files /dev/null and b/images/ua10/UAPR_MHA-2-026.png differ diff --git a/images/ua10/UAPR_MHA-2-026_p1.png b/images/ua10/UAPR_MHA-2-026_p1.png new file mode 100644 index 0000000..543abc5 Binary files /dev/null and b/images/ua10/UAPR_MHA-2-026_p1.png differ diff --git a/images/ua10/UAPR_MHA-2-053.png b/images/ua10/UAPR_MHA-2-053.png new file mode 100644 index 0000000..6201f51 Binary files /dev/null and b/images/ua10/UAPR_MHA-2-053.png differ diff --git a/images/ua10/UAPR_MHA-AP01.png b/images/ua10/UAPR_MHA-AP01.png new file mode 100644 index 0000000..adffdef Binary files /dev/null and b/images/ua10/UAPR_MHA-AP01.png differ diff --git a/images/ua11/UA11BT_GNT-1-001.png b/images/ua11/UA11BT_GNT-1-001.png new file mode 100644 index 0000000..a478ec8 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-001.png differ diff --git a/images/ua11/UA11BT_GNT-1-002.png b/images/ua11/UA11BT_GNT-1-002.png new file mode 100644 index 0000000..1f1df60 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-002.png differ diff --git a/images/ua11/UA11BT_GNT-1-003.png b/images/ua11/UA11BT_GNT-1-003.png new file mode 100644 index 0000000..392f011 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-003.png differ diff --git a/images/ua11/UA11BT_GNT-1-004.png b/images/ua11/UA11BT_GNT-1-004.png new file mode 100644 index 0000000..98dbacb Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-004.png differ diff --git a/images/ua11/UA11BT_GNT-1-005.png b/images/ua11/UA11BT_GNT-1-005.png new file mode 100644 index 0000000..15d3ff0 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-005.png differ diff --git a/images/ua11/UA11BT_GNT-1-006.png b/images/ua11/UA11BT_GNT-1-006.png new file mode 100644 index 0000000..72c5c1f Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-006.png differ diff --git a/images/ua11/UA11BT_GNT-1-007.png b/images/ua11/UA11BT_GNT-1-007.png new file mode 100644 index 0000000..48e5618 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-007.png differ diff --git a/images/ua11/UA11BT_GNT-1-007_p1.png b/images/ua11/UA11BT_GNT-1-007_p1.png new file mode 100644 index 0000000..b0ce7db Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-007_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-008.png b/images/ua11/UA11BT_GNT-1-008.png new file mode 100644 index 0000000..3c03e78 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-008.png differ diff --git a/images/ua11/UA11BT_GNT-1-009.png b/images/ua11/UA11BT_GNT-1-009.png new file mode 100644 index 0000000..128e007 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-009.png differ diff --git a/images/ua11/UA11BT_GNT-1-010.png b/images/ua11/UA11BT_GNT-1-010.png new file mode 100644 index 0000000..3cf7dfe Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-010.png differ diff --git a/images/ua11/UA11BT_GNT-1-011.png b/images/ua11/UA11BT_GNT-1-011.png new file mode 100644 index 0000000..49a0305 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-011.png differ diff --git a/images/ua11/UA11BT_GNT-1-012.png b/images/ua11/UA11BT_GNT-1-012.png new file mode 100644 index 0000000..2b905d3 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-012.png differ diff --git a/images/ua11/UA11BT_GNT-1-013.png b/images/ua11/UA11BT_GNT-1-013.png new file mode 100644 index 0000000..4cdf585 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-013.png differ diff --git a/images/ua11/UA11BT_GNT-1-014.png b/images/ua11/UA11BT_GNT-1-014.png new file mode 100644 index 0000000..37b436b Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-014.png differ diff --git a/images/ua11/UA11BT_GNT-1-014_p1.png b/images/ua11/UA11BT_GNT-1-014_p1.png new file mode 100644 index 0000000..49f976b Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-014_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-015.png b/images/ua11/UA11BT_GNT-1-015.png new file mode 100644 index 0000000..41eca3d Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-015.png differ diff --git a/images/ua11/UA11BT_GNT-1-015_p1.png b/images/ua11/UA11BT_GNT-1-015_p1.png new file mode 100644 index 0000000..da60516 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-015_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-016.png b/images/ua11/UA11BT_GNT-1-016.png new file mode 100644 index 0000000..634f2d4 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-016.png differ diff --git a/images/ua11/UA11BT_GNT-1-017.png b/images/ua11/UA11BT_GNT-1-017.png new file mode 100644 index 0000000..8fda575 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-017.png differ diff --git a/images/ua11/UA11BT_GNT-1-018.png b/images/ua11/UA11BT_GNT-1-018.png new file mode 100644 index 0000000..87cb3bd Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-018.png differ diff --git a/images/ua11/UA11BT_GNT-1-018_p1.png b/images/ua11/UA11BT_GNT-1-018_p1.png new file mode 100644 index 0000000..9258d34 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-018_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-019.png b/images/ua11/UA11BT_GNT-1-019.png new file mode 100644 index 0000000..e33908f Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-019.png differ diff --git a/images/ua11/UA11BT_GNT-1-020.png b/images/ua11/UA11BT_GNT-1-020.png new file mode 100644 index 0000000..b5ce448 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-020.png differ diff --git a/images/ua11/UA11BT_GNT-1-021.png b/images/ua11/UA11BT_GNT-1-021.png new file mode 100644 index 0000000..eb0710e Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-021.png differ diff --git a/images/ua11/UA11BT_GNT-1-022.png b/images/ua11/UA11BT_GNT-1-022.png new file mode 100644 index 0000000..e9fad74 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-022.png differ diff --git a/images/ua11/UA11BT_GNT-1-023.png b/images/ua11/UA11BT_GNT-1-023.png new file mode 100644 index 0000000..ad36f4a Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-023.png differ diff --git a/images/ua11/UA11BT_GNT-1-023_p1.png b/images/ua11/UA11BT_GNT-1-023_p1.png new file mode 100644 index 0000000..2252f16 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-023_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-024.png b/images/ua11/UA11BT_GNT-1-024.png new file mode 100644 index 0000000..86ecf39 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-024.png differ diff --git a/images/ua11/UA11BT_GNT-1-024_p1.png b/images/ua11/UA11BT_GNT-1-024_p1.png new file mode 100644 index 0000000..f4d8631 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-024_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-025.png b/images/ua11/UA11BT_GNT-1-025.png new file mode 100644 index 0000000..0154e37 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-025.png differ diff --git a/images/ua11/UA11BT_GNT-1-025_p1.png b/images/ua11/UA11BT_GNT-1-025_p1.png new file mode 100644 index 0000000..f3c2ae3 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-025_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-026.png b/images/ua11/UA11BT_GNT-1-026.png new file mode 100644 index 0000000..0aefcb1 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-026.png differ diff --git a/images/ua11/UA11BT_GNT-1-027.png b/images/ua11/UA11BT_GNT-1-027.png new file mode 100644 index 0000000..fffde96 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-027.png differ diff --git a/images/ua11/UA11BT_GNT-1-027_p1.png b/images/ua11/UA11BT_GNT-1-027_p1.png new file mode 100644 index 0000000..4b7a447 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-027_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-028.png b/images/ua11/UA11BT_GNT-1-028.png new file mode 100644 index 0000000..0ab5e16 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-028.png differ diff --git a/images/ua11/UA11BT_GNT-1-029.png b/images/ua11/UA11BT_GNT-1-029.png new file mode 100644 index 0000000..722145b Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-029.png differ diff --git a/images/ua11/UA11BT_GNT-1-030.png b/images/ua11/UA11BT_GNT-1-030.png new file mode 100644 index 0000000..6ad0296 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-030.png differ diff --git a/images/ua11/UA11BT_GNT-1-031.png b/images/ua11/UA11BT_GNT-1-031.png new file mode 100644 index 0000000..20c4a0f Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-031.png differ diff --git a/images/ua11/UA11BT_GNT-1-032.png b/images/ua11/UA11BT_GNT-1-032.png new file mode 100644 index 0000000..2338c02 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-032.png differ diff --git a/images/ua11/UA11BT_GNT-1-033.png b/images/ua11/UA11BT_GNT-1-033.png new file mode 100644 index 0000000..9130490 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-033.png differ diff --git a/images/ua11/UA11BT_GNT-1-034.png b/images/ua11/UA11BT_GNT-1-034.png new file mode 100644 index 0000000..218d890 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-034.png differ diff --git a/images/ua11/UA11BT_GNT-1-035.png b/images/ua11/UA11BT_GNT-1-035.png new file mode 100644 index 0000000..eadc8f9 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-035.png differ diff --git a/images/ua11/UA11BT_GNT-1-036.png b/images/ua11/UA11BT_GNT-1-036.png new file mode 100644 index 0000000..02cb48c Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-036.png differ diff --git a/images/ua11/UA11BT_GNT-1-036_p1.png b/images/ua11/UA11BT_GNT-1-036_p1.png new file mode 100644 index 0000000..401cf31 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-036_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-037.png b/images/ua11/UA11BT_GNT-1-037.png new file mode 100644 index 0000000..222b5a8 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-037.png differ diff --git a/images/ua11/UA11BT_GNT-1-038.png b/images/ua11/UA11BT_GNT-1-038.png new file mode 100644 index 0000000..62a650d Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-038.png differ diff --git a/images/ua11/UA11BT_GNT-1-039.png b/images/ua11/UA11BT_GNT-1-039.png new file mode 100644 index 0000000..cf24718 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-039.png differ diff --git a/images/ua11/UA11BT_GNT-1-040.png b/images/ua11/UA11BT_GNT-1-040.png new file mode 100644 index 0000000..e799fd2 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-040.png differ diff --git a/images/ua11/UA11BT_GNT-1-041.png b/images/ua11/UA11BT_GNT-1-041.png new file mode 100644 index 0000000..1497dcb Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-041.png differ diff --git a/images/ua11/UA11BT_GNT-1-041_p1.png b/images/ua11/UA11BT_GNT-1-041_p1.png new file mode 100644 index 0000000..f3c1948 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-041_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-042.png b/images/ua11/UA11BT_GNT-1-042.png new file mode 100644 index 0000000..1618789 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-042.png differ diff --git a/images/ua11/UA11BT_GNT-1-042_p1.png b/images/ua11/UA11BT_GNT-1-042_p1.png new file mode 100644 index 0000000..3a393d5 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-042_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-043.png b/images/ua11/UA11BT_GNT-1-043.png new file mode 100644 index 0000000..762a6f6 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-043.png differ diff --git a/images/ua11/UA11BT_GNT-1-044.png b/images/ua11/UA11BT_GNT-1-044.png new file mode 100644 index 0000000..b34db78 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-044.png differ diff --git a/images/ua11/UA11BT_GNT-1-045.png b/images/ua11/UA11BT_GNT-1-045.png new file mode 100644 index 0000000..80f41fd Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-045.png differ diff --git a/images/ua11/UA11BT_GNT-1-046.png b/images/ua11/UA11BT_GNT-1-046.png new file mode 100644 index 0000000..6862e2a Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-046.png differ diff --git a/images/ua11/UA11BT_GNT-1-047.png b/images/ua11/UA11BT_GNT-1-047.png new file mode 100644 index 0000000..ac20636 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-047.png differ diff --git a/images/ua11/UA11BT_GNT-1-048.png b/images/ua11/UA11BT_GNT-1-048.png new file mode 100644 index 0000000..2cbbf5b Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-048.png differ diff --git a/images/ua11/UA11BT_GNT-1-049.png b/images/ua11/UA11BT_GNT-1-049.png new file mode 100644 index 0000000..c064e61 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-049.png differ diff --git a/images/ua11/UA11BT_GNT-1-049_p1.png b/images/ua11/UA11BT_GNT-1-049_p1.png new file mode 100644 index 0000000..00b1cd8 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-049_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-050.png b/images/ua11/UA11BT_GNT-1-050.png new file mode 100644 index 0000000..6d66947 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-050.png differ diff --git a/images/ua11/UA11BT_GNT-1-050_p1.png b/images/ua11/UA11BT_GNT-1-050_p1.png new file mode 100644 index 0000000..8db7249 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-050_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-051.png b/images/ua11/UA11BT_GNT-1-051.png new file mode 100644 index 0000000..ccd5529 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-051.png differ diff --git a/images/ua11/UA11BT_GNT-1-052.png b/images/ua11/UA11BT_GNT-1-052.png new file mode 100644 index 0000000..d2d3774 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-052.png differ diff --git a/images/ua11/UA11BT_GNT-1-053.png b/images/ua11/UA11BT_GNT-1-053.png new file mode 100644 index 0000000..9797b73 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-053.png differ diff --git a/images/ua11/UA11BT_GNT-1-054.png b/images/ua11/UA11BT_GNT-1-054.png new file mode 100644 index 0000000..38dc586 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-054.png differ diff --git a/images/ua11/UA11BT_GNT-1-054_p1.png b/images/ua11/UA11BT_GNT-1-054_p1.png new file mode 100644 index 0000000..80d7396 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-054_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-055.png b/images/ua11/UA11BT_GNT-1-055.png new file mode 100644 index 0000000..9d306ae Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-055.png differ diff --git a/images/ua11/UA11BT_GNT-1-056.png b/images/ua11/UA11BT_GNT-1-056.png new file mode 100644 index 0000000..4bf70c2 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-056.png differ diff --git a/images/ua11/UA11BT_GNT-1-057.png b/images/ua11/UA11BT_GNT-1-057.png new file mode 100644 index 0000000..f609dbb Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-057.png differ diff --git a/images/ua11/UA11BT_GNT-1-057_p1.png b/images/ua11/UA11BT_GNT-1-057_p1.png new file mode 100644 index 0000000..54b3527 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-057_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-058.png b/images/ua11/UA11BT_GNT-1-058.png new file mode 100644 index 0000000..aec8d10 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-058.png differ diff --git a/images/ua11/UA11BT_GNT-1-059.png b/images/ua11/UA11BT_GNT-1-059.png new file mode 100644 index 0000000..c0a692b Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-059.png differ diff --git a/images/ua11/UA11BT_GNT-1-059_p1.png b/images/ua11/UA11BT_GNT-1-059_p1.png new file mode 100644 index 0000000..8061cdf Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-059_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-060.png b/images/ua11/UA11BT_GNT-1-060.png new file mode 100644 index 0000000..bbdea51 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-060.png differ diff --git a/images/ua11/UA11BT_GNT-1-061.png b/images/ua11/UA11BT_GNT-1-061.png new file mode 100644 index 0000000..bc85c05 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-061.png differ diff --git a/images/ua11/UA11BT_GNT-1-061_p1.png b/images/ua11/UA11BT_GNT-1-061_p1.png new file mode 100644 index 0000000..c1b7ac0 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-061_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-062.png b/images/ua11/UA11BT_GNT-1-062.png new file mode 100644 index 0000000..776abf1 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-062.png differ diff --git a/images/ua11/UA11BT_GNT-1-063.png b/images/ua11/UA11BT_GNT-1-063.png new file mode 100644 index 0000000..922e008 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-063.png differ diff --git a/images/ua11/UA11BT_GNT-1-064.png b/images/ua11/UA11BT_GNT-1-064.png new file mode 100644 index 0000000..f0f7aba Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-064.png differ diff --git a/images/ua11/UA11BT_GNT-1-065.png b/images/ua11/UA11BT_GNT-1-065.png new file mode 100644 index 0000000..a42fe31 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-065.png differ diff --git a/images/ua11/UA11BT_GNT-1-066.png b/images/ua11/UA11BT_GNT-1-066.png new file mode 100644 index 0000000..f42ab80 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-066.png differ diff --git a/images/ua11/UA11BT_GNT-1-067.png b/images/ua11/UA11BT_GNT-1-067.png new file mode 100644 index 0000000..a5f9e90 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-067.png differ diff --git a/images/ua11/UA11BT_GNT-1-068.png b/images/ua11/UA11BT_GNT-1-068.png new file mode 100644 index 0000000..1b02435 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-068.png differ diff --git a/images/ua11/UA11BT_GNT-1-069.png b/images/ua11/UA11BT_GNT-1-069.png new file mode 100644 index 0000000..44d3be0 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-069.png differ diff --git a/images/ua11/UA11BT_GNT-1-069_p1.png b/images/ua11/UA11BT_GNT-1-069_p1.png new file mode 100644 index 0000000..ec18d68 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-069_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-070.png b/images/ua11/UA11BT_GNT-1-070.png new file mode 100644 index 0000000..7baeee6 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-070.png differ diff --git a/images/ua11/UA11BT_GNT-1-071.png b/images/ua11/UA11BT_GNT-1-071.png new file mode 100644 index 0000000..4e83897 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-071.png differ diff --git a/images/ua11/UA11BT_GNT-1-072.png b/images/ua11/UA11BT_GNT-1-072.png new file mode 100644 index 0000000..e105072 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-072.png differ diff --git a/images/ua11/UA11BT_GNT-1-073.png b/images/ua11/UA11BT_GNT-1-073.png new file mode 100644 index 0000000..4b6d368 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-073.png differ diff --git a/images/ua11/UA11BT_GNT-1-073_p1.png b/images/ua11/UA11BT_GNT-1-073_p1.png new file mode 100644 index 0000000..6c7ebd0 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-073_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-074.png b/images/ua11/UA11BT_GNT-1-074.png new file mode 100644 index 0000000..50dfc51 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-074.png differ diff --git a/images/ua11/UA11BT_GNT-1-074_p1.png b/images/ua11/UA11BT_GNT-1-074_p1.png new file mode 100644 index 0000000..23630c3 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-074_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-075.png b/images/ua11/UA11BT_GNT-1-075.png new file mode 100644 index 0000000..ff487b9 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-075.png differ diff --git a/images/ua11/UA11BT_GNT-1-076.png b/images/ua11/UA11BT_GNT-1-076.png new file mode 100644 index 0000000..1cd6f3c Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-076.png differ diff --git a/images/ua11/UA11BT_GNT-1-077.png b/images/ua11/UA11BT_GNT-1-077.png new file mode 100644 index 0000000..6ee9f3d Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-077.png differ diff --git a/images/ua11/UA11BT_GNT-1-078.png b/images/ua11/UA11BT_GNT-1-078.png new file mode 100644 index 0000000..17ecdd6 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-078.png differ diff --git a/images/ua11/UA11BT_GNT-1-079.png b/images/ua11/UA11BT_GNT-1-079.png new file mode 100644 index 0000000..070f5e7 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-079.png differ diff --git a/images/ua11/UA11BT_GNT-1-079_p1.png b/images/ua11/UA11BT_GNT-1-079_p1.png new file mode 100644 index 0000000..eaf4ffc Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-079_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-080.png b/images/ua11/UA11BT_GNT-1-080.png new file mode 100644 index 0000000..4860d75 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-080.png differ diff --git a/images/ua11/UA11BT_GNT-1-080_p1.png b/images/ua11/UA11BT_GNT-1-080_p1.png new file mode 100644 index 0000000..ab97fde Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-080_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-081.png b/images/ua11/UA11BT_GNT-1-081.png new file mode 100644 index 0000000..1ea5453 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-081.png differ diff --git a/images/ua11/UA11BT_GNT-1-082.png b/images/ua11/UA11BT_GNT-1-082.png new file mode 100644 index 0000000..c210915 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-082.png differ diff --git a/images/ua11/UA11BT_GNT-1-083.png b/images/ua11/UA11BT_GNT-1-083.png new file mode 100644 index 0000000..4d0aa44 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-083.png differ diff --git a/images/ua11/UA11BT_GNT-1-083_p1.png b/images/ua11/UA11BT_GNT-1-083_p1.png new file mode 100644 index 0000000..ffa2bc0 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-083_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-084.png b/images/ua11/UA11BT_GNT-1-084.png new file mode 100644 index 0000000..60e6b23 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-084.png differ diff --git a/images/ua11/UA11BT_GNT-1-085.png b/images/ua11/UA11BT_GNT-1-085.png new file mode 100644 index 0000000..513d7a5 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-085.png differ diff --git a/images/ua11/UA11BT_GNT-1-086.png b/images/ua11/UA11BT_GNT-1-086.png new file mode 100644 index 0000000..c647656 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-086.png differ diff --git a/images/ua11/UA11BT_GNT-1-086_p1.png b/images/ua11/UA11BT_GNT-1-086_p1.png new file mode 100644 index 0000000..5716b77 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-086_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-087.png b/images/ua11/UA11BT_GNT-1-087.png new file mode 100644 index 0000000..beb4af7 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-087.png differ diff --git a/images/ua11/UA11BT_GNT-1-088.png b/images/ua11/UA11BT_GNT-1-088.png new file mode 100644 index 0000000..6663691 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-088.png differ diff --git a/images/ua11/UA11BT_GNT-1-088_p1.png b/images/ua11/UA11BT_GNT-1-088_p1.png new file mode 100644 index 0000000..65bd189 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-088_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-089.png b/images/ua11/UA11BT_GNT-1-089.png new file mode 100644 index 0000000..c4a6124 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-089.png differ diff --git a/images/ua11/UA11BT_GNT-1-089_p1.png b/images/ua11/UA11BT_GNT-1-089_p1.png new file mode 100644 index 0000000..40b3abb Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-089_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-089_p2.png b/images/ua11/UA11BT_GNT-1-089_p2.png new file mode 100644 index 0000000..9736478 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-089_p2.png differ diff --git a/images/ua11/UA11BT_GNT-1-090.png b/images/ua11/UA11BT_GNT-1-090.png new file mode 100644 index 0000000..16a0fc5 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-090.png differ diff --git a/images/ua11/UA11BT_GNT-1-091.png b/images/ua11/UA11BT_GNT-1-091.png new file mode 100644 index 0000000..f5051fb Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-091.png differ diff --git a/images/ua11/UA11BT_GNT-1-092.png b/images/ua11/UA11BT_GNT-1-092.png new file mode 100644 index 0000000..f0f68ef Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-092.png differ diff --git a/images/ua11/UA11BT_GNT-1-093.png b/images/ua11/UA11BT_GNT-1-093.png new file mode 100644 index 0000000..04e6b99 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-093.png differ diff --git a/images/ua11/UA11BT_GNT-1-094.png b/images/ua11/UA11BT_GNT-1-094.png new file mode 100644 index 0000000..94e94ef Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-094.png differ diff --git a/images/ua11/UA11BT_GNT-1-094_p1.png b/images/ua11/UA11BT_GNT-1-094_p1.png new file mode 100644 index 0000000..5d7c530 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-094_p1.png differ diff --git a/images/ua11/UA11BT_GNT-1-095.png b/images/ua11/UA11BT_GNT-1-095.png new file mode 100644 index 0000000..ca38517 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-095.png differ diff --git a/images/ua11/UA11BT_GNT-1-096.png b/images/ua11/UA11BT_GNT-1-096.png new file mode 100644 index 0000000..84d88ae Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-096.png differ diff --git a/images/ua11/UA11BT_GNT-1-097.png b/images/ua11/UA11BT_GNT-1-097.png new file mode 100644 index 0000000..5808c77 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-097.png differ diff --git a/images/ua11/UA11BT_GNT-1-098.png b/images/ua11/UA11BT_GNT-1-098.png new file mode 100644 index 0000000..27e0776 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-098.png differ diff --git a/images/ua11/UA11BT_GNT-1-099.png b/images/ua11/UA11BT_GNT-1-099.png new file mode 100644 index 0000000..6145de9 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-099.png differ diff --git a/images/ua11/UA11BT_GNT-1-100.png b/images/ua11/UA11BT_GNT-1-100.png new file mode 100644 index 0000000..8464395 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-100.png differ diff --git a/images/ua11/UA11BT_GNT-1-AP01.png b/images/ua11/UA11BT_GNT-1-AP01.png new file mode 100644 index 0000000..a9af167 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-AP01.png differ diff --git a/images/ua11/UA11BT_GNT-1-AP02.png b/images/ua11/UA11BT_GNT-1-AP02.png new file mode 100644 index 0000000..1a0a31f Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-AP02.png differ diff --git a/images/ua11/UA11BT_GNT-1-AP03.png b/images/ua11/UA11BT_GNT-1-AP03.png new file mode 100644 index 0000000..08cccda Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-AP03.png differ diff --git a/images/ua11/UA11BT_GNT-1-AP04.png b/images/ua11/UA11BT_GNT-1-AP04.png new file mode 100644 index 0000000..7c6f210 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-AP04.png differ diff --git a/images/ua11/UA11BT_GNT-1-AP05.png b/images/ua11/UA11BT_GNT-1-AP05.png new file mode 100644 index 0000000..f7f5860 Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-AP05.png differ diff --git a/images/ua11/UA11BT_GNT-1-AP06.png b/images/ua11/UA11BT_GNT-1-AP06.png new file mode 100644 index 0000000..46eda2e Binary files /dev/null and b/images/ua11/UA11BT_GNT-1-AP06.png differ diff --git a/images/ua11/UA11ST_GNT-1-070.png b/images/ua11/UA11ST_GNT-1-070.png new file mode 100644 index 0000000..a85227b Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-070.png differ diff --git a/images/ua11/UA11ST_GNT-1-077.png b/images/ua11/UA11ST_GNT-1-077.png new file mode 100644 index 0000000..79770cb Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-077.png differ diff --git a/images/ua11/UA11ST_GNT-1-078.png b/images/ua11/UA11ST_GNT-1-078.png new file mode 100644 index 0000000..b993f91 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-078.png differ diff --git a/images/ua11/UA11ST_GNT-1-081.png b/images/ua11/UA11ST_GNT-1-081.png new file mode 100644 index 0000000..4742523 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-081.png differ diff --git a/images/ua11/UA11ST_GNT-1-085.png b/images/ua11/UA11ST_GNT-1-085.png new file mode 100644 index 0000000..902b4b6 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-085.png differ diff --git a/images/ua11/UA11ST_GNT-1-087.png b/images/ua11/UA11ST_GNT-1-087.png new file mode 100644 index 0000000..bfa656e Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-087.png differ diff --git a/images/ua11/UA11ST_GNT-1-092.png b/images/ua11/UA11ST_GNT-1-092.png new file mode 100644 index 0000000..03ead5e Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-092.png differ diff --git a/images/ua11/UA11ST_GNT-1-096.png b/images/ua11/UA11ST_GNT-1-096.png new file mode 100644 index 0000000..40fbe50 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-096.png differ diff --git a/images/ua11/UA11ST_GNT-1-099.png b/images/ua11/UA11ST_GNT-1-099.png new file mode 100644 index 0000000..9dbeb85 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-099.png differ diff --git a/images/ua11/UA11ST_GNT-1-101.png b/images/ua11/UA11ST_GNT-1-101.png new file mode 100644 index 0000000..06f4919 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-101.png differ diff --git a/images/ua11/UA11ST_GNT-1-102.png b/images/ua11/UA11ST_GNT-1-102.png new file mode 100644 index 0000000..2fa4cb4 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-102.png differ diff --git a/images/ua11/UA11ST_GNT-1-103.png b/images/ua11/UA11ST_GNT-1-103.png new file mode 100644 index 0000000..6e291ba Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-103.png differ diff --git a/images/ua11/UA11ST_GNT-1-104.png b/images/ua11/UA11ST_GNT-1-104.png new file mode 100644 index 0000000..ef2ed07 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-104.png differ diff --git a/images/ua11/UA11ST_GNT-1-105.png b/images/ua11/UA11ST_GNT-1-105.png new file mode 100644 index 0000000..a0883c6 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-105.png differ diff --git a/images/ua11/UA11ST_GNT-1-106.png b/images/ua11/UA11ST_GNT-1-106.png new file mode 100644 index 0000000..c1b9ffb Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-106.png differ diff --git a/images/ua11/UA11ST_GNT-1-107.png b/images/ua11/UA11ST_GNT-1-107.png new file mode 100644 index 0000000..d005839 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-107.png differ diff --git a/images/ua11/UA11ST_GNT-1-108.png b/images/ua11/UA11ST_GNT-1-108.png new file mode 100644 index 0000000..547b4f5 Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-108.png differ diff --git a/images/ua11/UA11ST_GNT-1-109.png b/images/ua11/UA11ST_GNT-1-109.png new file mode 100644 index 0000000..474a28b Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-109.png differ diff --git a/images/ua11/UA11ST_GNT-1-AP01.png b/images/ua11/UA11ST_GNT-1-AP01.png new file mode 100644 index 0000000..039fd1e Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-AP01.png differ diff --git a/images/ua11/UA11ST_GNT-1-AP02.png b/images/ua11/UA11ST_GNT-1-AP02.png new file mode 100644 index 0000000..9ae5d9f Binary files /dev/null and b/images/ua11/UA11ST_GNT-1-AP02.png differ diff --git a/images/ua11/UAPB_GNT-AP01.png b/images/ua11/UAPB_GNT-AP01.png new file mode 100644 index 0000000..8666acb Binary files /dev/null and b/images/ua11/UAPB_GNT-AP01.png differ diff --git a/images/ua11/UAPR_GNT-1-068.png b/images/ua11/UAPR_GNT-1-068.png new file mode 100644 index 0000000..480e084 Binary files /dev/null and b/images/ua11/UAPR_GNT-1-068.png differ diff --git a/images/ua11/UAPR_GNT-1-072.png b/images/ua11/UAPR_GNT-1-072.png new file mode 100644 index 0000000..956e813 Binary files /dev/null and b/images/ua11/UAPR_GNT-1-072.png differ diff --git a/images/ua11/UAPR_GNT-1-089.png b/images/ua11/UAPR_GNT-1-089.png new file mode 100644 index 0000000..aab7456 Binary files /dev/null and b/images/ua11/UAPR_GNT-1-089.png differ diff --git a/images/ua11/UAPR_GNT-1-089_p1.png b/images/ua11/UAPR_GNT-1-089_p1.png new file mode 100644 index 0000000..99be588 Binary files /dev/null and b/images/ua11/UAPR_GNT-1-089_p1.png differ diff --git a/images/ua11/UAPR_GNT-1-104.png b/images/ua11/UAPR_GNT-1-104.png new file mode 100644 index 0000000..c93134e Binary files /dev/null and b/images/ua11/UAPR_GNT-1-104.png differ diff --git a/images/ua11/UAPR_GNT-AP01.png b/images/ua11/UAPR_GNT-AP01.png new file mode 100644 index 0000000..e0fad1e Binary files /dev/null and b/images/ua11/UAPR_GNT-AP01.png differ diff --git a/images/ua11/UAPR_GNT-AP02.png b/images/ua11/UAPR_GNT-AP02.png new file mode 100644 index 0000000..cf10302 Binary files /dev/null and b/images/ua11/UAPR_GNT-AP02.png differ diff --git a/images/ua11/UAPR_GNT-AP03.png b/images/ua11/UAPR_GNT-AP03.png new file mode 100644 index 0000000..a257e09 Binary files /dev/null and b/images/ua11/UAPR_GNT-AP03.png differ diff --git a/images/ua11/UAPR_GNT-AP03_p1.png b/images/ua11/UAPR_GNT-AP03_p1.png new file mode 100644 index 0000000..7818385 Binary files /dev/null and b/images/ua11/UAPR_GNT-AP03_p1.png differ diff --git a/images/ua11/UAPR_GNT-AP04.png b/images/ua11/UAPR_GNT-AP04.png new file mode 100644 index 0000000..7f143d6 Binary files /dev/null and b/images/ua11/UAPR_GNT-AP04.png differ diff --git a/images/ua11/UAPR_GNT-P-001.png b/images/ua11/UAPR_GNT-P-001.png new file mode 100644 index 0000000..e7e90c9 Binary files /dev/null and b/images/ua11/UAPR_GNT-P-001.png differ diff --git a/images/ua11/UAPR_GNT-P-002.png b/images/ua11/UAPR_GNT-P-002.png new file mode 100644 index 0000000..4a4b745 Binary files /dev/null and b/images/ua11/UAPR_GNT-P-002.png differ diff --git a/images/ua11/UAPR_GNT-P-003.png b/images/ua11/UAPR_GNT-P-003.png new file mode 100644 index 0000000..79a49f7 Binary files /dev/null and b/images/ua11/UAPR_GNT-P-003.png differ diff --git a/images/ua12/UA03NC_BLK-2-001.png b/images/ua12/UA03NC_BLK-2-001.png new file mode 100644 index 0000000..af2421b Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-001.png differ diff --git a/images/ua12/UA03NC_BLK-2-002.png b/images/ua12/UA03NC_BLK-2-002.png new file mode 100644 index 0000000..be2671d Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-002.png differ diff --git a/images/ua12/UA03NC_BLK-2-003.png b/images/ua12/UA03NC_BLK-2-003.png new file mode 100644 index 0000000..8474bc9 Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-003.png differ diff --git a/images/ua12/UA03NC_BLK-2-004.png b/images/ua12/UA03NC_BLK-2-004.png new file mode 100644 index 0000000..6dd8611 Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-004.png differ diff --git a/images/ua12/UA03NC_BLK-2-005.png b/images/ua12/UA03NC_BLK-2-005.png new file mode 100644 index 0000000..adf818b Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-005.png differ diff --git a/images/ua12/UA03NC_BLK-2-006.png b/images/ua12/UA03NC_BLK-2-006.png new file mode 100644 index 0000000..c605d7a Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-006.png differ diff --git a/images/ua12/UA03NC_BLK-2-007.png b/images/ua12/UA03NC_BLK-2-007.png new file mode 100644 index 0000000..9b72a98 Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-007.png differ diff --git a/images/ua12/UA03NC_BLK-2-008.png b/images/ua12/UA03NC_BLK-2-008.png new file mode 100644 index 0000000..a1e8e46 Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-008.png differ diff --git a/images/ua12/UA03NC_BLK-2-009.png b/images/ua12/UA03NC_BLK-2-009.png new file mode 100644 index 0000000..4a3ad12 Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-009.png differ diff --git a/images/ua12/UA03NC_BLK-2-010.png b/images/ua12/UA03NC_BLK-2-010.png new file mode 100644 index 0000000..fe2bfb7 Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-010.png differ diff --git a/images/ua12/UA03NC_BLK-2-011.png b/images/ua12/UA03NC_BLK-2-011.png new file mode 100644 index 0000000..468970f Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-011.png differ diff --git a/images/ua12/UA03NC_BLK-2-AP01.png b/images/ua12/UA03NC_BLK-2-AP01.png new file mode 100644 index 0000000..80c6a9e Binary files /dev/null and b/images/ua12/UA03NC_BLK-2-AP01.png differ diff --git a/images/ua12/UA12BT_BLK-1-001.png b/images/ua12/UA12BT_BLK-1-001.png new file mode 100644 index 0000000..3b835c4 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-001.png differ diff --git a/images/ua12/UA12BT_BLK-1-002.png b/images/ua12/UA12BT_BLK-1-002.png new file mode 100644 index 0000000..3fb3033 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-002.png differ diff --git a/images/ua12/UA12BT_BLK-1-003.png b/images/ua12/UA12BT_BLK-1-003.png new file mode 100644 index 0000000..6d15076 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-003.png differ diff --git a/images/ua12/UA12BT_BLK-1-003_p1.png b/images/ua12/UA12BT_BLK-1-003_p1.png new file mode 100644 index 0000000..0e0f64d Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-003_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-004.png b/images/ua12/UA12BT_BLK-1-004.png new file mode 100644 index 0000000..723adc0 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-004.png differ diff --git a/images/ua12/UA12BT_BLK-1-004_p1.png b/images/ua12/UA12BT_BLK-1-004_p1.png new file mode 100644 index 0000000..db6a9e4 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-004_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-005.png b/images/ua12/UA12BT_BLK-1-005.png new file mode 100644 index 0000000..dd5ae72 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-005.png differ diff --git a/images/ua12/UA12BT_BLK-1-006.png b/images/ua12/UA12BT_BLK-1-006.png new file mode 100644 index 0000000..0eccdde Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-006.png differ diff --git a/images/ua12/UA12BT_BLK-1-007.png b/images/ua12/UA12BT_BLK-1-007.png new file mode 100644 index 0000000..724ae43 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-007.png differ diff --git a/images/ua12/UA12BT_BLK-1-008.png b/images/ua12/UA12BT_BLK-1-008.png new file mode 100644 index 0000000..0130bc9 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-008.png differ diff --git a/images/ua12/UA12BT_BLK-1-009.png b/images/ua12/UA12BT_BLK-1-009.png new file mode 100644 index 0000000..8960888 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-009.png differ diff --git a/images/ua12/UA12BT_BLK-1-009_p1.png b/images/ua12/UA12BT_BLK-1-009_p1.png new file mode 100644 index 0000000..9cd245e Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-009_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-010.png b/images/ua12/UA12BT_BLK-1-010.png new file mode 100644 index 0000000..256335d Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-010.png differ diff --git a/images/ua12/UA12BT_BLK-1-011.png b/images/ua12/UA12BT_BLK-1-011.png new file mode 100644 index 0000000..2ec842e Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-011.png differ diff --git a/images/ua12/UA12BT_BLK-1-012.png b/images/ua12/UA12BT_BLK-1-012.png new file mode 100644 index 0000000..4103773 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-012.png differ diff --git a/images/ua12/UA12BT_BLK-1-013.png b/images/ua12/UA12BT_BLK-1-013.png new file mode 100644 index 0000000..5d2eb4f Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-013.png differ diff --git a/images/ua12/UA12BT_BLK-1-014.png b/images/ua12/UA12BT_BLK-1-014.png new file mode 100644 index 0000000..d8527dc Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-014.png differ diff --git a/images/ua12/UA12BT_BLK-1-014_p1.png b/images/ua12/UA12BT_BLK-1-014_p1.png new file mode 100644 index 0000000..13f465d Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-014_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-015.png b/images/ua12/UA12BT_BLK-1-015.png new file mode 100644 index 0000000..82c8072 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-015.png differ diff --git a/images/ua12/UA12BT_BLK-1-015_p1.png b/images/ua12/UA12BT_BLK-1-015_p1.png new file mode 100644 index 0000000..1e33d80 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-015_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-016.png b/images/ua12/UA12BT_BLK-1-016.png new file mode 100644 index 0000000..85c59a6 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-016.png differ diff --git a/images/ua12/UA12BT_BLK-1-017.png b/images/ua12/UA12BT_BLK-1-017.png new file mode 100644 index 0000000..fdd5291 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-017.png differ diff --git a/images/ua12/UA12BT_BLK-1-018.png b/images/ua12/UA12BT_BLK-1-018.png new file mode 100644 index 0000000..a7e372a Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-018.png differ diff --git a/images/ua12/UA12BT_BLK-1-018_p1.png b/images/ua12/UA12BT_BLK-1-018_p1.png new file mode 100644 index 0000000..b6ab8ad Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-018_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-019.png b/images/ua12/UA12BT_BLK-1-019.png new file mode 100644 index 0000000..8736a42 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-019.png differ diff --git a/images/ua12/UA12BT_BLK-1-020.png b/images/ua12/UA12BT_BLK-1-020.png new file mode 100644 index 0000000..c32629d Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-020.png differ diff --git a/images/ua12/UA12BT_BLK-1-021.png b/images/ua12/UA12BT_BLK-1-021.png new file mode 100644 index 0000000..f981311 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-021.png differ diff --git a/images/ua12/UA12BT_BLK-1-022.png b/images/ua12/UA12BT_BLK-1-022.png new file mode 100644 index 0000000..78de8e6 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-022.png differ diff --git a/images/ua12/UA12BT_BLK-1-022_p1.png b/images/ua12/UA12BT_BLK-1-022_p1.png new file mode 100644 index 0000000..14ceef1 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-022_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-023.png b/images/ua12/UA12BT_BLK-1-023.png new file mode 100644 index 0000000..6b3c0a8 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-023.png differ diff --git a/images/ua12/UA12BT_BLK-1-024.png b/images/ua12/UA12BT_BLK-1-024.png new file mode 100644 index 0000000..68db946 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-024.png differ diff --git a/images/ua12/UA12BT_BLK-1-025.png b/images/ua12/UA12BT_BLK-1-025.png new file mode 100644 index 0000000..412db87 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-025.png differ diff --git a/images/ua12/UA12BT_BLK-1-025_p1.png b/images/ua12/UA12BT_BLK-1-025_p1.png new file mode 100644 index 0000000..5c22faa Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-025_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-026.png b/images/ua12/UA12BT_BLK-1-026.png new file mode 100644 index 0000000..8eea80b Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-026.png differ diff --git a/images/ua12/UA12BT_BLK-1-026_p1.png b/images/ua12/UA12BT_BLK-1-026_p1.png new file mode 100644 index 0000000..6ed31bd Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-026_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-027.png b/images/ua12/UA12BT_BLK-1-027.png new file mode 100644 index 0000000..b378392 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-027.png differ diff --git a/images/ua12/UA12BT_BLK-1-028.png b/images/ua12/UA12BT_BLK-1-028.png new file mode 100644 index 0000000..38b0e98 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-028.png differ diff --git a/images/ua12/UA12BT_BLK-1-029.png b/images/ua12/UA12BT_BLK-1-029.png new file mode 100644 index 0000000..be7dae6 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-029.png differ diff --git a/images/ua12/UA12BT_BLK-1-030.png b/images/ua12/UA12BT_BLK-1-030.png new file mode 100644 index 0000000..ae77a25 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-030.png differ diff --git a/images/ua12/UA12BT_BLK-1-031.png b/images/ua12/UA12BT_BLK-1-031.png new file mode 100644 index 0000000..1918fe8 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-031.png differ diff --git a/images/ua12/UA12BT_BLK-1-031_p1.png b/images/ua12/UA12BT_BLK-1-031_p1.png new file mode 100644 index 0000000..c9a4f15 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-031_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-032.png b/images/ua12/UA12BT_BLK-1-032.png new file mode 100644 index 0000000..ad0933f Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-032.png differ diff --git a/images/ua12/UA12BT_BLK-1-033.png b/images/ua12/UA12BT_BLK-1-033.png new file mode 100644 index 0000000..0d2b03a Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-033.png differ diff --git a/images/ua12/UA12BT_BLK-1-034.png b/images/ua12/UA12BT_BLK-1-034.png new file mode 100644 index 0000000..c1da2bc Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-034.png differ diff --git a/images/ua12/UA12BT_BLK-1-035.png b/images/ua12/UA12BT_BLK-1-035.png new file mode 100644 index 0000000..8c5f20d Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-035.png differ diff --git a/images/ua12/UA12BT_BLK-1-036.png b/images/ua12/UA12BT_BLK-1-036.png new file mode 100644 index 0000000..1cc96e1 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-036.png differ diff --git a/images/ua12/UA12BT_BLK-1-037.png b/images/ua12/UA12BT_BLK-1-037.png new file mode 100644 index 0000000..1d429e7 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-037.png differ diff --git a/images/ua12/UA12BT_BLK-1-038.png b/images/ua12/UA12BT_BLK-1-038.png new file mode 100644 index 0000000..b863519 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-038.png differ diff --git a/images/ua12/UA12BT_BLK-1-039.png b/images/ua12/UA12BT_BLK-1-039.png new file mode 100644 index 0000000..136bd42 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-039.png differ diff --git a/images/ua12/UA12BT_BLK-1-039_p1.png b/images/ua12/UA12BT_BLK-1-039_p1.png new file mode 100644 index 0000000..97bf4d9 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-039_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-040.png b/images/ua12/UA12BT_BLK-1-040.png new file mode 100644 index 0000000..69d0d08 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-040.png differ diff --git a/images/ua12/UA12BT_BLK-1-041.png b/images/ua12/UA12BT_BLK-1-041.png new file mode 100644 index 0000000..ed7bcfd Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-041.png differ diff --git a/images/ua12/UA12BT_BLK-1-042.png b/images/ua12/UA12BT_BLK-1-042.png new file mode 100644 index 0000000..c40202e Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-042.png differ diff --git a/images/ua12/UA12BT_BLK-1-043.png b/images/ua12/UA12BT_BLK-1-043.png new file mode 100644 index 0000000..c82e3c1 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-043.png differ diff --git a/images/ua12/UA12BT_BLK-1-044.png b/images/ua12/UA12BT_BLK-1-044.png new file mode 100644 index 0000000..7c613ad Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-044.png differ diff --git a/images/ua12/UA12BT_BLK-1-045.png b/images/ua12/UA12BT_BLK-1-045.png new file mode 100644 index 0000000..2841604 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-045.png differ diff --git a/images/ua12/UA12BT_BLK-1-045_p1.png b/images/ua12/UA12BT_BLK-1-045_p1.png new file mode 100644 index 0000000..9e47fbd Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-045_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-046.png b/images/ua12/UA12BT_BLK-1-046.png new file mode 100644 index 0000000..7be55e5 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-046.png differ diff --git a/images/ua12/UA12BT_BLK-1-046_p1.png b/images/ua12/UA12BT_BLK-1-046_p1.png new file mode 100644 index 0000000..70ad03c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-046_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-046_p2.png b/images/ua12/UA12BT_BLK-1-046_p2.png new file mode 100644 index 0000000..3a8caa9 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-046_p2.png differ diff --git a/images/ua12/UA12BT_BLK-1-047.png b/images/ua12/UA12BT_BLK-1-047.png new file mode 100644 index 0000000..b8c8466 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-047.png differ diff --git a/images/ua12/UA12BT_BLK-1-048.png b/images/ua12/UA12BT_BLK-1-048.png new file mode 100644 index 0000000..a1efa2b Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-048.png differ diff --git a/images/ua12/UA12BT_BLK-1-049.png b/images/ua12/UA12BT_BLK-1-049.png new file mode 100644 index 0000000..980c973 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-049.png differ diff --git a/images/ua12/UA12BT_BLK-1-050.png b/images/ua12/UA12BT_BLK-1-050.png new file mode 100644 index 0000000..d185fc5 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-050.png differ diff --git a/images/ua12/UA12BT_BLK-1-051.png b/images/ua12/UA12BT_BLK-1-051.png new file mode 100644 index 0000000..48525b5 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-051.png differ diff --git a/images/ua12/UA12BT_BLK-1-051_p1.png b/images/ua12/UA12BT_BLK-1-051_p1.png new file mode 100644 index 0000000..f465ebb Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-051_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-052.png b/images/ua12/UA12BT_BLK-1-052.png new file mode 100644 index 0000000..0ebd632 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-052.png differ diff --git a/images/ua12/UA12BT_BLK-1-053.png b/images/ua12/UA12BT_BLK-1-053.png new file mode 100644 index 0000000..9ded9ab Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-053.png differ diff --git a/images/ua12/UA12BT_BLK-1-054.png b/images/ua12/UA12BT_BLK-1-054.png new file mode 100644 index 0000000..474bc3d Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-054.png differ diff --git a/images/ua12/UA12BT_BLK-1-054_p1.png b/images/ua12/UA12BT_BLK-1-054_p1.png new file mode 100644 index 0000000..3fac6dc Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-054_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-055.png b/images/ua12/UA12BT_BLK-1-055.png new file mode 100644 index 0000000..22c9691 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-055.png differ diff --git a/images/ua12/UA12BT_BLK-1-055_p1.png b/images/ua12/UA12BT_BLK-1-055_p1.png new file mode 100644 index 0000000..2bb130c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-055_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-056.png b/images/ua12/UA12BT_BLK-1-056.png new file mode 100644 index 0000000..f31bb6c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-056.png differ diff --git a/images/ua12/UA12BT_BLK-1-057.png b/images/ua12/UA12BT_BLK-1-057.png new file mode 100644 index 0000000..fd809ac Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-057.png differ diff --git a/images/ua12/UA12BT_BLK-1-058.png b/images/ua12/UA12BT_BLK-1-058.png new file mode 100644 index 0000000..26889df Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-058.png differ diff --git a/images/ua12/UA12BT_BLK-1-059.png b/images/ua12/UA12BT_BLK-1-059.png new file mode 100644 index 0000000..ac78b38 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-059.png differ diff --git a/images/ua12/UA12BT_BLK-1-059_p1.png b/images/ua12/UA12BT_BLK-1-059_p1.png new file mode 100644 index 0000000..6631204 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-059_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-060.png b/images/ua12/UA12BT_BLK-1-060.png new file mode 100644 index 0000000..d7bd15b Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-060.png differ diff --git a/images/ua12/UA12BT_BLK-1-061.png b/images/ua12/UA12BT_BLK-1-061.png new file mode 100644 index 0000000..b004de4 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-061.png differ diff --git a/images/ua12/UA12BT_BLK-1-062.png b/images/ua12/UA12BT_BLK-1-062.png new file mode 100644 index 0000000..3217311 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-062.png differ diff --git a/images/ua12/UA12BT_BLK-1-063.png b/images/ua12/UA12BT_BLK-1-063.png new file mode 100644 index 0000000..7ba455c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-063.png differ diff --git a/images/ua12/UA12BT_BLK-1-064.png b/images/ua12/UA12BT_BLK-1-064.png new file mode 100644 index 0000000..bc460ef Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-064.png differ diff --git a/images/ua12/UA12BT_BLK-1-065.png b/images/ua12/UA12BT_BLK-1-065.png new file mode 100644 index 0000000..0cf5931 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-065.png differ diff --git a/images/ua12/UA12BT_BLK-1-065_p1.png b/images/ua12/UA12BT_BLK-1-065_p1.png new file mode 100644 index 0000000..b8f735c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-065_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-066.png b/images/ua12/UA12BT_BLK-1-066.png new file mode 100644 index 0000000..5f72ec2 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-066.png differ diff --git a/images/ua12/UA12BT_BLK-1-067.png b/images/ua12/UA12BT_BLK-1-067.png new file mode 100644 index 0000000..ad72c20 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-067.png differ diff --git a/images/ua12/UA12BT_BLK-1-068.png b/images/ua12/UA12BT_BLK-1-068.png new file mode 100644 index 0000000..ab2bb52 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-068.png differ diff --git a/images/ua12/UA12BT_BLK-1-069.png b/images/ua12/UA12BT_BLK-1-069.png new file mode 100644 index 0000000..b1e9824 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-069.png differ diff --git a/images/ua12/UA12BT_BLK-1-070.png b/images/ua12/UA12BT_BLK-1-070.png new file mode 100644 index 0000000..ddcdb38 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-070.png differ diff --git a/images/ua12/UA12BT_BLK-1-070_p1.png b/images/ua12/UA12BT_BLK-1-070_p1.png new file mode 100644 index 0000000..67fd0cf Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-070_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-071.png b/images/ua12/UA12BT_BLK-1-071.png new file mode 100644 index 0000000..a909064 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-071.png differ diff --git a/images/ua12/UA12BT_BLK-1-071_p1.png b/images/ua12/UA12BT_BLK-1-071_p1.png new file mode 100644 index 0000000..df59e95 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-071_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-072.png b/images/ua12/UA12BT_BLK-1-072.png new file mode 100644 index 0000000..80b6afb Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-072.png differ diff --git a/images/ua12/UA12BT_BLK-1-073.png b/images/ua12/UA12BT_BLK-1-073.png new file mode 100644 index 0000000..71fa2b0 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-073.png differ diff --git a/images/ua12/UA12BT_BLK-1-073_p1.png b/images/ua12/UA12BT_BLK-1-073_p1.png new file mode 100644 index 0000000..cef818f Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-073_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-074.png b/images/ua12/UA12BT_BLK-1-074.png new file mode 100644 index 0000000..f4d8738 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-074.png differ diff --git a/images/ua12/UA12BT_BLK-1-074_p1.png b/images/ua12/UA12BT_BLK-1-074_p1.png new file mode 100644 index 0000000..3601093 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-074_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-075.png b/images/ua12/UA12BT_BLK-1-075.png new file mode 100644 index 0000000..6001396 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-075.png differ diff --git a/images/ua12/UA12BT_BLK-1-075_p1.png b/images/ua12/UA12BT_BLK-1-075_p1.png new file mode 100644 index 0000000..c2a466a Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-075_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-076.png b/images/ua12/UA12BT_BLK-1-076.png new file mode 100644 index 0000000..78feadc Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-076.png differ diff --git a/images/ua12/UA12BT_BLK-1-077.png b/images/ua12/UA12BT_BLK-1-077.png new file mode 100644 index 0000000..158d730 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-077.png differ diff --git a/images/ua12/UA12BT_BLK-1-078.png b/images/ua12/UA12BT_BLK-1-078.png new file mode 100644 index 0000000..415e147 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-078.png differ diff --git a/images/ua12/UA12BT_BLK-1-079.png b/images/ua12/UA12BT_BLK-1-079.png new file mode 100644 index 0000000..b0afceb Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-079.png differ diff --git a/images/ua12/UA12BT_BLK-1-079_p1.png b/images/ua12/UA12BT_BLK-1-079_p1.png new file mode 100644 index 0000000..c79864f Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-079_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-080.png b/images/ua12/UA12BT_BLK-1-080.png new file mode 100644 index 0000000..a9e9f31 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-080.png differ diff --git a/images/ua12/UA12BT_BLK-1-081.png b/images/ua12/UA12BT_BLK-1-081.png new file mode 100644 index 0000000..d2d3126 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-081.png differ diff --git a/images/ua12/UA12BT_BLK-1-082.png b/images/ua12/UA12BT_BLK-1-082.png new file mode 100644 index 0000000..f42f49c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-082.png differ diff --git a/images/ua12/UA12BT_BLK-1-083.png b/images/ua12/UA12BT_BLK-1-083.png new file mode 100644 index 0000000..a6ee89f Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-083.png differ diff --git a/images/ua12/UA12BT_BLK-1-083_p1.png b/images/ua12/UA12BT_BLK-1-083_p1.png new file mode 100644 index 0000000..8615517 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-083_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-084.png b/images/ua12/UA12BT_BLK-1-084.png new file mode 100644 index 0000000..33b9a5e Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-084.png differ diff --git a/images/ua12/UA12BT_BLK-1-085.png b/images/ua12/UA12BT_BLK-1-085.png new file mode 100644 index 0000000..c40edef Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-085.png differ diff --git a/images/ua12/UA12BT_BLK-1-086.png b/images/ua12/UA12BT_BLK-1-086.png new file mode 100644 index 0000000..52ed516 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-086.png differ diff --git a/images/ua12/UA12BT_BLK-1-087.png b/images/ua12/UA12BT_BLK-1-087.png new file mode 100644 index 0000000..aec8cb5 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-087.png differ diff --git a/images/ua12/UA12BT_BLK-1-088.png b/images/ua12/UA12BT_BLK-1-088.png new file mode 100644 index 0000000..e1195c5 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-088.png differ diff --git a/images/ua12/UA12BT_BLK-1-089.png b/images/ua12/UA12BT_BLK-1-089.png new file mode 100644 index 0000000..a476d26 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-089.png differ diff --git a/images/ua12/UA12BT_BLK-1-090.png b/images/ua12/UA12BT_BLK-1-090.png new file mode 100644 index 0000000..3a4e186 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-090.png differ diff --git a/images/ua12/UA12BT_BLK-1-090_p1.png b/images/ua12/UA12BT_BLK-1-090_p1.png new file mode 100644 index 0000000..3fa076c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-090_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-091.png b/images/ua12/UA12BT_BLK-1-091.png new file mode 100644 index 0000000..8441886 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-091.png differ diff --git a/images/ua12/UA12BT_BLK-1-092.png b/images/ua12/UA12BT_BLK-1-092.png new file mode 100644 index 0000000..58a8645 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-092.png differ diff --git a/images/ua12/UA12BT_BLK-1-093.png b/images/ua12/UA12BT_BLK-1-093.png new file mode 100644 index 0000000..368b9b9 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-093.png differ diff --git a/images/ua12/UA12BT_BLK-1-094.png b/images/ua12/UA12BT_BLK-1-094.png new file mode 100644 index 0000000..f785d45 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-094.png differ diff --git a/images/ua12/UA12BT_BLK-1-095.png b/images/ua12/UA12BT_BLK-1-095.png new file mode 100644 index 0000000..e1777f5 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-095.png differ diff --git a/images/ua12/UA12BT_BLK-1-096.png b/images/ua12/UA12BT_BLK-1-096.png new file mode 100644 index 0000000..57cd32d Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-096.png differ diff --git a/images/ua12/UA12BT_BLK-1-097.png b/images/ua12/UA12BT_BLK-1-097.png new file mode 100644 index 0000000..c2d08eb Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-097.png differ diff --git a/images/ua12/UA12BT_BLK-1-098.png b/images/ua12/UA12BT_BLK-1-098.png new file mode 100644 index 0000000..d88adb5 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-098.png differ diff --git a/images/ua12/UA12BT_BLK-1-099.png b/images/ua12/UA12BT_BLK-1-099.png new file mode 100644 index 0000000..024352e Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-099.png differ diff --git a/images/ua12/UA12BT_BLK-1-100.png b/images/ua12/UA12BT_BLK-1-100.png new file mode 100644 index 0000000..3c35bb0 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-100.png differ diff --git a/images/ua12/UA12BT_BLK-1-100_p1.png b/images/ua12/UA12BT_BLK-1-100_p1.png new file mode 100644 index 0000000..38e1c86 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-100_p1.png differ diff --git a/images/ua12/UA12BT_BLK-1-AP01.png b/images/ua12/UA12BT_BLK-1-AP01.png new file mode 100644 index 0000000..3a7428a Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-AP01.png differ diff --git a/images/ua12/UA12BT_BLK-1-AP02.png b/images/ua12/UA12BT_BLK-1-AP02.png new file mode 100644 index 0000000..c9f1f3c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-AP02.png differ diff --git a/images/ua12/UA12BT_BLK-1-AP03.png b/images/ua12/UA12BT_BLK-1-AP03.png new file mode 100644 index 0000000..323e94e Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-AP03.png differ diff --git a/images/ua12/UA12BT_BLK-1-AP04.png b/images/ua12/UA12BT_BLK-1-AP04.png new file mode 100644 index 0000000..ca45f8c Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-AP04.png differ diff --git a/images/ua12/UA12BT_BLK-1-AP05.png b/images/ua12/UA12BT_BLK-1-AP05.png new file mode 100644 index 0000000..fbe8e3e Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-AP05.png differ diff --git a/images/ua12/UA12BT_BLK-1-AP06.png b/images/ua12/UA12BT_BLK-1-AP06.png new file mode 100644 index 0000000..3d057a8 Binary files /dev/null and b/images/ua12/UA12BT_BLK-1-AP06.png differ diff --git a/images/ua12/UA12ST_BLK-1-035.png b/images/ua12/UA12ST_BLK-1-035.png new file mode 100644 index 0000000..618dc3e Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-035.png differ diff --git a/images/ua12/UA12ST_BLK-1-036.png b/images/ua12/UA12ST_BLK-1-036.png new file mode 100644 index 0000000..30cdc03 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-036.png differ diff --git a/images/ua12/UA12ST_BLK-1-043.png b/images/ua12/UA12ST_BLK-1-043.png new file mode 100644 index 0000000..a5df1e2 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-043.png differ diff --git a/images/ua12/UA12ST_BLK-1-047.png b/images/ua12/UA12ST_BLK-1-047.png new file mode 100644 index 0000000..d526483 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-047.png differ diff --git a/images/ua12/UA12ST_BLK-1-048.png b/images/ua12/UA12ST_BLK-1-048.png new file mode 100644 index 0000000..152cb16 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-048.png differ diff --git a/images/ua12/UA12ST_BLK-1-052.png b/images/ua12/UA12ST_BLK-1-052.png new file mode 100644 index 0000000..f03c917 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-052.png differ diff --git a/images/ua12/UA12ST_BLK-1-056.png b/images/ua12/UA12ST_BLK-1-056.png new file mode 100644 index 0000000..e8fc6e3 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-056.png differ diff --git a/images/ua12/UA12ST_BLK-1-064.png b/images/ua12/UA12ST_BLK-1-064.png new file mode 100644 index 0000000..3971d83 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-064.png differ diff --git a/images/ua12/UA12ST_BLK-1-065.png b/images/ua12/UA12ST_BLK-1-065.png new file mode 100644 index 0000000..05f4230 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-065.png differ diff --git a/images/ua12/UA12ST_BLK-1-101.png b/images/ua12/UA12ST_BLK-1-101.png new file mode 100644 index 0000000..1fdf7a4 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-101.png differ diff --git a/images/ua12/UA12ST_BLK-1-102.png b/images/ua12/UA12ST_BLK-1-102.png new file mode 100644 index 0000000..1975e2f Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-102.png differ diff --git a/images/ua12/UA12ST_BLK-1-103.png b/images/ua12/UA12ST_BLK-1-103.png new file mode 100644 index 0000000..1affdf0 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-103.png differ diff --git a/images/ua12/UA12ST_BLK-1-104.png b/images/ua12/UA12ST_BLK-1-104.png new file mode 100644 index 0000000..eca8343 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-104.png differ diff --git a/images/ua12/UA12ST_BLK-1-105.png b/images/ua12/UA12ST_BLK-1-105.png new file mode 100644 index 0000000..388b5dd Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-105.png differ diff --git a/images/ua12/UA12ST_BLK-1-106.png b/images/ua12/UA12ST_BLK-1-106.png new file mode 100644 index 0000000..66875d3 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-106.png differ diff --git a/images/ua12/UA12ST_BLK-1-107.png b/images/ua12/UA12ST_BLK-1-107.png new file mode 100644 index 0000000..ffa8c22 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-107.png differ diff --git a/images/ua12/UA12ST_BLK-1-108.png b/images/ua12/UA12ST_BLK-1-108.png new file mode 100644 index 0000000..1c0f463 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-108.png differ diff --git a/images/ua12/UA12ST_BLK-1-109.png b/images/ua12/UA12ST_BLK-1-109.png new file mode 100644 index 0000000..e1417ce Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-109.png differ diff --git a/images/ua12/UA12ST_BLK-1-AP01.png b/images/ua12/UA12ST_BLK-1-AP01.png new file mode 100644 index 0000000..2697d66 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-AP01.png differ diff --git a/images/ua12/UA12ST_BLK-1-AP02.png b/images/ua12/UA12ST_BLK-1-AP02.png new file mode 100644 index 0000000..a0d67e2 Binary files /dev/null and b/images/ua12/UA12ST_BLK-1-AP02.png differ diff --git a/images/ua12/UAPB_BLK-AP01.png b/images/ua12/UAPB_BLK-AP01.png new file mode 100644 index 0000000..aa3eb6d Binary files /dev/null and b/images/ua12/UAPB_BLK-AP01.png differ diff --git a/images/ua12/UAPR_BLK-1-005.png b/images/ua12/UAPR_BLK-1-005.png new file mode 100644 index 0000000..f14f6ba Binary files /dev/null and b/images/ua12/UAPR_BLK-1-005.png differ diff --git a/images/ua12/UAPR_BLK-1-021.png b/images/ua12/UAPR_BLK-1-021.png new file mode 100644 index 0000000..dcd554a Binary files /dev/null and b/images/ua12/UAPR_BLK-1-021.png differ diff --git a/images/ua12/UAPR_BLK-1-046.png b/images/ua12/UAPR_BLK-1-046.png new file mode 100644 index 0000000..18313e0 Binary files /dev/null and b/images/ua12/UAPR_BLK-1-046.png differ diff --git a/images/ua12/UAPR_BLK-1-046_p1.png b/images/ua12/UAPR_BLK-1-046_p1.png new file mode 100644 index 0000000..5b132ad Binary files /dev/null and b/images/ua12/UAPR_BLK-1-046_p1.png differ diff --git a/images/ua12/UAPR_BLK-1-075.png b/images/ua12/UAPR_BLK-1-075.png new file mode 100644 index 0000000..51ef940 Binary files /dev/null and b/images/ua12/UAPR_BLK-1-075.png differ diff --git a/images/ua12/UAPR_BLK-1-075_p1.png b/images/ua12/UAPR_BLK-1-075_p1.png new file mode 100644 index 0000000..76813ef Binary files /dev/null and b/images/ua12/UAPR_BLK-1-075_p1.png differ diff --git a/images/ua12/UAPR_BLK-AP01.png b/images/ua12/UAPR_BLK-AP01.png new file mode 100644 index 0000000..87a3226 Binary files /dev/null and b/images/ua12/UAPR_BLK-AP01.png differ diff --git a/images/ua12/UAPR_BLK-AP02.png b/images/ua12/UAPR_BLK-AP02.png new file mode 100644 index 0000000..4d0bebb Binary files /dev/null and b/images/ua12/UAPR_BLK-AP02.png differ diff --git a/images/ua13/UA13BT_TKN-1-001.png b/images/ua13/UA13BT_TKN-1-001.png new file mode 100644 index 0000000..9dfae00 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-001.png differ diff --git a/images/ua13/UA13BT_TKN-1-001_p1.png b/images/ua13/UA13BT_TKN-1-001_p1.png new file mode 100644 index 0000000..4c180f4 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-001_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-002.png b/images/ua13/UA13BT_TKN-1-002.png new file mode 100644 index 0000000..8154cbb Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-002.png differ diff --git a/images/ua13/UA13BT_TKN-1-003.png b/images/ua13/UA13BT_TKN-1-003.png new file mode 100644 index 0000000..987e8f6 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-003.png differ diff --git a/images/ua13/UA13BT_TKN-1-004.png b/images/ua13/UA13BT_TKN-1-004.png new file mode 100644 index 0000000..b45f5a8 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-004.png differ diff --git a/images/ua13/UA13BT_TKN-1-005.png b/images/ua13/UA13BT_TKN-1-005.png new file mode 100644 index 0000000..bb98d6d Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-005.png differ diff --git a/images/ua13/UA13BT_TKN-1-006.png b/images/ua13/UA13BT_TKN-1-006.png new file mode 100644 index 0000000..7900cac Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-006.png differ diff --git a/images/ua13/UA13BT_TKN-1-006_p1.png b/images/ua13/UA13BT_TKN-1-006_p1.png new file mode 100644 index 0000000..bc46cfc Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-006_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-007.png b/images/ua13/UA13BT_TKN-1-007.png new file mode 100644 index 0000000..89fe001 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-007.png differ diff --git a/images/ua13/UA13BT_TKN-1-008.png b/images/ua13/UA13BT_TKN-1-008.png new file mode 100644 index 0000000..159cdf8 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-008.png differ diff --git a/images/ua13/UA13BT_TKN-1-009.png b/images/ua13/UA13BT_TKN-1-009.png new file mode 100644 index 0000000..f67ab4c Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-009.png differ diff --git a/images/ua13/UA13BT_TKN-1-010.png b/images/ua13/UA13BT_TKN-1-010.png new file mode 100644 index 0000000..ba972c8 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-010.png differ diff --git a/images/ua13/UA13BT_TKN-1-010_p1.png b/images/ua13/UA13BT_TKN-1-010_p1.png new file mode 100644 index 0000000..28702ba Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-010_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-011.png b/images/ua13/UA13BT_TKN-1-011.png new file mode 100644 index 0000000..ed250d6 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-011.png differ diff --git a/images/ua13/UA13BT_TKN-1-012.png b/images/ua13/UA13BT_TKN-1-012.png new file mode 100644 index 0000000..9b664b6 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-012.png differ diff --git a/images/ua13/UA13BT_TKN-1-013.png b/images/ua13/UA13BT_TKN-1-013.png new file mode 100644 index 0000000..169de6c Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-013.png differ diff --git a/images/ua13/UA13BT_TKN-1-014.png b/images/ua13/UA13BT_TKN-1-014.png new file mode 100644 index 0000000..0761067 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-014.png differ diff --git a/images/ua13/UA13BT_TKN-1-015.png b/images/ua13/UA13BT_TKN-1-015.png new file mode 100644 index 0000000..e8b6fc7 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-015.png differ diff --git a/images/ua13/UA13BT_TKN-1-016.png b/images/ua13/UA13BT_TKN-1-016.png new file mode 100644 index 0000000..18fd3d9 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-016.png differ diff --git a/images/ua13/UA13BT_TKN-1-017.png b/images/ua13/UA13BT_TKN-1-017.png new file mode 100644 index 0000000..911cee3 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-017.png differ diff --git a/images/ua13/UA13BT_TKN-1-018.png b/images/ua13/UA13BT_TKN-1-018.png new file mode 100644 index 0000000..387121d Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-018.png differ diff --git a/images/ua13/UA13BT_TKN-1-019.png b/images/ua13/UA13BT_TKN-1-019.png new file mode 100644 index 0000000..ee078c7 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-019.png differ diff --git a/images/ua13/UA13BT_TKN-1-019_p1.png b/images/ua13/UA13BT_TKN-1-019_p1.png new file mode 100644 index 0000000..bae1c67 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-019_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-020.png b/images/ua13/UA13BT_TKN-1-020.png new file mode 100644 index 0000000..3748a9f Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-020.png differ diff --git a/images/ua13/UA13BT_TKN-1-021.png b/images/ua13/UA13BT_TKN-1-021.png new file mode 100644 index 0000000..cb80e1d Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-021.png differ diff --git a/images/ua13/UA13BT_TKN-1-022.png b/images/ua13/UA13BT_TKN-1-022.png new file mode 100644 index 0000000..f318b60 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-022.png differ diff --git a/images/ua13/UA13BT_TKN-1-022_p1.png b/images/ua13/UA13BT_TKN-1-022_p1.png new file mode 100644 index 0000000..9936eb9 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-022_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-023.png b/images/ua13/UA13BT_TKN-1-023.png new file mode 100644 index 0000000..57ed107 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-023.png differ diff --git a/images/ua13/UA13BT_TKN-1-023_p1.png b/images/ua13/UA13BT_TKN-1-023_p1.png new file mode 100644 index 0000000..fb10451 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-023_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-024.png b/images/ua13/UA13BT_TKN-1-024.png new file mode 100644 index 0000000..a3da16e Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-024.png differ diff --git a/images/ua13/UA13BT_TKN-1-024_p1.png b/images/ua13/UA13BT_TKN-1-024_p1.png new file mode 100644 index 0000000..0bb4490 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-024_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-025.png b/images/ua13/UA13BT_TKN-1-025.png new file mode 100644 index 0000000..a14e08f Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-025.png differ diff --git a/images/ua13/UA13BT_TKN-1-026.png b/images/ua13/UA13BT_TKN-1-026.png new file mode 100644 index 0000000..ee4a032 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-026.png differ diff --git a/images/ua13/UA13BT_TKN-1-027.png b/images/ua13/UA13BT_TKN-1-027.png new file mode 100644 index 0000000..79b9a2d Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-027.png differ diff --git a/images/ua13/UA13BT_TKN-1-027_p1.png b/images/ua13/UA13BT_TKN-1-027_p1.png new file mode 100644 index 0000000..be9d7a2 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-027_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-028.png b/images/ua13/UA13BT_TKN-1-028.png new file mode 100644 index 0000000..a5a8f35 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-028.png differ diff --git a/images/ua13/UA13BT_TKN-1-029.png b/images/ua13/UA13BT_TKN-1-029.png new file mode 100644 index 0000000..8e5d8b7 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-029.png differ diff --git a/images/ua13/UA13BT_TKN-1-029_p1.png b/images/ua13/UA13BT_TKN-1-029_p1.png new file mode 100644 index 0000000..ae2f266 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-029_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-030.png b/images/ua13/UA13BT_TKN-1-030.png new file mode 100644 index 0000000..5604b9c Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-030.png differ diff --git a/images/ua13/UA13BT_TKN-1-031.png b/images/ua13/UA13BT_TKN-1-031.png new file mode 100644 index 0000000..11bfcdb Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-031.png differ diff --git a/images/ua13/UA13BT_TKN-1-032.png b/images/ua13/UA13BT_TKN-1-032.png new file mode 100644 index 0000000..afb2040 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-032.png differ diff --git a/images/ua13/UA13BT_TKN-1-033.png b/images/ua13/UA13BT_TKN-1-033.png new file mode 100644 index 0000000..05372aa Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-033.png differ diff --git a/images/ua13/UA13BT_TKN-1-034.png b/images/ua13/UA13BT_TKN-1-034.png new file mode 100644 index 0000000..74cd53b Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-034.png differ diff --git a/images/ua13/UA13BT_TKN-1-035.png b/images/ua13/UA13BT_TKN-1-035.png new file mode 100644 index 0000000..11eb516 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-035.png differ diff --git a/images/ua13/UA13BT_TKN-1-035_p1.png b/images/ua13/UA13BT_TKN-1-035_p1.png new file mode 100644 index 0000000..e2c2a27 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-035_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-036.png b/images/ua13/UA13BT_TKN-1-036.png new file mode 100644 index 0000000..8a10732 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-036.png differ diff --git a/images/ua13/UA13BT_TKN-1-037.png b/images/ua13/UA13BT_TKN-1-037.png new file mode 100644 index 0000000..0bbdc65 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-037.png differ diff --git a/images/ua13/UA13BT_TKN-1-038.png b/images/ua13/UA13BT_TKN-1-038.png new file mode 100644 index 0000000..f025be4 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-038.png differ diff --git a/images/ua13/UA13BT_TKN-1-038_p1.png b/images/ua13/UA13BT_TKN-1-038_p1.png new file mode 100644 index 0000000..c07838a Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-038_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-039.png b/images/ua13/UA13BT_TKN-1-039.png new file mode 100644 index 0000000..31ab2c2 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-039.png differ diff --git a/images/ua13/UA13BT_TKN-1-039_p1.png b/images/ua13/UA13BT_TKN-1-039_p1.png new file mode 100644 index 0000000..b605d7a Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-039_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-040.png b/images/ua13/UA13BT_TKN-1-040.png new file mode 100644 index 0000000..2841496 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-040.png differ diff --git a/images/ua13/UA13BT_TKN-1-041.png b/images/ua13/UA13BT_TKN-1-041.png new file mode 100644 index 0000000..330e4d6 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-041.png differ diff --git a/images/ua13/UA13BT_TKN-1-042.png b/images/ua13/UA13BT_TKN-1-042.png new file mode 100644 index 0000000..ec790c0 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-042.png differ diff --git a/images/ua13/UA13BT_TKN-1-043.png b/images/ua13/UA13BT_TKN-1-043.png new file mode 100644 index 0000000..8da382c Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-043.png differ diff --git a/images/ua13/UA13BT_TKN-1-044.png b/images/ua13/UA13BT_TKN-1-044.png new file mode 100644 index 0000000..9067ff2 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-044.png differ diff --git a/images/ua13/UA13BT_TKN-1-045.png b/images/ua13/UA13BT_TKN-1-045.png new file mode 100644 index 0000000..ad5ec47 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-045.png differ diff --git a/images/ua13/UA13BT_TKN-1-045_p1.png b/images/ua13/UA13BT_TKN-1-045_p1.png new file mode 100644 index 0000000..dad71ba Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-045_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-046.png b/images/ua13/UA13BT_TKN-1-046.png new file mode 100644 index 0000000..d0fbeaa Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-046.png differ diff --git a/images/ua13/UA13BT_TKN-1-047.png b/images/ua13/UA13BT_TKN-1-047.png new file mode 100644 index 0000000..6868d41 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-047.png differ diff --git a/images/ua13/UA13BT_TKN-1-048.png b/images/ua13/UA13BT_TKN-1-048.png new file mode 100644 index 0000000..47642b5 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-048.png differ diff --git a/images/ua13/UA13BT_TKN-1-049.png b/images/ua13/UA13BT_TKN-1-049.png new file mode 100644 index 0000000..ad5ee88 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-049.png differ diff --git a/images/ua13/UA13BT_TKN-1-050.png b/images/ua13/UA13BT_TKN-1-050.png new file mode 100644 index 0000000..6c629aa Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-050.png differ diff --git a/images/ua13/UA13BT_TKN-1-051.png b/images/ua13/UA13BT_TKN-1-051.png new file mode 100644 index 0000000..d916e7f Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-051.png differ diff --git a/images/ua13/UA13BT_TKN-1-052.png b/images/ua13/UA13BT_TKN-1-052.png new file mode 100644 index 0000000..6cb3fed Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-052.png differ diff --git a/images/ua13/UA13BT_TKN-1-052_p1.png b/images/ua13/UA13BT_TKN-1-052_p1.png new file mode 100644 index 0000000..ede2fc0 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-052_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-053.png b/images/ua13/UA13BT_TKN-1-053.png new file mode 100644 index 0000000..3643057 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-053.png differ diff --git a/images/ua13/UA13BT_TKN-1-053_p1.png b/images/ua13/UA13BT_TKN-1-053_p1.png new file mode 100644 index 0000000..08ff690 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-053_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-054.png b/images/ua13/UA13BT_TKN-1-054.png new file mode 100644 index 0000000..6ad4162 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-054.png differ diff --git a/images/ua13/UA13BT_TKN-1-055.png b/images/ua13/UA13BT_TKN-1-055.png new file mode 100644 index 0000000..1e35f40 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-055.png differ diff --git a/images/ua13/UA13BT_TKN-1-056.png b/images/ua13/UA13BT_TKN-1-056.png new file mode 100644 index 0000000..ad936b8 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-056.png differ diff --git a/images/ua13/UA13BT_TKN-1-056_p1.png b/images/ua13/UA13BT_TKN-1-056_p1.png new file mode 100644 index 0000000..c6b572a Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-056_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-057.png b/images/ua13/UA13BT_TKN-1-057.png new file mode 100644 index 0000000..30b6112 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-057.png differ diff --git a/images/ua13/UA13BT_TKN-1-058.png b/images/ua13/UA13BT_TKN-1-058.png new file mode 100644 index 0000000..91f8784 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-058.png differ diff --git a/images/ua13/UA13BT_TKN-1-059.png b/images/ua13/UA13BT_TKN-1-059.png new file mode 100644 index 0000000..350f016 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-059.png differ diff --git a/images/ua13/UA13BT_TKN-1-060.png b/images/ua13/UA13BT_TKN-1-060.png new file mode 100644 index 0000000..be14673 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-060.png differ diff --git a/images/ua13/UA13BT_TKN-1-061.png b/images/ua13/UA13BT_TKN-1-061.png new file mode 100644 index 0000000..5c3d84f Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-061.png differ diff --git a/images/ua13/UA13BT_TKN-1-061_p1.png b/images/ua13/UA13BT_TKN-1-061_p1.png new file mode 100644 index 0000000..4af2772 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-061_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-062.png b/images/ua13/UA13BT_TKN-1-062.png new file mode 100644 index 0000000..4964849 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-062.png differ diff --git a/images/ua13/UA13BT_TKN-1-062_p1.png b/images/ua13/UA13BT_TKN-1-062_p1.png new file mode 100644 index 0000000..362c807 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-062_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-063.png b/images/ua13/UA13BT_TKN-1-063.png new file mode 100644 index 0000000..56909e4 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-063.png differ diff --git a/images/ua13/UA13BT_TKN-1-064.png b/images/ua13/UA13BT_TKN-1-064.png new file mode 100644 index 0000000..393a4bb Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-064.png differ diff --git a/images/ua13/UA13BT_TKN-1-065.png b/images/ua13/UA13BT_TKN-1-065.png new file mode 100644 index 0000000..2457b79 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-065.png differ diff --git a/images/ua13/UA13BT_TKN-1-066.png b/images/ua13/UA13BT_TKN-1-066.png new file mode 100644 index 0000000..5afd378 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-066.png differ diff --git a/images/ua13/UA13BT_TKN-1-067.png b/images/ua13/UA13BT_TKN-1-067.png new file mode 100644 index 0000000..8616607 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-067.png differ diff --git a/images/ua13/UA13BT_TKN-1-068.png b/images/ua13/UA13BT_TKN-1-068.png new file mode 100644 index 0000000..37e0280 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-068.png differ diff --git a/images/ua13/UA13BT_TKN-1-069.png b/images/ua13/UA13BT_TKN-1-069.png new file mode 100644 index 0000000..2c32128 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-069.png differ diff --git a/images/ua13/UA13BT_TKN-1-070.png b/images/ua13/UA13BT_TKN-1-070.png new file mode 100644 index 0000000..38be18e Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-070.png differ diff --git a/images/ua13/UA13BT_TKN-1-071.png b/images/ua13/UA13BT_TKN-1-071.png new file mode 100644 index 0000000..d55b3f8 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-071.png differ diff --git a/images/ua13/UA13BT_TKN-1-072.png b/images/ua13/UA13BT_TKN-1-072.png new file mode 100644 index 0000000..b5c6e7b Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-072.png differ diff --git a/images/ua13/UA13BT_TKN-1-072_p1.png b/images/ua13/UA13BT_TKN-1-072_p1.png new file mode 100644 index 0000000..2038650 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-072_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-073.png b/images/ua13/UA13BT_TKN-1-073.png new file mode 100644 index 0000000..c87a419 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-073.png differ diff --git a/images/ua13/UA13BT_TKN-1-073_p1.png b/images/ua13/UA13BT_TKN-1-073_p1.png new file mode 100644 index 0000000..51ecb47 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-073_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-074.png b/images/ua13/UA13BT_TKN-1-074.png new file mode 100644 index 0000000..5f74380 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-074.png differ diff --git a/images/ua13/UA13BT_TKN-1-075.png b/images/ua13/UA13BT_TKN-1-075.png new file mode 100644 index 0000000..2abd9b8 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-075.png differ diff --git a/images/ua13/UA13BT_TKN-1-076.png b/images/ua13/UA13BT_TKN-1-076.png new file mode 100644 index 0000000..71351b1 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-076.png differ diff --git a/images/ua13/UA13BT_TKN-1-077.png b/images/ua13/UA13BT_TKN-1-077.png new file mode 100644 index 0000000..4e01770 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-077.png differ diff --git a/images/ua13/UA13BT_TKN-1-078.png b/images/ua13/UA13BT_TKN-1-078.png new file mode 100644 index 0000000..4f0173e Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-078.png differ diff --git a/images/ua13/UA13BT_TKN-1-079.png b/images/ua13/UA13BT_TKN-1-079.png new file mode 100644 index 0000000..9ba325d Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-079.png differ diff --git a/images/ua13/UA13BT_TKN-1-080.png b/images/ua13/UA13BT_TKN-1-080.png new file mode 100644 index 0000000..85bb931 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-080.png differ diff --git a/images/ua13/UA13BT_TKN-1-080_p1.png b/images/ua13/UA13BT_TKN-1-080_p1.png new file mode 100644 index 0000000..8d1c588 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-080_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-081.png b/images/ua13/UA13BT_TKN-1-081.png new file mode 100644 index 0000000..ef43f64 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-081.png differ diff --git a/images/ua13/UA13BT_TKN-1-081_p1.png b/images/ua13/UA13BT_TKN-1-081_p1.png new file mode 100644 index 0000000..5ad8934 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-081_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-082.png b/images/ua13/UA13BT_TKN-1-082.png new file mode 100644 index 0000000..66f5ef5 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-082.png differ diff --git a/images/ua13/UA13BT_TKN-1-083.png b/images/ua13/UA13BT_TKN-1-083.png new file mode 100644 index 0000000..d430c1d Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-083.png differ diff --git a/images/ua13/UA13BT_TKN-1-083_p1.png b/images/ua13/UA13BT_TKN-1-083_p1.png new file mode 100644 index 0000000..8047c12 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-083_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-084.png b/images/ua13/UA13BT_TKN-1-084.png new file mode 100644 index 0000000..0c2c120 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-084.png differ diff --git a/images/ua13/UA13BT_TKN-1-084_p1.png b/images/ua13/UA13BT_TKN-1-084_p1.png new file mode 100644 index 0000000..e8f25c4 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-084_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-085.png b/images/ua13/UA13BT_TKN-1-085.png new file mode 100644 index 0000000..da43b0f Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-085.png differ diff --git a/images/ua13/UA13BT_TKN-1-086.png b/images/ua13/UA13BT_TKN-1-086.png new file mode 100644 index 0000000..91b891d Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-086.png differ diff --git a/images/ua13/UA13BT_TKN-1-087.png b/images/ua13/UA13BT_TKN-1-087.png new file mode 100644 index 0000000..b57bf78 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-087.png differ diff --git a/images/ua13/UA13BT_TKN-1-088.png b/images/ua13/UA13BT_TKN-1-088.png new file mode 100644 index 0000000..da095b5 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-088.png differ diff --git a/images/ua13/UA13BT_TKN-1-089.png b/images/ua13/UA13BT_TKN-1-089.png new file mode 100644 index 0000000..528aae5 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-089.png differ diff --git a/images/ua13/UA13BT_TKN-1-090.png b/images/ua13/UA13BT_TKN-1-090.png new file mode 100644 index 0000000..db31a07 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-090.png differ diff --git a/images/ua13/UA13BT_TKN-1-091.png b/images/ua13/UA13BT_TKN-1-091.png new file mode 100644 index 0000000..a9a0636 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-091.png differ diff --git a/images/ua13/UA13BT_TKN-1-091_p1.png b/images/ua13/UA13BT_TKN-1-091_p1.png new file mode 100644 index 0000000..0f20e5b Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-091_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-091_p2.png b/images/ua13/UA13BT_TKN-1-091_p2.png new file mode 100644 index 0000000..f36ef77 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-091_p2.png differ diff --git a/images/ua13/UA13BT_TKN-1-092.png b/images/ua13/UA13BT_TKN-1-092.png new file mode 100644 index 0000000..8ca5029 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-092.png differ diff --git a/images/ua13/UA13BT_TKN-1-092_p1.png b/images/ua13/UA13BT_TKN-1-092_p1.png new file mode 100644 index 0000000..4922981 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-092_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-093.png b/images/ua13/UA13BT_TKN-1-093.png new file mode 100644 index 0000000..bfd9988 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-093.png differ diff --git a/images/ua13/UA13BT_TKN-1-094.png b/images/ua13/UA13BT_TKN-1-094.png new file mode 100644 index 0000000..c67790c Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-094.png differ diff --git a/images/ua13/UA13BT_TKN-1-095.png b/images/ua13/UA13BT_TKN-1-095.png new file mode 100644 index 0000000..74c1e76 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-095.png differ diff --git a/images/ua13/UA13BT_TKN-1-095_p1.png b/images/ua13/UA13BT_TKN-1-095_p1.png new file mode 100644 index 0000000..7637e66 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-095_p1.png differ diff --git a/images/ua13/UA13BT_TKN-1-096.png b/images/ua13/UA13BT_TKN-1-096.png new file mode 100644 index 0000000..c46fdea Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-096.png differ diff --git a/images/ua13/UA13BT_TKN-1-097.png b/images/ua13/UA13BT_TKN-1-097.png new file mode 100644 index 0000000..c5eba17 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-097.png differ diff --git a/images/ua13/UA13BT_TKN-1-098.png b/images/ua13/UA13BT_TKN-1-098.png new file mode 100644 index 0000000..17bd29d Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-098.png differ diff --git a/images/ua13/UA13BT_TKN-1-099.png b/images/ua13/UA13BT_TKN-1-099.png new file mode 100644 index 0000000..5639355 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-099.png differ diff --git a/images/ua13/UA13BT_TKN-1-100.png b/images/ua13/UA13BT_TKN-1-100.png new file mode 100644 index 0000000..10c6ed6 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-100.png differ diff --git a/images/ua13/UA13BT_TKN-1-AP01.png b/images/ua13/UA13BT_TKN-1-AP01.png new file mode 100644 index 0000000..ff6a00c Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-AP01.png differ diff --git a/images/ua13/UA13BT_TKN-1-AP02.png b/images/ua13/UA13BT_TKN-1-AP02.png new file mode 100644 index 0000000..c07f9aa Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-AP02.png differ diff --git a/images/ua13/UA13BT_TKN-1-AP03.png b/images/ua13/UA13BT_TKN-1-AP03.png new file mode 100644 index 0000000..da13bef Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-AP03.png differ diff --git a/images/ua13/UA13BT_TKN-1-AP04.png b/images/ua13/UA13BT_TKN-1-AP04.png new file mode 100644 index 0000000..6ad978f Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-AP04.png differ diff --git a/images/ua13/UA13BT_TKN-1-AP05.png b/images/ua13/UA13BT_TKN-1-AP05.png new file mode 100644 index 0000000..92724b3 Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-AP05.png differ diff --git a/images/ua13/UA13BT_TKN-1-AP06.png b/images/ua13/UA13BT_TKN-1-AP06.png new file mode 100644 index 0000000..0bc773f Binary files /dev/null and b/images/ua13/UA13BT_TKN-1-AP06.png differ diff --git a/images/ua13/UA13ST_TKN-1-068.png b/images/ua13/UA13ST_TKN-1-068.png new file mode 100644 index 0000000..4f015ff Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-068.png differ diff --git a/images/ua13/UA13ST_TKN-1-069.png b/images/ua13/UA13ST_TKN-1-069.png new file mode 100644 index 0000000..ac18b4a Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-069.png differ diff --git a/images/ua13/UA13ST_TKN-1-079.png b/images/ua13/UA13ST_TKN-1-079.png new file mode 100644 index 0000000..7c8c3e6 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-079.png differ diff --git a/images/ua13/UA13ST_TKN-1-080.png b/images/ua13/UA13ST_TKN-1-080.png new file mode 100644 index 0000000..fac9ae7 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-080.png differ diff --git a/images/ua13/UA13ST_TKN-1-085.png b/images/ua13/UA13ST_TKN-1-085.png new file mode 100644 index 0000000..e4c6e7a Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-085.png differ diff --git a/images/ua13/UA13ST_TKN-1-088.png b/images/ua13/UA13ST_TKN-1-088.png new file mode 100644 index 0000000..d34d4e7 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-088.png differ diff --git a/images/ua13/UA13ST_TKN-1-094.png b/images/ua13/UA13ST_TKN-1-094.png new file mode 100644 index 0000000..a6cbe76 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-094.png differ diff --git a/images/ua13/UA13ST_TKN-1-097.png b/images/ua13/UA13ST_TKN-1-097.png new file mode 100644 index 0000000..cdae028 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-097.png differ diff --git a/images/ua13/UA13ST_TKN-1-099.png b/images/ua13/UA13ST_TKN-1-099.png new file mode 100644 index 0000000..5e59da6 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-099.png differ diff --git a/images/ua13/UA13ST_TKN-1-101.png b/images/ua13/UA13ST_TKN-1-101.png new file mode 100644 index 0000000..849e167 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-101.png differ diff --git a/images/ua13/UA13ST_TKN-1-102.png b/images/ua13/UA13ST_TKN-1-102.png new file mode 100644 index 0000000..fb2b1f2 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-102.png differ diff --git a/images/ua13/UA13ST_TKN-1-103.png b/images/ua13/UA13ST_TKN-1-103.png new file mode 100644 index 0000000..498bb27 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-103.png differ diff --git a/images/ua13/UA13ST_TKN-1-104.png b/images/ua13/UA13ST_TKN-1-104.png new file mode 100644 index 0000000..701f898 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-104.png differ diff --git a/images/ua13/UA13ST_TKN-1-105.png b/images/ua13/UA13ST_TKN-1-105.png new file mode 100644 index 0000000..22897c8 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-105.png differ diff --git a/images/ua13/UA13ST_TKN-1-106.png b/images/ua13/UA13ST_TKN-1-106.png new file mode 100644 index 0000000..8ab48b7 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-106.png differ diff --git a/images/ua13/UA13ST_TKN-1-107.png b/images/ua13/UA13ST_TKN-1-107.png new file mode 100644 index 0000000..54753a4 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-107.png differ diff --git a/images/ua13/UA13ST_TKN-1-108.png b/images/ua13/UA13ST_TKN-1-108.png new file mode 100644 index 0000000..7869ed3 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-108.png differ diff --git a/images/ua13/UA13ST_TKN-1-109.png b/images/ua13/UA13ST_TKN-1-109.png new file mode 100644 index 0000000..369d2ab Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-109.png differ diff --git a/images/ua13/UA13ST_TKN-1-AP01.png b/images/ua13/UA13ST_TKN-1-AP01.png new file mode 100644 index 0000000..3017379 Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-AP01.png differ diff --git a/images/ua13/UA13ST_TKN-1-AP02.png b/images/ua13/UA13ST_TKN-1-AP02.png new file mode 100644 index 0000000..a4ddbfd Binary files /dev/null and b/images/ua13/UA13ST_TKN-1-AP02.png differ diff --git a/images/ua13/UAPR_TKN-1-055.png b/images/ua13/UAPR_TKN-1-055.png new file mode 100644 index 0000000..207e5de Binary files /dev/null and b/images/ua13/UAPR_TKN-1-055.png differ diff --git a/images/ua13/UAPR_TKN-1-061.png b/images/ua13/UAPR_TKN-1-061.png new file mode 100644 index 0000000..d372455 Binary files /dev/null and b/images/ua13/UAPR_TKN-1-061.png differ diff --git a/images/ua13/UAPR_TKN-1-091.png b/images/ua13/UAPR_TKN-1-091.png new file mode 100644 index 0000000..4e23871 Binary files /dev/null and b/images/ua13/UAPR_TKN-1-091.png differ diff --git a/images/ua13/UAPR_TKN-1-091_p1.png b/images/ua13/UAPR_TKN-1-091_p1.png new file mode 100644 index 0000000..9e49bf9 Binary files /dev/null and b/images/ua13/UAPR_TKN-1-091_p1.png differ diff --git a/images/ua13/UAPR_TKN-1-106.png b/images/ua13/UAPR_TKN-1-106.png new file mode 100644 index 0000000..8623d10 Binary files /dev/null and b/images/ua13/UAPR_TKN-1-106.png differ diff --git a/images/ua13/UAPR_TKN-AP01.png b/images/ua13/UAPR_TKN-AP01.png new file mode 100644 index 0000000..e6e8870 Binary files /dev/null and b/images/ua13/UAPR_TKN-AP01.png differ diff --git a/images/ua14/UA14BT_DST-1-001.png b/images/ua14/UA14BT_DST-1-001.png new file mode 100644 index 0000000..6381962 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-001.png differ diff --git a/images/ua14/UA14BT_DST-1-002.png b/images/ua14/UA14BT_DST-1-002.png new file mode 100644 index 0000000..dcd7259 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-002.png differ diff --git a/images/ua14/UA14BT_DST-1-003.png b/images/ua14/UA14BT_DST-1-003.png new file mode 100644 index 0000000..82a65ba Binary files /dev/null and b/images/ua14/UA14BT_DST-1-003.png differ diff --git a/images/ua14/UA14BT_DST-1-003_p1.png b/images/ua14/UA14BT_DST-1-003_p1.png new file mode 100644 index 0000000..0a98055 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-003_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-004.png b/images/ua14/UA14BT_DST-1-004.png new file mode 100644 index 0000000..112d42d Binary files /dev/null and b/images/ua14/UA14BT_DST-1-004.png differ diff --git a/images/ua14/UA14BT_DST-1-004_p1.png b/images/ua14/UA14BT_DST-1-004_p1.png new file mode 100644 index 0000000..8cc78f9 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-004_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-005.png b/images/ua14/UA14BT_DST-1-005.png new file mode 100644 index 0000000..7f723e7 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-005.png differ diff --git a/images/ua14/UA14BT_DST-1-006.png b/images/ua14/UA14BT_DST-1-006.png new file mode 100644 index 0000000..4a86581 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-006.png differ diff --git a/images/ua14/UA14BT_DST-1-007.png b/images/ua14/UA14BT_DST-1-007.png new file mode 100644 index 0000000..25699cf Binary files /dev/null and b/images/ua14/UA14BT_DST-1-007.png differ diff --git a/images/ua14/UA14BT_DST-1-007_p1.png b/images/ua14/UA14BT_DST-1-007_p1.png new file mode 100644 index 0000000..062ecdd Binary files /dev/null and b/images/ua14/UA14BT_DST-1-007_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-008.png b/images/ua14/UA14BT_DST-1-008.png new file mode 100644 index 0000000..434b4cd Binary files /dev/null and b/images/ua14/UA14BT_DST-1-008.png differ diff --git a/images/ua14/UA14BT_DST-1-008_p1.png b/images/ua14/UA14BT_DST-1-008_p1.png new file mode 100644 index 0000000..317ca61 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-008_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-009.png b/images/ua14/UA14BT_DST-1-009.png new file mode 100644 index 0000000..bff177e Binary files /dev/null and b/images/ua14/UA14BT_DST-1-009.png differ diff --git a/images/ua14/UA14BT_DST-1-010.png b/images/ua14/UA14BT_DST-1-010.png new file mode 100644 index 0000000..3678b2c Binary files /dev/null and b/images/ua14/UA14BT_DST-1-010.png differ diff --git a/images/ua14/UA14BT_DST-1-011.png b/images/ua14/UA14BT_DST-1-011.png new file mode 100644 index 0000000..a1113b4 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-011.png differ diff --git a/images/ua14/UA14BT_DST-1-011_p1.png b/images/ua14/UA14BT_DST-1-011_p1.png new file mode 100644 index 0000000..68af389 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-011_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-012.png b/images/ua14/UA14BT_DST-1-012.png new file mode 100644 index 0000000..6ddc36d Binary files /dev/null and b/images/ua14/UA14BT_DST-1-012.png differ diff --git a/images/ua14/UA14BT_DST-1-013.png b/images/ua14/UA14BT_DST-1-013.png new file mode 100644 index 0000000..b25d0e1 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-013.png differ diff --git a/images/ua14/UA14BT_DST-1-013_p1.png b/images/ua14/UA14BT_DST-1-013_p1.png new file mode 100644 index 0000000..8824617 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-013_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-014.png b/images/ua14/UA14BT_DST-1-014.png new file mode 100644 index 0000000..33303d5 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-014.png differ diff --git a/images/ua14/UA14BT_DST-1-015.png b/images/ua14/UA14BT_DST-1-015.png new file mode 100644 index 0000000..e631230 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-015.png differ diff --git a/images/ua14/UA14BT_DST-1-016.png b/images/ua14/UA14BT_DST-1-016.png new file mode 100644 index 0000000..cbdfb60 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-016.png differ diff --git a/images/ua14/UA14BT_DST-1-017.png b/images/ua14/UA14BT_DST-1-017.png new file mode 100644 index 0000000..fa0e604 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-017.png differ diff --git a/images/ua14/UA14BT_DST-1-018.png b/images/ua14/UA14BT_DST-1-018.png new file mode 100644 index 0000000..1b55dab Binary files /dev/null and b/images/ua14/UA14BT_DST-1-018.png differ diff --git a/images/ua14/UA14BT_DST-1-019.png b/images/ua14/UA14BT_DST-1-019.png new file mode 100644 index 0000000..52b7df2 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-019.png differ diff --git a/images/ua14/UA14BT_DST-1-019_p1.png b/images/ua14/UA14BT_DST-1-019_p1.png new file mode 100644 index 0000000..9c1c041 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-019_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-020.png b/images/ua14/UA14BT_DST-1-020.png new file mode 100644 index 0000000..182bb1b Binary files /dev/null and b/images/ua14/UA14BT_DST-1-020.png differ diff --git a/images/ua14/UA14BT_DST-1-020_p1.png b/images/ua14/UA14BT_DST-1-020_p1.png new file mode 100644 index 0000000..f65e767 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-020_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-021.png b/images/ua14/UA14BT_DST-1-021.png new file mode 100644 index 0000000..0dd2a21 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-021.png differ diff --git a/images/ua14/UA14BT_DST-1-022.png b/images/ua14/UA14BT_DST-1-022.png new file mode 100644 index 0000000..5d76252 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-022.png differ diff --git a/images/ua14/UA14BT_DST-1-022_p1.png b/images/ua14/UA14BT_DST-1-022_p1.png new file mode 100644 index 0000000..575acbe Binary files /dev/null and b/images/ua14/UA14BT_DST-1-022_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-023.png b/images/ua14/UA14BT_DST-1-023.png new file mode 100644 index 0000000..4af8292 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-023.png differ diff --git a/images/ua14/UA14BT_DST-1-024.png b/images/ua14/UA14BT_DST-1-024.png new file mode 100644 index 0000000..91f4771 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-024.png differ diff --git a/images/ua14/UA14BT_DST-1-025.png b/images/ua14/UA14BT_DST-1-025.png new file mode 100644 index 0000000..463977d Binary files /dev/null and b/images/ua14/UA14BT_DST-1-025.png differ diff --git a/images/ua14/UA14BT_DST-1-026.png b/images/ua14/UA14BT_DST-1-026.png new file mode 100644 index 0000000..247b1f5 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-026.png differ diff --git a/images/ua14/UA14BT_DST-1-027.png b/images/ua14/UA14BT_DST-1-027.png new file mode 100644 index 0000000..833a0af Binary files /dev/null and b/images/ua14/UA14BT_DST-1-027.png differ diff --git a/images/ua14/UA14BT_DST-1-028.png b/images/ua14/UA14BT_DST-1-028.png new file mode 100644 index 0000000..88bbf61 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-028.png differ diff --git a/images/ua14/UA14BT_DST-1-029.png b/images/ua14/UA14BT_DST-1-029.png new file mode 100644 index 0000000..e3c6c9b Binary files /dev/null and b/images/ua14/UA14BT_DST-1-029.png differ diff --git a/images/ua14/UA14BT_DST-1-030.png b/images/ua14/UA14BT_DST-1-030.png new file mode 100644 index 0000000..d4c9fe6 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-030.png differ diff --git a/images/ua14/UA14BT_DST-1-031.png b/images/ua14/UA14BT_DST-1-031.png new file mode 100644 index 0000000..3116e83 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-031.png differ diff --git a/images/ua14/UA14BT_DST-1-032.png b/images/ua14/UA14BT_DST-1-032.png new file mode 100644 index 0000000..c589306 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-032.png differ diff --git a/images/ua14/UA14BT_DST-1-033.png b/images/ua14/UA14BT_DST-1-033.png new file mode 100644 index 0000000..867c80e Binary files /dev/null and b/images/ua14/UA14BT_DST-1-033.png differ diff --git a/images/ua14/UA14BT_DST-1-034.png b/images/ua14/UA14BT_DST-1-034.png new file mode 100644 index 0000000..ad72b3d Binary files /dev/null and b/images/ua14/UA14BT_DST-1-034.png differ diff --git a/images/ua14/UA14BT_DST-1-035.png b/images/ua14/UA14BT_DST-1-035.png new file mode 100644 index 0000000..10bd940 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-035.png differ diff --git a/images/ua14/UA14BT_DST-1-036.png b/images/ua14/UA14BT_DST-1-036.png new file mode 100644 index 0000000..25ac7e6 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-036.png differ diff --git a/images/ua14/UA14BT_DST-1-036_p1.png b/images/ua14/UA14BT_DST-1-036_p1.png new file mode 100644 index 0000000..7821fa0 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-036_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-037.png b/images/ua14/UA14BT_DST-1-037.png new file mode 100644 index 0000000..7d188a4 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-037.png differ diff --git a/images/ua14/UA14BT_DST-1-037_p1.png b/images/ua14/UA14BT_DST-1-037_p1.png new file mode 100644 index 0000000..af61b76 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-037_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-038.png b/images/ua14/UA14BT_DST-1-038.png new file mode 100644 index 0000000..092c12b Binary files /dev/null and b/images/ua14/UA14BT_DST-1-038.png differ diff --git a/images/ua14/UA14BT_DST-1-039.png b/images/ua14/UA14BT_DST-1-039.png new file mode 100644 index 0000000..8640539 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-039.png differ diff --git a/images/ua14/UA14BT_DST-1-040.png b/images/ua14/UA14BT_DST-1-040.png new file mode 100644 index 0000000..c0767aa Binary files /dev/null and b/images/ua14/UA14BT_DST-1-040.png differ diff --git a/images/ua14/UA14BT_DST-1-041.png b/images/ua14/UA14BT_DST-1-041.png new file mode 100644 index 0000000..e6bfe06 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-041.png differ diff --git a/images/ua14/UA14BT_DST-1-042.png b/images/ua14/UA14BT_DST-1-042.png new file mode 100644 index 0000000..96f5f9f Binary files /dev/null and b/images/ua14/UA14BT_DST-1-042.png differ diff --git a/images/ua14/UA14BT_DST-1-043.png b/images/ua14/UA14BT_DST-1-043.png new file mode 100644 index 0000000..5c4b5c6 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-043.png differ diff --git a/images/ua14/UA14BT_DST-1-044.png b/images/ua14/UA14BT_DST-1-044.png new file mode 100644 index 0000000..18aa727 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-044.png differ diff --git a/images/ua14/UA14BT_DST-1-045.png b/images/ua14/UA14BT_DST-1-045.png new file mode 100644 index 0000000..65744aa Binary files /dev/null and b/images/ua14/UA14BT_DST-1-045.png differ diff --git a/images/ua14/UA14BT_DST-1-046.png b/images/ua14/UA14BT_DST-1-046.png new file mode 100644 index 0000000..f92c799 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-046.png differ diff --git a/images/ua14/UA14BT_DST-1-047.png b/images/ua14/UA14BT_DST-1-047.png new file mode 100644 index 0000000..785d4fc Binary files /dev/null and b/images/ua14/UA14BT_DST-1-047.png differ diff --git a/images/ua14/UA14BT_DST-1-048.png b/images/ua14/UA14BT_DST-1-048.png new file mode 100644 index 0000000..20f9e56 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-048.png differ diff --git a/images/ua14/UA14BT_DST-1-049.png b/images/ua14/UA14BT_DST-1-049.png new file mode 100644 index 0000000..e22ad21 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-049.png differ diff --git a/images/ua14/UA14BT_DST-1-049_p1.png b/images/ua14/UA14BT_DST-1-049_p1.png new file mode 100644 index 0000000..abfbe7d Binary files /dev/null and b/images/ua14/UA14BT_DST-1-049_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-050.png b/images/ua14/UA14BT_DST-1-050.png new file mode 100644 index 0000000..a1feb97 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-050.png differ diff --git a/images/ua14/UA14BT_DST-1-050_p1.png b/images/ua14/UA14BT_DST-1-050_p1.png new file mode 100644 index 0000000..cca9599 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-050_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-051.png b/images/ua14/UA14BT_DST-1-051.png new file mode 100644 index 0000000..9a837f3 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-051.png differ diff --git a/images/ua14/UA14BT_DST-1-052.png b/images/ua14/UA14BT_DST-1-052.png new file mode 100644 index 0000000..b3402e5 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-052.png differ diff --git a/images/ua14/UA14BT_DST-1-053.png b/images/ua14/UA14BT_DST-1-053.png new file mode 100644 index 0000000..a4596fd Binary files /dev/null and b/images/ua14/UA14BT_DST-1-053.png differ diff --git a/images/ua14/UA14BT_DST-1-053_p1.png b/images/ua14/UA14BT_DST-1-053_p1.png new file mode 100644 index 0000000..bc9eb18 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-053_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-054.png b/images/ua14/UA14BT_DST-1-054.png new file mode 100644 index 0000000..39ff2a0 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-054.png differ diff --git a/images/ua14/UA14BT_DST-1-054_p1.png b/images/ua14/UA14BT_DST-1-054_p1.png new file mode 100644 index 0000000..ffc6f66 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-054_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-055.png b/images/ua14/UA14BT_DST-1-055.png new file mode 100644 index 0000000..a129f25 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-055.png differ diff --git a/images/ua14/UA14BT_DST-1-056.png b/images/ua14/UA14BT_DST-1-056.png new file mode 100644 index 0000000..6248c59 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-056.png differ diff --git a/images/ua14/UA14BT_DST-1-057.png b/images/ua14/UA14BT_DST-1-057.png new file mode 100644 index 0000000..5e190be Binary files /dev/null and b/images/ua14/UA14BT_DST-1-057.png differ diff --git a/images/ua14/UA14BT_DST-1-058.png b/images/ua14/UA14BT_DST-1-058.png new file mode 100644 index 0000000..d934606 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-058.png differ diff --git a/images/ua14/UA14BT_DST-1-058_p1.png b/images/ua14/UA14BT_DST-1-058_p1.png new file mode 100644 index 0000000..1526dd6 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-058_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-059.png b/images/ua14/UA14BT_DST-1-059.png new file mode 100644 index 0000000..b979096 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-059.png differ diff --git a/images/ua14/UA14BT_DST-1-060.png b/images/ua14/UA14BT_DST-1-060.png new file mode 100644 index 0000000..d21bfa0 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-060.png differ diff --git a/images/ua14/UA14BT_DST-1-060_p1.png b/images/ua14/UA14BT_DST-1-060_p1.png new file mode 100644 index 0000000..84a077f Binary files /dev/null and b/images/ua14/UA14BT_DST-1-060_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-061.png b/images/ua14/UA14BT_DST-1-061.png new file mode 100644 index 0000000..560ed98 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-061.png differ diff --git a/images/ua14/UA14BT_DST-1-062.png b/images/ua14/UA14BT_DST-1-062.png new file mode 100644 index 0000000..26e921f Binary files /dev/null and b/images/ua14/UA14BT_DST-1-062.png differ diff --git a/images/ua14/UA14BT_DST-1-063.png b/images/ua14/UA14BT_DST-1-063.png new file mode 100644 index 0000000..b99f116 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-063.png differ diff --git a/images/ua14/UA14BT_DST-1-064.png b/images/ua14/UA14BT_DST-1-064.png new file mode 100644 index 0000000..5882aab Binary files /dev/null and b/images/ua14/UA14BT_DST-1-064.png differ diff --git a/images/ua14/UA14BT_DST-1-065.png b/images/ua14/UA14BT_DST-1-065.png new file mode 100644 index 0000000..e3bb393 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-065.png differ diff --git a/images/ua14/UA14BT_DST-1-066.png b/images/ua14/UA14BT_DST-1-066.png new file mode 100644 index 0000000..e78c70e Binary files /dev/null and b/images/ua14/UA14BT_DST-1-066.png differ diff --git a/images/ua14/UA14BT_DST-1-066_p1.png b/images/ua14/UA14BT_DST-1-066_p1.png new file mode 100644 index 0000000..99453ba Binary files /dev/null and b/images/ua14/UA14BT_DST-1-066_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-067.png b/images/ua14/UA14BT_DST-1-067.png new file mode 100644 index 0000000..64bf04d Binary files /dev/null and b/images/ua14/UA14BT_DST-1-067.png differ diff --git a/images/ua14/UA14BT_DST-1-068.png b/images/ua14/UA14BT_DST-1-068.png new file mode 100644 index 0000000..a7db87a Binary files /dev/null and b/images/ua14/UA14BT_DST-1-068.png differ diff --git a/images/ua14/UA14BT_DST-1-069.png b/images/ua14/UA14BT_DST-1-069.png new file mode 100644 index 0000000..78a3163 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-069.png differ diff --git a/images/ua14/UA14BT_DST-1-070.png b/images/ua14/UA14BT_DST-1-070.png new file mode 100644 index 0000000..54d7ed8 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-070.png differ diff --git a/images/ua14/UA14BT_DST-1-070_p1.png b/images/ua14/UA14BT_DST-1-070_p1.png new file mode 100644 index 0000000..26c3237 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-070_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-071.png b/images/ua14/UA14BT_DST-1-071.png new file mode 100644 index 0000000..fbd6713 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-071.png differ diff --git a/images/ua14/UA14BT_DST-1-072.png b/images/ua14/UA14BT_DST-1-072.png new file mode 100644 index 0000000..8a4a7cc Binary files /dev/null and b/images/ua14/UA14BT_DST-1-072.png differ diff --git a/images/ua14/UA14BT_DST-1-073.png b/images/ua14/UA14BT_DST-1-073.png new file mode 100644 index 0000000..59028b9 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-073.png differ diff --git a/images/ua14/UA14BT_DST-1-073_p1.png b/images/ua14/UA14BT_DST-1-073_p1.png new file mode 100644 index 0000000..2a70841 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-073_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-074.png b/images/ua14/UA14BT_DST-1-074.png new file mode 100644 index 0000000..0608f9e Binary files /dev/null and b/images/ua14/UA14BT_DST-1-074.png differ diff --git a/images/ua14/UA14BT_DST-1-075.png b/images/ua14/UA14BT_DST-1-075.png new file mode 100644 index 0000000..1cdb1c0 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-075.png differ diff --git a/images/ua14/UA14BT_DST-1-075_p1.png b/images/ua14/UA14BT_DST-1-075_p1.png new file mode 100644 index 0000000..d17c2de Binary files /dev/null and b/images/ua14/UA14BT_DST-1-075_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-076.png b/images/ua14/UA14BT_DST-1-076.png new file mode 100644 index 0000000..831c249 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-076.png differ diff --git a/images/ua14/UA14BT_DST-1-077.png b/images/ua14/UA14BT_DST-1-077.png new file mode 100644 index 0000000..4b5b8c6 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-077.png differ diff --git a/images/ua14/UA14BT_DST-1-077_p1.png b/images/ua14/UA14BT_DST-1-077_p1.png new file mode 100644 index 0000000..b44d0d4 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-077_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-078.png b/images/ua14/UA14BT_DST-1-078.png new file mode 100644 index 0000000..5f47349 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-078.png differ diff --git a/images/ua14/UA14BT_DST-1-078_p1.png b/images/ua14/UA14BT_DST-1-078_p1.png new file mode 100644 index 0000000..bf31e85 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-078_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-078_p2.png b/images/ua14/UA14BT_DST-1-078_p2.png new file mode 100644 index 0000000..b6b071f Binary files /dev/null and b/images/ua14/UA14BT_DST-1-078_p2.png differ diff --git a/images/ua14/UA14BT_DST-1-079.png b/images/ua14/UA14BT_DST-1-079.png new file mode 100644 index 0000000..c49ebb7 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-079.png differ diff --git a/images/ua14/UA14BT_DST-1-080.png b/images/ua14/UA14BT_DST-1-080.png new file mode 100644 index 0000000..d319b36 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-080.png differ diff --git a/images/ua14/UA14BT_DST-1-081.png b/images/ua14/UA14BT_DST-1-081.png new file mode 100644 index 0000000..ad5ebde Binary files /dev/null and b/images/ua14/UA14BT_DST-1-081.png differ diff --git a/images/ua14/UA14BT_DST-1-082.png b/images/ua14/UA14BT_DST-1-082.png new file mode 100644 index 0000000..f5f0597 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-082.png differ diff --git a/images/ua14/UA14BT_DST-1-083.png b/images/ua14/UA14BT_DST-1-083.png new file mode 100644 index 0000000..2a1bbee Binary files /dev/null and b/images/ua14/UA14BT_DST-1-083.png differ diff --git a/images/ua14/UA14BT_DST-1-084.png b/images/ua14/UA14BT_DST-1-084.png new file mode 100644 index 0000000..47cfa11 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-084.png differ diff --git a/images/ua14/UA14BT_DST-1-085.png b/images/ua14/UA14BT_DST-1-085.png new file mode 100644 index 0000000..f42383e Binary files /dev/null and b/images/ua14/UA14BT_DST-1-085.png differ diff --git a/images/ua14/UA14BT_DST-1-086.png b/images/ua14/UA14BT_DST-1-086.png new file mode 100644 index 0000000..b24a338 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-086.png differ diff --git a/images/ua14/UA14BT_DST-1-086_p1.png b/images/ua14/UA14BT_DST-1-086_p1.png new file mode 100644 index 0000000..71e70dc Binary files /dev/null and b/images/ua14/UA14BT_DST-1-086_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-087.png b/images/ua14/UA14BT_DST-1-087.png new file mode 100644 index 0000000..2cee497 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-087.png differ diff --git a/images/ua14/UA14BT_DST-1-087_p1.png b/images/ua14/UA14BT_DST-1-087_p1.png new file mode 100644 index 0000000..b1c6310 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-087_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-088.png b/images/ua14/UA14BT_DST-1-088.png new file mode 100644 index 0000000..2de65bc Binary files /dev/null and b/images/ua14/UA14BT_DST-1-088.png differ diff --git a/images/ua14/UA14BT_DST-1-089.png b/images/ua14/UA14BT_DST-1-089.png new file mode 100644 index 0000000..d5aca6c Binary files /dev/null and b/images/ua14/UA14BT_DST-1-089.png differ diff --git a/images/ua14/UA14BT_DST-1-089_p1.png b/images/ua14/UA14BT_DST-1-089_p1.png new file mode 100644 index 0000000..c529463 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-089_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-090.png b/images/ua14/UA14BT_DST-1-090.png new file mode 100644 index 0000000..905f0b3 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-090.png differ diff --git a/images/ua14/UA14BT_DST-1-091.png b/images/ua14/UA14BT_DST-1-091.png new file mode 100644 index 0000000..c9d1f2e Binary files /dev/null and b/images/ua14/UA14BT_DST-1-091.png differ diff --git a/images/ua14/UA14BT_DST-1-091_p1.png b/images/ua14/UA14BT_DST-1-091_p1.png new file mode 100644 index 0000000..1e1537c Binary files /dev/null and b/images/ua14/UA14BT_DST-1-091_p1.png differ diff --git a/images/ua14/UA14BT_DST-1-092.png b/images/ua14/UA14BT_DST-1-092.png new file mode 100644 index 0000000..0eec92d Binary files /dev/null and b/images/ua14/UA14BT_DST-1-092.png differ diff --git a/images/ua14/UA14BT_DST-1-093.png b/images/ua14/UA14BT_DST-1-093.png new file mode 100644 index 0000000..a9ae8c7 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-093.png differ diff --git a/images/ua14/UA14BT_DST-1-094.png b/images/ua14/UA14BT_DST-1-094.png new file mode 100644 index 0000000..51f3e45 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-094.png differ diff --git a/images/ua14/UA14BT_DST-1-095.png b/images/ua14/UA14BT_DST-1-095.png new file mode 100644 index 0000000..def4c75 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-095.png differ diff --git a/images/ua14/UA14BT_DST-1-096.png b/images/ua14/UA14BT_DST-1-096.png new file mode 100644 index 0000000..49316d1 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-096.png differ diff --git a/images/ua14/UA14BT_DST-1-097.png b/images/ua14/UA14BT_DST-1-097.png new file mode 100644 index 0000000..d68b9d9 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-097.png differ diff --git a/images/ua14/UA14BT_DST-1-098.png b/images/ua14/UA14BT_DST-1-098.png new file mode 100644 index 0000000..f3b5b98 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-098.png differ diff --git a/images/ua14/UA14BT_DST-1-099.png b/images/ua14/UA14BT_DST-1-099.png new file mode 100644 index 0000000..58ec286 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-099.png differ diff --git a/images/ua14/UA14BT_DST-1-100.png b/images/ua14/UA14BT_DST-1-100.png new file mode 100644 index 0000000..df02ca3 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-100.png differ diff --git a/images/ua14/UA14BT_DST-1-AP01.png b/images/ua14/UA14BT_DST-1-AP01.png new file mode 100644 index 0000000..da3763e Binary files /dev/null and b/images/ua14/UA14BT_DST-1-AP01.png differ diff --git a/images/ua14/UA14BT_DST-1-AP02.png b/images/ua14/UA14BT_DST-1-AP02.png new file mode 100644 index 0000000..0164097 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-AP02.png differ diff --git a/images/ua14/UA14BT_DST-1-AP03.png b/images/ua14/UA14BT_DST-1-AP03.png new file mode 100644 index 0000000..409e591 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-AP03.png differ diff --git a/images/ua14/UA14BT_DST-1-AP04.png b/images/ua14/UA14BT_DST-1-AP04.png new file mode 100644 index 0000000..0a12930 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-AP04.png differ diff --git a/images/ua14/UA14BT_DST-1-AP05.png b/images/ua14/UA14BT_DST-1-AP05.png new file mode 100644 index 0000000..834f5c5 Binary files /dev/null and b/images/ua14/UA14BT_DST-1-AP05.png differ diff --git a/images/ua14/UA14BT_DST-1-AP06.png b/images/ua14/UA14BT_DST-1-AP06.png new file mode 100644 index 0000000..9e4803d Binary files /dev/null and b/images/ua14/UA14BT_DST-1-AP06.png differ diff --git a/images/ua14/UA14ST_DST-1-069.png b/images/ua14/UA14ST_DST-1-069.png new file mode 100644 index 0000000..6a693ed Binary files /dev/null and b/images/ua14/UA14ST_DST-1-069.png differ diff --git a/images/ua14/UA14ST_DST-1-072.png b/images/ua14/UA14ST_DST-1-072.png new file mode 100644 index 0000000..38b2743 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-072.png differ diff --git a/images/ua14/UA14ST_DST-1-075.png b/images/ua14/UA14ST_DST-1-075.png new file mode 100644 index 0000000..9da1b99 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-075.png differ diff --git a/images/ua14/UA14ST_DST-1-076.png b/images/ua14/UA14ST_DST-1-076.png new file mode 100644 index 0000000..fee0c35 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-076.png differ diff --git a/images/ua14/UA14ST_DST-1-088.png b/images/ua14/UA14ST_DST-1-088.png new file mode 100644 index 0000000..af69130 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-088.png differ diff --git a/images/ua14/UA14ST_DST-1-090.png b/images/ua14/UA14ST_DST-1-090.png new file mode 100644 index 0000000..65c6674 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-090.png differ diff --git a/images/ua14/UA14ST_DST-1-096.png b/images/ua14/UA14ST_DST-1-096.png new file mode 100644 index 0000000..6391dd3 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-096.png differ diff --git a/images/ua14/UA14ST_DST-1-097.png b/images/ua14/UA14ST_DST-1-097.png new file mode 100644 index 0000000..395c53e Binary files /dev/null and b/images/ua14/UA14ST_DST-1-097.png differ diff --git a/images/ua14/UA14ST_DST-1-099.png b/images/ua14/UA14ST_DST-1-099.png new file mode 100644 index 0000000..72d5b90 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-099.png differ diff --git a/images/ua14/UA14ST_DST-1-101.png b/images/ua14/UA14ST_DST-1-101.png new file mode 100644 index 0000000..2f7f808 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-101.png differ diff --git a/images/ua14/UA14ST_DST-1-102.png b/images/ua14/UA14ST_DST-1-102.png new file mode 100644 index 0000000..ba16aae Binary files /dev/null and b/images/ua14/UA14ST_DST-1-102.png differ diff --git a/images/ua14/UA14ST_DST-1-103.png b/images/ua14/UA14ST_DST-1-103.png new file mode 100644 index 0000000..2daa781 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-103.png differ diff --git a/images/ua14/UA14ST_DST-1-104.png b/images/ua14/UA14ST_DST-1-104.png new file mode 100644 index 0000000..1be0d90 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-104.png differ diff --git a/images/ua14/UA14ST_DST-1-105.png b/images/ua14/UA14ST_DST-1-105.png new file mode 100644 index 0000000..1693cb5 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-105.png differ diff --git a/images/ua14/UA14ST_DST-1-106.png b/images/ua14/UA14ST_DST-1-106.png new file mode 100644 index 0000000..6d6dad5 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-106.png differ diff --git a/images/ua14/UA14ST_DST-1-107.png b/images/ua14/UA14ST_DST-1-107.png new file mode 100644 index 0000000..f2673c5 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-107.png differ diff --git a/images/ua14/UA14ST_DST-1-108.png b/images/ua14/UA14ST_DST-1-108.png new file mode 100644 index 0000000..e852e8a Binary files /dev/null and b/images/ua14/UA14ST_DST-1-108.png differ diff --git a/images/ua14/UA14ST_DST-1-109.png b/images/ua14/UA14ST_DST-1-109.png new file mode 100644 index 0000000..e2566c0 Binary files /dev/null and b/images/ua14/UA14ST_DST-1-109.png differ diff --git a/images/ua14/UA14ST_DST-1-AP01.png b/images/ua14/UA14ST_DST-1-AP01.png new file mode 100644 index 0000000..d7ac16a Binary files /dev/null and b/images/ua14/UA14ST_DST-1-AP01.png differ diff --git a/images/ua14/UA14ST_DST-1-AP02.png b/images/ua14/UA14ST_DST-1-AP02.png new file mode 100644 index 0000000..321a1ef Binary files /dev/null and b/images/ua14/UA14ST_DST-1-AP02.png differ diff --git a/images/ua14/UAPR_DST-1-002.png b/images/ua14/UAPR_DST-1-002.png new file mode 100644 index 0000000..7991583 Binary files /dev/null and b/images/ua14/UAPR_DST-1-002.png differ diff --git a/images/ua14/UAPR_DST-1-006.png b/images/ua14/UAPR_DST-1-006.png new file mode 100644 index 0000000..8df6538 Binary files /dev/null and b/images/ua14/UAPR_DST-1-006.png differ diff --git a/images/ua14/UAPR_DST-1-039.png b/images/ua14/UAPR_DST-1-039.png new file mode 100644 index 0000000..f8dc00e Binary files /dev/null and b/images/ua14/UAPR_DST-1-039.png differ diff --git a/images/ua14/UAPR_DST-1-052.png b/images/ua14/UAPR_DST-1-052.png new file mode 100644 index 0000000..1371b60 Binary files /dev/null and b/images/ua14/UAPR_DST-1-052.png differ diff --git a/images/ua14/UAPR_DST-1-078.png b/images/ua14/UAPR_DST-1-078.png new file mode 100644 index 0000000..f32a7b1 Binary files /dev/null and b/images/ua14/UAPR_DST-1-078.png differ diff --git a/images/ua14/UAPR_DST-1-078_p1.png b/images/ua14/UAPR_DST-1-078_p1.png new file mode 100644 index 0000000..d45b739 Binary files /dev/null and b/images/ua14/UAPR_DST-1-078_p1.png differ diff --git a/images/ua14/UAPR_DST-AP01.png b/images/ua14/UAPR_DST-AP01.png new file mode 100644 index 0000000..d294e48 Binary files /dev/null and b/images/ua14/UAPR_DST-AP01.png differ diff --git a/images/ua14/UAPR_DST-AP03.png b/images/ua14/UAPR_DST-AP03.png new file mode 100644 index 0000000..026ab14 Binary files /dev/null and b/images/ua14/UAPR_DST-AP03.png differ diff --git a/images/ua14/UAPR_DST-P-001.png b/images/ua14/UAPR_DST-P-001.png new file mode 100644 index 0000000..09da79d Binary files /dev/null and b/images/ua14/UAPR_DST-P-001.png differ diff --git a/images/ua14/UAPR_DST-P-002.png b/images/ua14/UAPR_DST-P-002.png new file mode 100644 index 0000000..bb57aae Binary files /dev/null and b/images/ua14/UAPR_DST-P-002.png differ diff --git a/images/ua14/UAPR_DST-P-003.png b/images/ua14/UAPR_DST-P-003.png new file mode 100644 index 0000000..f6bfe34 Binary files /dev/null and b/images/ua14/UAPR_DST-P-003.png differ diff --git a/images/ua15/EX08BT_SAO-2-001.png b/images/ua15/EX08BT_SAO-2-001.png new file mode 100644 index 0000000..4179433 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-001.png differ diff --git a/images/ua15/EX08BT_SAO-2-001_p1.png b/images/ua15/EX08BT_SAO-2-001_p1.png new file mode 100644 index 0000000..9e8822e Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-001_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-002.png b/images/ua15/EX08BT_SAO-2-002.png new file mode 100644 index 0000000..22b5143 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-002.png differ diff --git a/images/ua15/EX08BT_SAO-2-002_p1.png b/images/ua15/EX08BT_SAO-2-002_p1.png new file mode 100644 index 0000000..3699c65 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-002_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-003.png b/images/ua15/EX08BT_SAO-2-003.png new file mode 100644 index 0000000..0e91a86 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-003.png differ diff --git a/images/ua15/EX08BT_SAO-2-003_p1.png b/images/ua15/EX08BT_SAO-2-003_p1.png new file mode 100644 index 0000000..d955d8c Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-003_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-004.png b/images/ua15/EX08BT_SAO-2-004.png new file mode 100644 index 0000000..0e2ff63 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-004.png differ diff --git a/images/ua15/EX08BT_SAO-2-004_p1.png b/images/ua15/EX08BT_SAO-2-004_p1.png new file mode 100644 index 0000000..70561a7 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-004_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-005.png b/images/ua15/EX08BT_SAO-2-005.png new file mode 100644 index 0000000..b14ff53 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-005.png differ diff --git a/images/ua15/EX08BT_SAO-2-006.png b/images/ua15/EX08BT_SAO-2-006.png new file mode 100644 index 0000000..3490b0b Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-006.png differ diff --git a/images/ua15/EX08BT_SAO-2-007.png b/images/ua15/EX08BT_SAO-2-007.png new file mode 100644 index 0000000..49805cd Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-007.png differ diff --git a/images/ua15/EX08BT_SAO-2-008.png b/images/ua15/EX08BT_SAO-2-008.png new file mode 100644 index 0000000..ef39df3 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-008.png differ diff --git a/images/ua15/EX08BT_SAO-2-008_p1.png b/images/ua15/EX08BT_SAO-2-008_p1.png new file mode 100644 index 0000000..b2b8925 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-008_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-009.png b/images/ua15/EX08BT_SAO-2-009.png new file mode 100644 index 0000000..7f3e4c4 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-009.png differ diff --git a/images/ua15/EX08BT_SAO-2-009_p1.png b/images/ua15/EX08BT_SAO-2-009_p1.png new file mode 100644 index 0000000..85ee8a6 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-009_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-010.png b/images/ua15/EX08BT_SAO-2-010.png new file mode 100644 index 0000000..68fd5e0 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-010.png differ diff --git a/images/ua15/EX08BT_SAO-2-010_p1.png b/images/ua15/EX08BT_SAO-2-010_p1.png new file mode 100644 index 0000000..e2a536e Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-010_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-011.png b/images/ua15/EX08BT_SAO-2-011.png new file mode 100644 index 0000000..a361205 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-011.png differ diff --git a/images/ua15/EX08BT_SAO-2-011_p1.png b/images/ua15/EX08BT_SAO-2-011_p1.png new file mode 100644 index 0000000..a3b2d73 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-011_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-012.png b/images/ua15/EX08BT_SAO-2-012.png new file mode 100644 index 0000000..1c6295c Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-012.png differ diff --git a/images/ua15/EX08BT_SAO-2-013.png b/images/ua15/EX08BT_SAO-2-013.png new file mode 100644 index 0000000..b3d5ba3 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-013.png differ diff --git a/images/ua15/EX08BT_SAO-2-014.png b/images/ua15/EX08BT_SAO-2-014.png new file mode 100644 index 0000000..3d1fb6f Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-014.png differ diff --git a/images/ua15/EX08BT_SAO-2-014_p1.png b/images/ua15/EX08BT_SAO-2-014_p1.png new file mode 100644 index 0000000..db472e5 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-014_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-015.png b/images/ua15/EX08BT_SAO-2-015.png new file mode 100644 index 0000000..7f614af Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-015.png differ diff --git a/images/ua15/EX08BT_SAO-2-016.png b/images/ua15/EX08BT_SAO-2-016.png new file mode 100644 index 0000000..f81827b Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-016.png differ diff --git a/images/ua15/EX08BT_SAO-2-017.png b/images/ua15/EX08BT_SAO-2-017.png new file mode 100644 index 0000000..d723691 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-017.png differ diff --git a/images/ua15/EX08BT_SAO-2-018.png b/images/ua15/EX08BT_SAO-2-018.png new file mode 100644 index 0000000..a8903e1 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-018.png differ diff --git a/images/ua15/EX08BT_SAO-2-019.png b/images/ua15/EX08BT_SAO-2-019.png new file mode 100644 index 0000000..8871c41 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-019.png differ diff --git a/images/ua15/EX08BT_SAO-2-020.png b/images/ua15/EX08BT_SAO-2-020.png new file mode 100644 index 0000000..f43bc96 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-020.png differ diff --git a/images/ua15/EX08BT_SAO-2-020_p1.png b/images/ua15/EX08BT_SAO-2-020_p1.png new file mode 100644 index 0000000..09292a6 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-020_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-021.png b/images/ua15/EX08BT_SAO-2-021.png new file mode 100644 index 0000000..6e3dbd8 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-021.png differ diff --git a/images/ua15/EX08BT_SAO-2-022.png b/images/ua15/EX08BT_SAO-2-022.png new file mode 100644 index 0000000..cfa7a8e Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-022.png differ diff --git a/images/ua15/EX08BT_SAO-2-022_p1.png b/images/ua15/EX08BT_SAO-2-022_p1.png new file mode 100644 index 0000000..e480d20 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-022_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-023.png b/images/ua15/EX08BT_SAO-2-023.png new file mode 100644 index 0000000..f0b023d Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-023.png differ diff --git a/images/ua15/EX08BT_SAO-2-024.png b/images/ua15/EX08BT_SAO-2-024.png new file mode 100644 index 0000000..9a4e19f Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-024.png differ diff --git a/images/ua15/EX08BT_SAO-2-024_p1.png b/images/ua15/EX08BT_SAO-2-024_p1.png new file mode 100644 index 0000000..7a36b29 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-024_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-025.png b/images/ua15/EX08BT_SAO-2-025.png new file mode 100644 index 0000000..c5ba3d2 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-025.png differ diff --git a/images/ua15/EX08BT_SAO-2-026.png b/images/ua15/EX08BT_SAO-2-026.png new file mode 100644 index 0000000..8a4d846 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-026.png differ diff --git a/images/ua15/EX08BT_SAO-2-027.png b/images/ua15/EX08BT_SAO-2-027.png new file mode 100644 index 0000000..44df7c6 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-027.png differ diff --git a/images/ua15/EX08BT_SAO-2-028.png b/images/ua15/EX08BT_SAO-2-028.png new file mode 100644 index 0000000..d686a20 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-028.png differ diff --git a/images/ua15/EX08BT_SAO-2-029.png b/images/ua15/EX08BT_SAO-2-029.png new file mode 100644 index 0000000..8787eeb Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-029.png differ diff --git a/images/ua15/EX08BT_SAO-2-030.png b/images/ua15/EX08BT_SAO-2-030.png new file mode 100644 index 0000000..eed96cc Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-030.png differ diff --git a/images/ua15/EX08BT_SAO-2-030_p1.png b/images/ua15/EX08BT_SAO-2-030_p1.png new file mode 100644 index 0000000..b5fd531 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-030_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-031.png b/images/ua15/EX08BT_SAO-2-031.png new file mode 100644 index 0000000..df1e115 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-031.png differ diff --git a/images/ua15/EX08BT_SAO-2-031_p1.png b/images/ua15/EX08BT_SAO-2-031_p1.png new file mode 100644 index 0000000..6937ad4 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-031_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-032.png b/images/ua15/EX08BT_SAO-2-032.png new file mode 100644 index 0000000..12e9a95 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-032.png differ diff --git a/images/ua15/EX08BT_SAO-2-032_p1.png b/images/ua15/EX08BT_SAO-2-032_p1.png new file mode 100644 index 0000000..650cc63 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-032_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-033.png b/images/ua15/EX08BT_SAO-2-033.png new file mode 100644 index 0000000..219cd01 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-033.png differ diff --git a/images/ua15/EX08BT_SAO-2-033_p1.png b/images/ua15/EX08BT_SAO-2-033_p1.png new file mode 100644 index 0000000..e23ba60 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-033_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-034.png b/images/ua15/EX08BT_SAO-2-034.png new file mode 100644 index 0000000..82daab2 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-034.png differ diff --git a/images/ua15/EX08BT_SAO-2-035.png b/images/ua15/EX08BT_SAO-2-035.png new file mode 100644 index 0000000..54b8b64 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-035.png differ diff --git a/images/ua15/EX08BT_SAO-2-036.png b/images/ua15/EX08BT_SAO-2-036.png new file mode 100644 index 0000000..0ec64d7 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-036.png differ diff --git a/images/ua15/EX08BT_SAO-2-037.png b/images/ua15/EX08BT_SAO-2-037.png new file mode 100644 index 0000000..6d1c506 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-037.png differ diff --git a/images/ua15/EX08BT_SAO-2-038.png b/images/ua15/EX08BT_SAO-2-038.png new file mode 100644 index 0000000..10f3348 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-038.png differ diff --git a/images/ua15/EX08BT_SAO-2-039.png b/images/ua15/EX08BT_SAO-2-039.png new file mode 100644 index 0000000..fb1c62d Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-039.png differ diff --git a/images/ua15/EX08BT_SAO-2-040.png b/images/ua15/EX08BT_SAO-2-040.png new file mode 100644 index 0000000..4fa5a0a Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-040.png differ diff --git a/images/ua15/EX08BT_SAO-2-041.png b/images/ua15/EX08BT_SAO-2-041.png new file mode 100644 index 0000000..153614d Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-041.png differ diff --git a/images/ua15/EX08BT_SAO-2-042.png b/images/ua15/EX08BT_SAO-2-042.png new file mode 100644 index 0000000..cd5b5be Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-042.png differ diff --git a/images/ua15/EX08BT_SAO-2-042_p1.png b/images/ua15/EX08BT_SAO-2-042_p1.png new file mode 100644 index 0000000..355edc5 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-042_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-042_p2.png b/images/ua15/EX08BT_SAO-2-042_p2.png new file mode 100644 index 0000000..32189d3 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-042_p2.png differ diff --git a/images/ua15/EX08BT_SAO-2-043.png b/images/ua15/EX08BT_SAO-2-043.png new file mode 100644 index 0000000..154aa57 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-043.png differ diff --git a/images/ua15/EX08BT_SAO-2-043_p1.png b/images/ua15/EX08BT_SAO-2-043_p1.png new file mode 100644 index 0000000..1c2c863 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-043_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-044.png b/images/ua15/EX08BT_SAO-2-044.png new file mode 100644 index 0000000..b82a192 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-044.png differ diff --git a/images/ua15/EX08BT_SAO-2-044_p1.png b/images/ua15/EX08BT_SAO-2-044_p1.png new file mode 100644 index 0000000..2567072 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-044_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-045.png b/images/ua15/EX08BT_SAO-2-045.png new file mode 100644 index 0000000..652a0e2 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-045.png differ diff --git a/images/ua15/EX08BT_SAO-2-046.png b/images/ua15/EX08BT_SAO-2-046.png new file mode 100644 index 0000000..4b19ea7 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-046.png differ diff --git a/images/ua15/EX08BT_SAO-2-047.png b/images/ua15/EX08BT_SAO-2-047.png new file mode 100644 index 0000000..98cfb1c Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-047.png differ diff --git a/images/ua15/EX08BT_SAO-2-048.png b/images/ua15/EX08BT_SAO-2-048.png new file mode 100644 index 0000000..353cc3e Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-048.png differ diff --git a/images/ua15/EX08BT_SAO-2-048_p1.png b/images/ua15/EX08BT_SAO-2-048_p1.png new file mode 100644 index 0000000..aa36a4c Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-048_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-049.png b/images/ua15/EX08BT_SAO-2-049.png new file mode 100644 index 0000000..ab08784 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-049.png differ diff --git a/images/ua15/EX08BT_SAO-2-049_p1.png b/images/ua15/EX08BT_SAO-2-049_p1.png new file mode 100644 index 0000000..c1b95f0 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-049_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-049_p2.png b/images/ua15/EX08BT_SAO-2-049_p2.png new file mode 100644 index 0000000..dc45707 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-049_p2.png differ diff --git a/images/ua15/EX08BT_SAO-2-050.png b/images/ua15/EX08BT_SAO-2-050.png new file mode 100644 index 0000000..02dc891 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-050.png differ diff --git a/images/ua15/EX08BT_SAO-2-051.png b/images/ua15/EX08BT_SAO-2-051.png new file mode 100644 index 0000000..5a590d3 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-051.png differ diff --git a/images/ua15/EX08BT_SAO-2-052.png b/images/ua15/EX08BT_SAO-2-052.png new file mode 100644 index 0000000..2012687 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-052.png differ diff --git a/images/ua15/EX08BT_SAO-2-053.png b/images/ua15/EX08BT_SAO-2-053.png new file mode 100644 index 0000000..f163cd9 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-053.png differ diff --git a/images/ua15/EX08BT_SAO-2-053_p1.png b/images/ua15/EX08BT_SAO-2-053_p1.png new file mode 100644 index 0000000..aceb350 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-053_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-054.png b/images/ua15/EX08BT_SAO-2-054.png new file mode 100644 index 0000000..977b731 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-054.png differ diff --git a/images/ua15/EX08BT_SAO-2-054_p1.png b/images/ua15/EX08BT_SAO-2-054_p1.png new file mode 100644 index 0000000..499cd82 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-054_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-055.png b/images/ua15/EX08BT_SAO-2-055.png new file mode 100644 index 0000000..540bf6f Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-055.png differ diff --git a/images/ua15/EX08BT_SAO-2-056.png b/images/ua15/EX08BT_SAO-2-056.png new file mode 100644 index 0000000..5f0479d Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-056.png differ diff --git a/images/ua15/EX08BT_SAO-2-057.png b/images/ua15/EX08BT_SAO-2-057.png new file mode 100644 index 0000000..ebec947 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-057.png differ diff --git a/images/ua15/EX08BT_SAO-2-058.png b/images/ua15/EX08BT_SAO-2-058.png new file mode 100644 index 0000000..426eea5 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-058.png differ diff --git a/images/ua15/EX08BT_SAO-2-059.png b/images/ua15/EX08BT_SAO-2-059.png new file mode 100644 index 0000000..cbdcce5 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-059.png differ diff --git a/images/ua15/EX08BT_SAO-2-060.png b/images/ua15/EX08BT_SAO-2-060.png new file mode 100644 index 0000000..6322d7a Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-060.png differ diff --git a/images/ua15/EX08BT_SAO-2-061.png b/images/ua15/EX08BT_SAO-2-061.png new file mode 100644 index 0000000..c039ab9 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-061.png differ diff --git a/images/ua15/EX08BT_SAO-2-062.png b/images/ua15/EX08BT_SAO-2-062.png new file mode 100644 index 0000000..2ce7213 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-062.png differ diff --git a/images/ua15/EX08BT_SAO-2-063.png b/images/ua15/EX08BT_SAO-2-063.png new file mode 100644 index 0000000..27e82a4 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-063.png differ diff --git a/images/ua15/EX08BT_SAO-2-063_p1.png b/images/ua15/EX08BT_SAO-2-063_p1.png new file mode 100644 index 0000000..7f2a42e Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-063_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-064.png b/images/ua15/EX08BT_SAO-2-064.png new file mode 100644 index 0000000..f1b0c44 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-064.png differ diff --git a/images/ua15/EX08BT_SAO-2-064_p1.png b/images/ua15/EX08BT_SAO-2-064_p1.png new file mode 100644 index 0000000..7495699 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-064_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-065.png b/images/ua15/EX08BT_SAO-2-065.png new file mode 100644 index 0000000..4df6f0b Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-065.png differ diff --git a/images/ua15/EX08BT_SAO-2-066.png b/images/ua15/EX08BT_SAO-2-066.png new file mode 100644 index 0000000..5187e76 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-066.png differ diff --git a/images/ua15/EX08BT_SAO-2-066_p1.png b/images/ua15/EX08BT_SAO-2-066_p1.png new file mode 100644 index 0000000..f6fce7f Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-066_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-067.png b/images/ua15/EX08BT_SAO-2-067.png new file mode 100644 index 0000000..655a573 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-067.png differ diff --git a/images/ua15/EX08BT_SAO-2-068.png b/images/ua15/EX08BT_SAO-2-068.png new file mode 100644 index 0000000..be64bf7 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-068.png differ diff --git a/images/ua15/EX08BT_SAO-2-068_p1.png b/images/ua15/EX08BT_SAO-2-068_p1.png new file mode 100644 index 0000000..2de5716 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-068_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-069.png b/images/ua15/EX08BT_SAO-2-069.png new file mode 100644 index 0000000..5c8abe5 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-069.png differ diff --git a/images/ua15/EX08BT_SAO-2-069_p1.png b/images/ua15/EX08BT_SAO-2-069_p1.png new file mode 100644 index 0000000..444f543 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-069_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-070.png b/images/ua15/EX08BT_SAO-2-070.png new file mode 100644 index 0000000..ceb543f Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-070.png differ diff --git a/images/ua15/EX08BT_SAO-2-071.png b/images/ua15/EX08BT_SAO-2-071.png new file mode 100644 index 0000000..43f4999 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-071.png differ diff --git a/images/ua15/EX08BT_SAO-2-072.png b/images/ua15/EX08BT_SAO-2-072.png new file mode 100644 index 0000000..7685785 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-072.png differ diff --git a/images/ua15/EX08BT_SAO-2-073.png b/images/ua15/EX08BT_SAO-2-073.png new file mode 100644 index 0000000..acfadec Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-073.png differ diff --git a/images/ua15/EX08BT_SAO-2-073_p1.png b/images/ua15/EX08BT_SAO-2-073_p1.png new file mode 100644 index 0000000..e9a0e40 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-073_p1.png differ diff --git a/images/ua15/EX08BT_SAO-2-074.png b/images/ua15/EX08BT_SAO-2-074.png new file mode 100644 index 0000000..043ef7c Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-074.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP01.png b/images/ua15/EX08BT_SAO-2-AP01.png new file mode 100644 index 0000000..729bed1 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP01.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP01_s.png b/images/ua15/EX08BT_SAO-2-AP01_s.png new file mode 100644 index 0000000..60b7a56 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP01_s.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP02.png b/images/ua15/EX08BT_SAO-2-AP02.png new file mode 100644 index 0000000..41f9c45 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP02.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP02_s.png b/images/ua15/EX08BT_SAO-2-AP02_s.png new file mode 100644 index 0000000..74b14f9 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP02_s.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP03.png b/images/ua15/EX08BT_SAO-2-AP03.png new file mode 100644 index 0000000..98b0f6b Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP03.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP03_s.png b/images/ua15/EX08BT_SAO-2-AP03_s.png new file mode 100644 index 0000000..600c30e Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP03_s.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP04.png b/images/ua15/EX08BT_SAO-2-AP04.png new file mode 100644 index 0000000..4fd3efd Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP04.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP05.png b/images/ua15/EX08BT_SAO-2-AP05.png new file mode 100644 index 0000000..55daf74 Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP05.png differ diff --git a/images/ua15/EX08BT_SAO-2-AP06.png b/images/ua15/EX08BT_SAO-2-AP06.png new file mode 100644 index 0000000..7e4ae3c Binary files /dev/null and b/images/ua15/EX08BT_SAO-2-AP06.png differ diff --git a/images/ua15/UA15BT_SAO-1-001.png b/images/ua15/UA15BT_SAO-1-001.png new file mode 100644 index 0000000..5d260fd Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-001.png differ diff --git a/images/ua15/UA15BT_SAO-1-002.png b/images/ua15/UA15BT_SAO-1-002.png new file mode 100644 index 0000000..2e05433 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-002.png differ diff --git a/images/ua15/UA15BT_SAO-1-003.png b/images/ua15/UA15BT_SAO-1-003.png new file mode 100644 index 0000000..8e00c86 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-003.png differ diff --git a/images/ua15/UA15BT_SAO-1-003_p1.png b/images/ua15/UA15BT_SAO-1-003_p1.png new file mode 100644 index 0000000..d98be1a Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-003_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-004.png b/images/ua15/UA15BT_SAO-1-004.png new file mode 100644 index 0000000..89e7c13 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-004.png differ diff --git a/images/ua15/UA15BT_SAO-1-005.png b/images/ua15/UA15BT_SAO-1-005.png new file mode 100644 index 0000000..78301b4 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-005.png differ diff --git a/images/ua15/UA15BT_SAO-1-006.png b/images/ua15/UA15BT_SAO-1-006.png new file mode 100644 index 0000000..585b64b Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-006.png differ diff --git a/images/ua15/UA15BT_SAO-1-006_p1.png b/images/ua15/UA15BT_SAO-1-006_p1.png new file mode 100644 index 0000000..b77b12c Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-006_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-007.png b/images/ua15/UA15BT_SAO-1-007.png new file mode 100644 index 0000000..6d3508f Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-007.png differ diff --git a/images/ua15/UA15BT_SAO-1-008.png b/images/ua15/UA15BT_SAO-1-008.png new file mode 100644 index 0000000..ce3d33b Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-008.png differ diff --git a/images/ua15/UA15BT_SAO-1-009.png b/images/ua15/UA15BT_SAO-1-009.png new file mode 100644 index 0000000..0558749 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-009.png differ diff --git a/images/ua15/UA15BT_SAO-1-009_p1.png b/images/ua15/UA15BT_SAO-1-009_p1.png new file mode 100644 index 0000000..1d236a0 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-009_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-010.png b/images/ua15/UA15BT_SAO-1-010.png new file mode 100644 index 0000000..6f92831 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-010.png differ diff --git a/images/ua15/UA15BT_SAO-1-011.png b/images/ua15/UA15BT_SAO-1-011.png new file mode 100644 index 0000000..7bba270 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-011.png differ diff --git a/images/ua15/UA15BT_SAO-1-012.png b/images/ua15/UA15BT_SAO-1-012.png new file mode 100644 index 0000000..b49e355 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-012.png differ diff --git a/images/ua15/UA15BT_SAO-1-012_p1.png b/images/ua15/UA15BT_SAO-1-012_p1.png new file mode 100644 index 0000000..824e169 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-012_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-013.png b/images/ua15/UA15BT_SAO-1-013.png new file mode 100644 index 0000000..c8586c9 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-013.png differ diff --git a/images/ua15/UA15BT_SAO-1-013_p1.png b/images/ua15/UA15BT_SAO-1-013_p1.png new file mode 100644 index 0000000..417aeb1 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-013_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-014.png b/images/ua15/UA15BT_SAO-1-014.png new file mode 100644 index 0000000..be14ffb Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-014.png differ diff --git a/images/ua15/UA15BT_SAO-1-015.png b/images/ua15/UA15BT_SAO-1-015.png new file mode 100644 index 0000000..d24683c Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-015.png differ diff --git a/images/ua15/UA15BT_SAO-1-016.png b/images/ua15/UA15BT_SAO-1-016.png new file mode 100644 index 0000000..6feac5f Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-016.png differ diff --git a/images/ua15/UA15BT_SAO-1-017.png b/images/ua15/UA15BT_SAO-1-017.png new file mode 100644 index 0000000..de96973 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-017.png differ diff --git a/images/ua15/UA15BT_SAO-1-018.png b/images/ua15/UA15BT_SAO-1-018.png new file mode 100644 index 0000000..439abaf Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-018.png differ diff --git a/images/ua15/UA15BT_SAO-1-018_p1.png b/images/ua15/UA15BT_SAO-1-018_p1.png new file mode 100644 index 0000000..3213e44 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-018_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-019.png b/images/ua15/UA15BT_SAO-1-019.png new file mode 100644 index 0000000..9b4f2c7 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-019.png differ diff --git a/images/ua15/UA15BT_SAO-1-020.png b/images/ua15/UA15BT_SAO-1-020.png new file mode 100644 index 0000000..6f4d13d Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-020.png differ diff --git a/images/ua15/UA15BT_SAO-1-021.png b/images/ua15/UA15BT_SAO-1-021.png new file mode 100644 index 0000000..5432493 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-021.png differ diff --git a/images/ua15/UA15BT_SAO-1-022.png b/images/ua15/UA15BT_SAO-1-022.png new file mode 100644 index 0000000..98b6a61 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-022.png differ diff --git a/images/ua15/UA15BT_SAO-1-022_p1.png b/images/ua15/UA15BT_SAO-1-022_p1.png new file mode 100644 index 0000000..4a62ee3 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-022_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-023.png b/images/ua15/UA15BT_SAO-1-023.png new file mode 100644 index 0000000..cdaa6bc Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-023.png differ diff --git a/images/ua15/UA15BT_SAO-1-024.png b/images/ua15/UA15BT_SAO-1-024.png new file mode 100644 index 0000000..b469941 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-024.png differ diff --git a/images/ua15/UA15BT_SAO-1-025.png b/images/ua15/UA15BT_SAO-1-025.png new file mode 100644 index 0000000..af26f89 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-025.png differ diff --git a/images/ua15/UA15BT_SAO-1-025_p1.png b/images/ua15/UA15BT_SAO-1-025_p1.png new file mode 100644 index 0000000..7d61a41 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-025_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-026.png b/images/ua15/UA15BT_SAO-1-026.png new file mode 100644 index 0000000..d3d51fc Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-026.png differ diff --git a/images/ua15/UA15BT_SAO-1-027.png b/images/ua15/UA15BT_SAO-1-027.png new file mode 100644 index 0000000..7ba48c8 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-027.png differ diff --git a/images/ua15/UA15BT_SAO-1-028.png b/images/ua15/UA15BT_SAO-1-028.png new file mode 100644 index 0000000..c7fdc22 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-028.png differ diff --git a/images/ua15/UA15BT_SAO-1-028_p1.png b/images/ua15/UA15BT_SAO-1-028_p1.png new file mode 100644 index 0000000..560401e Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-028_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-029.png b/images/ua15/UA15BT_SAO-1-029.png new file mode 100644 index 0000000..c045d83 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-029.png differ diff --git a/images/ua15/UA15BT_SAO-1-030.png b/images/ua15/UA15BT_SAO-1-030.png new file mode 100644 index 0000000..924d73b Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-030.png differ diff --git a/images/ua15/UA15BT_SAO-1-031.png b/images/ua15/UA15BT_SAO-1-031.png new file mode 100644 index 0000000..0cc28db Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-031.png differ diff --git a/images/ua15/UA15BT_SAO-1-032.png b/images/ua15/UA15BT_SAO-1-032.png new file mode 100644 index 0000000..be7be7e Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-032.png differ diff --git a/images/ua15/UA15BT_SAO-1-033.png b/images/ua15/UA15BT_SAO-1-033.png new file mode 100644 index 0000000..c16f558 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-033.png differ diff --git a/images/ua15/UA15BT_SAO-1-034.png b/images/ua15/UA15BT_SAO-1-034.png new file mode 100644 index 0000000..f4eb3a4 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-034.png differ diff --git a/images/ua15/UA15BT_SAO-1-035.png b/images/ua15/UA15BT_SAO-1-035.png new file mode 100644 index 0000000..6fab556 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-035.png differ diff --git a/images/ua15/UA15BT_SAO-1-036.png b/images/ua15/UA15BT_SAO-1-036.png new file mode 100644 index 0000000..ad63ad0 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-036.png differ diff --git a/images/ua15/UA15BT_SAO-1-036_p1.png b/images/ua15/UA15BT_SAO-1-036_p1.png new file mode 100644 index 0000000..21980bb Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-036_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-037.png b/images/ua15/UA15BT_SAO-1-037.png new file mode 100644 index 0000000..38172dd Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-037.png differ diff --git a/images/ua15/UA15BT_SAO-1-037_p1.png b/images/ua15/UA15BT_SAO-1-037_p1.png new file mode 100644 index 0000000..0ceefaf Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-037_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-037_p2.png b/images/ua15/UA15BT_SAO-1-037_p2.png new file mode 100644 index 0000000..d7f6817 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-037_p2.png differ diff --git a/images/ua15/UA15BT_SAO-1-038.png b/images/ua15/UA15BT_SAO-1-038.png new file mode 100644 index 0000000..b5e2e3e Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-038.png differ diff --git a/images/ua15/UA15BT_SAO-1-039.png b/images/ua15/UA15BT_SAO-1-039.png new file mode 100644 index 0000000..252d1ff Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-039.png differ diff --git a/images/ua15/UA15BT_SAO-1-040.png b/images/ua15/UA15BT_SAO-1-040.png new file mode 100644 index 0000000..0dc0908 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-040.png differ diff --git a/images/ua15/UA15BT_SAO-1-041.png b/images/ua15/UA15BT_SAO-1-041.png new file mode 100644 index 0000000..bab6f0b Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-041.png differ diff --git a/images/ua15/UA15BT_SAO-1-041_p1.png b/images/ua15/UA15BT_SAO-1-041_p1.png new file mode 100644 index 0000000..f79bd0e Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-041_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-041_p2.png b/images/ua15/UA15BT_SAO-1-041_p2.png new file mode 100644 index 0000000..2e1c0b1 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-041_p2.png differ diff --git a/images/ua15/UA15BT_SAO-1-042.png b/images/ua15/UA15BT_SAO-1-042.png new file mode 100644 index 0000000..f698d48 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-042.png differ diff --git a/images/ua15/UA15BT_SAO-1-043.png b/images/ua15/UA15BT_SAO-1-043.png new file mode 100644 index 0000000..17d7124 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-043.png differ diff --git a/images/ua15/UA15BT_SAO-1-043_p1.png b/images/ua15/UA15BT_SAO-1-043_p1.png new file mode 100644 index 0000000..d411f95 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-043_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-044.png b/images/ua15/UA15BT_SAO-1-044.png new file mode 100644 index 0000000..409aee6 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-044.png differ diff --git a/images/ua15/UA15BT_SAO-1-045.png b/images/ua15/UA15BT_SAO-1-045.png new file mode 100644 index 0000000..9ad21a5 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-045.png differ diff --git a/images/ua15/UA15BT_SAO-1-046.png b/images/ua15/UA15BT_SAO-1-046.png new file mode 100644 index 0000000..fc9ab99 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-046.png differ diff --git a/images/ua15/UA15BT_SAO-1-047.png b/images/ua15/UA15BT_SAO-1-047.png new file mode 100644 index 0000000..b8458f8 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-047.png differ diff --git a/images/ua15/UA15BT_SAO-1-048.png b/images/ua15/UA15BT_SAO-1-048.png new file mode 100644 index 0000000..85360e3 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-048.png differ diff --git a/images/ua15/UA15BT_SAO-1-048_p1.png b/images/ua15/UA15BT_SAO-1-048_p1.png new file mode 100644 index 0000000..8185aec Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-048_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-049.png b/images/ua15/UA15BT_SAO-1-049.png new file mode 100644 index 0000000..ac0dff1 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-049.png differ diff --git a/images/ua15/UA15BT_SAO-1-049_p1.png b/images/ua15/UA15BT_SAO-1-049_p1.png new file mode 100644 index 0000000..c9e6836 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-049_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-050.png b/images/ua15/UA15BT_SAO-1-050.png new file mode 100644 index 0000000..c366853 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-050.png differ diff --git a/images/ua15/UA15BT_SAO-1-051.png b/images/ua15/UA15BT_SAO-1-051.png new file mode 100644 index 0000000..c72086a Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-051.png differ diff --git a/images/ua15/UA15BT_SAO-1-052.png b/images/ua15/UA15BT_SAO-1-052.png new file mode 100644 index 0000000..cffe0eb Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-052.png differ diff --git a/images/ua15/UA15BT_SAO-1-053.png b/images/ua15/UA15BT_SAO-1-053.png new file mode 100644 index 0000000..46832d6 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-053.png differ diff --git a/images/ua15/UA15BT_SAO-1-053_p1.png b/images/ua15/UA15BT_SAO-1-053_p1.png new file mode 100644 index 0000000..93bc130 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-053_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-054.png b/images/ua15/UA15BT_SAO-1-054.png new file mode 100644 index 0000000..bbcb86f Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-054.png differ diff --git a/images/ua15/UA15BT_SAO-1-055.png b/images/ua15/UA15BT_SAO-1-055.png new file mode 100644 index 0000000..a8c9f39 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-055.png differ diff --git a/images/ua15/UA15BT_SAO-1-056.png b/images/ua15/UA15BT_SAO-1-056.png new file mode 100644 index 0000000..52580ce Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-056.png differ diff --git a/images/ua15/UA15BT_SAO-1-056_p1.png b/images/ua15/UA15BT_SAO-1-056_p1.png new file mode 100644 index 0000000..6dc4582 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-056_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-057.png b/images/ua15/UA15BT_SAO-1-057.png new file mode 100644 index 0000000..fcc38bf Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-057.png differ diff --git a/images/ua15/UA15BT_SAO-1-058.png b/images/ua15/UA15BT_SAO-1-058.png new file mode 100644 index 0000000..1fc7cbe Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-058.png differ diff --git a/images/ua15/UA15BT_SAO-1-059.png b/images/ua15/UA15BT_SAO-1-059.png new file mode 100644 index 0000000..f575db8 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-059.png differ diff --git a/images/ua15/UA15BT_SAO-1-059_p1.png b/images/ua15/UA15BT_SAO-1-059_p1.png new file mode 100644 index 0000000..001903e Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-059_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-060.png b/images/ua15/UA15BT_SAO-1-060.png new file mode 100644 index 0000000..599a05d Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-060.png differ diff --git a/images/ua15/UA15BT_SAO-1-060_p1.png b/images/ua15/UA15BT_SAO-1-060_p1.png new file mode 100644 index 0000000..649ff94 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-060_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-061.png b/images/ua15/UA15BT_SAO-1-061.png new file mode 100644 index 0000000..e1a4dd2 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-061.png differ diff --git a/images/ua15/UA15BT_SAO-1-062.png b/images/ua15/UA15BT_SAO-1-062.png new file mode 100644 index 0000000..804ef59 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-062.png differ diff --git a/images/ua15/UA15BT_SAO-1-063.png b/images/ua15/UA15BT_SAO-1-063.png new file mode 100644 index 0000000..fc8fdfb Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-063.png differ diff --git a/images/ua15/UA15BT_SAO-1-064.png b/images/ua15/UA15BT_SAO-1-064.png new file mode 100644 index 0000000..e500494 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-064.png differ diff --git a/images/ua15/UA15BT_SAO-1-065.png b/images/ua15/UA15BT_SAO-1-065.png new file mode 100644 index 0000000..80be0aa Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-065.png differ diff --git a/images/ua15/UA15BT_SAO-1-066.png b/images/ua15/UA15BT_SAO-1-066.png new file mode 100644 index 0000000..a373921 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-066.png differ diff --git a/images/ua15/UA15BT_SAO-1-067.png b/images/ua15/UA15BT_SAO-1-067.png new file mode 100644 index 0000000..b01c2a7 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-067.png differ diff --git a/images/ua15/UA15BT_SAO-1-068.png b/images/ua15/UA15BT_SAO-1-068.png new file mode 100644 index 0000000..b5bab5e Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-068.png differ diff --git a/images/ua15/UA15BT_SAO-1-069.png b/images/ua15/UA15BT_SAO-1-069.png new file mode 100644 index 0000000..03dcde1 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-069.png differ diff --git a/images/ua15/UA15BT_SAO-1-070.png b/images/ua15/UA15BT_SAO-1-070.png new file mode 100644 index 0000000..85fd6f7 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-070.png differ diff --git a/images/ua15/UA15BT_SAO-1-071.png b/images/ua15/UA15BT_SAO-1-071.png new file mode 100644 index 0000000..36ad0db Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-071.png differ diff --git a/images/ua15/UA15BT_SAO-1-071_p1.png b/images/ua15/UA15BT_SAO-1-071_p1.png new file mode 100644 index 0000000..dd68a7d Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-071_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-072.png b/images/ua15/UA15BT_SAO-1-072.png new file mode 100644 index 0000000..c56ef5c Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-072.png differ diff --git a/images/ua15/UA15BT_SAO-1-073.png b/images/ua15/UA15BT_SAO-1-073.png new file mode 100644 index 0000000..a441c24 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-073.png differ diff --git a/images/ua15/UA15BT_SAO-1-074.png b/images/ua15/UA15BT_SAO-1-074.png new file mode 100644 index 0000000..e3c2812 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-074.png differ diff --git a/images/ua15/UA15BT_SAO-1-074_p1.png b/images/ua15/UA15BT_SAO-1-074_p1.png new file mode 100644 index 0000000..196635f Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-074_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-075.png b/images/ua15/UA15BT_SAO-1-075.png new file mode 100644 index 0000000..64a6385 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-075.png differ diff --git a/images/ua15/UA15BT_SAO-1-075_p1.png b/images/ua15/UA15BT_SAO-1-075_p1.png new file mode 100644 index 0000000..1c248a9 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-075_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-076.png b/images/ua15/UA15BT_SAO-1-076.png new file mode 100644 index 0000000..04f7f0a Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-076.png differ diff --git a/images/ua15/UA15BT_SAO-1-077.png b/images/ua15/UA15BT_SAO-1-077.png new file mode 100644 index 0000000..819e213 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-077.png differ diff --git a/images/ua15/UA15BT_SAO-1-078.png b/images/ua15/UA15BT_SAO-1-078.png new file mode 100644 index 0000000..1f6d3ca Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-078.png differ diff --git a/images/ua15/UA15BT_SAO-1-079.png b/images/ua15/UA15BT_SAO-1-079.png new file mode 100644 index 0000000..040f18d Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-079.png differ diff --git a/images/ua15/UA15BT_SAO-1-080.png b/images/ua15/UA15BT_SAO-1-080.png new file mode 100644 index 0000000..0d04f94 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-080.png differ diff --git a/images/ua15/UA15BT_SAO-1-080_p1.png b/images/ua15/UA15BT_SAO-1-080_p1.png new file mode 100644 index 0000000..4168c14 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-080_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-081.png b/images/ua15/UA15BT_SAO-1-081.png new file mode 100644 index 0000000..71f1559 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-081.png differ diff --git a/images/ua15/UA15BT_SAO-1-081_p1.png b/images/ua15/UA15BT_SAO-1-081_p1.png new file mode 100644 index 0000000..6cadeff Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-081_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-082.png b/images/ua15/UA15BT_SAO-1-082.png new file mode 100644 index 0000000..6e9b2dc Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-082.png differ diff --git a/images/ua15/UA15BT_SAO-1-083.png b/images/ua15/UA15BT_SAO-1-083.png new file mode 100644 index 0000000..0feb42c Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-083.png differ diff --git a/images/ua15/UA15BT_SAO-1-083_p1.png b/images/ua15/UA15BT_SAO-1-083_p1.png new file mode 100644 index 0000000..b9b9509 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-083_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-084.png b/images/ua15/UA15BT_SAO-1-084.png new file mode 100644 index 0000000..cf79e90 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-084.png differ diff --git a/images/ua15/UA15BT_SAO-1-085.png b/images/ua15/UA15BT_SAO-1-085.png new file mode 100644 index 0000000..c2a2674 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-085.png differ diff --git a/images/ua15/UA15BT_SAO-1-086.png b/images/ua15/UA15BT_SAO-1-086.png new file mode 100644 index 0000000..1bc5fd3 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-086.png differ diff --git a/images/ua15/UA15BT_SAO-1-087.png b/images/ua15/UA15BT_SAO-1-087.png new file mode 100644 index 0000000..a3cfae2 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-087.png differ diff --git a/images/ua15/UA15BT_SAO-1-087_p1.png b/images/ua15/UA15BT_SAO-1-087_p1.png new file mode 100644 index 0000000..77ca274 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-087_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-088.png b/images/ua15/UA15BT_SAO-1-088.png new file mode 100644 index 0000000..d6de825 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-088.png differ diff --git a/images/ua15/UA15BT_SAO-1-089.png b/images/ua15/UA15BT_SAO-1-089.png new file mode 100644 index 0000000..ae9ac4d Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-089.png differ diff --git a/images/ua15/UA15BT_SAO-1-090.png b/images/ua15/UA15BT_SAO-1-090.png new file mode 100644 index 0000000..4a0eab5 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-090.png differ diff --git a/images/ua15/UA15BT_SAO-1-090_p1.png b/images/ua15/UA15BT_SAO-1-090_p1.png new file mode 100644 index 0000000..a9d941d Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-090_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-091.png b/images/ua15/UA15BT_SAO-1-091.png new file mode 100644 index 0000000..e8691cc Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-091.png differ diff --git a/images/ua15/UA15BT_SAO-1-091_p1.png b/images/ua15/UA15BT_SAO-1-091_p1.png new file mode 100644 index 0000000..8404803 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-091_p1.png differ diff --git a/images/ua15/UA15BT_SAO-1-092.png b/images/ua15/UA15BT_SAO-1-092.png new file mode 100644 index 0000000..0495c74 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-092.png differ diff --git a/images/ua15/UA15BT_SAO-1-093.png b/images/ua15/UA15BT_SAO-1-093.png new file mode 100644 index 0000000..be6d5ce Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-093.png differ diff --git a/images/ua15/UA15BT_SAO-1-094.png b/images/ua15/UA15BT_SAO-1-094.png new file mode 100644 index 0000000..5c114fe Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-094.png differ diff --git a/images/ua15/UA15BT_SAO-1-095.png b/images/ua15/UA15BT_SAO-1-095.png new file mode 100644 index 0000000..f8b1d0d Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-095.png differ diff --git a/images/ua15/UA15BT_SAO-1-096.png b/images/ua15/UA15BT_SAO-1-096.png new file mode 100644 index 0000000..5142306 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-096.png differ diff --git a/images/ua15/UA15BT_SAO-1-097.png b/images/ua15/UA15BT_SAO-1-097.png new file mode 100644 index 0000000..e74020c Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-097.png differ diff --git a/images/ua15/UA15BT_SAO-1-098.png b/images/ua15/UA15BT_SAO-1-098.png new file mode 100644 index 0000000..cd57e48 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-098.png differ diff --git a/images/ua15/UA15BT_SAO-1-099.png b/images/ua15/UA15BT_SAO-1-099.png new file mode 100644 index 0000000..2b1d91d Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-099.png differ diff --git a/images/ua15/UA15BT_SAO-1-100.png b/images/ua15/UA15BT_SAO-1-100.png new file mode 100644 index 0000000..87aa6ed Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-100.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP01.png b/images/ua15/UA15BT_SAO-1-AP01.png new file mode 100644 index 0000000..7704006 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP01.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP01★.png b/images/ua15/UA15BT_SAO-1-AP01★.png new file mode 100644 index 0000000..f1338fe Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP01★.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP02.png b/images/ua15/UA15BT_SAO-1-AP02.png new file mode 100644 index 0000000..58c841c Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP02.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP02★.png b/images/ua15/UA15BT_SAO-1-AP02★.png new file mode 100644 index 0000000..677419f Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP02★.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP03.png b/images/ua15/UA15BT_SAO-1-AP03.png new file mode 100644 index 0000000..1758909 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP03.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP04.png b/images/ua15/UA15BT_SAO-1-AP04.png new file mode 100644 index 0000000..c6c41a8 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP04.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP05.png b/images/ua15/UA15BT_SAO-1-AP05.png new file mode 100644 index 0000000..9cbe77a Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP05.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP06.png b/images/ua15/UA15BT_SAO-1-AP06.png new file mode 100644 index 0000000..af1318c Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP06.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP07.png b/images/ua15/UA15BT_SAO-1-AP07.png new file mode 100644 index 0000000..d66ab08 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP07.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP08.png b/images/ua15/UA15BT_SAO-1-AP08.png new file mode 100644 index 0000000..c0eb443 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP08.png differ diff --git a/images/ua15/UA15BT_SAO-1-AP09.png b/images/ua15/UA15BT_SAO-1-AP09.png new file mode 100644 index 0000000..d45c452 Binary files /dev/null and b/images/ua15/UA15BT_SAO-1-AP09.png differ diff --git a/images/ua15/UA15ST_SAO-1-036.png b/images/ua15/UA15ST_SAO-1-036.png new file mode 100644 index 0000000..c3edc8f Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-036.png differ diff --git a/images/ua15/UA15ST_SAO-1-038.png b/images/ua15/UA15ST_SAO-1-038.png new file mode 100644 index 0000000..3f954c2 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-038.png differ diff --git a/images/ua15/UA15ST_SAO-1-039.png b/images/ua15/UA15ST_SAO-1-039.png new file mode 100644 index 0000000..3f51d9b Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-039.png differ diff --git a/images/ua15/UA15ST_SAO-1-042.png b/images/ua15/UA15ST_SAO-1-042.png new file mode 100644 index 0000000..8c7a711 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-042.png differ diff --git a/images/ua15/UA15ST_SAO-1-045.png b/images/ua15/UA15ST_SAO-1-045.png new file mode 100644 index 0000000..165925d Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-045.png differ diff --git a/images/ua15/UA15ST_SAO-1-046.png b/images/ua15/UA15ST_SAO-1-046.png new file mode 100644 index 0000000..8531f17 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-046.png differ diff --git a/images/ua15/UA15ST_SAO-1-047.png b/images/ua15/UA15ST_SAO-1-047.png new file mode 100644 index 0000000..3399880 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-047.png differ diff --git a/images/ua15/UA15ST_SAO-1-063.png b/images/ua15/UA15ST_SAO-1-063.png new file mode 100644 index 0000000..f21c171 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-063.png differ diff --git a/images/ua15/UA15ST_SAO-1-065.png b/images/ua15/UA15ST_SAO-1-065.png new file mode 100644 index 0000000..4aae6d5 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-065.png differ diff --git a/images/ua15/UA15ST_SAO-1-101.png b/images/ua15/UA15ST_SAO-1-101.png new file mode 100644 index 0000000..75deb9f Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-101.png differ diff --git a/images/ua15/UA15ST_SAO-1-102.png b/images/ua15/UA15ST_SAO-1-102.png new file mode 100644 index 0000000..7ac0517 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-102.png differ diff --git a/images/ua15/UA15ST_SAO-1-103.png b/images/ua15/UA15ST_SAO-1-103.png new file mode 100644 index 0000000..80649a6 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-103.png differ diff --git a/images/ua15/UA15ST_SAO-1-104.png b/images/ua15/UA15ST_SAO-1-104.png new file mode 100644 index 0000000..1b1f019 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-104.png differ diff --git a/images/ua15/UA15ST_SAO-1-105.png b/images/ua15/UA15ST_SAO-1-105.png new file mode 100644 index 0000000..7cbc585 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-105.png differ diff --git a/images/ua15/UA15ST_SAO-1-106.png b/images/ua15/UA15ST_SAO-1-106.png new file mode 100644 index 0000000..2c61c66 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-106.png differ diff --git a/images/ua15/UA15ST_SAO-1-107.png b/images/ua15/UA15ST_SAO-1-107.png new file mode 100644 index 0000000..46a358c Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-107.png differ diff --git a/images/ua15/UA15ST_SAO-1-108.png b/images/ua15/UA15ST_SAO-1-108.png new file mode 100644 index 0000000..3c54828 Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-108.png differ diff --git a/images/ua15/UA15ST_SAO-1-109.png b/images/ua15/UA15ST_SAO-1-109.png new file mode 100644 index 0000000..15f30ad Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-109.png differ diff --git a/images/ua15/UA15ST_SAO-1-AP01.png b/images/ua15/UA15ST_SAO-1-AP01.png new file mode 100644 index 0000000..3c86d7f Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-AP01.png differ diff --git a/images/ua15/UA15ST_SAO-1-AP02.png b/images/ua15/UA15ST_SAO-1-AP02.png new file mode 100644 index 0000000..c02906c Binary files /dev/null and b/images/ua15/UA15ST_SAO-1-AP02.png differ diff --git a/images/ua15/UAPB_SAO-AP01.png b/images/ua15/UAPB_SAO-AP01.png new file mode 100644 index 0000000..93a6feb Binary files /dev/null and b/images/ua15/UAPB_SAO-AP01.png differ diff --git a/images/ua15/UAPR_SAO-1-036.png b/images/ua15/UAPR_SAO-1-036.png new file mode 100644 index 0000000..ede7a1c Binary files /dev/null and b/images/ua15/UAPR_SAO-1-036.png differ diff --git a/images/ua15/UAPR_SAO-1-041.png b/images/ua15/UAPR_SAO-1-041.png new file mode 100644 index 0000000..710ede4 Binary files /dev/null and b/images/ua15/UAPR_SAO-1-041.png differ diff --git a/images/ua15/UAPR_SAO-1-041_p1.png b/images/ua15/UAPR_SAO-1-041_p1.png new file mode 100644 index 0000000..e984467 Binary files /dev/null and b/images/ua15/UAPR_SAO-1-041_p1.png differ diff --git a/images/ua15/UAPR_SAO-1-089.png b/images/ua15/UAPR_SAO-1-089.png new file mode 100644 index 0000000..714007f Binary files /dev/null and b/images/ua15/UAPR_SAO-1-089.png differ diff --git a/images/ua15/UAPR_SAO-1-091.png b/images/ua15/UAPR_SAO-1-091.png new file mode 100644 index 0000000..b7220a1 Binary files /dev/null and b/images/ua15/UAPR_SAO-1-091.png differ diff --git a/images/ua15/UAPR_SAO-1-091_p1.png b/images/ua15/UAPR_SAO-1-091_p1.png new file mode 100644 index 0000000..66b8567 Binary files /dev/null and b/images/ua15/UAPR_SAO-1-091_p1.png differ diff --git a/images/ua15/UAPR_SAO-1-101.png b/images/ua15/UAPR_SAO-1-101.png new file mode 100644 index 0000000..5f218cc Binary files /dev/null and b/images/ua15/UAPR_SAO-1-101.png differ diff --git a/images/ua15/UAPR_SAO-1-103.png b/images/ua15/UAPR_SAO-1-103.png new file mode 100644 index 0000000..f4faf25 Binary files /dev/null and b/images/ua15/UAPR_SAO-1-103.png differ diff --git a/images/ua15/UAPR_SAO-1-104.png b/images/ua15/UAPR_SAO-1-104.png new file mode 100644 index 0000000..694e80e Binary files /dev/null and b/images/ua15/UAPR_SAO-1-104.png differ diff --git a/images/ua15/UAPR_SAO-2-041.png b/images/ua15/UAPR_SAO-2-041.png new file mode 100644 index 0000000..224e3a9 Binary files /dev/null and b/images/ua15/UAPR_SAO-2-041.png differ diff --git a/images/ua15/UAPR_SAO-2-042.png b/images/ua15/UAPR_SAO-2-042.png new file mode 100644 index 0000000..69fe9df Binary files /dev/null and b/images/ua15/UAPR_SAO-2-042.png differ diff --git a/images/ua15/UAPR_SAO-2-042_p1.png b/images/ua15/UAPR_SAO-2-042_p1.png new file mode 100644 index 0000000..50a72a5 Binary files /dev/null and b/images/ua15/UAPR_SAO-2-042_p1.png differ diff --git a/images/ua15/UAPR_SAO-2-052.png b/images/ua15/UAPR_SAO-2-052.png new file mode 100644 index 0000000..99f140c Binary files /dev/null and b/images/ua15/UAPR_SAO-2-052.png differ diff --git a/images/ua15/UAPR_SAO-AP02.png b/images/ua15/UAPR_SAO-AP02.png new file mode 100644 index 0000000..710d872 Binary files /dev/null and b/images/ua15/UAPR_SAO-AP02.png differ diff --git a/images/ua15/UAPR_SAO-AP03.png b/images/ua15/UAPR_SAO-AP03.png new file mode 100644 index 0000000..67f7b32 Binary files /dev/null and b/images/ua15/UAPR_SAO-AP03.png differ diff --git a/images/ua15/UAPR_SAO-P-001.png b/images/ua15/UAPR_SAO-P-001.png new file mode 100644 index 0000000..00b5e37 Binary files /dev/null and b/images/ua15/UAPR_SAO-P-001.png differ diff --git a/images/ua16/UA16BT_SYN-1-001.png b/images/ua16/UA16BT_SYN-1-001.png new file mode 100644 index 0000000..ab66e26 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-001.png differ diff --git a/images/ua16/UA16BT_SYN-1-002.png b/images/ua16/UA16BT_SYN-1-002.png new file mode 100644 index 0000000..0b871ec Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-002.png differ diff --git a/images/ua16/UA16BT_SYN-1-003.png b/images/ua16/UA16BT_SYN-1-003.png new file mode 100644 index 0000000..5f38300 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-003.png differ diff --git a/images/ua16/UA16BT_SYN-1-003_p1.png b/images/ua16/UA16BT_SYN-1-003_p1.png new file mode 100644 index 0000000..0e77ac7 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-003_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-003_p2.png b/images/ua16/UA16BT_SYN-1-003_p2.png new file mode 100644 index 0000000..2920b73 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-003_p2.png differ diff --git a/images/ua16/UA16BT_SYN-1-004.png b/images/ua16/UA16BT_SYN-1-004.png new file mode 100644 index 0000000..6f399e7 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-004.png differ diff --git a/images/ua16/UA16BT_SYN-1-005.png b/images/ua16/UA16BT_SYN-1-005.png new file mode 100644 index 0000000..30a6eab Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-005.png differ diff --git a/images/ua16/UA16BT_SYN-1-006.png b/images/ua16/UA16BT_SYN-1-006.png new file mode 100644 index 0000000..f1903cc Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-006.png differ diff --git a/images/ua16/UA16BT_SYN-1-007.png b/images/ua16/UA16BT_SYN-1-007.png new file mode 100644 index 0000000..e26ce20 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-007.png differ diff --git a/images/ua16/UA16BT_SYN-1-007_p1.png b/images/ua16/UA16BT_SYN-1-007_p1.png new file mode 100644 index 0000000..c8bcab1 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-007_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-008.png b/images/ua16/UA16BT_SYN-1-008.png new file mode 100644 index 0000000..d16dc8f Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-008.png differ diff --git a/images/ua16/UA16BT_SYN-1-008_p1.png b/images/ua16/UA16BT_SYN-1-008_p1.png new file mode 100644 index 0000000..4f4f21a Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-008_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-009.png b/images/ua16/UA16BT_SYN-1-009.png new file mode 100644 index 0000000..1ae3a06 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-009.png differ diff --git a/images/ua16/UA16BT_SYN-1-010.png b/images/ua16/UA16BT_SYN-1-010.png new file mode 100644 index 0000000..63b17c5 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-010.png differ diff --git a/images/ua16/UA16BT_SYN-1-011.png b/images/ua16/UA16BT_SYN-1-011.png new file mode 100644 index 0000000..9b2c56b Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-011.png differ diff --git a/images/ua16/UA16BT_SYN-1-011_p1.png b/images/ua16/UA16BT_SYN-1-011_p1.png new file mode 100644 index 0000000..62b6175 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-011_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-012.png b/images/ua16/UA16BT_SYN-1-012.png new file mode 100644 index 0000000..011c4d9 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-012.png differ diff --git a/images/ua16/UA16BT_SYN-1-012_p1.png b/images/ua16/UA16BT_SYN-1-012_p1.png new file mode 100644 index 0000000..fa9f50f Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-012_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-013.png b/images/ua16/UA16BT_SYN-1-013.png new file mode 100644 index 0000000..6f6132e Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-013.png differ diff --git a/images/ua16/UA16BT_SYN-1-014.png b/images/ua16/UA16BT_SYN-1-014.png new file mode 100644 index 0000000..b5267f6 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-014.png differ diff --git a/images/ua16/UA16BT_SYN-1-015.png b/images/ua16/UA16BT_SYN-1-015.png new file mode 100644 index 0000000..470b37f Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-015.png differ diff --git a/images/ua16/UA16BT_SYN-1-015_p1.png b/images/ua16/UA16BT_SYN-1-015_p1.png new file mode 100644 index 0000000..92383bb Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-015_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-016.png b/images/ua16/UA16BT_SYN-1-016.png new file mode 100644 index 0000000..c666070 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-016.png differ diff --git a/images/ua16/UA16BT_SYN-1-016_p1.png b/images/ua16/UA16BT_SYN-1-016_p1.png new file mode 100644 index 0000000..c315bda Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-016_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-017.png b/images/ua16/UA16BT_SYN-1-017.png new file mode 100644 index 0000000..9b4f4f0 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-017.png differ diff --git a/images/ua16/UA16BT_SYN-1-018.png b/images/ua16/UA16BT_SYN-1-018.png new file mode 100644 index 0000000..18c0401 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-018.png differ diff --git a/images/ua16/UA16BT_SYN-1-018_p1.png b/images/ua16/UA16BT_SYN-1-018_p1.png new file mode 100644 index 0000000..9fb16a1 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-018_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-019.png b/images/ua16/UA16BT_SYN-1-019.png new file mode 100644 index 0000000..8546ccc Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-019.png differ diff --git a/images/ua16/UA16BT_SYN-1-020.png b/images/ua16/UA16BT_SYN-1-020.png new file mode 100644 index 0000000..edad7a9 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-020.png differ diff --git a/images/ua16/UA16BT_SYN-1-021.png b/images/ua16/UA16BT_SYN-1-021.png new file mode 100644 index 0000000..4bce5ec Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-021.png differ diff --git a/images/ua16/UA16BT_SYN-1-022.png b/images/ua16/UA16BT_SYN-1-022.png new file mode 100644 index 0000000..b41ed5e Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-022.png differ diff --git a/images/ua16/UA16BT_SYN-1-023.png b/images/ua16/UA16BT_SYN-1-023.png new file mode 100644 index 0000000..4d2fcdf Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-023.png differ diff --git a/images/ua16/UA16BT_SYN-1-023_p1.png b/images/ua16/UA16BT_SYN-1-023_p1.png new file mode 100644 index 0000000..663ef9b Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-023_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-024.png b/images/ua16/UA16BT_SYN-1-024.png new file mode 100644 index 0000000..128f581 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-024.png differ diff --git a/images/ua16/UA16BT_SYN-1-025.png b/images/ua16/UA16BT_SYN-1-025.png new file mode 100644 index 0000000..18cbec0 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-025.png differ diff --git a/images/ua16/UA16BT_SYN-1-026.png b/images/ua16/UA16BT_SYN-1-026.png new file mode 100644 index 0000000..13679f8 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-026.png differ diff --git a/images/ua16/UA16BT_SYN-1-027.png b/images/ua16/UA16BT_SYN-1-027.png new file mode 100644 index 0000000..fd52afa Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-027.png differ diff --git a/images/ua16/UA16BT_SYN-1-028.png b/images/ua16/UA16BT_SYN-1-028.png new file mode 100644 index 0000000..72ecf74 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-028.png differ diff --git a/images/ua16/UA16BT_SYN-1-029.png b/images/ua16/UA16BT_SYN-1-029.png new file mode 100644 index 0000000..930f2ce Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-029.png differ diff --git a/images/ua16/UA16BT_SYN-1-030.png b/images/ua16/UA16BT_SYN-1-030.png new file mode 100644 index 0000000..264a4ec Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-030.png differ diff --git a/images/ua16/UA16BT_SYN-1-031.png b/images/ua16/UA16BT_SYN-1-031.png new file mode 100644 index 0000000..005a0ba Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-031.png differ diff --git a/images/ua16/UA16BT_SYN-1-032.png b/images/ua16/UA16BT_SYN-1-032.png new file mode 100644 index 0000000..2525339 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-032.png differ diff --git a/images/ua16/UA16BT_SYN-1-033.png b/images/ua16/UA16BT_SYN-1-033.png new file mode 100644 index 0000000..a53ef99 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-033.png differ diff --git a/images/ua16/UA16BT_SYN-1-034.png b/images/ua16/UA16BT_SYN-1-034.png new file mode 100644 index 0000000..e691457 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-034.png differ diff --git a/images/ua16/UA16BT_SYN-1-035.png b/images/ua16/UA16BT_SYN-1-035.png new file mode 100644 index 0000000..a5716d1 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-035.png differ diff --git a/images/ua16/UA16BT_SYN-1-036.png b/images/ua16/UA16BT_SYN-1-036.png new file mode 100644 index 0000000..af91afb Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-036.png differ diff --git a/images/ua16/UA16BT_SYN-1-037.png b/images/ua16/UA16BT_SYN-1-037.png new file mode 100644 index 0000000..4befa14 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-037.png differ diff --git a/images/ua16/UA16BT_SYN-1-038.png b/images/ua16/UA16BT_SYN-1-038.png new file mode 100644 index 0000000..5f4438b Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-038.png differ diff --git a/images/ua16/UA16BT_SYN-1-039.png b/images/ua16/UA16BT_SYN-1-039.png new file mode 100644 index 0000000..563a252 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-039.png differ diff --git a/images/ua16/UA16BT_SYN-1-039_p1.png b/images/ua16/UA16BT_SYN-1-039_p1.png new file mode 100644 index 0000000..1f477c4 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-039_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-040.png b/images/ua16/UA16BT_SYN-1-040.png new file mode 100644 index 0000000..5d7e5b4 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-040.png differ diff --git a/images/ua16/UA16BT_SYN-1-041.png b/images/ua16/UA16BT_SYN-1-041.png new file mode 100644 index 0000000..34a3083 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-041.png differ diff --git a/images/ua16/UA16BT_SYN-1-042-1.png b/images/ua16/UA16BT_SYN-1-042-1.png new file mode 100644 index 0000000..a331027 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-042-1.png differ diff --git a/images/ua16/UA16BT_SYN-1-042.png b/images/ua16/UA16BT_SYN-1-042.png new file mode 100644 index 0000000..a331027 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-042.png differ diff --git a/images/ua16/UA16BT_SYN-1-043.png b/images/ua16/UA16BT_SYN-1-043.png new file mode 100644 index 0000000..e94e98a Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-043.png differ diff --git a/images/ua16/UA16BT_SYN-1-043_p1.png b/images/ua16/UA16BT_SYN-1-043_p1.png new file mode 100644 index 0000000..9a0b366 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-043_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-044.png b/images/ua16/UA16BT_SYN-1-044.png new file mode 100644 index 0000000..8b0919e Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-044.png differ diff --git a/images/ua16/UA16BT_SYN-1-045.png b/images/ua16/UA16BT_SYN-1-045.png new file mode 100644 index 0000000..1b72ac3 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-045.png differ diff --git a/images/ua16/UA16BT_SYN-1-045_p1.png b/images/ua16/UA16BT_SYN-1-045_p1.png new file mode 100644 index 0000000..2e82e83 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-045_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-046.png b/images/ua16/UA16BT_SYN-1-046.png new file mode 100644 index 0000000..232ee94 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-046.png differ diff --git a/images/ua16/UA16BT_SYN-1-047.png b/images/ua16/UA16BT_SYN-1-047.png new file mode 100644 index 0000000..2369409 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-047.png differ diff --git a/images/ua16/UA16BT_SYN-1-048.png b/images/ua16/UA16BT_SYN-1-048.png new file mode 100644 index 0000000..9c76664 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-048.png differ diff --git a/images/ua16/UA16BT_SYN-1-049.png b/images/ua16/UA16BT_SYN-1-049.png new file mode 100644 index 0000000..9c8bb10 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-049.png differ diff --git a/images/ua16/UA16BT_SYN-1-049_p1.png b/images/ua16/UA16BT_SYN-1-049_p1.png new file mode 100644 index 0000000..30b977e Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-049_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-050.png b/images/ua16/UA16BT_SYN-1-050.png new file mode 100644 index 0000000..1ea5737 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-050.png differ diff --git a/images/ua16/UA16BT_SYN-1-051.png b/images/ua16/UA16BT_SYN-1-051.png new file mode 100644 index 0000000..3420ae5 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-051.png differ diff --git a/images/ua16/UA16BT_SYN-1-052.png b/images/ua16/UA16BT_SYN-1-052.png new file mode 100644 index 0000000..6e51c2a Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-052.png differ diff --git a/images/ua16/UA16BT_SYN-1-053.png b/images/ua16/UA16BT_SYN-1-053.png new file mode 100644 index 0000000..e7c510a Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-053.png differ diff --git a/images/ua16/UA16BT_SYN-1-053_p1.png b/images/ua16/UA16BT_SYN-1-053_p1.png new file mode 100644 index 0000000..203fcb4 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-053_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-054.png b/images/ua16/UA16BT_SYN-1-054.png new file mode 100644 index 0000000..f72ce68 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-054.png differ diff --git a/images/ua16/UA16BT_SYN-1-055.png b/images/ua16/UA16BT_SYN-1-055.png new file mode 100644 index 0000000..1698536 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-055.png differ diff --git a/images/ua16/UA16BT_SYN-1-056.png b/images/ua16/UA16BT_SYN-1-056.png new file mode 100644 index 0000000..cf500ab Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-056.png differ diff --git a/images/ua16/UA16BT_SYN-1-057.png b/images/ua16/UA16BT_SYN-1-057.png new file mode 100644 index 0000000..e992c6c Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-057.png differ diff --git a/images/ua16/UA16BT_SYN-1-057_p1.png b/images/ua16/UA16BT_SYN-1-057_p1.png new file mode 100644 index 0000000..395d3e2 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-057_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-058.png b/images/ua16/UA16BT_SYN-1-058.png new file mode 100644 index 0000000..c0996e2 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-058.png differ diff --git a/images/ua16/UA16BT_SYN-1-059.png b/images/ua16/UA16BT_SYN-1-059.png new file mode 100644 index 0000000..0cb8624 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-059.png differ diff --git a/images/ua16/UA16BT_SYN-1-059_p1.png b/images/ua16/UA16BT_SYN-1-059_p1.png new file mode 100644 index 0000000..a71e40b Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-059_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-060.png b/images/ua16/UA16BT_SYN-1-060.png new file mode 100644 index 0000000..57ce998 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-060.png differ diff --git a/images/ua16/UA16BT_SYN-1-060_p1.png b/images/ua16/UA16BT_SYN-1-060_p1.png new file mode 100644 index 0000000..f672614 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-060_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-061.png b/images/ua16/UA16BT_SYN-1-061.png new file mode 100644 index 0000000..32bebcf Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-061.png differ diff --git a/images/ua16/UA16BT_SYN-1-062.png b/images/ua16/UA16BT_SYN-1-062.png new file mode 100644 index 0000000..64cefcc Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-062.png differ diff --git a/images/ua16/UA16BT_SYN-1-063.png b/images/ua16/UA16BT_SYN-1-063.png new file mode 100644 index 0000000..bf65672 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-063.png differ diff --git a/images/ua16/UA16BT_SYN-1-064.png b/images/ua16/UA16BT_SYN-1-064.png new file mode 100644 index 0000000..45d1c25 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-064.png differ diff --git a/images/ua16/UA16BT_SYN-1-065.png b/images/ua16/UA16BT_SYN-1-065.png new file mode 100644 index 0000000..0124bcc Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-065.png differ diff --git a/images/ua16/UA16BT_SYN-1-066.png b/images/ua16/UA16BT_SYN-1-066.png new file mode 100644 index 0000000..f53464d Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-066.png differ diff --git a/images/ua16/UA16BT_SYN-1-067.png b/images/ua16/UA16BT_SYN-1-067.png new file mode 100644 index 0000000..906ad44 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-067.png differ diff --git a/images/ua16/UA16BT_SYN-1-068.png b/images/ua16/UA16BT_SYN-1-068.png new file mode 100644 index 0000000..8982cb4 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-068.png differ diff --git a/images/ua16/UA16BT_SYN-1-069.png b/images/ua16/UA16BT_SYN-1-069.png new file mode 100644 index 0000000..3318f56 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-069.png differ diff --git a/images/ua16/UA16BT_SYN-1-069_p1.png b/images/ua16/UA16BT_SYN-1-069_p1.png new file mode 100644 index 0000000..1055802 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-069_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-070.png b/images/ua16/UA16BT_SYN-1-070.png new file mode 100644 index 0000000..2f5e3d6 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-070.png differ diff --git a/images/ua16/UA16BT_SYN-1-070_p1.png b/images/ua16/UA16BT_SYN-1-070_p1.png new file mode 100644 index 0000000..4912039 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-070_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-071.png b/images/ua16/UA16BT_SYN-1-071.png new file mode 100644 index 0000000..612a328 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-071.png differ diff --git a/images/ua16/UA16BT_SYN-1-071_p1.png b/images/ua16/UA16BT_SYN-1-071_p1.png new file mode 100644 index 0000000..505b4e2 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-071_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-072.png b/images/ua16/UA16BT_SYN-1-072.png new file mode 100644 index 0000000..4e53195 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-072.png differ diff --git a/images/ua16/UA16BT_SYN-1-072_p1.png b/images/ua16/UA16BT_SYN-1-072_p1.png new file mode 100644 index 0000000..42f8e67 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-072_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-073.png b/images/ua16/UA16BT_SYN-1-073.png new file mode 100644 index 0000000..ad33106 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-073.png differ diff --git a/images/ua16/UA16BT_SYN-1-073_p1.png b/images/ua16/UA16BT_SYN-1-073_p1.png new file mode 100644 index 0000000..5c263d4 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-073_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-074.png b/images/ua16/UA16BT_SYN-1-074.png new file mode 100644 index 0000000..2bd3a16 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-074.png differ diff --git a/images/ua16/UA16BT_SYN-1-075.png b/images/ua16/UA16BT_SYN-1-075.png new file mode 100644 index 0000000..0a5a251 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-075.png differ diff --git a/images/ua16/UA16BT_SYN-1-076.png b/images/ua16/UA16BT_SYN-1-076.png new file mode 100644 index 0000000..6d94829 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-076.png differ diff --git a/images/ua16/UA16BT_SYN-1-077.png b/images/ua16/UA16BT_SYN-1-077.png new file mode 100644 index 0000000..92880bf Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-077.png differ diff --git a/images/ua16/UA16BT_SYN-1-077_p1.png b/images/ua16/UA16BT_SYN-1-077_p1.png new file mode 100644 index 0000000..108f152 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-077_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-078.png b/images/ua16/UA16BT_SYN-1-078.png new file mode 100644 index 0000000..b877d9e Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-078.png differ diff --git a/images/ua16/UA16BT_SYN-1-079.png b/images/ua16/UA16BT_SYN-1-079.png new file mode 100644 index 0000000..8d9a06f Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-079.png differ diff --git a/images/ua16/UA16BT_SYN-1-080.png b/images/ua16/UA16BT_SYN-1-080.png new file mode 100644 index 0000000..b8362e0 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-080.png differ diff --git a/images/ua16/UA16BT_SYN-1-080_p1.png b/images/ua16/UA16BT_SYN-1-080_p1.png new file mode 100644 index 0000000..9eec957 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-080_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-081.png b/images/ua16/UA16BT_SYN-1-081.png new file mode 100644 index 0000000..8c2407b Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-081.png differ diff --git a/images/ua16/UA16BT_SYN-1-082.png b/images/ua16/UA16BT_SYN-1-082.png new file mode 100644 index 0000000..0a582e0 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-082.png differ diff --git a/images/ua16/UA16BT_SYN-1-083.png b/images/ua16/UA16BT_SYN-1-083.png new file mode 100644 index 0000000..e7d6cbc Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-083.png differ diff --git a/images/ua16/UA16BT_SYN-1-083_p1.png b/images/ua16/UA16BT_SYN-1-083_p1.png new file mode 100644 index 0000000..1b372ab Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-083_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-084.png b/images/ua16/UA16BT_SYN-1-084.png new file mode 100644 index 0000000..8e7b961 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-084.png differ diff --git a/images/ua16/UA16BT_SYN-1-085.png b/images/ua16/UA16BT_SYN-1-085.png new file mode 100644 index 0000000..5ccc93f Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-085.png differ diff --git a/images/ua16/UA16BT_SYN-1-086.png b/images/ua16/UA16BT_SYN-1-086.png new file mode 100644 index 0000000..471dfef Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-086.png differ diff --git a/images/ua16/UA16BT_SYN-1-086_p1.png b/images/ua16/UA16BT_SYN-1-086_p1.png new file mode 100644 index 0000000..4e0b330 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-086_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-087.png b/images/ua16/UA16BT_SYN-1-087.png new file mode 100644 index 0000000..89bb287 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-087.png differ diff --git a/images/ua16/UA16BT_SYN-1-088.png b/images/ua16/UA16BT_SYN-1-088.png new file mode 100644 index 0000000..a856a7f Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-088.png differ diff --git a/images/ua16/UA16BT_SYN-1-089.png b/images/ua16/UA16BT_SYN-1-089.png new file mode 100644 index 0000000..1bcd135 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-089.png differ diff --git a/images/ua16/UA16BT_SYN-1-090.png b/images/ua16/UA16BT_SYN-1-090.png new file mode 100644 index 0000000..a24ce35 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-090.png differ diff --git a/images/ua16/UA16BT_SYN-1-091.png b/images/ua16/UA16BT_SYN-1-091.png new file mode 100644 index 0000000..8610e5b Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-091.png differ diff --git a/images/ua16/UA16BT_SYN-1-092.png b/images/ua16/UA16BT_SYN-1-092.png new file mode 100644 index 0000000..ba0a928 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-092.png differ diff --git a/images/ua16/UA16BT_SYN-1-092_p1.png b/images/ua16/UA16BT_SYN-1-092_p1.png new file mode 100644 index 0000000..b9bdc76 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-092_p1.png differ diff --git a/images/ua16/UA16BT_SYN-1-093.png b/images/ua16/UA16BT_SYN-1-093.png new file mode 100644 index 0000000..de31bd4 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-093.png differ diff --git a/images/ua16/UA16BT_SYN-1-094.png b/images/ua16/UA16BT_SYN-1-094.png new file mode 100644 index 0000000..7e041c8 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-094.png differ diff --git a/images/ua16/UA16BT_SYN-1-095.png b/images/ua16/UA16BT_SYN-1-095.png new file mode 100644 index 0000000..de87637 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-095.png differ diff --git a/images/ua16/UA16BT_SYN-1-096.png b/images/ua16/UA16BT_SYN-1-096.png new file mode 100644 index 0000000..7576ec9 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-096.png differ diff --git a/images/ua16/UA16BT_SYN-1-097.png b/images/ua16/UA16BT_SYN-1-097.png new file mode 100644 index 0000000..e51c451 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-097.png differ diff --git a/images/ua16/UA16BT_SYN-1-098.png b/images/ua16/UA16BT_SYN-1-098.png new file mode 100644 index 0000000..5d775a5 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-098.png differ diff --git a/images/ua16/UA16BT_SYN-1-099.png b/images/ua16/UA16BT_SYN-1-099.png new file mode 100644 index 0000000..7e4105b Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-099.png differ diff --git a/images/ua16/UA16BT_SYN-1-100.png b/images/ua16/UA16BT_SYN-1-100.png new file mode 100644 index 0000000..6fa9a55 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-100.png differ diff --git a/images/ua16/UA16BT_SYN-1-AP01.png b/images/ua16/UA16BT_SYN-1-AP01.png new file mode 100644 index 0000000..b1ce425 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-AP01.png differ diff --git a/images/ua16/UA16BT_SYN-1-AP01★.png b/images/ua16/UA16BT_SYN-1-AP01★.png new file mode 100644 index 0000000..cb3a5c6 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-AP01★.png differ diff --git a/images/ua16/UA16BT_SYN-1-AP02.png b/images/ua16/UA16BT_SYN-1-AP02.png new file mode 100644 index 0000000..b909e76 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-AP02.png differ diff --git a/images/ua16/UA16BT_SYN-1-AP03.png b/images/ua16/UA16BT_SYN-1-AP03.png new file mode 100644 index 0000000..44db708 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-AP03.png differ diff --git a/images/ua16/UA16BT_SYN-1-AP04.png b/images/ua16/UA16BT_SYN-1-AP04.png new file mode 100644 index 0000000..6f92cfb Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-AP04.png differ diff --git a/images/ua16/UA16BT_SYN-1-AP05.png b/images/ua16/UA16BT_SYN-1-AP05.png new file mode 100644 index 0000000..54aed44 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-AP05.png differ diff --git a/images/ua16/UA16BT_SYN-1-AP06.png b/images/ua16/UA16BT_SYN-1-AP06.png new file mode 100644 index 0000000..15b5f32 Binary files /dev/null and b/images/ua16/UA16BT_SYN-1-AP06.png differ diff --git a/images/ua16/UA16ST_SYN-1-002.png b/images/ua16/UA16ST_SYN-1-002.png new file mode 100644 index 0000000..a9f6ce6 Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-002.png differ diff --git a/images/ua16/UA16ST_SYN-1-004.png b/images/ua16/UA16ST_SYN-1-004.png new file mode 100644 index 0000000..39d572b Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-004.png differ diff --git a/images/ua16/UA16ST_SYN-1-010.png b/images/ua16/UA16ST_SYN-1-010.png new file mode 100644 index 0000000..6fe867c Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-010.png differ diff --git a/images/ua16/UA16ST_SYN-1-013.png b/images/ua16/UA16ST_SYN-1-013.png new file mode 100644 index 0000000..c52d5d9 Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-013.png differ diff --git a/images/ua16/UA16ST_SYN-1-014.png b/images/ua16/UA16ST_SYN-1-014.png new file mode 100644 index 0000000..a510df4 Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-014.png differ diff --git a/images/ua16/UA16ST_SYN-1-022.png b/images/ua16/UA16ST_SYN-1-022.png new file mode 100644 index 0000000..010a9c4 Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-022.png differ diff --git a/images/ua16/UA16ST_SYN-1-027.png b/images/ua16/UA16ST_SYN-1-027.png new file mode 100644 index 0000000..8ebee0e Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-027.png differ diff --git a/images/ua16/UA16ST_SYN-1-031.png b/images/ua16/UA16ST_SYN-1-031.png new file mode 100644 index 0000000..c387eff Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-031.png differ diff --git a/images/ua16/UA16ST_SYN-1-032.png b/images/ua16/UA16ST_SYN-1-032.png new file mode 100644 index 0000000..548f1dc Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-032.png differ diff --git a/images/ua16/UA16ST_SYN-1-101.png b/images/ua16/UA16ST_SYN-1-101.png new file mode 100644 index 0000000..27d140f Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-101.png differ diff --git a/images/ua16/UA16ST_SYN-1-102.png b/images/ua16/UA16ST_SYN-1-102.png new file mode 100644 index 0000000..34da18c Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-102.png differ diff --git a/images/ua16/UA16ST_SYN-1-103.png b/images/ua16/UA16ST_SYN-1-103.png new file mode 100644 index 0000000..ed09210 Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-103.png differ diff --git a/images/ua16/UA16ST_SYN-1-104.png b/images/ua16/UA16ST_SYN-1-104.png new file mode 100644 index 0000000..55b02fb Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-104.png differ diff --git a/images/ua16/UA16ST_SYN-1-105.png b/images/ua16/UA16ST_SYN-1-105.png new file mode 100644 index 0000000..372826e Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-105.png differ diff --git a/images/ua16/UA16ST_SYN-1-106.png b/images/ua16/UA16ST_SYN-1-106.png new file mode 100644 index 0000000..eb5abb3 Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-106.png differ diff --git a/images/ua16/UA16ST_SYN-1-107.png b/images/ua16/UA16ST_SYN-1-107.png new file mode 100644 index 0000000..d3c90df Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-107.png differ diff --git a/images/ua16/UA16ST_SYN-1-108.png b/images/ua16/UA16ST_SYN-1-108.png new file mode 100644 index 0000000..706205f Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-108.png differ diff --git a/images/ua16/UA16ST_SYN-1-109.png b/images/ua16/UA16ST_SYN-1-109.png new file mode 100644 index 0000000..b4f4db4 Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-109.png differ diff --git a/images/ua16/UA16ST_SYN-1-AP01.png b/images/ua16/UA16ST_SYN-1-AP01.png new file mode 100644 index 0000000..1d9b36e Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-AP01.png differ diff --git a/images/ua16/UA16ST_SYN-1-AP02.png b/images/ua16/UA16ST_SYN-1-AP02.png new file mode 100644 index 0000000..bc885d8 Binary files /dev/null and b/images/ua16/UA16ST_SYN-1-AP02.png differ diff --git a/images/ua16/UAPR_SYN-1-001.png b/images/ua16/UAPR_SYN-1-001.png new file mode 100644 index 0000000..407f84a Binary files /dev/null and b/images/ua16/UAPR_SYN-1-001.png differ diff --git a/images/ua16/UAPR_SYN-1-002.png b/images/ua16/UAPR_SYN-1-002.png new file mode 100644 index 0000000..e6dc4c7 Binary files /dev/null and b/images/ua16/UAPR_SYN-1-002.png differ diff --git a/images/ua16/UAPR_SYN-1-003.png b/images/ua16/UAPR_SYN-1-003.png new file mode 100644 index 0000000..6209bf1 Binary files /dev/null and b/images/ua16/UAPR_SYN-1-003.png differ diff --git a/images/ua16/UAPR_SYN-1-003_p1.png b/images/ua16/UAPR_SYN-1-003_p1.png new file mode 100644 index 0000000..19c9dcf Binary files /dev/null and b/images/ua16/UAPR_SYN-1-003_p1.png differ diff --git a/images/ua16/UAPR_SYN-1-073.png b/images/ua16/UAPR_SYN-1-073.png new file mode 100644 index 0000000..a4357a3 Binary files /dev/null and b/images/ua16/UAPR_SYN-1-073.png differ diff --git a/images/ua16/UAPR_SYN-1-083.png b/images/ua16/UAPR_SYN-1-083.png new file mode 100644 index 0000000..c02c279 Binary files /dev/null and b/images/ua16/UAPR_SYN-1-083.png differ diff --git a/images/ua16/UAPR_SYN-1-083_p1.png b/images/ua16/UAPR_SYN-1-083_p1.png new file mode 100644 index 0000000..ac19b0c Binary files /dev/null and b/images/ua16/UAPR_SYN-1-083_p1.png differ diff --git a/images/ua16/UAPR_SYN-1-092.png b/images/ua16/UAPR_SYN-1-092.png new file mode 100644 index 0000000..1be284a Binary files /dev/null and b/images/ua16/UAPR_SYN-1-092.png differ diff --git a/images/ua16/UAPR_SYN-AP01.png b/images/ua16/UAPR_SYN-AP01.png new file mode 100644 index 0000000..621d0b2 Binary files /dev/null and b/images/ua16/UAPR_SYN-AP01.png differ diff --git a/images/ua16/UAPR_SYN-AP02.png b/images/ua16/UAPR_SYN-AP02.png new file mode 100644 index 0000000..8865b65 Binary files /dev/null and b/images/ua16/UAPR_SYN-AP02.png differ diff --git a/images/ua16/UAPR_SYN-AP03.png b/images/ua16/UAPR_SYN-AP03.png new file mode 100644 index 0000000..fbc5ffe Binary files /dev/null and b/images/ua16/UAPR_SYN-AP03.png differ diff --git a/images/ua16/UAPR_SYN-AP04.png b/images/ua16/UAPR_SYN-AP04.png new file mode 100644 index 0000000..07ce55e Binary files /dev/null and b/images/ua16/UAPR_SYN-AP04.png differ diff --git a/images/ua16/UAPR_SYN-P-001.png b/images/ua16/UAPR_SYN-P-001.png new file mode 100644 index 0000000..a925472 Binary files /dev/null and b/images/ua16/UAPR_SYN-P-001.png differ diff --git a/images/ua16/UAPR_SYN-P-002.png b/images/ua16/UAPR_SYN-P-002.png new file mode 100644 index 0000000..1bad85d Binary files /dev/null and b/images/ua16/UAPR_SYN-P-002.png differ diff --git a/images/ua16/UAPR_SYN-P-003.png b/images/ua16/UAPR_SYN-P-003.png new file mode 100644 index 0000000..624c91c Binary files /dev/null and b/images/ua16/UAPR_SYN-P-003.png differ diff --git a/images/ua17/UA17BT_TRK-1-001.png b/images/ua17/UA17BT_TRK-1-001.png new file mode 100644 index 0000000..f96ffa0 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-001.png differ diff --git a/images/ua17/UA17BT_TRK-1-002.png b/images/ua17/UA17BT_TRK-1-002.png new file mode 100644 index 0000000..4c555c4 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-002.png differ diff --git a/images/ua17/UA17BT_TRK-1-003.png b/images/ua17/UA17BT_TRK-1-003.png new file mode 100644 index 0000000..0e0d395 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-003.png differ diff --git a/images/ua17/UA17BT_TRK-1-004.png b/images/ua17/UA17BT_TRK-1-004.png new file mode 100644 index 0000000..31cff26 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-004.png differ diff --git a/images/ua17/UA17BT_TRK-1-005.png b/images/ua17/UA17BT_TRK-1-005.png new file mode 100644 index 0000000..bc6cbcb Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-005.png differ diff --git a/images/ua17/UA17BT_TRK-1-006.png b/images/ua17/UA17BT_TRK-1-006.png new file mode 100644 index 0000000..5a904f8 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-006.png differ diff --git a/images/ua17/UA17BT_TRK-1-007.png b/images/ua17/UA17BT_TRK-1-007.png new file mode 100644 index 0000000..3f17529 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-007.png differ diff --git a/images/ua17/UA17BT_TRK-1-008.png b/images/ua17/UA17BT_TRK-1-008.png new file mode 100644 index 0000000..6d7e3e9 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-008.png differ diff --git a/images/ua17/UA17BT_TRK-1-008_p1.png b/images/ua17/UA17BT_TRK-1-008_p1.png new file mode 100644 index 0000000..3a69a85 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-008_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-009.png b/images/ua17/UA17BT_TRK-1-009.png new file mode 100644 index 0000000..8bc1d02 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-009.png differ diff --git a/images/ua17/UA17BT_TRK-1-009_p1.png b/images/ua17/UA17BT_TRK-1-009_p1.png new file mode 100644 index 0000000..f747d9d Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-009_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-010.png b/images/ua17/UA17BT_TRK-1-010.png new file mode 100644 index 0000000..9a86e9b Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-010.png differ diff --git a/images/ua17/UA17BT_TRK-1-011.png b/images/ua17/UA17BT_TRK-1-011.png new file mode 100644 index 0000000..966657a Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-011.png differ diff --git a/images/ua17/UA17BT_TRK-1-012.png b/images/ua17/UA17BT_TRK-1-012.png new file mode 100644 index 0000000..09003c1 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-012.png differ diff --git a/images/ua17/UA17BT_TRK-1-012_p1.png b/images/ua17/UA17BT_TRK-1-012_p1.png new file mode 100644 index 0000000..b07e339 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-012_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-013.png b/images/ua17/UA17BT_TRK-1-013.png new file mode 100644 index 0000000..3bf068f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-013.png differ diff --git a/images/ua17/UA17BT_TRK-1-013_p1.png b/images/ua17/UA17BT_TRK-1-013_p1.png new file mode 100644 index 0000000..68b3511 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-013_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-014.png b/images/ua17/UA17BT_TRK-1-014.png new file mode 100644 index 0000000..bc36e7b Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-014.png differ diff --git a/images/ua17/UA17BT_TRK-1-015.png b/images/ua17/UA17BT_TRK-1-015.png new file mode 100644 index 0000000..5f51330 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-015.png differ diff --git a/images/ua17/UA17BT_TRK-1-016.png b/images/ua17/UA17BT_TRK-1-016.png new file mode 100644 index 0000000..a59353d Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-016.png differ diff --git a/images/ua17/UA17BT_TRK-1-016_p1.png b/images/ua17/UA17BT_TRK-1-016_p1.png new file mode 100644 index 0000000..5e1dc4d Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-016_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-017.png b/images/ua17/UA17BT_TRK-1-017.png new file mode 100644 index 0000000..1a47bfe Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-017.png differ diff --git a/images/ua17/UA17BT_TRK-1-017_p1.png b/images/ua17/UA17BT_TRK-1-017_p1.png new file mode 100644 index 0000000..5093a61 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-017_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-018.png b/images/ua17/UA17BT_TRK-1-018.png new file mode 100644 index 0000000..c575510 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-018.png differ diff --git a/images/ua17/UA17BT_TRK-1-019.png b/images/ua17/UA17BT_TRK-1-019.png new file mode 100644 index 0000000..ff43787 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-019.png differ diff --git a/images/ua17/UA17BT_TRK-1-020.png b/images/ua17/UA17BT_TRK-1-020.png new file mode 100644 index 0000000..95c089f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-020.png differ diff --git a/images/ua17/UA17BT_TRK-1-020_p1.png b/images/ua17/UA17BT_TRK-1-020_p1.png new file mode 100644 index 0000000..f79162c Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-020_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-021.png b/images/ua17/UA17BT_TRK-1-021.png new file mode 100644 index 0000000..9bad611 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-021.png differ diff --git a/images/ua17/UA17BT_TRK-1-021_p1.png b/images/ua17/UA17BT_TRK-1-021_p1.png new file mode 100644 index 0000000..93727d1 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-021_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-022.png b/images/ua17/UA17BT_TRK-1-022.png new file mode 100644 index 0000000..244fc11 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-022.png differ diff --git a/images/ua17/UA17BT_TRK-1-023.png b/images/ua17/UA17BT_TRK-1-023.png new file mode 100644 index 0000000..ff39891 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-023.png differ diff --git a/images/ua17/UA17BT_TRK-1-024.png b/images/ua17/UA17BT_TRK-1-024.png new file mode 100644 index 0000000..189ccbb Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-024.png differ diff --git a/images/ua17/UA17BT_TRK-1-025.png b/images/ua17/UA17BT_TRK-1-025.png new file mode 100644 index 0000000..56286e3 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-025.png differ diff --git a/images/ua17/UA17BT_TRK-1-026.png b/images/ua17/UA17BT_TRK-1-026.png new file mode 100644 index 0000000..dd0eb3e Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-026.png differ diff --git a/images/ua17/UA17BT_TRK-1-027.png b/images/ua17/UA17BT_TRK-1-027.png new file mode 100644 index 0000000..4ba3b5e Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-027.png differ diff --git a/images/ua17/UA17BT_TRK-1-028.png b/images/ua17/UA17BT_TRK-1-028.png new file mode 100644 index 0000000..b51893d Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-028.png differ diff --git a/images/ua17/UA17BT_TRK-1-029.png b/images/ua17/UA17BT_TRK-1-029.png new file mode 100644 index 0000000..f301bdd Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-029.png differ diff --git a/images/ua17/UA17BT_TRK-1-030.png b/images/ua17/UA17BT_TRK-1-030.png new file mode 100644 index 0000000..3e225ef Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-030.png differ diff --git a/images/ua17/UA17BT_TRK-1-031.png b/images/ua17/UA17BT_TRK-1-031.png new file mode 100644 index 0000000..7728d11 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-031.png differ diff --git a/images/ua17/UA17BT_TRK-1-032.png b/images/ua17/UA17BT_TRK-1-032.png new file mode 100644 index 0000000..d7ea27f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-032.png differ diff --git a/images/ua17/UA17BT_TRK-1-033.png b/images/ua17/UA17BT_TRK-1-033.png new file mode 100644 index 0000000..e16e4ca Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-033.png differ diff --git a/images/ua17/UA17BT_TRK-1-034.png b/images/ua17/UA17BT_TRK-1-034.png new file mode 100644 index 0000000..a58bf44 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-034.png differ diff --git a/images/ua17/UA17BT_TRK-1-035.png b/images/ua17/UA17BT_TRK-1-035.png new file mode 100644 index 0000000..18136db Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-035.png differ diff --git a/images/ua17/UA17BT_TRK-1-036.png b/images/ua17/UA17BT_TRK-1-036.png new file mode 100644 index 0000000..6f37ab3 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-036.png differ diff --git a/images/ua17/UA17BT_TRK-1-036_p1.png b/images/ua17/UA17BT_TRK-1-036_p1.png new file mode 100644 index 0000000..ba431e0 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-036_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-037.png b/images/ua17/UA17BT_TRK-1-037.png new file mode 100644 index 0000000..5234fba Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-037.png differ diff --git a/images/ua17/UA17BT_TRK-1-038.png b/images/ua17/UA17BT_TRK-1-038.png new file mode 100644 index 0000000..9b2de34 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-038.png differ diff --git a/images/ua17/UA17BT_TRK-1-039.png b/images/ua17/UA17BT_TRK-1-039.png new file mode 100644 index 0000000..d136a63 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-039.png differ diff --git a/images/ua17/UA17BT_TRK-1-039_p1.png b/images/ua17/UA17BT_TRK-1-039_p1.png new file mode 100644 index 0000000..c301626 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-039_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-040.png b/images/ua17/UA17BT_TRK-1-040.png new file mode 100644 index 0000000..2f2bc17 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-040.png differ diff --git a/images/ua17/UA17BT_TRK-1-041.png b/images/ua17/UA17BT_TRK-1-041.png new file mode 100644 index 0000000..644dc19 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-041.png differ diff --git a/images/ua17/UA17BT_TRK-1-042.png b/images/ua17/UA17BT_TRK-1-042.png new file mode 100644 index 0000000..e696009 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-042.png differ diff --git a/images/ua17/UA17BT_TRK-1-042_p1.png b/images/ua17/UA17BT_TRK-1-042_p1.png new file mode 100644 index 0000000..51973e9 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-042_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-043.png b/images/ua17/UA17BT_TRK-1-043.png new file mode 100644 index 0000000..3a9de37 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-043.png differ diff --git a/images/ua17/UA17BT_TRK-1-044.png b/images/ua17/UA17BT_TRK-1-044.png new file mode 100644 index 0000000..8adea29 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-044.png differ diff --git a/images/ua17/UA17BT_TRK-1-045.png b/images/ua17/UA17BT_TRK-1-045.png new file mode 100644 index 0000000..1fdf613 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-045.png differ diff --git a/images/ua17/UA17BT_TRK-1-046.png b/images/ua17/UA17BT_TRK-1-046.png new file mode 100644 index 0000000..fbf1251 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-046.png differ diff --git a/images/ua17/UA17BT_TRK-1-046_p1.png b/images/ua17/UA17BT_TRK-1-046_p1.png new file mode 100644 index 0000000..1e7b12c Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-046_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-047.png b/images/ua17/UA17BT_TRK-1-047.png new file mode 100644 index 0000000..be64205 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-047.png differ diff --git a/images/ua17/UA17BT_TRK-1-048.png b/images/ua17/UA17BT_TRK-1-048.png new file mode 100644 index 0000000..8baa01d Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-048.png differ diff --git a/images/ua17/UA17BT_TRK-1-049.png b/images/ua17/UA17BT_TRK-1-049.png new file mode 100644 index 0000000..dc3be43 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-049.png differ diff --git a/images/ua17/UA17BT_TRK-1-049_p1.png b/images/ua17/UA17BT_TRK-1-049_p1.png new file mode 100644 index 0000000..9a02bb5 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-049_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-050.png b/images/ua17/UA17BT_TRK-1-050.png new file mode 100644 index 0000000..58610d0 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-050.png differ diff --git a/images/ua17/UA17BT_TRK-1-051.png b/images/ua17/UA17BT_TRK-1-051.png new file mode 100644 index 0000000..32509d4 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-051.png differ diff --git a/images/ua17/UA17BT_TRK-1-052.png b/images/ua17/UA17BT_TRK-1-052.png new file mode 100644 index 0000000..b5e1c28 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-052.png differ diff --git a/images/ua17/UA17BT_TRK-1-053.png b/images/ua17/UA17BT_TRK-1-053.png new file mode 100644 index 0000000..d1beb6b Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-053.png differ diff --git a/images/ua17/UA17BT_TRK-1-054.png b/images/ua17/UA17BT_TRK-1-054.png new file mode 100644 index 0000000..77ba6f1 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-054.png differ diff --git a/images/ua17/UA17BT_TRK-1-054_p1.png b/images/ua17/UA17BT_TRK-1-054_p1.png new file mode 100644 index 0000000..855a202 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-054_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-054_p2.png b/images/ua17/UA17BT_TRK-1-054_p2.png new file mode 100644 index 0000000..6a5ce2c Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-054_p2.png differ diff --git a/images/ua17/UA17BT_TRK-1-055.png b/images/ua17/UA17BT_TRK-1-055.png new file mode 100644 index 0000000..b020115 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-055.png differ diff --git a/images/ua17/UA17BT_TRK-1-056.png b/images/ua17/UA17BT_TRK-1-056.png new file mode 100644 index 0000000..354e207 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-056.png differ diff --git a/images/ua17/UA17BT_TRK-1-057.png b/images/ua17/UA17BT_TRK-1-057.png new file mode 100644 index 0000000..82e61a2 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-057.png differ diff --git a/images/ua17/UA17BT_TRK-1-057_p1.png b/images/ua17/UA17BT_TRK-1-057_p1.png new file mode 100644 index 0000000..30cf524 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-057_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-058.png b/images/ua17/UA17BT_TRK-1-058.png new file mode 100644 index 0000000..7e6a36f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-058.png differ diff --git a/images/ua17/UA17BT_TRK-1-059.png b/images/ua17/UA17BT_TRK-1-059.png new file mode 100644 index 0000000..2cb407e Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-059.png differ diff --git a/images/ua17/UA17BT_TRK-1-059_p1.png b/images/ua17/UA17BT_TRK-1-059_p1.png new file mode 100644 index 0000000..69f7c66 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-059_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-060.png b/images/ua17/UA17BT_TRK-1-060.png new file mode 100644 index 0000000..5249787 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-060.png differ diff --git a/images/ua17/UA17BT_TRK-1-061.png b/images/ua17/UA17BT_TRK-1-061.png new file mode 100644 index 0000000..07d681f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-061.png differ diff --git a/images/ua17/UA17BT_TRK-1-062.png b/images/ua17/UA17BT_TRK-1-062.png new file mode 100644 index 0000000..4dc133a Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-062.png differ diff --git a/images/ua17/UA17BT_TRK-1-063.png b/images/ua17/UA17BT_TRK-1-063.png new file mode 100644 index 0000000..76fd109 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-063.png differ diff --git a/images/ua17/UA17BT_TRK-1-064.png b/images/ua17/UA17BT_TRK-1-064.png new file mode 100644 index 0000000..da54e70 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-064.png differ diff --git a/images/ua17/UA17BT_TRK-1-065.png b/images/ua17/UA17BT_TRK-1-065.png new file mode 100644 index 0000000..a95504c Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-065.png differ diff --git a/images/ua17/UA17BT_TRK-1-066.png b/images/ua17/UA17BT_TRK-1-066.png new file mode 100644 index 0000000..41efdd4 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-066.png differ diff --git a/images/ua17/UA17BT_TRK-1-067.png b/images/ua17/UA17BT_TRK-1-067.png new file mode 100644 index 0000000..9e77154 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-067.png differ diff --git a/images/ua17/UA17BT_TRK-1-068.png b/images/ua17/UA17BT_TRK-1-068.png new file mode 100644 index 0000000..d328667 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-068.png differ diff --git a/images/ua17/UA17BT_TRK-1-069.png b/images/ua17/UA17BT_TRK-1-069.png new file mode 100644 index 0000000..a15f86a Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-069.png differ diff --git a/images/ua17/UA17BT_TRK-1-070.png b/images/ua17/UA17BT_TRK-1-070.png new file mode 100644 index 0000000..cc61ea9 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-070.png differ diff --git a/images/ua17/UA17BT_TRK-1-070_p1.png b/images/ua17/UA17BT_TRK-1-070_p1.png new file mode 100644 index 0000000..9887b24 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-070_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-071.png b/images/ua17/UA17BT_TRK-1-071.png new file mode 100644 index 0000000..81074ac Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-071.png differ diff --git a/images/ua17/UA17BT_TRK-1-072.png b/images/ua17/UA17BT_TRK-1-072.png new file mode 100644 index 0000000..facf81f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-072.png differ diff --git a/images/ua17/UA17BT_TRK-1-073.png b/images/ua17/UA17BT_TRK-1-073.png new file mode 100644 index 0000000..e620809 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-073.png differ diff --git a/images/ua17/UA17BT_TRK-1-074.png b/images/ua17/UA17BT_TRK-1-074.png new file mode 100644 index 0000000..d958978 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-074.png differ diff --git a/images/ua17/UA17BT_TRK-1-075.png b/images/ua17/UA17BT_TRK-1-075.png new file mode 100644 index 0000000..f081b25 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-075.png differ diff --git a/images/ua17/UA17BT_TRK-1-075_p1.png b/images/ua17/UA17BT_TRK-1-075_p1.png new file mode 100644 index 0000000..cece519 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-075_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-076.png b/images/ua17/UA17BT_TRK-1-076.png new file mode 100644 index 0000000..f5edd71 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-076.png differ diff --git a/images/ua17/UA17BT_TRK-1-076_p1.png b/images/ua17/UA17BT_TRK-1-076_p1.png new file mode 100644 index 0000000..89148f2 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-076_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-077.png b/images/ua17/UA17BT_TRK-1-077.png new file mode 100644 index 0000000..211554a Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-077.png differ diff --git a/images/ua17/UA17BT_TRK-1-077_p1.png b/images/ua17/UA17BT_TRK-1-077_p1.png new file mode 100644 index 0000000..365c081 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-077_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-078.png b/images/ua17/UA17BT_TRK-1-078.png new file mode 100644 index 0000000..54178b8 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-078.png differ diff --git a/images/ua17/UA17BT_TRK-1-079.png b/images/ua17/UA17BT_TRK-1-079.png new file mode 100644 index 0000000..5b199f5 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-079.png differ diff --git a/images/ua17/UA17BT_TRK-1-080.png b/images/ua17/UA17BT_TRK-1-080.png new file mode 100644 index 0000000..9cbb82b Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-080.png differ diff --git a/images/ua17/UA17BT_TRK-1-080_p1.png b/images/ua17/UA17BT_TRK-1-080_p1.png new file mode 100644 index 0000000..f37ba64 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-080_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-081.png b/images/ua17/UA17BT_TRK-1-081.png new file mode 100644 index 0000000..be1418e Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-081.png differ diff --git a/images/ua17/UA17BT_TRK-1-081_p1.png b/images/ua17/UA17BT_TRK-1-081_p1.png new file mode 100644 index 0000000..994ef8c Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-081_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-082.png b/images/ua17/UA17BT_TRK-1-082.png new file mode 100644 index 0000000..a5943c5 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-082.png differ diff --git a/images/ua17/UA17BT_TRK-1-083.png b/images/ua17/UA17BT_TRK-1-083.png new file mode 100644 index 0000000..0b3452f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-083.png differ diff --git a/images/ua17/UA17BT_TRK-1-084.png b/images/ua17/UA17BT_TRK-1-084.png new file mode 100644 index 0000000..4a58e5f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-084.png differ diff --git a/images/ua17/UA17BT_TRK-1-085.png b/images/ua17/UA17BT_TRK-1-085.png new file mode 100644 index 0000000..f776489 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-085.png differ diff --git a/images/ua17/UA17BT_TRK-1-086.png b/images/ua17/UA17BT_TRK-1-086.png new file mode 100644 index 0000000..c5ddb88 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-086.png differ diff --git a/images/ua17/UA17BT_TRK-1-087.png b/images/ua17/UA17BT_TRK-1-087.png new file mode 100644 index 0000000..3e3e919 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-087.png differ diff --git a/images/ua17/UA17BT_TRK-1-087_p1.png b/images/ua17/UA17BT_TRK-1-087_p1.png new file mode 100644 index 0000000..73e48f3 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-087_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-088.png b/images/ua17/UA17BT_TRK-1-088.png new file mode 100644 index 0000000..9e47bd3 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-088.png differ diff --git a/images/ua17/UA17BT_TRK-1-088_p1.png b/images/ua17/UA17BT_TRK-1-088_p1.png new file mode 100644 index 0000000..9b9ce8c Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-088_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-089.png b/images/ua17/UA17BT_TRK-1-089.png new file mode 100644 index 0000000..088e636 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-089.png differ diff --git a/images/ua17/UA17BT_TRK-1-090.png b/images/ua17/UA17BT_TRK-1-090.png new file mode 100644 index 0000000..8479182 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-090.png differ diff --git a/images/ua17/UA17BT_TRK-1-091.png b/images/ua17/UA17BT_TRK-1-091.png new file mode 100644 index 0000000..35b8d3d Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-091.png differ diff --git a/images/ua17/UA17BT_TRK-1-091_p1.png b/images/ua17/UA17BT_TRK-1-091_p1.png new file mode 100644 index 0000000..3490d70 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-091_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-092.png b/images/ua17/UA17BT_TRK-1-092.png new file mode 100644 index 0000000..c380fad Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-092.png differ diff --git a/images/ua17/UA17BT_TRK-1-093.png b/images/ua17/UA17BT_TRK-1-093.png new file mode 100644 index 0000000..0207551 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-093.png differ diff --git a/images/ua17/UA17BT_TRK-1-093_p1.png b/images/ua17/UA17BT_TRK-1-093_p1.png new file mode 100644 index 0000000..289ff6f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-093_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-094.png b/images/ua17/UA17BT_TRK-1-094.png new file mode 100644 index 0000000..f3e745b Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-094.png differ diff --git a/images/ua17/UA17BT_TRK-1-094_p1.png b/images/ua17/UA17BT_TRK-1-094_p1.png new file mode 100644 index 0000000..f0a42ab Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-094_p1.png differ diff --git a/images/ua17/UA17BT_TRK-1-095.png b/images/ua17/UA17BT_TRK-1-095.png new file mode 100644 index 0000000..72171a0 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-095.png differ diff --git a/images/ua17/UA17BT_TRK-1-096.png b/images/ua17/UA17BT_TRK-1-096.png new file mode 100644 index 0000000..f241a6f Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-096.png differ diff --git a/images/ua17/UA17BT_TRK-1-097.png b/images/ua17/UA17BT_TRK-1-097.png new file mode 100644 index 0000000..a0aff73 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-097.png differ diff --git a/images/ua17/UA17BT_TRK-1-098.png b/images/ua17/UA17BT_TRK-1-098.png new file mode 100644 index 0000000..09b46c3 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-098.png differ diff --git a/images/ua17/UA17BT_TRK-1-099.png b/images/ua17/UA17BT_TRK-1-099.png new file mode 100644 index 0000000..a61b822 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-099.png differ diff --git a/images/ua17/UA17BT_TRK-1-100.png b/images/ua17/UA17BT_TRK-1-100.png new file mode 100644 index 0000000..2b03c71 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-100.png differ diff --git a/images/ua17/UA17BT_TRK-1-AP01.png b/images/ua17/UA17BT_TRK-1-AP01.png new file mode 100644 index 0000000..149dc6a Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-AP01.png differ diff --git a/images/ua17/UA17BT_TRK-1-AP02.png b/images/ua17/UA17BT_TRK-1-AP02.png new file mode 100644 index 0000000..e33e287 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-AP02.png differ diff --git a/images/ua17/UA17BT_TRK-1-AP03.png b/images/ua17/UA17BT_TRK-1-AP03.png new file mode 100644 index 0000000..d1ca8da Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-AP03.png differ diff --git a/images/ua17/UA17BT_TRK-1-AP04.png b/images/ua17/UA17BT_TRK-1-AP04.png new file mode 100644 index 0000000..8fa9fb0 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-AP04.png differ diff --git a/images/ua17/UA17BT_TRK-1-AP05.png b/images/ua17/UA17BT_TRK-1-AP05.png new file mode 100644 index 0000000..3bf2e6b Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-AP05.png differ diff --git a/images/ua17/UA17BT_TRK-1-AP05★.png b/images/ua17/UA17BT_TRK-1-AP05★.png new file mode 100644 index 0000000..05f0011 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-AP05★.png differ diff --git a/images/ua17/UA17BT_TRK-1-AP06.png b/images/ua17/UA17BT_TRK-1-AP06.png new file mode 100644 index 0000000..0ef6de3 Binary files /dev/null and b/images/ua17/UA17BT_TRK-1-AP06.png differ diff --git a/images/ua17/UA17ST_TRK-1-041.png b/images/ua17/UA17ST_TRK-1-041.png new file mode 100644 index 0000000..0dad272 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-041.png differ diff --git a/images/ua17/UA17ST_TRK-1-047.png b/images/ua17/UA17ST_TRK-1-047.png new file mode 100644 index 0000000..500f959 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-047.png differ diff --git a/images/ua17/UA17ST_TRK-1-050.png b/images/ua17/UA17ST_TRK-1-050.png new file mode 100644 index 0000000..ab8b159 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-050.png differ diff --git a/images/ua17/UA17ST_TRK-1-052.png b/images/ua17/UA17ST_TRK-1-052.png new file mode 100644 index 0000000..6a722b0 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-052.png differ diff --git a/images/ua17/UA17ST_TRK-1-055.png b/images/ua17/UA17ST_TRK-1-055.png new file mode 100644 index 0000000..3fd49c5 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-055.png differ diff --git a/images/ua17/UA17ST_TRK-1-058.png b/images/ua17/UA17ST_TRK-1-058.png new file mode 100644 index 0000000..55b8a46 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-058.png differ diff --git a/images/ua17/UA17ST_TRK-1-061.png b/images/ua17/UA17ST_TRK-1-061.png new file mode 100644 index 0000000..1ac1a01 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-061.png differ diff --git a/images/ua17/UA17ST_TRK-1-062.png b/images/ua17/UA17ST_TRK-1-062.png new file mode 100644 index 0000000..0173865 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-062.png differ diff --git a/images/ua17/UA17ST_TRK-1-065.png b/images/ua17/UA17ST_TRK-1-065.png new file mode 100644 index 0000000..43dda0c Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-065.png differ diff --git a/images/ua17/UA17ST_TRK-1-101.png b/images/ua17/UA17ST_TRK-1-101.png new file mode 100644 index 0000000..dd2fcaf Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-101.png differ diff --git a/images/ua17/UA17ST_TRK-1-102.png b/images/ua17/UA17ST_TRK-1-102.png new file mode 100644 index 0000000..9d706a3 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-102.png differ diff --git a/images/ua17/UA17ST_TRK-1-103.png b/images/ua17/UA17ST_TRK-1-103.png new file mode 100644 index 0000000..239ad6b Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-103.png differ diff --git a/images/ua17/UA17ST_TRK-1-104.png b/images/ua17/UA17ST_TRK-1-104.png new file mode 100644 index 0000000..84885d4 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-104.png differ diff --git a/images/ua17/UA17ST_TRK-1-105.png b/images/ua17/UA17ST_TRK-1-105.png new file mode 100644 index 0000000..6c0503c Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-105.png differ diff --git a/images/ua17/UA17ST_TRK-1-106.png b/images/ua17/UA17ST_TRK-1-106.png new file mode 100644 index 0000000..a8e2a0c Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-106.png differ diff --git a/images/ua17/UA17ST_TRK-1-107.png b/images/ua17/UA17ST_TRK-1-107.png new file mode 100644 index 0000000..227e82d Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-107.png differ diff --git a/images/ua17/UA17ST_TRK-1-108.png b/images/ua17/UA17ST_TRK-1-108.png new file mode 100644 index 0000000..a6548ff Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-108.png differ diff --git a/images/ua17/UA17ST_TRK-1-109.png b/images/ua17/UA17ST_TRK-1-109.png new file mode 100644 index 0000000..781834b Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-109.png differ diff --git a/images/ua17/UA17ST_TRK-1-AP01.png b/images/ua17/UA17ST_TRK-1-AP01.png new file mode 100644 index 0000000..a79e574 Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-AP01.png differ diff --git a/images/ua17/UA17ST_TRK-1-AP02.png b/images/ua17/UA17ST_TRK-1-AP02.png new file mode 100644 index 0000000..1ab4a1a Binary files /dev/null and b/images/ua17/UA17ST_TRK-1-AP02.png differ diff --git a/images/ua17/UAPR_TRK-1-007.png b/images/ua17/UAPR_TRK-1-007.png new file mode 100644 index 0000000..98987fa Binary files /dev/null and b/images/ua17/UAPR_TRK-1-007.png differ diff --git a/images/ua17/UAPR_TRK-1-019.png b/images/ua17/UAPR_TRK-1-019.png new file mode 100644 index 0000000..365f148 Binary files /dev/null and b/images/ua17/UAPR_TRK-1-019.png differ diff --git a/images/ua17/UAPR_TRK-1-053.png b/images/ua17/UAPR_TRK-1-053.png new file mode 100644 index 0000000..3902bbf Binary files /dev/null and b/images/ua17/UAPR_TRK-1-053.png differ diff --git a/images/ua17/UAPR_TRK-1-054.png b/images/ua17/UAPR_TRK-1-054.png new file mode 100644 index 0000000..d3081a1 Binary files /dev/null and b/images/ua17/UAPR_TRK-1-054.png differ diff --git a/images/ua17/UAPR_TRK-1-054_p1.png b/images/ua17/UAPR_TRK-1-054_p1.png new file mode 100644 index 0000000..a6d292a Binary files /dev/null and b/images/ua17/UAPR_TRK-1-054_p1.png differ diff --git a/images/ua17/UAPR_TRK-1-079.png b/images/ua17/UAPR_TRK-1-079.png new file mode 100644 index 0000000..92e8ac1 Binary files /dev/null and b/images/ua17/UAPR_TRK-1-079.png differ diff --git a/images/ua17/UAPR_TRK-P-001.png b/images/ua17/UAPR_TRK-P-001.png new file mode 100644 index 0000000..c8bb0af Binary files /dev/null and b/images/ua17/UAPR_TRK-P-001.png differ diff --git a/images/ua17/UAPR_TRK-P-002.png b/images/ua17/UAPR_TRK-P-002.png new file mode 100644 index 0000000..a72ef8e Binary files /dev/null and b/images/ua17/UAPR_TRK-P-002.png differ diff --git a/images/ua17/UAPR_TRK-P-003.png b/images/ua17/UAPR_TRK-P-003.png new file mode 100644 index 0000000..b61db52 Binary files /dev/null and b/images/ua17/UAPR_TRK-P-003.png differ diff --git a/images/ua18/UA18BT_NIK-1-001.png b/images/ua18/UA18BT_NIK-1-001.png new file mode 100644 index 0000000..7878f39 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-001.png differ diff --git a/images/ua18/UA18BT_NIK-1-002.png b/images/ua18/UA18BT_NIK-1-002.png new file mode 100644 index 0000000..bc8b92e Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-002.png differ diff --git a/images/ua18/UA18BT_NIK-1-002_p1.png b/images/ua18/UA18BT_NIK-1-002_p1.png new file mode 100644 index 0000000..680a176 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-002_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-003.png b/images/ua18/UA18BT_NIK-1-003.png new file mode 100644 index 0000000..99c3a09 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-003.png differ diff --git a/images/ua18/UA18BT_NIK-1-003_p1.png b/images/ua18/UA18BT_NIK-1-003_p1.png new file mode 100644 index 0000000..1ac4625 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-003_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-004.png b/images/ua18/UA18BT_NIK-1-004.png new file mode 100644 index 0000000..069d02f Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-004.png differ diff --git a/images/ua18/UA18BT_NIK-1-004_p1.png b/images/ua18/UA18BT_NIK-1-004_p1.png new file mode 100644 index 0000000..c6432eb Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-004_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-005.png b/images/ua18/UA18BT_NIK-1-005.png new file mode 100644 index 0000000..d00b299 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-005.png differ diff --git a/images/ua18/UA18BT_NIK-1-006.png b/images/ua18/UA18BT_NIK-1-006.png new file mode 100644 index 0000000..9a25324 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-006.png differ diff --git a/images/ua18/UA18BT_NIK-1-006_p1.png b/images/ua18/UA18BT_NIK-1-006_p1.png new file mode 100644 index 0000000..f7216fc Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-006_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-007.png b/images/ua18/UA18BT_NIK-1-007.png new file mode 100644 index 0000000..76e18b3 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-007.png differ diff --git a/images/ua18/UA18BT_NIK-1-008.png b/images/ua18/UA18BT_NIK-1-008.png new file mode 100644 index 0000000..aa01c35 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-008.png differ diff --git a/images/ua18/UA18BT_NIK-1-008_p1.png b/images/ua18/UA18BT_NIK-1-008_p1.png new file mode 100644 index 0000000..e74dad4 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-008_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-009.png b/images/ua18/UA18BT_NIK-1-009.png new file mode 100644 index 0000000..a36a8f4 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-009.png differ diff --git a/images/ua18/UA18BT_NIK-1-010.png b/images/ua18/UA18BT_NIK-1-010.png new file mode 100644 index 0000000..aa507ce Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-010.png differ diff --git a/images/ua18/UA18BT_NIK-1-011.png b/images/ua18/UA18BT_NIK-1-011.png new file mode 100644 index 0000000..016b813 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-011.png differ diff --git a/images/ua18/UA18BT_NIK-1-011_p1.png b/images/ua18/UA18BT_NIK-1-011_p1.png new file mode 100644 index 0000000..cb9562a Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-011_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-012.png b/images/ua18/UA18BT_NIK-1-012.png new file mode 100644 index 0000000..6e53975 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-012.png differ diff --git a/images/ua18/UA18BT_NIK-1-012_p1.png b/images/ua18/UA18BT_NIK-1-012_p1.png new file mode 100644 index 0000000..cf646e7 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-012_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-013.png b/images/ua18/UA18BT_NIK-1-013.png new file mode 100644 index 0000000..cf5b36d Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-013.png differ diff --git a/images/ua18/UA18BT_NIK-1-014.png b/images/ua18/UA18BT_NIK-1-014.png new file mode 100644 index 0000000..a032bb2 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-014.png differ diff --git a/images/ua18/UA18BT_NIK-1-015.png b/images/ua18/UA18BT_NIK-1-015.png new file mode 100644 index 0000000..02ec548 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-015.png differ diff --git a/images/ua18/UA18BT_NIK-1-015_p1.png b/images/ua18/UA18BT_NIK-1-015_p1.png new file mode 100644 index 0000000..b9dc2b8 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-015_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-016.png b/images/ua18/UA18BT_NIK-1-016.png new file mode 100644 index 0000000..ed315b0 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-016.png differ diff --git a/images/ua18/UA18BT_NIK-1-017.png b/images/ua18/UA18BT_NIK-1-017.png new file mode 100644 index 0000000..8008c2f Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-017.png differ diff --git a/images/ua18/UA18BT_NIK-1-018.png b/images/ua18/UA18BT_NIK-1-018.png new file mode 100644 index 0000000..b86f2a8 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-018.png differ diff --git a/images/ua18/UA18BT_NIK-1-018_p1.png b/images/ua18/UA18BT_NIK-1-018_p1.png new file mode 100644 index 0000000..33316a5 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-018_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-019.png b/images/ua18/UA18BT_NIK-1-019.png new file mode 100644 index 0000000..5d60ae0 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-019.png differ diff --git a/images/ua18/UA18BT_NIK-1-019_p1.png b/images/ua18/UA18BT_NIK-1-019_p1.png new file mode 100644 index 0000000..6c29137 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-019_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-019_p2.png b/images/ua18/UA18BT_NIK-1-019_p2.png new file mode 100644 index 0000000..40ae2d6 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-019_p2.png differ diff --git a/images/ua18/UA18BT_NIK-1-020.png b/images/ua18/UA18BT_NIK-1-020.png new file mode 100644 index 0000000..376cf5c Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-020.png differ diff --git a/images/ua18/UA18BT_NIK-1-021.png b/images/ua18/UA18BT_NIK-1-021.png new file mode 100644 index 0000000..cfb594b Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-021.png differ diff --git a/images/ua18/UA18BT_NIK-1-021_p1.png b/images/ua18/UA18BT_NIK-1-021_p1.png new file mode 100644 index 0000000..939ed4c Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-021_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-022.png b/images/ua18/UA18BT_NIK-1-022.png new file mode 100644 index 0000000..bdd20dd Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-022.png differ diff --git a/images/ua18/UA18BT_NIK-1-023.png b/images/ua18/UA18BT_NIK-1-023.png new file mode 100644 index 0000000..5177ec6 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-023.png differ diff --git a/images/ua18/UA18BT_NIK-1-023_p1.png b/images/ua18/UA18BT_NIK-1-023_p1.png new file mode 100644 index 0000000..d81010c Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-023_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-024.png b/images/ua18/UA18BT_NIK-1-024.png new file mode 100644 index 0000000..db5a44b Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-024.png differ diff --git a/images/ua18/UA18BT_NIK-1-025.png b/images/ua18/UA18BT_NIK-1-025.png new file mode 100644 index 0000000..096017a Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-025.png differ diff --git a/images/ua18/UA18BT_NIK-1-026.png b/images/ua18/UA18BT_NIK-1-026.png new file mode 100644 index 0000000..eb8228e Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-026.png differ diff --git a/images/ua18/UA18BT_NIK-1-027.png b/images/ua18/UA18BT_NIK-1-027.png new file mode 100644 index 0000000..40b525b Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-027.png differ diff --git a/images/ua18/UA18BT_NIK-1-027_p1.png b/images/ua18/UA18BT_NIK-1-027_p1.png new file mode 100644 index 0000000..e7e0ac7 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-027_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-028.png b/images/ua18/UA18BT_NIK-1-028.png new file mode 100644 index 0000000..2c848cb Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-028.png differ diff --git a/images/ua18/UA18BT_NIK-1-029.png b/images/ua18/UA18BT_NIK-1-029.png new file mode 100644 index 0000000..c92fa38 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-029.png differ diff --git a/images/ua18/UA18BT_NIK-1-030.png b/images/ua18/UA18BT_NIK-1-030.png new file mode 100644 index 0000000..82d9ae2 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-030.png differ diff --git a/images/ua18/UA18BT_NIK-1-031.png b/images/ua18/UA18BT_NIK-1-031.png new file mode 100644 index 0000000..8700682 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-031.png differ diff --git a/images/ua18/UA18BT_NIK-1-032.png b/images/ua18/UA18BT_NIK-1-032.png new file mode 100644 index 0000000..73aa4f6 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-032.png differ diff --git a/images/ua18/UA18BT_NIK-1-033.png b/images/ua18/UA18BT_NIK-1-033.png new file mode 100644 index 0000000..6cdeb90 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-033.png differ diff --git a/images/ua18/UA18BT_NIK-1-034.png b/images/ua18/UA18BT_NIK-1-034.png new file mode 100644 index 0000000..cc3b977 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-034.png differ diff --git a/images/ua18/UA18BT_NIK-1-035.png b/images/ua18/UA18BT_NIK-1-035.png new file mode 100644 index 0000000..275fac8 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-035.png differ diff --git a/images/ua18/UA18BT_NIK-1-036.png b/images/ua18/UA18BT_NIK-1-036.png new file mode 100644 index 0000000..0bbfb7b Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-036.png differ diff --git a/images/ua18/UA18BT_NIK-1-037.png b/images/ua18/UA18BT_NIK-1-037.png new file mode 100644 index 0000000..4ac4289 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-037.png differ diff --git a/images/ua18/UA18BT_NIK-1-038.png b/images/ua18/UA18BT_NIK-1-038.png new file mode 100644 index 0000000..bc8f31d Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-038.png differ diff --git a/images/ua18/UA18BT_NIK-1-039.png b/images/ua18/UA18BT_NIK-1-039.png new file mode 100644 index 0000000..04b1550 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-039.png differ diff --git a/images/ua18/UA18BT_NIK-1-039_p1.png b/images/ua18/UA18BT_NIK-1-039_p1.png new file mode 100644 index 0000000..655162b Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-039_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-040.png b/images/ua18/UA18BT_NIK-1-040.png new file mode 100644 index 0000000..2924777 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-040.png differ diff --git a/images/ua18/UA18BT_NIK-1-041.png b/images/ua18/UA18BT_NIK-1-041.png new file mode 100644 index 0000000..46fad9e Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-041.png differ diff --git a/images/ua18/UA18BT_NIK-1-042.png b/images/ua18/UA18BT_NIK-1-042.png new file mode 100644 index 0000000..d29cfc2 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-042.png differ diff --git a/images/ua18/UA18BT_NIK-1-043.png b/images/ua18/UA18BT_NIK-1-043.png new file mode 100644 index 0000000..2567523 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-043.png differ diff --git a/images/ua18/UA18BT_NIK-1-043_p1.png b/images/ua18/UA18BT_NIK-1-043_p1.png new file mode 100644 index 0000000..577c3fd Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-043_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-044.png b/images/ua18/UA18BT_NIK-1-044.png new file mode 100644 index 0000000..f1bfaa8 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-044.png differ diff --git a/images/ua18/UA18BT_NIK-1-045.png b/images/ua18/UA18BT_NIK-1-045.png new file mode 100644 index 0000000..b3c70eb Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-045.png differ diff --git a/images/ua18/UA18BT_NIK-1-046.png b/images/ua18/UA18BT_NIK-1-046.png new file mode 100644 index 0000000..a5b92e4 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-046.png differ diff --git a/images/ua18/UA18BT_NIK-1-046_p1.png b/images/ua18/UA18BT_NIK-1-046_p1.png new file mode 100644 index 0000000..23e89ec Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-046_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-047.png b/images/ua18/UA18BT_NIK-1-047.png new file mode 100644 index 0000000..5687a4a Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-047.png differ diff --git a/images/ua18/UA18BT_NIK-1-048.png b/images/ua18/UA18BT_NIK-1-048.png new file mode 100644 index 0000000..2f4e032 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-048.png differ diff --git a/images/ua18/UA18BT_NIK-1-049.png b/images/ua18/UA18BT_NIK-1-049.png new file mode 100644 index 0000000..aa38c84 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-049.png differ diff --git a/images/ua18/UA18BT_NIK-1-049_p1.png b/images/ua18/UA18BT_NIK-1-049_p1.png new file mode 100644 index 0000000..ca09886 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-049_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-050.png b/images/ua18/UA18BT_NIK-1-050.png new file mode 100644 index 0000000..40bc4ec Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-050.png differ diff --git a/images/ua18/UA18BT_NIK-1-051.png b/images/ua18/UA18BT_NIK-1-051.png new file mode 100644 index 0000000..d0d6af6 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-051.png differ diff --git a/images/ua18/UA18BT_NIK-1-052.png b/images/ua18/UA18BT_NIK-1-052.png new file mode 100644 index 0000000..4f67d0c Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-052.png differ diff --git a/images/ua18/UA18BT_NIK-1-052_p1.png b/images/ua18/UA18BT_NIK-1-052_p1.png new file mode 100644 index 0000000..845924e Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-052_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-053.png b/images/ua18/UA18BT_NIK-1-053.png new file mode 100644 index 0000000..0ef15ce Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-053.png differ diff --git a/images/ua18/UA18BT_NIK-1-054.png b/images/ua18/UA18BT_NIK-1-054.png new file mode 100644 index 0000000..d81795c Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-054.png differ diff --git a/images/ua18/UA18BT_NIK-1-055.png b/images/ua18/UA18BT_NIK-1-055.png new file mode 100644 index 0000000..c39e951 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-055.png differ diff --git a/images/ua18/UA18BT_NIK-1-055_p1.png b/images/ua18/UA18BT_NIK-1-055_p1.png new file mode 100644 index 0000000..b04158a Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-055_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-056.png b/images/ua18/UA18BT_NIK-1-056.png new file mode 100644 index 0000000..41445b8 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-056.png differ diff --git a/images/ua18/UA18BT_NIK-1-057.png b/images/ua18/UA18BT_NIK-1-057.png new file mode 100644 index 0000000..21e3218 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-057.png differ diff --git a/images/ua18/UA18BT_NIK-1-058.png b/images/ua18/UA18BT_NIK-1-058.png new file mode 100644 index 0000000..047215d Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-058.png differ diff --git a/images/ua18/UA18BT_NIK-1-058_p1.png b/images/ua18/UA18BT_NIK-1-058_p1.png new file mode 100644 index 0000000..2d4711c Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-058_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-059.png b/images/ua18/UA18BT_NIK-1-059.png new file mode 100644 index 0000000..0eceaa4 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-059.png differ diff --git a/images/ua18/UA18BT_NIK-1-060.png b/images/ua18/UA18BT_NIK-1-060.png new file mode 100644 index 0000000..dd22fee Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-060.png differ diff --git a/images/ua18/UA18BT_NIK-1-061.png b/images/ua18/UA18BT_NIK-1-061.png new file mode 100644 index 0000000..17cc2c2 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-061.png differ diff --git a/images/ua18/UA18BT_NIK-1-062.png b/images/ua18/UA18BT_NIK-1-062.png new file mode 100644 index 0000000..01def6b Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-062.png differ diff --git a/images/ua18/UA18BT_NIK-1-063.png b/images/ua18/UA18BT_NIK-1-063.png new file mode 100644 index 0000000..c4019e8 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-063.png differ diff --git a/images/ua18/UA18BT_NIK-1-064.png b/images/ua18/UA18BT_NIK-1-064.png new file mode 100644 index 0000000..fff2f92 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-064.png differ diff --git a/images/ua18/UA18BT_NIK-1-065.png b/images/ua18/UA18BT_NIK-1-065.png new file mode 100644 index 0000000..0e68d6d Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-065.png differ diff --git a/images/ua18/UA18BT_NIK-1-066.png b/images/ua18/UA18BT_NIK-1-066.png new file mode 100644 index 0000000..2b7e9f6 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-066.png differ diff --git a/images/ua18/UA18BT_NIK-1-067.png b/images/ua18/UA18BT_NIK-1-067.png new file mode 100644 index 0000000..3b9d3d4 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-067.png differ diff --git a/images/ua18/UA18BT_NIK-1-068.png b/images/ua18/UA18BT_NIK-1-068.png new file mode 100644 index 0000000..140ba93 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-068.png differ diff --git a/images/ua18/UA18BT_NIK-1-069.png b/images/ua18/UA18BT_NIK-1-069.png new file mode 100644 index 0000000..3674a1d Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-069.png differ diff --git a/images/ua18/UA18BT_NIK-1-070.png b/images/ua18/UA18BT_NIK-1-070.png new file mode 100644 index 0000000..69b6537 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-070.png differ diff --git a/images/ua18/UA18BT_NIK-1-070_p1.png b/images/ua18/UA18BT_NIK-1-070_p1.png new file mode 100644 index 0000000..bf2962d Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-070_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-071.png b/images/ua18/UA18BT_NIK-1-071.png new file mode 100644 index 0000000..5ee9619 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-071.png differ diff --git a/images/ua18/UA18BT_NIK-1-072.png b/images/ua18/UA18BT_NIK-1-072.png new file mode 100644 index 0000000..15415be Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-072.png differ diff --git a/images/ua18/UA18BT_NIK-1-073.png b/images/ua18/UA18BT_NIK-1-073.png new file mode 100644 index 0000000..a23f93e Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-073.png differ diff --git a/images/ua18/UA18BT_NIK-1-073_p1.png b/images/ua18/UA18BT_NIK-1-073_p1.png new file mode 100644 index 0000000..6155aac Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-073_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-074.png b/images/ua18/UA18BT_NIK-1-074.png new file mode 100644 index 0000000..e32438d Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-074.png differ diff --git a/images/ua18/UA18BT_NIK-1-074_p1.png b/images/ua18/UA18BT_NIK-1-074_p1.png new file mode 100644 index 0000000..3d25499 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-074_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-075.png b/images/ua18/UA18BT_NIK-1-075.png new file mode 100644 index 0000000..13b5f07 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-075.png differ diff --git a/images/ua18/UA18BT_NIK-1-076.png b/images/ua18/UA18BT_NIK-1-076.png new file mode 100644 index 0000000..cde5bdd Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-076.png differ diff --git a/images/ua18/UA18BT_NIK-1-077.png b/images/ua18/UA18BT_NIK-1-077.png new file mode 100644 index 0000000..23298e8 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-077.png differ diff --git a/images/ua18/UA18BT_NIK-1-077_p1.png b/images/ua18/UA18BT_NIK-1-077_p1.png new file mode 100644 index 0000000..2634c44 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-077_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-078.png b/images/ua18/UA18BT_NIK-1-078.png new file mode 100644 index 0000000..77219fd Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-078.png differ diff --git a/images/ua18/UA18BT_NIK-1-079.png b/images/ua18/UA18BT_NIK-1-079.png new file mode 100644 index 0000000..561a650 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-079.png differ diff --git a/images/ua18/UA18BT_NIK-1-080.png b/images/ua18/UA18BT_NIK-1-080.png new file mode 100644 index 0000000..88a7046 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-080.png differ diff --git a/images/ua18/UA18BT_NIK-1-081.png b/images/ua18/UA18BT_NIK-1-081.png new file mode 100644 index 0000000..fb9e0cc Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-081.png differ diff --git a/images/ua18/UA18BT_NIK-1-081_p1.png b/images/ua18/UA18BT_NIK-1-081_p1.png new file mode 100644 index 0000000..891c9f7 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-081_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-082.png b/images/ua18/UA18BT_NIK-1-082.png new file mode 100644 index 0000000..928a37a Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-082.png differ diff --git a/images/ua18/UA18BT_NIK-1-082_p1.png b/images/ua18/UA18BT_NIK-1-082_p1.png new file mode 100644 index 0000000..3b9f046 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-082_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-083.png b/images/ua18/UA18BT_NIK-1-083.png new file mode 100644 index 0000000..115b4d8 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-083.png differ diff --git a/images/ua18/UA18BT_NIK-1-083_p1.png b/images/ua18/UA18BT_NIK-1-083_p1.png new file mode 100644 index 0000000..7eb0a7a Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-083_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-084.png b/images/ua18/UA18BT_NIK-1-084.png new file mode 100644 index 0000000..6bc694e Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-084.png differ diff --git a/images/ua18/UA18BT_NIK-1-084_p1.png b/images/ua18/UA18BT_NIK-1-084_p1.png new file mode 100644 index 0000000..3df3900 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-084_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-085.png b/images/ua18/UA18BT_NIK-1-085.png new file mode 100644 index 0000000..7153352 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-085.png differ diff --git a/images/ua18/UA18BT_NIK-1-085_p1.png b/images/ua18/UA18BT_NIK-1-085_p1.png new file mode 100644 index 0000000..d3edd9c Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-085_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-086.png b/images/ua18/UA18BT_NIK-1-086.png new file mode 100644 index 0000000..f9709de Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-086.png differ diff --git a/images/ua18/UA18BT_NIK-1-087.png b/images/ua18/UA18BT_NIK-1-087.png new file mode 100644 index 0000000..1835a67 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-087.png differ diff --git a/images/ua18/UA18BT_NIK-1-087_p1.png b/images/ua18/UA18BT_NIK-1-087_p1.png new file mode 100644 index 0000000..9775a16 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-087_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-088.png b/images/ua18/UA18BT_NIK-1-088.png new file mode 100644 index 0000000..12e5167 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-088.png differ diff --git a/images/ua18/UA18BT_NIK-1-089.png b/images/ua18/UA18BT_NIK-1-089.png new file mode 100644 index 0000000..22034bc Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-089.png differ diff --git a/images/ua18/UA18BT_NIK-1-089_p1.png b/images/ua18/UA18BT_NIK-1-089_p1.png new file mode 100644 index 0000000..d746ff3 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-089_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-090.png b/images/ua18/UA18BT_NIK-1-090.png new file mode 100644 index 0000000..3e42c8e Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-090.png differ diff --git a/images/ua18/UA18BT_NIK-1-091.png b/images/ua18/UA18BT_NIK-1-091.png new file mode 100644 index 0000000..fa477dd Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-091.png differ diff --git a/images/ua18/UA18BT_NIK-1-092.png b/images/ua18/UA18BT_NIK-1-092.png new file mode 100644 index 0000000..0528e64 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-092.png differ diff --git a/images/ua18/UA18BT_NIK-1-092_p1.png b/images/ua18/UA18BT_NIK-1-092_p1.png new file mode 100644 index 0000000..1ded991 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-092_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-093.png b/images/ua18/UA18BT_NIK-1-093.png new file mode 100644 index 0000000..c31ca12 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-093.png differ diff --git a/images/ua18/UA18BT_NIK-1-094.png b/images/ua18/UA18BT_NIK-1-094.png new file mode 100644 index 0000000..dfb0ef9 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-094.png differ diff --git a/images/ua18/UA18BT_NIK-1-094_p1.png b/images/ua18/UA18BT_NIK-1-094_p1.png new file mode 100644 index 0000000..fa91f22 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-094_p1.png differ diff --git a/images/ua18/UA18BT_NIK-1-095.png b/images/ua18/UA18BT_NIK-1-095.png new file mode 100644 index 0000000..da127c3 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-095.png differ diff --git a/images/ua18/UA18BT_NIK-1-096.png b/images/ua18/UA18BT_NIK-1-096.png new file mode 100644 index 0000000..cf42187 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-096.png differ diff --git a/images/ua18/UA18BT_NIK-1-097.png b/images/ua18/UA18BT_NIK-1-097.png new file mode 100644 index 0000000..8f9624a Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-097.png differ diff --git a/images/ua18/UA18BT_NIK-1-098.png b/images/ua18/UA18BT_NIK-1-098.png new file mode 100644 index 0000000..5241fcf Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-098.png differ diff --git a/images/ua18/UA18BT_NIK-1-099.png b/images/ua18/UA18BT_NIK-1-099.png new file mode 100644 index 0000000..4d32f47 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-099.png differ diff --git a/images/ua18/UA18BT_NIK-1-100.png b/images/ua18/UA18BT_NIK-1-100.png new file mode 100644 index 0000000..0eb0dde Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-100.png differ diff --git a/images/ua18/UA18BT_NIK-1-AP01.png b/images/ua18/UA18BT_NIK-1-AP01.png new file mode 100644 index 0000000..6f27763 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-AP01.png differ diff --git a/images/ua18/UA18BT_NIK-1-AP02.png b/images/ua18/UA18BT_NIK-1-AP02.png new file mode 100644 index 0000000..4dd2a25 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-AP02.png differ diff --git a/images/ua18/UA18BT_NIK-1-AP03.png b/images/ua18/UA18BT_NIK-1-AP03.png new file mode 100644 index 0000000..cdfa176 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-AP03.png differ diff --git a/images/ua18/UA18BT_NIK-1-AP04.png b/images/ua18/UA18BT_NIK-1-AP04.png new file mode 100644 index 0000000..3c31316 Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-AP04.png differ diff --git a/images/ua18/UA18BT_NIK-1-AP05.png b/images/ua18/UA18BT_NIK-1-AP05.png new file mode 100644 index 0000000..6d01bca Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-AP05.png differ diff --git a/images/ua18/UA18BT_NIK-1-AP06.png b/images/ua18/UA18BT_NIK-1-AP06.png new file mode 100644 index 0000000..02dd9cf Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-AP06.png differ diff --git a/images/ua18/UA18BT_NIK-1-AP06_s.png b/images/ua18/UA18BT_NIK-1-AP06_s.png new file mode 100644 index 0000000..5e9e16b Binary files /dev/null and b/images/ua18/UA18BT_NIK-1-AP06_s.png differ diff --git a/images/ua18/UA18ST_NIK-1-001.png b/images/ua18/UA18ST_NIK-1-001.png new file mode 100644 index 0000000..bf17a6e Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-001.png differ diff --git a/images/ua18/UA18ST_NIK-1-002.png b/images/ua18/UA18ST_NIK-1-002.png new file mode 100644 index 0000000..2ec6d30 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-002.png differ diff --git a/images/ua18/UA18ST_NIK-1-004.png b/images/ua18/UA18ST_NIK-1-004.png new file mode 100644 index 0000000..62aa4bc Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-004.png differ diff --git a/images/ua18/UA18ST_NIK-1-005.png b/images/ua18/UA18ST_NIK-1-005.png new file mode 100644 index 0000000..aed3378 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-005.png differ diff --git a/images/ua18/UA18ST_NIK-1-009.png b/images/ua18/UA18ST_NIK-1-009.png new file mode 100644 index 0000000..395e224 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-009.png differ diff --git a/images/ua18/UA18ST_NIK-1-016.png b/images/ua18/UA18ST_NIK-1-016.png new file mode 100644 index 0000000..ee2f3a6 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-016.png differ diff --git a/images/ua18/UA18ST_NIK-1-029.png b/images/ua18/UA18ST_NIK-1-029.png new file mode 100644 index 0000000..b9b74ba Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-029.png differ diff --git a/images/ua18/UA18ST_NIK-1-030.png b/images/ua18/UA18ST_NIK-1-030.png new file mode 100644 index 0000000..8f1f0b9 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-030.png differ diff --git a/images/ua18/UA18ST_NIK-1-031.png b/images/ua18/UA18ST_NIK-1-031.png new file mode 100644 index 0000000..670cc03 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-031.png differ diff --git a/images/ua18/UA18ST_NIK-1-101.png b/images/ua18/UA18ST_NIK-1-101.png new file mode 100644 index 0000000..911602a Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-101.png differ diff --git a/images/ua18/UA18ST_NIK-1-102.png b/images/ua18/UA18ST_NIK-1-102.png new file mode 100644 index 0000000..2e6a689 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-102.png differ diff --git a/images/ua18/UA18ST_NIK-1-103.png b/images/ua18/UA18ST_NIK-1-103.png new file mode 100644 index 0000000..884c7cb Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-103.png differ diff --git a/images/ua18/UA18ST_NIK-1-104.png b/images/ua18/UA18ST_NIK-1-104.png new file mode 100644 index 0000000..7cf25a8 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-104.png differ diff --git a/images/ua18/UA18ST_NIK-1-105.png b/images/ua18/UA18ST_NIK-1-105.png new file mode 100644 index 0000000..60a73df Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-105.png differ diff --git a/images/ua18/UA18ST_NIK-1-106.png b/images/ua18/UA18ST_NIK-1-106.png new file mode 100644 index 0000000..3e49d32 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-106.png differ diff --git a/images/ua18/UA18ST_NIK-1-107.png b/images/ua18/UA18ST_NIK-1-107.png new file mode 100644 index 0000000..6366a29 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-107.png differ diff --git a/images/ua18/UA18ST_NIK-1-108.png b/images/ua18/UA18ST_NIK-1-108.png new file mode 100644 index 0000000..fb13b3d Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-108.png differ diff --git a/images/ua18/UA18ST_NIK-1-109.png b/images/ua18/UA18ST_NIK-1-109.png new file mode 100644 index 0000000..d090fd8 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-109.png differ diff --git a/images/ua18/UA18ST_NIK-1-110.png b/images/ua18/UA18ST_NIK-1-110.png new file mode 100644 index 0000000..d0c24ef Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-110.png differ diff --git a/images/ua18/UA18ST_NIK-1-110_p1.png b/images/ua18/UA18ST_NIK-1-110_p1.png new file mode 100644 index 0000000..995e1ac Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-110_p1.png differ diff --git a/images/ua18/UA18ST_NIK-1-111.png b/images/ua18/UA18ST_NIK-1-111.png new file mode 100644 index 0000000..ac0827c Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-111.png differ diff --git a/images/ua18/UA18ST_NIK-1-111_p1.png b/images/ua18/UA18ST_NIK-1-111_p1.png new file mode 100644 index 0000000..024b391 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-111_p1.png differ diff --git a/images/ua18/UA18ST_NIK-1-112.png b/images/ua18/UA18ST_NIK-1-112.png new file mode 100644 index 0000000..971289b Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-112.png differ diff --git a/images/ua18/UA18ST_NIK-1-112_p1.png b/images/ua18/UA18ST_NIK-1-112_p1.png new file mode 100644 index 0000000..65209a0 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-112_p1.png differ diff --git a/images/ua18/UA18ST_NIK-1-113.png b/images/ua18/UA18ST_NIK-1-113.png new file mode 100644 index 0000000..8a3e9da Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-113.png differ diff --git a/images/ua18/UA18ST_NIK-1-113_p1.png b/images/ua18/UA18ST_NIK-1-113_p1.png new file mode 100644 index 0000000..d713903 Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-113_p1.png differ diff --git a/images/ua18/UA18ST_NIK-1-AP01.png b/images/ua18/UA18ST_NIK-1-AP01.png new file mode 100644 index 0000000..434de9a Binary files /dev/null and b/images/ua18/UA18ST_NIK-1-AP01.png differ diff --git a/images/ua18/UAPR_NIK-1-011.png b/images/ua18/UAPR_NIK-1-011.png new file mode 100644 index 0000000..8338a08 Binary files /dev/null and b/images/ua18/UAPR_NIK-1-011.png differ diff --git a/images/ua18/UAPR_NIK-1-011_p1.png b/images/ua18/UAPR_NIK-1-011_p1.png new file mode 100644 index 0000000..5b88ce0 Binary files /dev/null and b/images/ua18/UAPR_NIK-1-011_p1.png differ diff --git a/images/ua18/UAPR_NIK-AP01.png b/images/ua18/UAPR_NIK-AP01.png new file mode 100644 index 0000000..8574c15 Binary files /dev/null and b/images/ua18/UAPR_NIK-AP01.png differ diff --git a/images/ua18/UAPR_NIK-AP02.png b/images/ua18/UAPR_NIK-AP02.png new file mode 100644 index 0000000..e5be874 Binary files /dev/null and b/images/ua18/UAPR_NIK-AP02.png differ diff --git a/images/ua19/UA19BT_HIQ-1-001.png b/images/ua19/UA19BT_HIQ-1-001.png new file mode 100644 index 0000000..684566e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-001.png differ diff --git a/images/ua19/UA19BT_HIQ-1-002.png b/images/ua19/UA19BT_HIQ-1-002.png new file mode 100644 index 0000000..541d44f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-002.png differ diff --git a/images/ua19/UA19BT_HIQ-1-003.png b/images/ua19/UA19BT_HIQ-1-003.png new file mode 100644 index 0000000..784baf7 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-003.png differ diff --git a/images/ua19/UA19BT_HIQ-1-004.png b/images/ua19/UA19BT_HIQ-1-004.png new file mode 100644 index 0000000..04670ae Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-004.png differ diff --git a/images/ua19/UA19BT_HIQ-1-005.png b/images/ua19/UA19BT_HIQ-1-005.png new file mode 100644 index 0000000..6bbdcb9 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-005.png differ diff --git a/images/ua19/UA19BT_HIQ-1-005_p1.png b/images/ua19/UA19BT_HIQ-1-005_p1.png new file mode 100644 index 0000000..876c6b3 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-005_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-006.png b/images/ua19/UA19BT_HIQ-1-006.png new file mode 100644 index 0000000..3cc6517 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-006.png differ diff --git a/images/ua19/UA19BT_HIQ-1-007.png b/images/ua19/UA19BT_HIQ-1-007.png new file mode 100644 index 0000000..6e4031f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-007.png differ diff --git a/images/ua19/UA19BT_HIQ-1-007_p1.png b/images/ua19/UA19BT_HIQ-1-007_p1.png new file mode 100644 index 0000000..53be26f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-007_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-008.png b/images/ua19/UA19BT_HIQ-1-008.png new file mode 100644 index 0000000..592f192 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-008.png differ diff --git a/images/ua19/UA19BT_HIQ-1-009.png b/images/ua19/UA19BT_HIQ-1-009.png new file mode 100644 index 0000000..d036245 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-009.png differ diff --git a/images/ua19/UA19BT_HIQ-1-010.png b/images/ua19/UA19BT_HIQ-1-010.png new file mode 100644 index 0000000..c3a5537 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-010.png differ diff --git a/images/ua19/UA19BT_HIQ-1-011.png b/images/ua19/UA19BT_HIQ-1-011.png new file mode 100644 index 0000000..1e8e8be Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-011.png differ diff --git a/images/ua19/UA19BT_HIQ-1-012.png b/images/ua19/UA19BT_HIQ-1-012.png new file mode 100644 index 0000000..834fd79 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-012.png differ diff --git a/images/ua19/UA19BT_HIQ-1-013.png b/images/ua19/UA19BT_HIQ-1-013.png new file mode 100644 index 0000000..2ea266b Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-013.png differ diff --git a/images/ua19/UA19BT_HIQ-1-013_p1.png b/images/ua19/UA19BT_HIQ-1-013_p1.png new file mode 100644 index 0000000..14f0de8 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-013_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-014.png b/images/ua19/UA19BT_HIQ-1-014.png new file mode 100644 index 0000000..2f98c0e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-014.png differ diff --git a/images/ua19/UA19BT_HIQ-1-014_p1.png b/images/ua19/UA19BT_HIQ-1-014_p1.png new file mode 100644 index 0000000..49d1250 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-014_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-015.png b/images/ua19/UA19BT_HIQ-1-015.png new file mode 100644 index 0000000..1857533 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-015.png differ diff --git a/images/ua19/UA19BT_HIQ-1-016.png b/images/ua19/UA19BT_HIQ-1-016.png new file mode 100644 index 0000000..d0868f5 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-016.png differ diff --git a/images/ua19/UA19BT_HIQ-1-017.png b/images/ua19/UA19BT_HIQ-1-017.png new file mode 100644 index 0000000..ab61116 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-017.png differ diff --git a/images/ua19/UA19BT_HIQ-1-017_p1.png b/images/ua19/UA19BT_HIQ-1-017_p1.png new file mode 100644 index 0000000..b4e5b70 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-017_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-018.png b/images/ua19/UA19BT_HIQ-1-018.png new file mode 100644 index 0000000..f1bf6ff Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-018.png differ diff --git a/images/ua19/UA19BT_HIQ-1-018_p1.png b/images/ua19/UA19BT_HIQ-1-018_p1.png new file mode 100644 index 0000000..24c0a2d Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-018_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-019.png b/images/ua19/UA19BT_HIQ-1-019.png new file mode 100644 index 0000000..7e124b1 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-019.png differ diff --git a/images/ua19/UA19BT_HIQ-1-020.png b/images/ua19/UA19BT_HIQ-1-020.png new file mode 100644 index 0000000..b209559 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-020.png differ diff --git a/images/ua19/UA19BT_HIQ-1-020_p1.png b/images/ua19/UA19BT_HIQ-1-020_p1.png new file mode 100644 index 0000000..6420c69 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-020_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-021.png b/images/ua19/UA19BT_HIQ-1-021.png new file mode 100644 index 0000000..dcf17fb Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-021.png differ diff --git a/images/ua19/UA19BT_HIQ-1-022.png b/images/ua19/UA19BT_HIQ-1-022.png new file mode 100644 index 0000000..628e778 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-022.png differ diff --git a/images/ua19/UA19BT_HIQ-1-022_p1.png b/images/ua19/UA19BT_HIQ-1-022_p1.png new file mode 100644 index 0000000..b5bce33 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-022_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-023.png b/images/ua19/UA19BT_HIQ-1-023.png new file mode 100644 index 0000000..9df2912 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-023.png differ diff --git a/images/ua19/UA19BT_HIQ-1-024.png b/images/ua19/UA19BT_HIQ-1-024.png new file mode 100644 index 0000000..3eadec8 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-024.png differ diff --git a/images/ua19/UA19BT_HIQ-1-025.png b/images/ua19/UA19BT_HIQ-1-025.png new file mode 100644 index 0000000..c1750e2 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-025.png differ diff --git a/images/ua19/UA19BT_HIQ-1-025_p1.png b/images/ua19/UA19BT_HIQ-1-025_p1.png new file mode 100644 index 0000000..523fd36 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-025_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-026.png b/images/ua19/UA19BT_HIQ-1-026.png new file mode 100644 index 0000000..08af151 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-026.png differ diff --git a/images/ua19/UA19BT_HIQ-1-027.png b/images/ua19/UA19BT_HIQ-1-027.png new file mode 100644 index 0000000..e4fe70a Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-027.png differ diff --git a/images/ua19/UA19BT_HIQ-1-027_p1.png b/images/ua19/UA19BT_HIQ-1-027_p1.png new file mode 100644 index 0000000..21507d1 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-027_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-028.png b/images/ua19/UA19BT_HIQ-1-028.png new file mode 100644 index 0000000..b5160df Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-028.png differ diff --git a/images/ua19/UA19BT_HIQ-1-029.png b/images/ua19/UA19BT_HIQ-1-029.png new file mode 100644 index 0000000..5660de9 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-029.png differ diff --git a/images/ua19/UA19BT_HIQ-1-030.png b/images/ua19/UA19BT_HIQ-1-030.png new file mode 100644 index 0000000..d66227b Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-030.png differ diff --git a/images/ua19/UA19BT_HIQ-1-031.png b/images/ua19/UA19BT_HIQ-1-031.png new file mode 100644 index 0000000..51b59e4 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-031.png differ diff --git a/images/ua19/UA19BT_HIQ-1-032.png b/images/ua19/UA19BT_HIQ-1-032.png new file mode 100644 index 0000000..65fe0b9 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-032.png differ diff --git a/images/ua19/UA19BT_HIQ-1-033.png b/images/ua19/UA19BT_HIQ-1-033.png new file mode 100644 index 0000000..e3fdb5e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-033.png differ diff --git a/images/ua19/UA19BT_HIQ-1-034.png b/images/ua19/UA19BT_HIQ-1-034.png new file mode 100644 index 0000000..faffe49 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-034.png differ diff --git a/images/ua19/UA19BT_HIQ-1-035.png b/images/ua19/UA19BT_HIQ-1-035.png new file mode 100644 index 0000000..ce92cb4 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-035.png differ diff --git a/images/ua19/UA19BT_HIQ-1-035_p1.png b/images/ua19/UA19BT_HIQ-1-035_p1.png new file mode 100644 index 0000000..61ac22e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-035_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-036.png b/images/ua19/UA19BT_HIQ-1-036.png new file mode 100644 index 0000000..13721bd Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-036.png differ diff --git a/images/ua19/UA19BT_HIQ-1-037.png b/images/ua19/UA19BT_HIQ-1-037.png new file mode 100644 index 0000000..1f19f4a Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-037.png differ diff --git a/images/ua19/UA19BT_HIQ-1-038.png b/images/ua19/UA19BT_HIQ-1-038.png new file mode 100644 index 0000000..98f0627 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-038.png differ diff --git a/images/ua19/UA19BT_HIQ-1-039.png b/images/ua19/UA19BT_HIQ-1-039.png new file mode 100644 index 0000000..1f82af8 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-039.png differ diff --git a/images/ua19/UA19BT_HIQ-1-039_p1.png b/images/ua19/UA19BT_HIQ-1-039_p1.png new file mode 100644 index 0000000..06eb5b1 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-039_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-040.png b/images/ua19/UA19BT_HIQ-1-040.png new file mode 100644 index 0000000..24975ba Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-040.png differ diff --git a/images/ua19/UA19BT_HIQ-1-041.png b/images/ua19/UA19BT_HIQ-1-041.png new file mode 100644 index 0000000..102ef79 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-041.png differ diff --git a/images/ua19/UA19BT_HIQ-1-042.png b/images/ua19/UA19BT_HIQ-1-042.png new file mode 100644 index 0000000..88a1b23 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-042.png differ diff --git a/images/ua19/UA19BT_HIQ-1-042_p1.png b/images/ua19/UA19BT_HIQ-1-042_p1.png new file mode 100644 index 0000000..821ef0f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-042_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-043.png b/images/ua19/UA19BT_HIQ-1-043.png new file mode 100644 index 0000000..e96219e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-043.png differ diff --git a/images/ua19/UA19BT_HIQ-1-044.png b/images/ua19/UA19BT_HIQ-1-044.png new file mode 100644 index 0000000..12be858 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-044.png differ diff --git a/images/ua19/UA19BT_HIQ-1-045.png b/images/ua19/UA19BT_HIQ-1-045.png new file mode 100644 index 0000000..9cce421 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-045.png differ diff --git a/images/ua19/UA19BT_HIQ-1-046.png b/images/ua19/UA19BT_HIQ-1-046.png new file mode 100644 index 0000000..a4f3ef1 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-046.png differ diff --git a/images/ua19/UA19BT_HIQ-1-047.png b/images/ua19/UA19BT_HIQ-1-047.png new file mode 100644 index 0000000..9f87d8e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-047.png differ diff --git a/images/ua19/UA19BT_HIQ-1-048.png b/images/ua19/UA19BT_HIQ-1-048.png new file mode 100644 index 0000000..61d87a1 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-048.png differ diff --git a/images/ua19/UA19BT_HIQ-1-049.png b/images/ua19/UA19BT_HIQ-1-049.png new file mode 100644 index 0000000..ba1fb2e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-049.png differ diff --git a/images/ua19/UA19BT_HIQ-1-050.png b/images/ua19/UA19BT_HIQ-1-050.png new file mode 100644 index 0000000..9577b1b Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-050.png differ diff --git a/images/ua19/UA19BT_HIQ-1-051.png b/images/ua19/UA19BT_HIQ-1-051.png new file mode 100644 index 0000000..9a0e995 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-051.png differ diff --git a/images/ua19/UA19BT_HIQ-1-052.png b/images/ua19/UA19BT_HIQ-1-052.png new file mode 100644 index 0000000..cd0d369 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-052.png differ diff --git a/images/ua19/UA19BT_HIQ-1-052_p1.png b/images/ua19/UA19BT_HIQ-1-052_p1.png new file mode 100644 index 0000000..06477f3 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-052_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-053.png b/images/ua19/UA19BT_HIQ-1-053.png new file mode 100644 index 0000000..df960fc Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-053.png differ diff --git a/images/ua19/UA19BT_HIQ-1-054.png b/images/ua19/UA19BT_HIQ-1-054.png new file mode 100644 index 0000000..6837ee4 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-054.png differ diff --git a/images/ua19/UA19BT_HIQ-1-055.png b/images/ua19/UA19BT_HIQ-1-055.png new file mode 100644 index 0000000..2d643a1 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-055.png differ diff --git a/images/ua19/UA19BT_HIQ-1-056.png b/images/ua19/UA19BT_HIQ-1-056.png new file mode 100644 index 0000000..f0c1fc7 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-056.png differ diff --git a/images/ua19/UA19BT_HIQ-1-057.png b/images/ua19/UA19BT_HIQ-1-057.png new file mode 100644 index 0000000..661d964 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-057.png differ diff --git a/images/ua19/UA19BT_HIQ-1-058.png b/images/ua19/UA19BT_HIQ-1-058.png new file mode 100644 index 0000000..8e8061b Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-058.png differ diff --git a/images/ua19/UA19BT_HIQ-1-059.png b/images/ua19/UA19BT_HIQ-1-059.png new file mode 100644 index 0000000..defd433 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-059.png differ diff --git a/images/ua19/UA19BT_HIQ-1-059_p1.png b/images/ua19/UA19BT_HIQ-1-059_p1.png new file mode 100644 index 0000000..92e4c66 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-059_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-060.png b/images/ua19/UA19BT_HIQ-1-060.png new file mode 100644 index 0000000..9dd7b30 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-060.png differ diff --git a/images/ua19/UA19BT_HIQ-1-061.png b/images/ua19/UA19BT_HIQ-1-061.png new file mode 100644 index 0000000..43b6a89 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-061.png differ diff --git a/images/ua19/UA19BT_HIQ-1-062.png b/images/ua19/UA19BT_HIQ-1-062.png new file mode 100644 index 0000000..96473de Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-062.png differ diff --git a/images/ua19/UA19BT_HIQ-1-062_p1.png b/images/ua19/UA19BT_HIQ-1-062_p1.png new file mode 100644 index 0000000..f88cd65 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-062_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-063.png b/images/ua19/UA19BT_HIQ-1-063.png new file mode 100644 index 0000000..bdaf43d Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-063.png differ diff --git a/images/ua19/UA19BT_HIQ-1-064.png b/images/ua19/UA19BT_HIQ-1-064.png new file mode 100644 index 0000000..b0b2cb8 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-064.png differ diff --git a/images/ua19/UA19BT_HIQ-1-065.png b/images/ua19/UA19BT_HIQ-1-065.png new file mode 100644 index 0000000..ff71e3a Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-065.png differ diff --git a/images/ua19/UA19BT_HIQ-1-066.png b/images/ua19/UA19BT_HIQ-1-066.png new file mode 100644 index 0000000..c146f6f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-066.png differ diff --git a/images/ua19/UA19BT_HIQ-1-067.png b/images/ua19/UA19BT_HIQ-1-067.png new file mode 100644 index 0000000..b11731a Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-067.png differ diff --git a/images/ua19/UA19BT_HIQ-1-068.png b/images/ua19/UA19BT_HIQ-1-068.png new file mode 100644 index 0000000..5e751e3 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-068.png differ diff --git a/images/ua19/UA19BT_HIQ-1-069.png b/images/ua19/UA19BT_HIQ-1-069.png new file mode 100644 index 0000000..d113421 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-069.png differ diff --git a/images/ua19/UA19BT_HIQ-1-069_p1.png b/images/ua19/UA19BT_HIQ-1-069_p1.png new file mode 100644 index 0000000..846038f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-069_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-070.png b/images/ua19/UA19BT_HIQ-1-070.png new file mode 100644 index 0000000..1c75c76 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-070.png differ diff --git a/images/ua19/UA19BT_HIQ-1-071.png b/images/ua19/UA19BT_HIQ-1-071.png new file mode 100644 index 0000000..0cf9c59 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-071.png differ diff --git a/images/ua19/UA19BT_HIQ-1-072.png b/images/ua19/UA19BT_HIQ-1-072.png new file mode 100644 index 0000000..72f09b6 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-072.png differ diff --git a/images/ua19/UA19BT_HIQ-1-072_p1.png b/images/ua19/UA19BT_HIQ-1-072_p1.png new file mode 100644 index 0000000..1ca1233 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-072_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-073.png b/images/ua19/UA19BT_HIQ-1-073.png new file mode 100644 index 0000000..05dea78 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-073.png differ diff --git a/images/ua19/UA19BT_HIQ-1-074.png b/images/ua19/UA19BT_HIQ-1-074.png new file mode 100644 index 0000000..02ff322 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-074.png differ diff --git a/images/ua19/UA19BT_HIQ-1-074_p1.png b/images/ua19/UA19BT_HIQ-1-074_p1.png new file mode 100644 index 0000000..3f8b66f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-074_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-075.png b/images/ua19/UA19BT_HIQ-1-075.png new file mode 100644 index 0000000..3011d08 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-075.png differ diff --git a/images/ua19/UA19BT_HIQ-1-076.png b/images/ua19/UA19BT_HIQ-1-076.png new file mode 100644 index 0000000..4e0522b Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-076.png differ diff --git a/images/ua19/UA19BT_HIQ-1-076_p1.png b/images/ua19/UA19BT_HIQ-1-076_p1.png new file mode 100644 index 0000000..0eecd45 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-076_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-077.png b/images/ua19/UA19BT_HIQ-1-077.png new file mode 100644 index 0000000..ba928b6 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-077.png differ diff --git a/images/ua19/UA19BT_HIQ-1-077_p1.png b/images/ua19/UA19BT_HIQ-1-077_p1.png new file mode 100644 index 0000000..917a883 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-077_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-078.png b/images/ua19/UA19BT_HIQ-1-078.png new file mode 100644 index 0000000..cf56458 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-078.png differ diff --git a/images/ua19/UA19BT_HIQ-1-079.png b/images/ua19/UA19BT_HIQ-1-079.png new file mode 100644 index 0000000..49e3b4e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-079.png differ diff --git a/images/ua19/UA19BT_HIQ-1-080.png b/images/ua19/UA19BT_HIQ-1-080.png new file mode 100644 index 0000000..46142ef Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-080.png differ diff --git a/images/ua19/UA19BT_HIQ-1-080_p1.png b/images/ua19/UA19BT_HIQ-1-080_p1.png new file mode 100644 index 0000000..79e18fe Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-080_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-081.png b/images/ua19/UA19BT_HIQ-1-081.png new file mode 100644 index 0000000..085eafb Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-081.png differ diff --git a/images/ua19/UA19BT_HIQ-1-082.png b/images/ua19/UA19BT_HIQ-1-082.png new file mode 100644 index 0000000..b53fdbb Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-082.png differ diff --git a/images/ua19/UA19BT_HIQ-1-083.png b/images/ua19/UA19BT_HIQ-1-083.png new file mode 100644 index 0000000..93a3826 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-083.png differ diff --git a/images/ua19/UA19BT_HIQ-1-084.png b/images/ua19/UA19BT_HIQ-1-084.png new file mode 100644 index 0000000..8237a33 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-084.png differ diff --git a/images/ua19/UA19BT_HIQ-1-084_p1.png b/images/ua19/UA19BT_HIQ-1-084_p1.png new file mode 100644 index 0000000..1493e1a Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-084_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-085.png b/images/ua19/UA19BT_HIQ-1-085.png new file mode 100644 index 0000000..b4dbe00 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-085.png differ diff --git a/images/ua19/UA19BT_HIQ-1-086.png b/images/ua19/UA19BT_HIQ-1-086.png new file mode 100644 index 0000000..fd809f4 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-086.png differ diff --git a/images/ua19/UA19BT_HIQ-1-087.png b/images/ua19/UA19BT_HIQ-1-087.png new file mode 100644 index 0000000..901c3fa Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-087.png differ diff --git a/images/ua19/UA19BT_HIQ-1-087_p1.png b/images/ua19/UA19BT_HIQ-1-087_p1.png new file mode 100644 index 0000000..7652797 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-087_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-088.png b/images/ua19/UA19BT_HIQ-1-088.png new file mode 100644 index 0000000..b13edd1 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-088.png differ diff --git a/images/ua19/UA19BT_HIQ-1-088_p1.png b/images/ua19/UA19BT_HIQ-1-088_p1.png new file mode 100644 index 0000000..628f24a Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-088_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-088_p2.png b/images/ua19/UA19BT_HIQ-1-088_p2.png new file mode 100644 index 0000000..54837bf Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-088_p2.png differ diff --git a/images/ua19/UA19BT_HIQ-1-089.png b/images/ua19/UA19BT_HIQ-1-089.png new file mode 100644 index 0000000..8992ed5 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-089.png differ diff --git a/images/ua19/UA19BT_HIQ-1-090.png b/images/ua19/UA19BT_HIQ-1-090.png new file mode 100644 index 0000000..c994f30 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-090.png differ diff --git a/images/ua19/UA19BT_HIQ-1-091.png b/images/ua19/UA19BT_HIQ-1-091.png new file mode 100644 index 0000000..1a57205 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-091.png differ diff --git a/images/ua19/UA19BT_HIQ-1-092.png b/images/ua19/UA19BT_HIQ-1-092.png new file mode 100644 index 0000000..753672f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-092.png differ diff --git a/images/ua19/UA19BT_HIQ-1-093.png b/images/ua19/UA19BT_HIQ-1-093.png new file mode 100644 index 0000000..4291c16 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-093.png differ diff --git a/images/ua19/UA19BT_HIQ-1-093_p1.png b/images/ua19/UA19BT_HIQ-1-093_p1.png new file mode 100644 index 0000000..80b7096 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-093_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-094.png b/images/ua19/UA19BT_HIQ-1-094.png new file mode 100644 index 0000000..16d12ad Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-094.png differ diff --git a/images/ua19/UA19BT_HIQ-1-094_p1.png b/images/ua19/UA19BT_HIQ-1-094_p1.png new file mode 100644 index 0000000..1d6996f Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-094_p1.png differ diff --git a/images/ua19/UA19BT_HIQ-1-095.png b/images/ua19/UA19BT_HIQ-1-095.png new file mode 100644 index 0000000..d93600b Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-095.png differ diff --git a/images/ua19/UA19BT_HIQ-1-096.png b/images/ua19/UA19BT_HIQ-1-096.png new file mode 100644 index 0000000..fe811ce Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-096.png differ diff --git a/images/ua19/UA19BT_HIQ-1-097.png b/images/ua19/UA19BT_HIQ-1-097.png new file mode 100644 index 0000000..7f997e4 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-097.png differ diff --git a/images/ua19/UA19BT_HIQ-1-098.png b/images/ua19/UA19BT_HIQ-1-098.png new file mode 100644 index 0000000..720da6d Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-098.png differ diff --git a/images/ua19/UA19BT_HIQ-1-099.png b/images/ua19/UA19BT_HIQ-1-099.png new file mode 100644 index 0000000..9efd74a Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-099.png differ diff --git a/images/ua19/UA19BT_HIQ-1-100.png b/images/ua19/UA19BT_HIQ-1-100.png new file mode 100644 index 0000000..722712e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-100.png differ diff --git a/images/ua19/UA19BT_HIQ-1-AP01.png b/images/ua19/UA19BT_HIQ-1-AP01.png new file mode 100644 index 0000000..5e664f1 Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-AP01.png differ diff --git a/images/ua19/UA19BT_HIQ-1-AP02.png b/images/ua19/UA19BT_HIQ-1-AP02.png new file mode 100644 index 0000000..bcaf9be Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-AP02.png differ diff --git a/images/ua19/UA19BT_HIQ-1-AP03.png b/images/ua19/UA19BT_HIQ-1-AP03.png new file mode 100644 index 0000000..ab90b4e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-AP03.png differ diff --git a/images/ua19/UA19BT_HIQ-1-AP04.png b/images/ua19/UA19BT_HIQ-1-AP04.png new file mode 100644 index 0000000..dec056e Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-AP04.png differ diff --git a/images/ua19/UA19BT_HIQ-1-AP05.png b/images/ua19/UA19BT_HIQ-1-AP05.png new file mode 100644 index 0000000..58cdfba Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-AP05.png differ diff --git a/images/ua19/UA19BT_HIQ-1-AP06.png b/images/ua19/UA19BT_HIQ-1-AP06.png new file mode 100644 index 0000000..962af7d Binary files /dev/null and b/images/ua19/UA19BT_HIQ-1-AP06.png differ diff --git a/images/ua19/UA19ST_HIQ-1-068.png b/images/ua19/UA19ST_HIQ-1-068.png new file mode 100644 index 0000000..9c17508 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-068.png differ diff --git a/images/ua19/UA19ST_HIQ-1-073.png b/images/ua19/UA19ST_HIQ-1-073.png new file mode 100644 index 0000000..c38ce27 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-073.png differ diff --git a/images/ua19/UA19ST_HIQ-1-078.png b/images/ua19/UA19ST_HIQ-1-078.png new file mode 100644 index 0000000..d473306 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-078.png differ diff --git a/images/ua19/UA19ST_HIQ-1-083.png b/images/ua19/UA19ST_HIQ-1-083.png new file mode 100644 index 0000000..b3240d2 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-083.png differ diff --git a/images/ua19/UA19ST_HIQ-1-085.png b/images/ua19/UA19ST_HIQ-1-085.png new file mode 100644 index 0000000..027d325 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-085.png differ diff --git a/images/ua19/UA19ST_HIQ-1-092.png b/images/ua19/UA19ST_HIQ-1-092.png new file mode 100644 index 0000000..6e63021 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-092.png differ diff --git a/images/ua19/UA19ST_HIQ-1-095.png b/images/ua19/UA19ST_HIQ-1-095.png new file mode 100644 index 0000000..687de45 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-095.png differ diff --git a/images/ua19/UA19ST_HIQ-1-099.png b/images/ua19/UA19ST_HIQ-1-099.png new file mode 100644 index 0000000..87e5e5e Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-099.png differ diff --git a/images/ua19/UA19ST_HIQ-1-100.png b/images/ua19/UA19ST_HIQ-1-100.png new file mode 100644 index 0000000..d004c8a Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-100.png differ diff --git a/images/ua19/UA19ST_HIQ-1-101.png b/images/ua19/UA19ST_HIQ-1-101.png new file mode 100644 index 0000000..a9982ab Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-101.png differ diff --git a/images/ua19/UA19ST_HIQ-1-102.png b/images/ua19/UA19ST_HIQ-1-102.png new file mode 100644 index 0000000..ed8aca0 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-102.png differ diff --git a/images/ua19/UA19ST_HIQ-1-103.png b/images/ua19/UA19ST_HIQ-1-103.png new file mode 100644 index 0000000..315950c Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-103.png differ diff --git a/images/ua19/UA19ST_HIQ-1-104.png b/images/ua19/UA19ST_HIQ-1-104.png new file mode 100644 index 0000000..07d5a4d Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-104.png differ diff --git a/images/ua19/UA19ST_HIQ-1-105.png b/images/ua19/UA19ST_HIQ-1-105.png new file mode 100644 index 0000000..49c06c9 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-105.png differ diff --git a/images/ua19/UA19ST_HIQ-1-106.png b/images/ua19/UA19ST_HIQ-1-106.png new file mode 100644 index 0000000..9eed98c Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-106.png differ diff --git a/images/ua19/UA19ST_HIQ-1-107.png b/images/ua19/UA19ST_HIQ-1-107.png new file mode 100644 index 0000000..c38673f Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-107.png differ diff --git a/images/ua19/UA19ST_HIQ-1-108.png b/images/ua19/UA19ST_HIQ-1-108.png new file mode 100644 index 0000000..2aba3f8 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-108.png differ diff --git a/images/ua19/UA19ST_HIQ-1-109.png b/images/ua19/UA19ST_HIQ-1-109.png new file mode 100644 index 0000000..7369a1c Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-109.png differ diff --git a/images/ua19/UA19ST_HIQ-1-110.png b/images/ua19/UA19ST_HIQ-1-110.png new file mode 100644 index 0000000..ce5a920 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-110.png differ diff --git a/images/ua19/UA19ST_HIQ-1-110_p1.png b/images/ua19/UA19ST_HIQ-1-110_p1.png new file mode 100644 index 0000000..c99fa0a Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-110_p1.png differ diff --git a/images/ua19/UA19ST_HIQ-1-111.png b/images/ua19/UA19ST_HIQ-1-111.png new file mode 100644 index 0000000..ad75c61 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-111.png differ diff --git a/images/ua19/UA19ST_HIQ-1-111_p1.png b/images/ua19/UA19ST_HIQ-1-111_p1.png new file mode 100644 index 0000000..9fa6d3a Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-111_p1.png differ diff --git a/images/ua19/UA19ST_HIQ-1-112.png b/images/ua19/UA19ST_HIQ-1-112.png new file mode 100644 index 0000000..3dc182f Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-112.png differ diff --git a/images/ua19/UA19ST_HIQ-1-112_p1.png b/images/ua19/UA19ST_HIQ-1-112_p1.png new file mode 100644 index 0000000..d27dad2 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-112_p1.png differ diff --git a/images/ua19/UA19ST_HIQ-1-113.png b/images/ua19/UA19ST_HIQ-1-113.png new file mode 100644 index 0000000..6b806e5 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-113.png differ diff --git a/images/ua19/UA19ST_HIQ-1-113_p1.png b/images/ua19/UA19ST_HIQ-1-113_p1.png new file mode 100644 index 0000000..8b3a724 Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-113_p1.png differ diff --git a/images/ua19/UA19ST_HIQ-1-AP01.png b/images/ua19/UA19ST_HIQ-1-AP01.png new file mode 100644 index 0000000..5081aeb Binary files /dev/null and b/images/ua19/UA19ST_HIQ-1-AP01.png differ diff --git a/images/ua19/UAPR_HIQ-1-006.png b/images/ua19/UAPR_HIQ-1-006.png new file mode 100644 index 0000000..fa9b58b Binary files /dev/null and b/images/ua19/UAPR_HIQ-1-006.png differ diff --git a/images/ua19/UAPR_HIQ-1-011.png b/images/ua19/UAPR_HIQ-1-011.png new file mode 100644 index 0000000..36e1cbe Binary files /dev/null and b/images/ua19/UAPR_HIQ-1-011.png differ diff --git a/images/ua19/UAPR_HIQ-1-075.png b/images/ua19/UAPR_HIQ-1-075.png new file mode 100644 index 0000000..ff045f5 Binary files /dev/null and b/images/ua19/UAPR_HIQ-1-075.png differ diff --git a/images/ua19/UAPR_HIQ-1-083.png b/images/ua19/UAPR_HIQ-1-083.png new file mode 100644 index 0000000..dbb5de9 Binary files /dev/null and b/images/ua19/UAPR_HIQ-1-083.png differ diff --git a/images/ua19/UAPR_HIQ-1-086.png b/images/ua19/UAPR_HIQ-1-086.png new file mode 100644 index 0000000..ce5a6cd Binary files /dev/null and b/images/ua19/UAPR_HIQ-1-086.png differ diff --git a/images/ua19/UAPR_HIQ-1-088.png b/images/ua19/UAPR_HIQ-1-088.png new file mode 100644 index 0000000..864af4d Binary files /dev/null and b/images/ua19/UAPR_HIQ-1-088.png differ diff --git a/images/ua19/UAPR_HIQ-1-088_p1.png b/images/ua19/UAPR_HIQ-1-088_p1.png new file mode 100644 index 0000000..9b02e79 Binary files /dev/null and b/images/ua19/UAPR_HIQ-1-088_p1.png differ diff --git a/images/ua19/UAPR_HIQ-AP01.png b/images/ua19/UAPR_HIQ-AP01.png new file mode 100644 index 0000000..89fa615 Binary files /dev/null and b/images/ua19/UAPR_HIQ-AP01.png differ diff --git a/images/ua19/UAPR_HIQ-AP03.png b/images/ua19/UAPR_HIQ-AP03.png new file mode 100644 index 0000000..8a3bbac Binary files /dev/null and b/images/ua19/UAPR_HIQ-AP03.png differ diff --git a/images/ua20/UA20BT_BCV-1-001.png b/images/ua20/UA20BT_BCV-1-001.png new file mode 100644 index 0000000..f7fabeb Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-001.png differ diff --git a/images/ua20/UA20BT_BCV-1-002.png b/images/ua20/UA20BT_BCV-1-002.png new file mode 100644 index 0000000..7c1e162 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-002.png differ diff --git a/images/ua20/UA20BT_BCV-1-003.png b/images/ua20/UA20BT_BCV-1-003.png new file mode 100644 index 0000000..cf693b7 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-003.png differ diff --git a/images/ua20/UA20BT_BCV-1-004.png b/images/ua20/UA20BT_BCV-1-004.png new file mode 100644 index 0000000..45f0298 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-004.png differ diff --git a/images/ua20/UA20BT_BCV-1-004_p1.png b/images/ua20/UA20BT_BCV-1-004_p1.png new file mode 100644 index 0000000..608156d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-004_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-005.png b/images/ua20/UA20BT_BCV-1-005.png new file mode 100644 index 0000000..6feada6 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-005.png differ diff --git a/images/ua20/UA20BT_BCV-1-006.png b/images/ua20/UA20BT_BCV-1-006.png new file mode 100644 index 0000000..aa9f439 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-006.png differ diff --git a/images/ua20/UA20BT_BCV-1-006_p1.png b/images/ua20/UA20BT_BCV-1-006_p1.png new file mode 100644 index 0000000..3afd891 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-006_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-007.png b/images/ua20/UA20BT_BCV-1-007.png new file mode 100644 index 0000000..74c08f0 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-007.png differ diff --git a/images/ua20/UA20BT_BCV-1-008.png b/images/ua20/UA20BT_BCV-1-008.png new file mode 100644 index 0000000..da4a8e4 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-008.png differ diff --git a/images/ua20/UA20BT_BCV-1-009.png b/images/ua20/UA20BT_BCV-1-009.png new file mode 100644 index 0000000..c3ad2c9 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-009.png differ diff --git a/images/ua20/UA20BT_BCV-1-010.png b/images/ua20/UA20BT_BCV-1-010.png new file mode 100644 index 0000000..0cf81a1 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-010.png differ diff --git a/images/ua20/UA20BT_BCV-1-011.png b/images/ua20/UA20BT_BCV-1-011.png new file mode 100644 index 0000000..2e12f72 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-011.png differ diff --git a/images/ua20/UA20BT_BCV-1-011_p1.png b/images/ua20/UA20BT_BCV-1-011_p1.png new file mode 100644 index 0000000..12c9894 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-011_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-012.png b/images/ua20/UA20BT_BCV-1-012.png new file mode 100644 index 0000000..b3eb5c1 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-012.png differ diff --git a/images/ua20/UA20BT_BCV-1-013.png b/images/ua20/UA20BT_BCV-1-013.png new file mode 100644 index 0000000..c2aa97a Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-013.png differ diff --git a/images/ua20/UA20BT_BCV-1-014.png b/images/ua20/UA20BT_BCV-1-014.png new file mode 100644 index 0000000..9f5b224 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-014.png differ diff --git a/images/ua20/UA20BT_BCV-1-014_p1.png b/images/ua20/UA20BT_BCV-1-014_p1.png new file mode 100644 index 0000000..b0ea737 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-014_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-015.png b/images/ua20/UA20BT_BCV-1-015.png new file mode 100644 index 0000000..ba89cba Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-015.png differ diff --git a/images/ua20/UA20BT_BCV-1-015_p1.png b/images/ua20/UA20BT_BCV-1-015_p1.png new file mode 100644 index 0000000..b9e8e3e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-015_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-016.png b/images/ua20/UA20BT_BCV-1-016.png new file mode 100644 index 0000000..33d3961 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-016.png differ diff --git a/images/ua20/UA20BT_BCV-1-017.png b/images/ua20/UA20BT_BCV-1-017.png new file mode 100644 index 0000000..b28aa70 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-017.png differ diff --git a/images/ua20/UA20BT_BCV-1-018.png b/images/ua20/UA20BT_BCV-1-018.png new file mode 100644 index 0000000..274ba0f Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-018.png differ diff --git a/images/ua20/UA20BT_BCV-1-019.png b/images/ua20/UA20BT_BCV-1-019.png new file mode 100644 index 0000000..2c2b71e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-019.png differ diff --git a/images/ua20/UA20BT_BCV-1-019_p1.png b/images/ua20/UA20BT_BCV-1-019_p1.png new file mode 100644 index 0000000..27905b1 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-019_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-020.png b/images/ua20/UA20BT_BCV-1-020.png new file mode 100644 index 0000000..d618c9b Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-020.png differ diff --git a/images/ua20/UA20BT_BCV-1-021.png b/images/ua20/UA20BT_BCV-1-021.png new file mode 100644 index 0000000..8b5a348 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-021.png differ diff --git a/images/ua20/UA20BT_BCV-1-022.png b/images/ua20/UA20BT_BCV-1-022.png new file mode 100644 index 0000000..156824a Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-022.png differ diff --git a/images/ua20/UA20BT_BCV-1-023.png b/images/ua20/UA20BT_BCV-1-023.png new file mode 100644 index 0000000..8b388ad Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-023.png differ diff --git a/images/ua20/UA20BT_BCV-1-023_p1.png b/images/ua20/UA20BT_BCV-1-023_p1.png new file mode 100644 index 0000000..332a24b Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-023_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-024.png b/images/ua20/UA20BT_BCV-1-024.png new file mode 100644 index 0000000..acc656e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-024.png differ diff --git a/images/ua20/UA20BT_BCV-1-025.png b/images/ua20/UA20BT_BCV-1-025.png new file mode 100644 index 0000000..9c590a8 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-025.png differ diff --git a/images/ua20/UA20BT_BCV-1-026.png b/images/ua20/UA20BT_BCV-1-026.png new file mode 100644 index 0000000..fd2d2e8 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-026.png differ diff --git a/images/ua20/UA20BT_BCV-1-026_p1.png b/images/ua20/UA20BT_BCV-1-026_p1.png new file mode 100644 index 0000000..7ec80bf Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-026_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-027.png b/images/ua20/UA20BT_BCV-1-027.png new file mode 100644 index 0000000..744133d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-027.png differ diff --git a/images/ua20/UA20BT_BCV-1-027_p1.png b/images/ua20/UA20BT_BCV-1-027_p1.png new file mode 100644 index 0000000..7e7878b Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-027_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-028.png b/images/ua20/UA20BT_BCV-1-028.png new file mode 100644 index 0000000..fbf230e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-028.png differ diff --git a/images/ua20/UA20BT_BCV-1-029.png b/images/ua20/UA20BT_BCV-1-029.png new file mode 100644 index 0000000..7f4b13a Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-029.png differ diff --git a/images/ua20/UA20BT_BCV-1-030.png b/images/ua20/UA20BT_BCV-1-030.png new file mode 100644 index 0000000..6b35785 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-030.png differ diff --git a/images/ua20/UA20BT_BCV-1-031.png b/images/ua20/UA20BT_BCV-1-031.png new file mode 100644 index 0000000..1c99290 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-031.png differ diff --git a/images/ua20/UA20BT_BCV-1-032.png b/images/ua20/UA20BT_BCV-1-032.png new file mode 100644 index 0000000..6bd56f3 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-032.png differ diff --git a/images/ua20/UA20BT_BCV-1-033.png b/images/ua20/UA20BT_BCV-1-033.png new file mode 100644 index 0000000..e54da9c Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-033.png differ diff --git a/images/ua20/UA20BT_BCV-1-034.png b/images/ua20/UA20BT_BCV-1-034.png new file mode 100644 index 0000000..ef51786 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-034.png differ diff --git a/images/ua20/UA20BT_BCV-1-035.png b/images/ua20/UA20BT_BCV-1-035.png new file mode 100644 index 0000000..013092e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-035.png differ diff --git a/images/ua20/UA20BT_BCV-1-035_p1.png b/images/ua20/UA20BT_BCV-1-035_p1.png new file mode 100644 index 0000000..93a24d9 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-035_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-036.png b/images/ua20/UA20BT_BCV-1-036.png new file mode 100644 index 0000000..c92fa18 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-036.png differ diff --git a/images/ua20/UA20BT_BCV-1-037.png b/images/ua20/UA20BT_BCV-1-037.png new file mode 100644 index 0000000..fe9cf36 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-037.png differ diff --git a/images/ua20/UA20BT_BCV-1-037_p1.png b/images/ua20/UA20BT_BCV-1-037_p1.png new file mode 100644 index 0000000..dc6df90 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-037_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-038.png b/images/ua20/UA20BT_BCV-1-038.png new file mode 100644 index 0000000..52b959c Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-038.png differ diff --git a/images/ua20/UA20BT_BCV-1-038_p1.png b/images/ua20/UA20BT_BCV-1-038_p1.png new file mode 100644 index 0000000..2dfa9b2 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-038_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-039.png b/images/ua20/UA20BT_BCV-1-039.png new file mode 100644 index 0000000..05ec857 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-039.png differ diff --git a/images/ua20/UA20BT_BCV-1-040.png b/images/ua20/UA20BT_BCV-1-040.png new file mode 100644 index 0000000..8236a91 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-040.png differ diff --git a/images/ua20/UA20BT_BCV-1-041.png b/images/ua20/UA20BT_BCV-1-041.png new file mode 100644 index 0000000..b1a6de3 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-041.png differ diff --git a/images/ua20/UA20BT_BCV-1-042.png b/images/ua20/UA20BT_BCV-1-042.png new file mode 100644 index 0000000..9c5b6cd Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-042.png differ diff --git a/images/ua20/UA20BT_BCV-1-042_p1.png b/images/ua20/UA20BT_BCV-1-042_p1.png new file mode 100644 index 0000000..ee16db3 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-042_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-043.png b/images/ua20/UA20BT_BCV-1-043.png new file mode 100644 index 0000000..151f16d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-043.png differ diff --git a/images/ua20/UA20BT_BCV-1-044.png b/images/ua20/UA20BT_BCV-1-044.png new file mode 100644 index 0000000..8e00396 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-044.png differ diff --git a/images/ua20/UA20BT_BCV-1-045.png b/images/ua20/UA20BT_BCV-1-045.png new file mode 100644 index 0000000..089af1f Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-045.png differ diff --git a/images/ua20/UA20BT_BCV-1-046.png b/images/ua20/UA20BT_BCV-1-046.png new file mode 100644 index 0000000..fbb86e2 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-046.png differ diff --git a/images/ua20/UA20BT_BCV-1-046_p1.png b/images/ua20/UA20BT_BCV-1-046_p1.png new file mode 100644 index 0000000..7c021db Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-046_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-047.png b/images/ua20/UA20BT_BCV-1-047.png new file mode 100644 index 0000000..c2ea278 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-047.png differ diff --git a/images/ua20/UA20BT_BCV-1-047_p1.png b/images/ua20/UA20BT_BCV-1-047_p1.png new file mode 100644 index 0000000..1337f7b Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-047_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-048.png b/images/ua20/UA20BT_BCV-1-048.png new file mode 100644 index 0000000..3a6368b Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-048.png differ diff --git a/images/ua20/UA20BT_BCV-1-049.png b/images/ua20/UA20BT_BCV-1-049.png new file mode 100644 index 0000000..365a7ce Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-049.png differ diff --git a/images/ua20/UA20BT_BCV-1-050.png b/images/ua20/UA20BT_BCV-1-050.png new file mode 100644 index 0000000..356a80d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-050.png differ diff --git a/images/ua20/UA20BT_BCV-1-051.png b/images/ua20/UA20BT_BCV-1-051.png new file mode 100644 index 0000000..1e4fcc9 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-051.png differ diff --git a/images/ua20/UA20BT_BCV-1-052.png b/images/ua20/UA20BT_BCV-1-052.png new file mode 100644 index 0000000..9c163b4 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-052.png differ diff --git a/images/ua20/UA20BT_BCV-1-052_p1.png b/images/ua20/UA20BT_BCV-1-052_p1.png new file mode 100644 index 0000000..eac36e8 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-052_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-053.png b/images/ua20/UA20BT_BCV-1-053.png new file mode 100644 index 0000000..ec4bd28 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-053.png differ diff --git a/images/ua20/UA20BT_BCV-1-053_p1.png b/images/ua20/UA20BT_BCV-1-053_p1.png new file mode 100644 index 0000000..30727e5 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-053_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-054.png b/images/ua20/UA20BT_BCV-1-054.png new file mode 100644 index 0000000..c4ebbbd Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-054.png differ diff --git a/images/ua20/UA20BT_BCV-1-054_p1.png b/images/ua20/UA20BT_BCV-1-054_p1.png new file mode 100644 index 0000000..16fc9ab Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-054_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-055.png b/images/ua20/UA20BT_BCV-1-055.png new file mode 100644 index 0000000..2941fa4 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-055.png differ diff --git a/images/ua20/UA20BT_BCV-1-056.png b/images/ua20/UA20BT_BCV-1-056.png new file mode 100644 index 0000000..2253a40 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-056.png differ diff --git a/images/ua20/UA20BT_BCV-1-057.png b/images/ua20/UA20BT_BCV-1-057.png new file mode 100644 index 0000000..e8925c3 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-057.png differ diff --git a/images/ua20/UA20BT_BCV-1-057_p1.png b/images/ua20/UA20BT_BCV-1-057_p1.png new file mode 100644 index 0000000..c3f6d25 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-057_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-058.png b/images/ua20/UA20BT_BCV-1-058.png new file mode 100644 index 0000000..498c7ed Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-058.png differ diff --git a/images/ua20/UA20BT_BCV-1-058_p1.png b/images/ua20/UA20BT_BCV-1-058_p1.png new file mode 100644 index 0000000..df39845 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-058_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-059.png b/images/ua20/UA20BT_BCV-1-059.png new file mode 100644 index 0000000..0bc233d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-059.png differ diff --git a/images/ua20/UA20BT_BCV-1-060.png b/images/ua20/UA20BT_BCV-1-060.png new file mode 100644 index 0000000..dac05e2 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-060.png differ diff --git a/images/ua20/UA20BT_BCV-1-061.png b/images/ua20/UA20BT_BCV-1-061.png new file mode 100644 index 0000000..94b6cfc Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-061.png differ diff --git a/images/ua20/UA20BT_BCV-1-062.png b/images/ua20/UA20BT_BCV-1-062.png new file mode 100644 index 0000000..5fa92bc Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-062.png differ diff --git a/images/ua20/UA20BT_BCV-1-063.png b/images/ua20/UA20BT_BCV-1-063.png new file mode 100644 index 0000000..5fd7906 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-063.png differ diff --git a/images/ua20/UA20BT_BCV-1-064.png b/images/ua20/UA20BT_BCV-1-064.png new file mode 100644 index 0000000..e3ad999 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-064.png differ diff --git a/images/ua20/UA20BT_BCV-1-065.png b/images/ua20/UA20BT_BCV-1-065.png new file mode 100644 index 0000000..8ac8e78 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-065.png differ diff --git a/images/ua20/UA20BT_BCV-1-066.png b/images/ua20/UA20BT_BCV-1-066.png new file mode 100644 index 0000000..83b488e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-066.png differ diff --git a/images/ua20/UA20BT_BCV-1-067.png b/images/ua20/UA20BT_BCV-1-067.png new file mode 100644 index 0000000..112b63b Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-067.png differ diff --git a/images/ua20/UA20BT_BCV-1-068.png b/images/ua20/UA20BT_BCV-1-068.png new file mode 100644 index 0000000..f377cab Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-068.png differ diff --git a/images/ua20/UA20BT_BCV-1-069.png b/images/ua20/UA20BT_BCV-1-069.png new file mode 100644 index 0000000..6c6b1a7 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-069.png differ diff --git a/images/ua20/UA20BT_BCV-1-070.png b/images/ua20/UA20BT_BCV-1-070.png new file mode 100644 index 0000000..e30fba4 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-070.png differ diff --git a/images/ua20/UA20BT_BCV-1-071.png b/images/ua20/UA20BT_BCV-1-071.png new file mode 100644 index 0000000..c0a0409 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-071.png differ diff --git a/images/ua20/UA20BT_BCV-1-072.png b/images/ua20/UA20BT_BCV-1-072.png new file mode 100644 index 0000000..bed10ed Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-072.png differ diff --git a/images/ua20/UA20BT_BCV-1-073.png b/images/ua20/UA20BT_BCV-1-073.png new file mode 100644 index 0000000..0d7e4d5 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-073.png differ diff --git a/images/ua20/UA20BT_BCV-1-074.png b/images/ua20/UA20BT_BCV-1-074.png new file mode 100644 index 0000000..4dd5ca7 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-074.png differ diff --git a/images/ua20/UA20BT_BCV-1-075.png b/images/ua20/UA20BT_BCV-1-075.png new file mode 100644 index 0000000..4d651c5 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-075.png differ diff --git a/images/ua20/UA20BT_BCV-1-075_p1.png b/images/ua20/UA20BT_BCV-1-075_p1.png new file mode 100644 index 0000000..dacd238 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-075_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-075_p2.png b/images/ua20/UA20BT_BCV-1-075_p2.png new file mode 100644 index 0000000..2d96b79 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-075_p2.png differ diff --git a/images/ua20/UA20BT_BCV-1-076.png b/images/ua20/UA20BT_BCV-1-076.png new file mode 100644 index 0000000..a231b9a Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-076.png differ diff --git a/images/ua20/UA20BT_BCV-1-077.png b/images/ua20/UA20BT_BCV-1-077.png new file mode 100644 index 0000000..9a44d6b Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-077.png differ diff --git a/images/ua20/UA20BT_BCV-1-078.png b/images/ua20/UA20BT_BCV-1-078.png new file mode 100644 index 0000000..6158d8d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-078.png differ diff --git a/images/ua20/UA20BT_BCV-1-079.png b/images/ua20/UA20BT_BCV-1-079.png new file mode 100644 index 0000000..17cd172 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-079.png differ diff --git a/images/ua20/UA20BT_BCV-1-079_p1.png b/images/ua20/UA20BT_BCV-1-079_p1.png new file mode 100644 index 0000000..ee25e67 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-079_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-080.png b/images/ua20/UA20BT_BCV-1-080.png new file mode 100644 index 0000000..412d67e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-080.png differ diff --git a/images/ua20/UA20BT_BCV-1-081.png b/images/ua20/UA20BT_BCV-1-081.png new file mode 100644 index 0000000..9f4d5db Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-081.png differ diff --git a/images/ua20/UA20BT_BCV-1-081_p1.png b/images/ua20/UA20BT_BCV-1-081_p1.png new file mode 100644 index 0000000..d11ba11 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-081_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-082.png b/images/ua20/UA20BT_BCV-1-082.png new file mode 100644 index 0000000..dfde317 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-082.png differ diff --git a/images/ua20/UA20BT_BCV-1-083.png b/images/ua20/UA20BT_BCV-1-083.png new file mode 100644 index 0000000..53eebaf Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-083.png differ diff --git a/images/ua20/UA20BT_BCV-1-083_p1.png b/images/ua20/UA20BT_BCV-1-083_p1.png new file mode 100644 index 0000000..5c0b81d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-083_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-084.png b/images/ua20/UA20BT_BCV-1-084.png new file mode 100644 index 0000000..2d5512d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-084.png differ diff --git a/images/ua20/UA20BT_BCV-1-085.png b/images/ua20/UA20BT_BCV-1-085.png new file mode 100644 index 0000000..0d94e98 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-085.png differ diff --git a/images/ua20/UA20BT_BCV-1-086.png b/images/ua20/UA20BT_BCV-1-086.png new file mode 100644 index 0000000..4ef84ab Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-086.png differ diff --git a/images/ua20/UA20BT_BCV-1-087.png b/images/ua20/UA20BT_BCV-1-087.png new file mode 100644 index 0000000..4f2a710 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-087.png differ diff --git a/images/ua20/UA20BT_BCV-1-088.png b/images/ua20/UA20BT_BCV-1-088.png new file mode 100644 index 0000000..4df3ef7 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-088.png differ diff --git a/images/ua20/UA20BT_BCV-1-089.png b/images/ua20/UA20BT_BCV-1-089.png new file mode 100644 index 0000000..4a79545 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-089.png differ diff --git a/images/ua20/UA20BT_BCV-1-090.png b/images/ua20/UA20BT_BCV-1-090.png new file mode 100644 index 0000000..caf0ab0 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-090.png differ diff --git a/images/ua20/UA20BT_BCV-1-091.png b/images/ua20/UA20BT_BCV-1-091.png new file mode 100644 index 0000000..798254e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-091.png differ diff --git a/images/ua20/UA20BT_BCV-1-091_p1.png b/images/ua20/UA20BT_BCV-1-091_p1.png new file mode 100644 index 0000000..dc0273d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-091_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-092.png b/images/ua20/UA20BT_BCV-1-092.png new file mode 100644 index 0000000..52e28fe Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-092.png differ diff --git a/images/ua20/UA20BT_BCV-1-093.png b/images/ua20/UA20BT_BCV-1-093.png new file mode 100644 index 0000000..dcbf4d2 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-093.png differ diff --git a/images/ua20/UA20BT_BCV-1-093_p1.png b/images/ua20/UA20BT_BCV-1-093_p1.png new file mode 100644 index 0000000..e32bf47 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-093_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-094.png b/images/ua20/UA20BT_BCV-1-094.png new file mode 100644 index 0000000..4ffeee0 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-094.png differ diff --git a/images/ua20/UA20BT_BCV-1-094_p1.png b/images/ua20/UA20BT_BCV-1-094_p1.png new file mode 100644 index 0000000..fc927ee Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-094_p1.png differ diff --git a/images/ua20/UA20BT_BCV-1-095.png b/images/ua20/UA20BT_BCV-1-095.png new file mode 100644 index 0000000..83108fa Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-095.png differ diff --git a/images/ua20/UA20BT_BCV-1-096.png b/images/ua20/UA20BT_BCV-1-096.png new file mode 100644 index 0000000..626827e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-096.png differ diff --git a/images/ua20/UA20BT_BCV-1-097.png b/images/ua20/UA20BT_BCV-1-097.png new file mode 100644 index 0000000..3f29d36 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-097.png differ diff --git a/images/ua20/UA20BT_BCV-1-098.png b/images/ua20/UA20BT_BCV-1-098.png new file mode 100644 index 0000000..d7ef268 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-098.png differ diff --git a/images/ua20/UA20BT_BCV-1-099.png b/images/ua20/UA20BT_BCV-1-099.png new file mode 100644 index 0000000..1ed6ce8 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-099.png differ diff --git a/images/ua20/UA20BT_BCV-1-100.png b/images/ua20/UA20BT_BCV-1-100.png new file mode 100644 index 0000000..831986e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-100.png differ diff --git a/images/ua20/UA20BT_BCV-1-AP01.png b/images/ua20/UA20BT_BCV-1-AP01.png new file mode 100644 index 0000000..f94d3fd Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-AP01.png differ diff --git a/images/ua20/UA20BT_BCV-1-AP01_s.png b/images/ua20/UA20BT_BCV-1-AP01_s.png new file mode 100644 index 0000000..cee9b39 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-AP01_s.png differ diff --git a/images/ua20/UA20BT_BCV-1-AP02.png b/images/ua20/UA20BT_BCV-1-AP02.png new file mode 100644 index 0000000..61d137e Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-AP02.png differ diff --git a/images/ua20/UA20BT_BCV-1-AP02_s.png b/images/ua20/UA20BT_BCV-1-AP02_s.png new file mode 100644 index 0000000..2ecb57d Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-AP02_s.png differ diff --git a/images/ua20/UA20BT_BCV-1-AP03.png b/images/ua20/UA20BT_BCV-1-AP03.png new file mode 100644 index 0000000..4e6d47a Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-AP03.png differ diff --git a/images/ua20/UA20BT_BCV-1-AP04.png b/images/ua20/UA20BT_BCV-1-AP04.png new file mode 100644 index 0000000..5042cda Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-AP04.png differ diff --git a/images/ua20/UA20BT_BCV-1-AP05.png b/images/ua20/UA20BT_BCV-1-AP05.png new file mode 100644 index 0000000..4e7f605 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-AP05.png differ diff --git a/images/ua20/UA20BT_BCV-1-AP06.png b/images/ua20/UA20BT_BCV-1-AP06.png new file mode 100644 index 0000000..82523f9 Binary files /dev/null and b/images/ua20/UA20BT_BCV-1-AP06.png differ diff --git a/images/ua20/UA20ST_BCV-1-068.png b/images/ua20/UA20ST_BCV-1-068.png new file mode 100644 index 0000000..dc3462a Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-068.png differ diff --git a/images/ua20/UA20ST_BCV-1-073.png b/images/ua20/UA20ST_BCV-1-073.png new file mode 100644 index 0000000..7073051 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-073.png differ diff --git a/images/ua20/UA20ST_BCV-1-077.png b/images/ua20/UA20ST_BCV-1-077.png new file mode 100644 index 0000000..5948d60 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-077.png differ diff --git a/images/ua20/UA20ST_BCV-1-085.png b/images/ua20/UA20ST_BCV-1-085.png new file mode 100644 index 0000000..7456a1c Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-085.png differ diff --git a/images/ua20/UA20ST_BCV-1-087.png b/images/ua20/UA20ST_BCV-1-087.png new file mode 100644 index 0000000..541a5c6 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-087.png differ diff --git a/images/ua20/UA20ST_BCV-1-089.png b/images/ua20/UA20ST_BCV-1-089.png new file mode 100644 index 0000000..14063b8 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-089.png differ diff --git a/images/ua20/UA20ST_BCV-1-091.png b/images/ua20/UA20ST_BCV-1-091.png new file mode 100644 index 0000000..bb36221 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-091.png differ diff --git a/images/ua20/UA20ST_BCV-1-096.png b/images/ua20/UA20ST_BCV-1-096.png new file mode 100644 index 0000000..2821c18 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-096.png differ diff --git a/images/ua20/UA20ST_BCV-1-100.png b/images/ua20/UA20ST_BCV-1-100.png new file mode 100644 index 0000000..9c1b045 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-100.png differ diff --git a/images/ua20/UA20ST_BCV-1-101.png b/images/ua20/UA20ST_BCV-1-101.png new file mode 100644 index 0000000..73ae943 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-101.png differ diff --git a/images/ua20/UA20ST_BCV-1-102.png b/images/ua20/UA20ST_BCV-1-102.png new file mode 100644 index 0000000..28b353f Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-102.png differ diff --git a/images/ua20/UA20ST_BCV-1-103.png b/images/ua20/UA20ST_BCV-1-103.png new file mode 100644 index 0000000..4e43ecb Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-103.png differ diff --git a/images/ua20/UA20ST_BCV-1-104.png b/images/ua20/UA20ST_BCV-1-104.png new file mode 100644 index 0000000..c03087f Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-104.png differ diff --git a/images/ua20/UA20ST_BCV-1-105.png b/images/ua20/UA20ST_BCV-1-105.png new file mode 100644 index 0000000..21f9500 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-105.png differ diff --git a/images/ua20/UA20ST_BCV-1-106.png b/images/ua20/UA20ST_BCV-1-106.png new file mode 100644 index 0000000..58a3073 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-106.png differ diff --git a/images/ua20/UA20ST_BCV-1-107.png b/images/ua20/UA20ST_BCV-1-107.png new file mode 100644 index 0000000..e47c2ee Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-107.png differ diff --git a/images/ua20/UA20ST_BCV-1-108.png b/images/ua20/UA20ST_BCV-1-108.png new file mode 100644 index 0000000..b3878a5 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-108.png differ diff --git a/images/ua20/UA20ST_BCV-1-109.png b/images/ua20/UA20ST_BCV-1-109.png new file mode 100644 index 0000000..3e94eaf Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-109.png differ diff --git a/images/ua20/UA20ST_BCV-1-110.png b/images/ua20/UA20ST_BCV-1-110.png new file mode 100644 index 0000000..63e641c Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-110.png differ diff --git a/images/ua20/UA20ST_BCV-1-110_p1.png b/images/ua20/UA20ST_BCV-1-110_p1.png new file mode 100644 index 0000000..f9f23d4 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-110_p1.png differ diff --git a/images/ua20/UA20ST_BCV-1-111.png b/images/ua20/UA20ST_BCV-1-111.png new file mode 100644 index 0000000..567decf Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-111.png differ diff --git a/images/ua20/UA20ST_BCV-1-111_p1.png b/images/ua20/UA20ST_BCV-1-111_p1.png new file mode 100644 index 0000000..4cf7547 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-111_p1.png differ diff --git a/images/ua20/UA20ST_BCV-1-112.png b/images/ua20/UA20ST_BCV-1-112.png new file mode 100644 index 0000000..9aca740 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-112.png differ diff --git a/images/ua20/UA20ST_BCV-1-112_p1.png b/images/ua20/UA20ST_BCV-1-112_p1.png new file mode 100644 index 0000000..434b143 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-112_p1.png differ diff --git a/images/ua20/UA20ST_BCV-1-113.png b/images/ua20/UA20ST_BCV-1-113.png new file mode 100644 index 0000000..b125bb5 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-113.png differ diff --git a/images/ua20/UA20ST_BCV-1-113_p1.png b/images/ua20/UA20ST_BCV-1-113_p1.png new file mode 100644 index 0000000..f494dce Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-113_p1.png differ diff --git a/images/ua20/UA20ST_BCV-1-AP01.png b/images/ua20/UA20ST_BCV-1-AP01.png new file mode 100644 index 0000000..f51bf98 Binary files /dev/null and b/images/ua20/UA20ST_BCV-1-AP01.png differ diff --git a/images/ua20/UAPR_BCV-1-039.png b/images/ua20/UAPR_BCV-1-039.png new file mode 100644 index 0000000..c1e15a5 Binary files /dev/null and b/images/ua20/UAPR_BCV-1-039.png differ diff --git a/images/ua20/UAPR_BCV-1-056.png b/images/ua20/UAPR_BCV-1-056.png new file mode 100644 index 0000000..7a55217 Binary files /dev/null and b/images/ua20/UAPR_BCV-1-056.png differ diff --git a/images/ua20/UAPR_BCV-1-074.png b/images/ua20/UAPR_BCV-1-074.png new file mode 100644 index 0000000..28a1074 Binary files /dev/null and b/images/ua20/UAPR_BCV-1-074.png differ diff --git a/images/ua20/UAPR_BCV-1-075.png b/images/ua20/UAPR_BCV-1-075.png new file mode 100644 index 0000000..3ce5a64 Binary files /dev/null and b/images/ua20/UAPR_BCV-1-075.png differ diff --git a/images/ua20/UAPR_BCV-1-075_p1.png b/images/ua20/UAPR_BCV-1-075_p1.png new file mode 100644 index 0000000..3469da2 Binary files /dev/null and b/images/ua20/UAPR_BCV-1-075_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-001.png b/images/ua21/UA21BT_YYH-1-001.png new file mode 100644 index 0000000..89855de Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-001.png differ diff --git a/images/ua21/UA21BT_YYH-1-002.png b/images/ua21/UA21BT_YYH-1-002.png new file mode 100644 index 0000000..845921c Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-002.png differ diff --git a/images/ua21/UA21BT_YYH-1-003.png b/images/ua21/UA21BT_YYH-1-003.png new file mode 100644 index 0000000..dd265f6 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-003.png differ diff --git a/images/ua21/UA21BT_YYH-1-004.png b/images/ua21/UA21BT_YYH-1-004.png new file mode 100644 index 0000000..be5a9ba Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-004.png differ diff --git a/images/ua21/UA21BT_YYH-1-005.png b/images/ua21/UA21BT_YYH-1-005.png new file mode 100644 index 0000000..7dc5e0b Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-005.png differ diff --git a/images/ua21/UA21BT_YYH-1-006.png b/images/ua21/UA21BT_YYH-1-006.png new file mode 100644 index 0000000..9d1cce5 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-006.png differ diff --git a/images/ua21/UA21BT_YYH-1-007.png b/images/ua21/UA21BT_YYH-1-007.png new file mode 100644 index 0000000..4512942 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-007.png differ diff --git a/images/ua21/UA21BT_YYH-1-008.png b/images/ua21/UA21BT_YYH-1-008.png new file mode 100644 index 0000000..5afda49 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-008.png differ diff --git a/images/ua21/UA21BT_YYH-1-008_p1.png b/images/ua21/UA21BT_YYH-1-008_p1.png new file mode 100644 index 0000000..80fd1c2 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-008_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-009.png b/images/ua21/UA21BT_YYH-1-009.png new file mode 100644 index 0000000..3e2b359 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-009.png differ diff --git a/images/ua21/UA21BT_YYH-1-010.png b/images/ua21/UA21BT_YYH-1-010.png new file mode 100644 index 0000000..11df47d Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-010.png differ diff --git a/images/ua21/UA21BT_YYH-1-011.png b/images/ua21/UA21BT_YYH-1-011.png new file mode 100644 index 0000000..b9de667 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-011.png differ diff --git a/images/ua21/UA21BT_YYH-1-012.png b/images/ua21/UA21BT_YYH-1-012.png new file mode 100644 index 0000000..3851210 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-012.png differ diff --git a/images/ua21/UA21BT_YYH-1-012_p1.png b/images/ua21/UA21BT_YYH-1-012_p1.png new file mode 100644 index 0000000..a6bb096 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-012_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-013.png b/images/ua21/UA21BT_YYH-1-013.png new file mode 100644 index 0000000..72260c9 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-013.png differ diff --git a/images/ua21/UA21BT_YYH-1-014.png b/images/ua21/UA21BT_YYH-1-014.png new file mode 100644 index 0000000..3da542e Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-014.png differ diff --git a/images/ua21/UA21BT_YYH-1-015.png b/images/ua21/UA21BT_YYH-1-015.png new file mode 100644 index 0000000..783bae5 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-015.png differ diff --git a/images/ua21/UA21BT_YYH-1-015_p1.png b/images/ua21/UA21BT_YYH-1-015_p1.png new file mode 100644 index 0000000..db35b0c Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-015_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-016.png b/images/ua21/UA21BT_YYH-1-016.png new file mode 100644 index 0000000..bc662a1 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-016.png differ diff --git a/images/ua21/UA21BT_YYH-1-016_p1.png b/images/ua21/UA21BT_YYH-1-016_p1.png new file mode 100644 index 0000000..1462ec9 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-016_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-017.png b/images/ua21/UA21BT_YYH-1-017.png new file mode 100644 index 0000000..027acf8 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-017.png differ diff --git a/images/ua21/UA21BT_YYH-1-018.png b/images/ua21/UA21BT_YYH-1-018.png new file mode 100644 index 0000000..a5f662a Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-018.png differ diff --git a/images/ua21/UA21BT_YYH-1-019.png b/images/ua21/UA21BT_YYH-1-019.png new file mode 100644 index 0000000..b355f96 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-019.png differ diff --git a/images/ua21/UA21BT_YYH-1-019_p1.png b/images/ua21/UA21BT_YYH-1-019_p1.png new file mode 100644 index 0000000..ffda63e Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-019_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-020.png b/images/ua21/UA21BT_YYH-1-020.png new file mode 100644 index 0000000..214f9c5 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-020.png differ diff --git a/images/ua21/UA21BT_YYH-1-021.png b/images/ua21/UA21BT_YYH-1-021.png new file mode 100644 index 0000000..d78cb56 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-021.png differ diff --git a/images/ua21/UA21BT_YYH-1-022.png b/images/ua21/UA21BT_YYH-1-022.png new file mode 100644 index 0000000..33dc146 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-022.png differ diff --git a/images/ua21/UA21BT_YYH-1-022_p1.png b/images/ua21/UA21BT_YYH-1-022_p1.png new file mode 100644 index 0000000..9917984 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-022_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-023.png b/images/ua21/UA21BT_YYH-1-023.png new file mode 100644 index 0000000..651c450 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-023.png differ diff --git a/images/ua21/UA21BT_YYH-1-024.png b/images/ua21/UA21BT_YYH-1-024.png new file mode 100644 index 0000000..d7319f4 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-024.png differ diff --git a/images/ua21/UA21BT_YYH-1-024_p1.png b/images/ua21/UA21BT_YYH-1-024_p1.png new file mode 100644 index 0000000..72027fe Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-024_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-025.png b/images/ua21/UA21BT_YYH-1-025.png new file mode 100644 index 0000000..1b1a514 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-025.png differ diff --git a/images/ua21/UA21BT_YYH-1-025_p1.png b/images/ua21/UA21BT_YYH-1-025_p1.png new file mode 100644 index 0000000..36702b5 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-025_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-026.png b/images/ua21/UA21BT_YYH-1-026.png new file mode 100644 index 0000000..000094b Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-026.png differ diff --git a/images/ua21/UA21BT_YYH-1-027.png b/images/ua21/UA21BT_YYH-1-027.png new file mode 100644 index 0000000..75e5926 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-027.png differ diff --git a/images/ua21/UA21BT_YYH-1-028.png b/images/ua21/UA21BT_YYH-1-028.png new file mode 100644 index 0000000..4496056 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-028.png differ diff --git a/images/ua21/UA21BT_YYH-1-029.png b/images/ua21/UA21BT_YYH-1-029.png new file mode 100644 index 0000000..8b1718a Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-029.png differ diff --git a/images/ua21/UA21BT_YYH-1-030.png b/images/ua21/UA21BT_YYH-1-030.png new file mode 100644 index 0000000..65baaf7 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-030.png differ diff --git a/images/ua21/UA21BT_YYH-1-031.png b/images/ua21/UA21BT_YYH-1-031.png new file mode 100644 index 0000000..607c346 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-031.png differ diff --git a/images/ua21/UA21BT_YYH-1-032.png b/images/ua21/UA21BT_YYH-1-032.png new file mode 100644 index 0000000..d5c9971 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-032.png differ diff --git a/images/ua21/UA21BT_YYH-1-033.png b/images/ua21/UA21BT_YYH-1-033.png new file mode 100644 index 0000000..304c436 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-033.png differ diff --git a/images/ua21/UA21BT_YYH-1-034.png b/images/ua21/UA21BT_YYH-1-034.png new file mode 100644 index 0000000..f655a4b Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-034.png differ diff --git a/images/ua21/UA21BT_YYH-1-035.png b/images/ua21/UA21BT_YYH-1-035.png new file mode 100644 index 0000000..6a6fbbc Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-035.png differ diff --git a/images/ua21/UA21BT_YYH-1-036.png b/images/ua21/UA21BT_YYH-1-036.png new file mode 100644 index 0000000..1e0dd79 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-036.png differ diff --git a/images/ua21/UA21BT_YYH-1-037.png b/images/ua21/UA21BT_YYH-1-037.png new file mode 100644 index 0000000..7dd0247 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-037.png differ diff --git a/images/ua21/UA21BT_YYH-1-037_p1.png b/images/ua21/UA21BT_YYH-1-037_p1.png new file mode 100644 index 0000000..3e4656a Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-037_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-038.png b/images/ua21/UA21BT_YYH-1-038.png new file mode 100644 index 0000000..8c4d8ff Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-038.png differ diff --git a/images/ua21/UA21BT_YYH-1-038_p1.png b/images/ua21/UA21BT_YYH-1-038_p1.png new file mode 100644 index 0000000..6d6ab43 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-038_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-038_p2.png b/images/ua21/UA21BT_YYH-1-038_p2.png new file mode 100644 index 0000000..1a2f4e4 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-038_p2.png differ diff --git a/images/ua21/UA21BT_YYH-1-038_p3.png b/images/ua21/UA21BT_YYH-1-038_p3.png new file mode 100644 index 0000000..240e815 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-038_p3.png differ diff --git a/images/ua21/UA21BT_YYH-1-039.png b/images/ua21/UA21BT_YYH-1-039.png new file mode 100644 index 0000000..2eff8a2 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-039.png differ diff --git a/images/ua21/UA21BT_YYH-1-040.png b/images/ua21/UA21BT_YYH-1-040.png new file mode 100644 index 0000000..5977748 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-040.png differ diff --git a/images/ua21/UA21BT_YYH-1-041.png b/images/ua21/UA21BT_YYH-1-041.png new file mode 100644 index 0000000..3ae80bd Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-041.png differ diff --git a/images/ua21/UA21BT_YYH-1-042.png b/images/ua21/UA21BT_YYH-1-042.png new file mode 100644 index 0000000..c3fecfa Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-042.png differ diff --git a/images/ua21/UA21BT_YYH-1-042_p1.png b/images/ua21/UA21BT_YYH-1-042_p1.png new file mode 100644 index 0000000..6e4de05 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-042_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-043.png b/images/ua21/UA21BT_YYH-1-043.png new file mode 100644 index 0000000..e5028f9 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-043.png differ diff --git a/images/ua21/UA21BT_YYH-1-043_p1.png b/images/ua21/UA21BT_YYH-1-043_p1.png new file mode 100644 index 0000000..5d7c30c Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-043_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-043_p2.png b/images/ua21/UA21BT_YYH-1-043_p2.png new file mode 100644 index 0000000..fb124df Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-043_p2.png differ diff --git a/images/ua21/UA21BT_YYH-1-044.png b/images/ua21/UA21BT_YYH-1-044.png new file mode 100644 index 0000000..95b54f2 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-044.png differ diff --git a/images/ua21/UA21BT_YYH-1-045.png b/images/ua21/UA21BT_YYH-1-045.png new file mode 100644 index 0000000..3fa0ccd Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-045.png differ diff --git a/images/ua21/UA21BT_YYH-1-045_p1.png b/images/ua21/UA21BT_YYH-1-045_p1.png new file mode 100644 index 0000000..c3f6ccc Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-045_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-046.png b/images/ua21/UA21BT_YYH-1-046.png new file mode 100644 index 0000000..2061839 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-046.png differ diff --git a/images/ua21/UA21BT_YYH-1-047.png b/images/ua21/UA21BT_YYH-1-047.png new file mode 100644 index 0000000..5cbee36 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-047.png differ diff --git a/images/ua21/UA21BT_YYH-1-047_p1.png b/images/ua21/UA21BT_YYH-1-047_p1.png new file mode 100644 index 0000000..f1b6c9e Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-047_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-048.png b/images/ua21/UA21BT_YYH-1-048.png new file mode 100644 index 0000000..5a371ee Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-048.png differ diff --git a/images/ua21/UA21BT_YYH-1-049.png b/images/ua21/UA21BT_YYH-1-049.png new file mode 100644 index 0000000..be1c0c8 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-049.png differ diff --git a/images/ua21/UA21BT_YYH-1-050.png b/images/ua21/UA21BT_YYH-1-050.png new file mode 100644 index 0000000..1f79b75 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-050.png differ diff --git a/images/ua21/UA21BT_YYH-1-050_p1.png b/images/ua21/UA21BT_YYH-1-050_p1.png new file mode 100644 index 0000000..2f89843 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-050_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-051.png b/images/ua21/UA21BT_YYH-1-051.png new file mode 100644 index 0000000..598d715 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-051.png differ diff --git a/images/ua21/UA21BT_YYH-1-052.png b/images/ua21/UA21BT_YYH-1-052.png new file mode 100644 index 0000000..729d790 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-052.png differ diff --git a/images/ua21/UA21BT_YYH-1-053.png b/images/ua21/UA21BT_YYH-1-053.png new file mode 100644 index 0000000..de95505 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-053.png differ diff --git a/images/ua21/UA21BT_YYH-1-054.png b/images/ua21/UA21BT_YYH-1-054.png new file mode 100644 index 0000000..3ce3e07 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-054.png differ diff --git a/images/ua21/UA21BT_YYH-1-055.png b/images/ua21/UA21BT_YYH-1-055.png new file mode 100644 index 0000000..8f76a92 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-055.png differ diff --git a/images/ua21/UA21BT_YYH-1-056.png b/images/ua21/UA21BT_YYH-1-056.png new file mode 100644 index 0000000..de30d94 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-056.png differ diff --git a/images/ua21/UA21BT_YYH-1-057.png b/images/ua21/UA21BT_YYH-1-057.png new file mode 100644 index 0000000..369b843 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-057.png differ diff --git a/images/ua21/UA21BT_YYH-1-058.png b/images/ua21/UA21BT_YYH-1-058.png new file mode 100644 index 0000000..e7eb22b Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-058.png differ diff --git a/images/ua21/UA21BT_YYH-1-058_p1.png b/images/ua21/UA21BT_YYH-1-058_p1.png new file mode 100644 index 0000000..2b055ac Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-058_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-059.png b/images/ua21/UA21BT_YYH-1-059.png new file mode 100644 index 0000000..d53d8f9 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-059.png differ diff --git a/images/ua21/UA21BT_YYH-1-060.png b/images/ua21/UA21BT_YYH-1-060.png new file mode 100644 index 0000000..bacf410 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-060.png differ diff --git a/images/ua21/UA21BT_YYH-1-061.png b/images/ua21/UA21BT_YYH-1-061.png new file mode 100644 index 0000000..d190af9 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-061.png differ diff --git a/images/ua21/UA21BT_YYH-1-061_p1.png b/images/ua21/UA21BT_YYH-1-061_p1.png new file mode 100644 index 0000000..d4ecf87 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-061_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-062.png b/images/ua21/UA21BT_YYH-1-062.png new file mode 100644 index 0000000..833bb5a Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-062.png differ diff --git a/images/ua21/UA21BT_YYH-1-063.png b/images/ua21/UA21BT_YYH-1-063.png new file mode 100644 index 0000000..2336880 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-063.png differ diff --git a/images/ua21/UA21BT_YYH-1-064.png b/images/ua21/UA21BT_YYH-1-064.png new file mode 100644 index 0000000..0f85296 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-064.png differ diff --git a/images/ua21/UA21BT_YYH-1-065.png b/images/ua21/UA21BT_YYH-1-065.png new file mode 100644 index 0000000..eb3ce1a Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-065.png differ diff --git a/images/ua21/UA21BT_YYH-1-066.png b/images/ua21/UA21BT_YYH-1-066.png new file mode 100644 index 0000000..aadb903 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-066.png differ diff --git a/images/ua21/UA21BT_YYH-1-067.png b/images/ua21/UA21BT_YYH-1-067.png new file mode 100644 index 0000000..0032e93 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-067.png differ diff --git a/images/ua21/UA21BT_YYH-1-068.png b/images/ua21/UA21BT_YYH-1-068.png new file mode 100644 index 0000000..adb2e51 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-068.png differ diff --git a/images/ua21/UA21BT_YYH-1-069.png b/images/ua21/UA21BT_YYH-1-069.png new file mode 100644 index 0000000..a7a9ab5 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-069.png differ diff --git a/images/ua21/UA21BT_YYH-1-070.png b/images/ua21/UA21BT_YYH-1-070.png new file mode 100644 index 0000000..920462b Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-070.png differ diff --git a/images/ua21/UA21BT_YYH-1-071.png b/images/ua21/UA21BT_YYH-1-071.png new file mode 100644 index 0000000..40fef38 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-071.png differ diff --git a/images/ua21/UA21BT_YYH-1-072.png b/images/ua21/UA21BT_YYH-1-072.png new file mode 100644 index 0000000..03011ec Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-072.png differ diff --git a/images/ua21/UA21BT_YYH-1-072_p1.png b/images/ua21/UA21BT_YYH-1-072_p1.png new file mode 100644 index 0000000..12bc9f4 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-072_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-073.png b/images/ua21/UA21BT_YYH-1-073.png new file mode 100644 index 0000000..d202222 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-073.png differ diff --git a/images/ua21/UA21BT_YYH-1-073_p1.png b/images/ua21/UA21BT_YYH-1-073_p1.png new file mode 100644 index 0000000..9c1f4e4 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-073_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-073_p2.png b/images/ua21/UA21BT_YYH-1-073_p2.png new file mode 100644 index 0000000..dc2b7fa Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-073_p2.png differ diff --git a/images/ua21/UA21BT_YYH-1-074.png b/images/ua21/UA21BT_YYH-1-074.png new file mode 100644 index 0000000..af695e1 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-074.png differ diff --git a/images/ua21/UA21BT_YYH-1-075.png b/images/ua21/UA21BT_YYH-1-075.png new file mode 100644 index 0000000..590cdfa Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-075.png differ diff --git a/images/ua21/UA21BT_YYH-1-076.png b/images/ua21/UA21BT_YYH-1-076.png new file mode 100644 index 0000000..2846648 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-076.png differ diff --git a/images/ua21/UA21BT_YYH-1-077.png b/images/ua21/UA21BT_YYH-1-077.png new file mode 100644 index 0000000..4a6c21a Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-077.png differ diff --git a/images/ua21/UA21BT_YYH-1-078.png b/images/ua21/UA21BT_YYH-1-078.png new file mode 100644 index 0000000..a3ef927 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-078.png differ diff --git a/images/ua21/UA21BT_YYH-1-079.png b/images/ua21/UA21BT_YYH-1-079.png new file mode 100644 index 0000000..ea2cfd9 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-079.png differ diff --git a/images/ua21/UA21BT_YYH-1-080.png b/images/ua21/UA21BT_YYH-1-080.png new file mode 100644 index 0000000..2be5727 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-080.png differ diff --git a/images/ua21/UA21BT_YYH-1-081.png b/images/ua21/UA21BT_YYH-1-081.png new file mode 100644 index 0000000..7166bea Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-081.png differ diff --git a/images/ua21/UA21BT_YYH-1-082.png b/images/ua21/UA21BT_YYH-1-082.png new file mode 100644 index 0000000..0cf51cc Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-082.png differ diff --git a/images/ua21/UA21BT_YYH-1-082_p1.png b/images/ua21/UA21BT_YYH-1-082_p1.png new file mode 100644 index 0000000..63701f1 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-082_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-083.png b/images/ua21/UA21BT_YYH-1-083.png new file mode 100644 index 0000000..9e873f6 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-083.png differ diff --git a/images/ua21/UA21BT_YYH-1-083_p1.png b/images/ua21/UA21BT_YYH-1-083_p1.png new file mode 100644 index 0000000..0b4330d Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-083_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-083_p2.png b/images/ua21/UA21BT_YYH-1-083_p2.png new file mode 100644 index 0000000..a42f45d Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-083_p2.png differ diff --git a/images/ua21/UA21BT_YYH-1-084.png b/images/ua21/UA21BT_YYH-1-084.png new file mode 100644 index 0000000..326cbb8 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-084.png differ diff --git a/images/ua21/UA21BT_YYH-1-085.png b/images/ua21/UA21BT_YYH-1-085.png new file mode 100644 index 0000000..fd892df Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-085.png differ diff --git a/images/ua21/UA21BT_YYH-1-086.png b/images/ua21/UA21BT_YYH-1-086.png new file mode 100644 index 0000000..b0b1ced Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-086.png differ diff --git a/images/ua21/UA21BT_YYH-1-087.png b/images/ua21/UA21BT_YYH-1-087.png new file mode 100644 index 0000000..fc57bc2 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-087.png differ diff --git a/images/ua21/UA21BT_YYH-1-088.png b/images/ua21/UA21BT_YYH-1-088.png new file mode 100644 index 0000000..b248786 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-088.png differ diff --git a/images/ua21/UA21BT_YYH-1-089.png b/images/ua21/UA21BT_YYH-1-089.png new file mode 100644 index 0000000..0a8f486 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-089.png differ diff --git a/images/ua21/UA21BT_YYH-1-090.png b/images/ua21/UA21BT_YYH-1-090.png new file mode 100644 index 0000000..d2ecaa3 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-090.png differ diff --git a/images/ua21/UA21BT_YYH-1-090_p1.png b/images/ua21/UA21BT_YYH-1-090_p1.png new file mode 100644 index 0000000..d07aac1 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-090_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-091.png b/images/ua21/UA21BT_YYH-1-091.png new file mode 100644 index 0000000..ef8e4b9 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-091.png differ diff --git a/images/ua21/UA21BT_YYH-1-091_p1.png b/images/ua21/UA21BT_YYH-1-091_p1.png new file mode 100644 index 0000000..398c7a9 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-091_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-092.png b/images/ua21/UA21BT_YYH-1-092.png new file mode 100644 index 0000000..8540476 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-092.png differ diff --git a/images/ua21/UA21BT_YYH-1-092_p1.png b/images/ua21/UA21BT_YYH-1-092_p1.png new file mode 100644 index 0000000..1066437 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-092_p1.png differ diff --git a/images/ua21/UA21BT_YYH-1-093.png b/images/ua21/UA21BT_YYH-1-093.png new file mode 100644 index 0000000..1f8f83f Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-093.png differ diff --git a/images/ua21/UA21BT_YYH-1-094.png b/images/ua21/UA21BT_YYH-1-094.png new file mode 100644 index 0000000..0d8ce59 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-094.png differ diff --git a/images/ua21/UA21BT_YYH-1-095.png b/images/ua21/UA21BT_YYH-1-095.png new file mode 100644 index 0000000..0814082 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-095.png differ diff --git a/images/ua21/UA21BT_YYH-1-096.png b/images/ua21/UA21BT_YYH-1-096.png new file mode 100644 index 0000000..2f13b75 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-096.png differ diff --git a/images/ua21/UA21BT_YYH-1-097.png b/images/ua21/UA21BT_YYH-1-097.png new file mode 100644 index 0000000..5988047 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-097.png differ diff --git a/images/ua21/UA21BT_YYH-1-098.png b/images/ua21/UA21BT_YYH-1-098.png new file mode 100644 index 0000000..fa73b7d Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-098.png differ diff --git a/images/ua21/UA21BT_YYH-1-099.png b/images/ua21/UA21BT_YYH-1-099.png new file mode 100644 index 0000000..b274175 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-099.png differ diff --git a/images/ua21/UA21BT_YYH-1-100.png b/images/ua21/UA21BT_YYH-1-100.png new file mode 100644 index 0000000..a424dea Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-100.png differ diff --git a/images/ua21/UA21BT_YYH-1-AP01.png b/images/ua21/UA21BT_YYH-1-AP01.png new file mode 100644 index 0000000..1c609c3 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-AP01.png differ diff --git a/images/ua21/UA21BT_YYH-1-AP02.png b/images/ua21/UA21BT_YYH-1-AP02.png new file mode 100644 index 0000000..8ab4c94 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-AP02.png differ diff --git a/images/ua21/UA21BT_YYH-1-AP03.png b/images/ua21/UA21BT_YYH-1-AP03.png new file mode 100644 index 0000000..8df774d Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-AP03.png differ diff --git a/images/ua21/UA21BT_YYH-1-AP04.png b/images/ua21/UA21BT_YYH-1-AP04.png new file mode 100644 index 0000000..d3d6ba7 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-AP04.png differ diff --git a/images/ua21/UA21BT_YYH-1-AP05.png b/images/ua21/UA21BT_YYH-1-AP05.png new file mode 100644 index 0000000..e60106d Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-AP05.png differ diff --git a/images/ua21/UA21BT_YYH-1-AP06.png b/images/ua21/UA21BT_YYH-1-AP06.png new file mode 100644 index 0000000..1c7b7fe Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-AP06.png differ diff --git a/images/ua21/UA21BT_YYH-1-AP07.png b/images/ua21/UA21BT_YYH-1-AP07.png new file mode 100644 index 0000000..1bdc925 Binary files /dev/null and b/images/ua21/UA21BT_YYH-1-AP07.png differ diff --git a/images/ua21/UA21ST_YYH-1-035.png b/images/ua21/UA21ST_YYH-1-035.png new file mode 100644 index 0000000..6053c5f Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-035.png differ diff --git a/images/ua21/UA21ST_YYH-1-045.png b/images/ua21/UA21ST_YYH-1-045.png new file mode 100644 index 0000000..57c42ba Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-045.png differ diff --git a/images/ua21/UA21ST_YYH-1-049.png b/images/ua21/UA21ST_YYH-1-049.png new file mode 100644 index 0000000..76e99c1 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-049.png differ diff --git a/images/ua21/UA21ST_YYH-1-055.png b/images/ua21/UA21ST_YYH-1-055.png new file mode 100644 index 0000000..aea8ecb Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-055.png differ diff --git a/images/ua21/UA21ST_YYH-1-057.png b/images/ua21/UA21ST_YYH-1-057.png new file mode 100644 index 0000000..85b4143 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-057.png differ diff --git a/images/ua21/UA21ST_YYH-1-059.png b/images/ua21/UA21ST_YYH-1-059.png new file mode 100644 index 0000000..21c918a Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-059.png differ diff --git a/images/ua21/UA21ST_YYH-1-061.png b/images/ua21/UA21ST_YYH-1-061.png new file mode 100644 index 0000000..4dbe38f Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-061.png differ diff --git a/images/ua21/UA21ST_YYH-1-064.png b/images/ua21/UA21ST_YYH-1-064.png new file mode 100644 index 0000000..375043e Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-064.png differ diff --git a/images/ua21/UA21ST_YYH-1-065.png b/images/ua21/UA21ST_YYH-1-065.png new file mode 100644 index 0000000..622e981 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-065.png differ diff --git a/images/ua21/UA21ST_YYH-1-101.png b/images/ua21/UA21ST_YYH-1-101.png new file mode 100644 index 0000000..029cdf4 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-101.png differ diff --git a/images/ua21/UA21ST_YYH-1-102.png b/images/ua21/UA21ST_YYH-1-102.png new file mode 100644 index 0000000..4370258 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-102.png differ diff --git a/images/ua21/UA21ST_YYH-1-103.png b/images/ua21/UA21ST_YYH-1-103.png new file mode 100644 index 0000000..92e8b49 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-103.png differ diff --git a/images/ua21/UA21ST_YYH-1-104.png b/images/ua21/UA21ST_YYH-1-104.png new file mode 100644 index 0000000..fd92657 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-104.png differ diff --git a/images/ua21/UA21ST_YYH-1-105.png b/images/ua21/UA21ST_YYH-1-105.png new file mode 100644 index 0000000..8f4615a Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-105.png differ diff --git a/images/ua21/UA21ST_YYH-1-106.png b/images/ua21/UA21ST_YYH-1-106.png new file mode 100644 index 0000000..776f3b9 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-106.png differ diff --git a/images/ua21/UA21ST_YYH-1-107.png b/images/ua21/UA21ST_YYH-1-107.png new file mode 100644 index 0000000..6380112 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-107.png differ diff --git a/images/ua21/UA21ST_YYH-1-108.png b/images/ua21/UA21ST_YYH-1-108.png new file mode 100644 index 0000000..d3ed06f Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-108.png differ diff --git a/images/ua21/UA21ST_YYH-1-109.png b/images/ua21/UA21ST_YYH-1-109.png new file mode 100644 index 0000000..de182e9 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-109.png differ diff --git a/images/ua21/UA21ST_YYH-1-110.png b/images/ua21/UA21ST_YYH-1-110.png new file mode 100644 index 0000000..cc7e07b Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-110.png differ diff --git a/images/ua21/UA21ST_YYH-1-110_p1.png b/images/ua21/UA21ST_YYH-1-110_p1.png new file mode 100644 index 0000000..78f6ebb Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-110_p1.png differ diff --git a/images/ua21/UA21ST_YYH-1-111.png b/images/ua21/UA21ST_YYH-1-111.png new file mode 100644 index 0000000..648bc19 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-111.png differ diff --git a/images/ua21/UA21ST_YYH-1-111_p1.png b/images/ua21/UA21ST_YYH-1-111_p1.png new file mode 100644 index 0000000..e23e8b4 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-111_p1.png differ diff --git a/images/ua21/UA21ST_YYH-1-112.png b/images/ua21/UA21ST_YYH-1-112.png new file mode 100644 index 0000000..e17e610 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-112.png differ diff --git a/images/ua21/UA21ST_YYH-1-112_p1.png b/images/ua21/UA21ST_YYH-1-112_p1.png new file mode 100644 index 0000000..24231ca Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-112_p1.png differ diff --git a/images/ua21/UA21ST_YYH-1-113.png b/images/ua21/UA21ST_YYH-1-113.png new file mode 100644 index 0000000..e784cb9 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-113.png differ diff --git a/images/ua21/UA21ST_YYH-1-113_p1.png b/images/ua21/UA21ST_YYH-1-113_p1.png new file mode 100644 index 0000000..ebf82e6 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-113_p1.png differ diff --git a/images/ua21/UA21ST_YYH-1-AP01.png b/images/ua21/UA21ST_YYH-1-AP01.png new file mode 100644 index 0000000..8051e72 Binary files /dev/null and b/images/ua21/UA21ST_YYH-1-AP01.png differ diff --git a/images/ua21/UAPB_YYH-AP01.png b/images/ua21/UAPB_YYH-AP01.png new file mode 100644 index 0000000..f6c6d18 Binary files /dev/null and b/images/ua21/UAPB_YYH-AP01.png differ diff --git a/images/ua21/UAPR_YYH-1-036.png b/images/ua21/UAPR_YYH-1-036.png new file mode 100644 index 0000000..b477836 Binary files /dev/null and b/images/ua21/UAPR_YYH-1-036.png differ diff --git a/images/ua21/UAPR_YYH-1-038.png b/images/ua21/UAPR_YYH-1-038.png new file mode 100644 index 0000000..526c995 Binary files /dev/null and b/images/ua21/UAPR_YYH-1-038.png differ diff --git a/images/ua21/UAPR_YYH-1-038_p1.png b/images/ua21/UAPR_YYH-1-038_p1.png new file mode 100644 index 0000000..63f28a3 Binary files /dev/null and b/images/ua21/UAPR_YYH-1-038_p1.png differ diff --git a/images/ua21/UAPR_YYH-1-049.png b/images/ua21/UAPR_YYH-1-049.png new file mode 100644 index 0000000..8569218 Binary files /dev/null and b/images/ua21/UAPR_YYH-1-049.png differ diff --git a/images/ua21/UAPR_YYH-1-081.png b/images/ua21/UAPR_YYH-1-081.png new file mode 100644 index 0000000..9ce1e3f Binary files /dev/null and b/images/ua21/UAPR_YYH-1-081.png differ diff --git a/images/ua21/UAPR_YYH-P-001.png b/images/ua21/UAPR_YYH-P-001.png new file mode 100644 index 0000000..3527797 Binary files /dev/null and b/images/ua21/UAPR_YYH-P-001.png differ diff --git a/images/ua21/UAPR_YYH-P-002.png b/images/ua21/UAPR_YYH-P-002.png new file mode 100644 index 0000000..1fe9af0 Binary files /dev/null and b/images/ua21/UAPR_YYH-P-002.png differ diff --git a/images/ua21/UAPR_YYH-P-003.png b/images/ua21/UAPR_YYH-P-003.png new file mode 100644 index 0000000..064df13 Binary files /dev/null and b/images/ua21/UAPR_YYH-P-003.png differ diff --git a/images/ua22/UA22BT_GMR-1-001.png b/images/ua22/UA22BT_GMR-1-001.png new file mode 100644 index 0000000..6e116a0 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-001.png differ diff --git a/images/ua22/UA22BT_GMR-1-002.png b/images/ua22/UA22BT_GMR-1-002.png new file mode 100644 index 0000000..03d92b3 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-002.png differ diff --git a/images/ua22/UA22BT_GMR-1-003.png b/images/ua22/UA22BT_GMR-1-003.png new file mode 100644 index 0000000..0dbf672 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-003.png differ diff --git a/images/ua22/UA22BT_GMR-1-004.png b/images/ua22/UA22BT_GMR-1-004.png new file mode 100644 index 0000000..9e87276 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-004.png differ diff --git a/images/ua22/UA22BT_GMR-1-005.png b/images/ua22/UA22BT_GMR-1-005.png new file mode 100644 index 0000000..9408b90 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-005.png differ diff --git a/images/ua22/UA22BT_GMR-1-006.png b/images/ua22/UA22BT_GMR-1-006.png new file mode 100644 index 0000000..65c3133 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-006.png differ diff --git a/images/ua22/UA22BT_GMR-1-007.png b/images/ua22/UA22BT_GMR-1-007.png new file mode 100644 index 0000000..50b0c72 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-007.png differ diff --git a/images/ua22/UA22BT_GMR-1-007_p1.png b/images/ua22/UA22BT_GMR-1-007_p1.png new file mode 100644 index 0000000..b1fc6de Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-007_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-008.png b/images/ua22/UA22BT_GMR-1-008.png new file mode 100644 index 0000000..1452302 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-008.png differ diff --git a/images/ua22/UA22BT_GMR-1-008_p1.png b/images/ua22/UA22BT_GMR-1-008_p1.png new file mode 100644 index 0000000..7b4d6a1 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-008_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-009.png b/images/ua22/UA22BT_GMR-1-009.png new file mode 100644 index 0000000..509e68f Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-009.png differ diff --git a/images/ua22/UA22BT_GMR-1-010.png b/images/ua22/UA22BT_GMR-1-010.png new file mode 100644 index 0000000..5b0a68d Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-010.png differ diff --git a/images/ua22/UA22BT_GMR-1-011.png b/images/ua22/UA22BT_GMR-1-011.png new file mode 100644 index 0000000..129c7cf Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-011.png differ diff --git a/images/ua22/UA22BT_GMR-1-011_p1.png b/images/ua22/UA22BT_GMR-1-011_p1.png new file mode 100644 index 0000000..0169505 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-011_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-012.png b/images/ua22/UA22BT_GMR-1-012.png new file mode 100644 index 0000000..1aafd75 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-012.png differ diff --git a/images/ua22/UA22BT_GMR-1-012_p1.png b/images/ua22/UA22BT_GMR-1-012_p1.png new file mode 100644 index 0000000..915393f Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-012_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-013.png b/images/ua22/UA22BT_GMR-1-013.png new file mode 100644 index 0000000..11efcba Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-013.png differ diff --git a/images/ua22/UA22BT_GMR-1-014.png b/images/ua22/UA22BT_GMR-1-014.png new file mode 100644 index 0000000..a53ef7a Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-014.png differ diff --git a/images/ua22/UA22BT_GMR-1-015.png b/images/ua22/UA22BT_GMR-1-015.png new file mode 100644 index 0000000..66dba94 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-015.png differ diff --git a/images/ua22/UA22BT_GMR-1-016.png b/images/ua22/UA22BT_GMR-1-016.png new file mode 100644 index 0000000..a95383c Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-016.png differ diff --git a/images/ua22/UA22BT_GMR-1-016_p1.png b/images/ua22/UA22BT_GMR-1-016_p1.png new file mode 100644 index 0000000..ffa94b1 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-016_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-017.png b/images/ua22/UA22BT_GMR-1-017.png new file mode 100644 index 0000000..3884648 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-017.png differ diff --git a/images/ua22/UA22BT_GMR-1-017_p1.png b/images/ua22/UA22BT_GMR-1-017_p1.png new file mode 100644 index 0000000..8b90426 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-017_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-018.png b/images/ua22/UA22BT_GMR-1-018.png new file mode 100644 index 0000000..f85f720 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-018.png differ diff --git a/images/ua22/UA22BT_GMR-1-019.png b/images/ua22/UA22BT_GMR-1-019.png new file mode 100644 index 0000000..c82083f Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-019.png differ diff --git a/images/ua22/UA22BT_GMR-1-020.png b/images/ua22/UA22BT_GMR-1-020.png new file mode 100644 index 0000000..68748b8 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-020.png differ diff --git a/images/ua22/UA22BT_GMR-1-021.png b/images/ua22/UA22BT_GMR-1-021.png new file mode 100644 index 0000000..9dfc95f Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-021.png differ diff --git a/images/ua22/UA22BT_GMR-1-021_p1.png b/images/ua22/UA22BT_GMR-1-021_p1.png new file mode 100644 index 0000000..6374e55 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-021_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-022.png b/images/ua22/UA22BT_GMR-1-022.png new file mode 100644 index 0000000..2aec929 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-022.png differ diff --git a/images/ua22/UA22BT_GMR-1-022_p1.png b/images/ua22/UA22BT_GMR-1-022_p1.png new file mode 100644 index 0000000..3344807 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-022_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-023.png b/images/ua22/UA22BT_GMR-1-023.png new file mode 100644 index 0000000..da7a6bf Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-023.png differ diff --git a/images/ua22/UA22BT_GMR-1-024.png b/images/ua22/UA22BT_GMR-1-024.png new file mode 100644 index 0000000..37db8ba Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-024.png differ diff --git a/images/ua22/UA22BT_GMR-1-025.png b/images/ua22/UA22BT_GMR-1-025.png new file mode 100644 index 0000000..144d6c0 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-025.png differ diff --git a/images/ua22/UA22BT_GMR-1-026.png b/images/ua22/UA22BT_GMR-1-026.png new file mode 100644 index 0000000..fa61816 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-026.png differ diff --git a/images/ua22/UA22BT_GMR-1-026_p1.png b/images/ua22/UA22BT_GMR-1-026_p1.png new file mode 100644 index 0000000..ab65b3a Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-026_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-027.png b/images/ua22/UA22BT_GMR-1-027.png new file mode 100644 index 0000000..bc9aeef Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-027.png differ diff --git a/images/ua22/UA22BT_GMR-1-027_p1.png b/images/ua22/UA22BT_GMR-1-027_p1.png new file mode 100644 index 0000000..8322b57 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-027_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-028.png b/images/ua22/UA22BT_GMR-1-028.png new file mode 100644 index 0000000..7a0758d Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-028.png differ diff --git a/images/ua22/UA22BT_GMR-1-029.png b/images/ua22/UA22BT_GMR-1-029.png new file mode 100644 index 0000000..56c2c51 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-029.png differ diff --git a/images/ua22/UA22BT_GMR-1-029_p1.png b/images/ua22/UA22BT_GMR-1-029_p1.png new file mode 100644 index 0000000..7d1ec7d Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-029_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-030.png b/images/ua22/UA22BT_GMR-1-030.png new file mode 100644 index 0000000..b7fdc57 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-030.png differ diff --git a/images/ua22/UA22BT_GMR-1-030_p1.png b/images/ua22/UA22BT_GMR-1-030_p1.png new file mode 100644 index 0000000..71b709d Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-030_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-031.png b/images/ua22/UA22BT_GMR-1-031.png new file mode 100644 index 0000000..d6aad4f Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-031.png differ diff --git a/images/ua22/UA22BT_GMR-1-032.png b/images/ua22/UA22BT_GMR-1-032.png new file mode 100644 index 0000000..7788c48 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-032.png differ diff --git a/images/ua22/UA22BT_GMR-1-033.png b/images/ua22/UA22BT_GMR-1-033.png new file mode 100644 index 0000000..fc03033 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-033.png differ diff --git a/images/ua22/UA22BT_GMR-1-034.png b/images/ua22/UA22BT_GMR-1-034.png new file mode 100644 index 0000000..bbecaf8 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-034.png differ diff --git a/images/ua22/UA22BT_GMR-1-035.png b/images/ua22/UA22BT_GMR-1-035.png new file mode 100644 index 0000000..b116899 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-035.png differ diff --git a/images/ua22/UA22BT_GMR-1-036.png b/images/ua22/UA22BT_GMR-1-036.png new file mode 100644 index 0000000..351840d Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-036.png differ diff --git a/images/ua22/UA22BT_GMR-1-037.png b/images/ua22/UA22BT_GMR-1-037.png new file mode 100644 index 0000000..aa4f5e2 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-037.png differ diff --git a/images/ua22/UA22BT_GMR-1-038.png b/images/ua22/UA22BT_GMR-1-038.png new file mode 100644 index 0000000..c9150b5 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-038.png differ diff --git a/images/ua22/UA22BT_GMR-1-039.png b/images/ua22/UA22BT_GMR-1-039.png new file mode 100644 index 0000000..14c6ddb Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-039.png differ diff --git a/images/ua22/UA22BT_GMR-1-040.png b/images/ua22/UA22BT_GMR-1-040.png new file mode 100644 index 0000000..4ae9d98 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-040.png differ diff --git a/images/ua22/UA22BT_GMR-1-041.png b/images/ua22/UA22BT_GMR-1-041.png new file mode 100644 index 0000000..7e84f51 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-041.png differ diff --git a/images/ua22/UA22BT_GMR-1-042.png b/images/ua22/UA22BT_GMR-1-042.png new file mode 100644 index 0000000..b9b9c1e Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-042.png differ diff --git a/images/ua22/UA22BT_GMR-1-043.png b/images/ua22/UA22BT_GMR-1-043.png new file mode 100644 index 0000000..ba2ad81 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-043.png differ diff --git a/images/ua22/UA22BT_GMR-1-044.png b/images/ua22/UA22BT_GMR-1-044.png new file mode 100644 index 0000000..994ce15 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-044.png differ diff --git a/images/ua22/UA22BT_GMR-1-045.png b/images/ua22/UA22BT_GMR-1-045.png new file mode 100644 index 0000000..06db3c8 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-045.png differ diff --git a/images/ua22/UA22BT_GMR-1-046.png b/images/ua22/UA22BT_GMR-1-046.png new file mode 100644 index 0000000..43a8fc9 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-046.png differ diff --git a/images/ua22/UA22BT_GMR-1-047.png b/images/ua22/UA22BT_GMR-1-047.png new file mode 100644 index 0000000..349c941 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-047.png differ diff --git a/images/ua22/UA22BT_GMR-1-048.png b/images/ua22/UA22BT_GMR-1-048.png new file mode 100644 index 0000000..525e9ab Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-048.png differ diff --git a/images/ua22/UA22BT_GMR-1-048_p1.png b/images/ua22/UA22BT_GMR-1-048_p1.png new file mode 100644 index 0000000..c18f7b3 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-048_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-049.png b/images/ua22/UA22BT_GMR-1-049.png new file mode 100644 index 0000000..f0d5809 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-049.png differ diff --git a/images/ua22/UA22BT_GMR-1-049_p1.png b/images/ua22/UA22BT_GMR-1-049_p1.png new file mode 100644 index 0000000..da2cc7e Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-049_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-050.png b/images/ua22/UA22BT_GMR-1-050.png new file mode 100644 index 0000000..d665748 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-050.png differ diff --git a/images/ua22/UA22BT_GMR-1-051.png b/images/ua22/UA22BT_GMR-1-051.png new file mode 100644 index 0000000..63a2be1 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-051.png differ diff --git a/images/ua22/UA22BT_GMR-1-052.png b/images/ua22/UA22BT_GMR-1-052.png new file mode 100644 index 0000000..c1d33b4 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-052.png differ diff --git a/images/ua22/UA22BT_GMR-1-053.png b/images/ua22/UA22BT_GMR-1-053.png new file mode 100644 index 0000000..978a66f Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-053.png differ diff --git a/images/ua22/UA22BT_GMR-1-054.png b/images/ua22/UA22BT_GMR-1-054.png new file mode 100644 index 0000000..982168e Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-054.png differ diff --git a/images/ua22/UA22BT_GMR-1-055.png b/images/ua22/UA22BT_GMR-1-055.png new file mode 100644 index 0000000..24dc8a8 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-055.png differ diff --git a/images/ua22/UA22BT_GMR-1-056.png b/images/ua22/UA22BT_GMR-1-056.png new file mode 100644 index 0000000..8f69e24 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-056.png differ diff --git a/images/ua22/UA22BT_GMR-1-057.png b/images/ua22/UA22BT_GMR-1-057.png new file mode 100644 index 0000000..d2ae114 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-057.png differ diff --git a/images/ua22/UA22BT_GMR-1-058.png b/images/ua22/UA22BT_GMR-1-058.png new file mode 100644 index 0000000..cea11bb Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-058.png differ diff --git a/images/ua22/UA22BT_GMR-1-059.png b/images/ua22/UA22BT_GMR-1-059.png new file mode 100644 index 0000000..26f78b4 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-059.png differ diff --git a/images/ua22/UA22BT_GMR-1-060.png b/images/ua22/UA22BT_GMR-1-060.png new file mode 100644 index 0000000..e321858 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-060.png differ diff --git a/images/ua22/UA22BT_GMR-1-061.png b/images/ua22/UA22BT_GMR-1-061.png new file mode 100644 index 0000000..94b6cd8 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-061.png differ diff --git a/images/ua22/UA22BT_GMR-1-062.png b/images/ua22/UA22BT_GMR-1-062.png new file mode 100644 index 0000000..d9d6f39 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-062.png differ diff --git a/images/ua22/UA22BT_GMR-1-063.png b/images/ua22/UA22BT_GMR-1-063.png new file mode 100644 index 0000000..2cf5a4d Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-063.png differ diff --git a/images/ua22/UA22BT_GMR-1-064.png b/images/ua22/UA22BT_GMR-1-064.png new file mode 100644 index 0000000..363360a Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-064.png differ diff --git a/images/ua22/UA22BT_GMR-1-064_p1.png b/images/ua22/UA22BT_GMR-1-064_p1.png new file mode 100644 index 0000000..9befd9a Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-064_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-065.png b/images/ua22/UA22BT_GMR-1-065.png new file mode 100644 index 0000000..1309117 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-065.png differ diff --git a/images/ua22/UA22BT_GMR-1-066.png b/images/ua22/UA22BT_GMR-1-066.png new file mode 100644 index 0000000..a61b74c Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-066.png differ diff --git a/images/ua22/UA22BT_GMR-1-067.png b/images/ua22/UA22BT_GMR-1-067.png new file mode 100644 index 0000000..20eabef Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-067.png differ diff --git a/images/ua22/UA22BT_GMR-1-068.png b/images/ua22/UA22BT_GMR-1-068.png new file mode 100644 index 0000000..ba9e990 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-068.png differ diff --git a/images/ua22/UA22BT_GMR-1-068_p1.png b/images/ua22/UA22BT_GMR-1-068_p1.png new file mode 100644 index 0000000..1e2d9fe Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-068_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-069.png b/images/ua22/UA22BT_GMR-1-069.png new file mode 100644 index 0000000..02923bb Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-069.png differ diff --git a/images/ua22/UA22BT_GMR-1-070.png b/images/ua22/UA22BT_GMR-1-070.png new file mode 100644 index 0000000..25379c0 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-070.png differ diff --git a/images/ua22/UA22BT_GMR-1-070_p1.png b/images/ua22/UA22BT_GMR-1-070_p1.png new file mode 100644 index 0000000..111f5f6 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-070_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-071.png b/images/ua22/UA22BT_GMR-1-071.png new file mode 100644 index 0000000..1c6b83f Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-071.png differ diff --git a/images/ua22/UA22BT_GMR-1-071_p1.png b/images/ua22/UA22BT_GMR-1-071_p1.png new file mode 100644 index 0000000..44698c1 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-071_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-072.png b/images/ua22/UA22BT_GMR-1-072.png new file mode 100644 index 0000000..557ea4d Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-072.png differ diff --git a/images/ua22/UA22BT_GMR-1-072_p1.png b/images/ua22/UA22BT_GMR-1-072_p1.png new file mode 100644 index 0000000..4ab90a9 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-072_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-072_p2.png b/images/ua22/UA22BT_GMR-1-072_p2.png new file mode 100644 index 0000000..7fae377 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-072_p2.png differ diff --git a/images/ua22/UA22BT_GMR-1-073.png b/images/ua22/UA22BT_GMR-1-073.png new file mode 100644 index 0000000..8fec504 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-073.png differ diff --git a/images/ua22/UA22BT_GMR-1-073_p1.png b/images/ua22/UA22BT_GMR-1-073_p1.png new file mode 100644 index 0000000..28e9b49 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-073_p1.png differ diff --git a/images/ua22/UA22BT_GMR-1-074.png b/images/ua22/UA22BT_GMR-1-074.png new file mode 100644 index 0000000..c044c39 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-074.png differ diff --git a/images/ua22/UA22BT_GMR-1-075.png b/images/ua22/UA22BT_GMR-1-075.png new file mode 100644 index 0000000..1b93f44 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-075.png differ diff --git a/images/ua22/UA22BT_GMR-1-076.png b/images/ua22/UA22BT_GMR-1-076.png new file mode 100644 index 0000000..e1fbf93 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-076.png differ diff --git a/images/ua22/UA22BT_GMR-1-077.png b/images/ua22/UA22BT_GMR-1-077.png new file mode 100644 index 0000000..08a8103 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-077.png differ diff --git a/images/ua22/UA22BT_GMR-1-078.png b/images/ua22/UA22BT_GMR-1-078.png new file mode 100644 index 0000000..8eb3b5e Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-078.png differ diff --git a/images/ua22/UA22BT_GMR-1-079.png b/images/ua22/UA22BT_GMR-1-079.png new file mode 100644 index 0000000..8c49b30 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-079.png differ diff --git a/images/ua22/UA22BT_GMR-1-080.png b/images/ua22/UA22BT_GMR-1-080.png new file mode 100644 index 0000000..1f3ebfe Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-080.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP01.png b/images/ua22/UA22BT_GMR-1-AP01.png new file mode 100644 index 0000000..57a951c Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP01.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP01_s.png b/images/ua22/UA22BT_GMR-1-AP01_s.png new file mode 100644 index 0000000..ac6766c Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP01_s.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP02.png b/images/ua22/UA22BT_GMR-1-AP02.png new file mode 100644 index 0000000..a14e459 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP02.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP02_s.png b/images/ua22/UA22BT_GMR-1-AP02_s.png new file mode 100644 index 0000000..9bfd760 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP02_s.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP03.png b/images/ua22/UA22BT_GMR-1-AP03.png new file mode 100644 index 0000000..642a51e Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP03.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP04.png b/images/ua22/UA22BT_GMR-1-AP04.png new file mode 100644 index 0000000..bdaa90c Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP04.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP05.png b/images/ua22/UA22BT_GMR-1-AP05.png new file mode 100644 index 0000000..1467fb1 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP05.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP06.png b/images/ua22/UA22BT_GMR-1-AP06.png new file mode 100644 index 0000000..8d448b9 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP06.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP07.png b/images/ua22/UA22BT_GMR-1-AP07.png new file mode 100644 index 0000000..4687656 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP07.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP08.png b/images/ua22/UA22BT_GMR-1-AP08.png new file mode 100644 index 0000000..6a140bc Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP08.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP09.png b/images/ua22/UA22BT_GMR-1-AP09.png new file mode 100644 index 0000000..f8acfbc Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP09.png differ diff --git a/images/ua22/UA22BT_GMR-1-AP10.png b/images/ua22/UA22BT_GMR-1-AP10.png new file mode 100644 index 0000000..7d85061 Binary files /dev/null and b/images/ua22/UA22BT_GMR-1-AP10.png differ diff --git a/images/ua22/UAPR_GMR-1-002.png b/images/ua22/UAPR_GMR-1-002.png new file mode 100644 index 0000000..d003594 Binary files /dev/null and b/images/ua22/UAPR_GMR-1-002.png differ diff --git a/images/ua22/UAPR_GMR-1-048.png b/images/ua22/UAPR_GMR-1-048.png new file mode 100644 index 0000000..3a8be7e Binary files /dev/null and b/images/ua22/UAPR_GMR-1-048.png differ diff --git a/images/ua22/UAPR_GMR-1-072.png b/images/ua22/UAPR_GMR-1-072.png new file mode 100644 index 0000000..c1eb3f9 Binary files /dev/null and b/images/ua22/UAPR_GMR-1-072.png differ diff --git a/images/ua22/UAPR_GMR-1-072_p1.png b/images/ua22/UAPR_GMR-1-072_p1.png new file mode 100644 index 0000000..b3a8f32 Binary files /dev/null and b/images/ua22/UAPR_GMR-1-072_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-001.png b/images/ua23/EX10BT_AOT-2-001.png new file mode 100644 index 0000000..0ba6748 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-001.png differ diff --git a/images/ua23/EX10BT_AOT-2-002.png b/images/ua23/EX10BT_AOT-2-002.png new file mode 100644 index 0000000..caed227 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-002.png differ diff --git a/images/ua23/EX10BT_AOT-2-002_p1.png b/images/ua23/EX10BT_AOT-2-002_p1.png new file mode 100644 index 0000000..672890a Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-002_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-003.png b/images/ua23/EX10BT_AOT-2-003.png new file mode 100644 index 0000000..7358994 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-003.png differ diff --git a/images/ua23/EX10BT_AOT-2-004.png b/images/ua23/EX10BT_AOT-2-004.png new file mode 100644 index 0000000..6591805 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-004.png differ diff --git a/images/ua23/EX10BT_AOT-2-005.png b/images/ua23/EX10BT_AOT-2-005.png new file mode 100644 index 0000000..adf6eec Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-005.png differ diff --git a/images/ua23/EX10BT_AOT-2-006.png b/images/ua23/EX10BT_AOT-2-006.png new file mode 100644 index 0000000..2b85ce5 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-006.png differ diff --git a/images/ua23/EX10BT_AOT-2-007.png b/images/ua23/EX10BT_AOT-2-007.png new file mode 100644 index 0000000..847d650 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-007.png differ diff --git a/images/ua23/EX10BT_AOT-2-007_p1.png b/images/ua23/EX10BT_AOT-2-007_p1.png new file mode 100644 index 0000000..80a8041 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-007_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-008.png b/images/ua23/EX10BT_AOT-2-008.png new file mode 100644 index 0000000..41cdca1 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-008.png differ diff --git a/images/ua23/EX10BT_AOT-2-008_p1.png b/images/ua23/EX10BT_AOT-2-008_p1.png new file mode 100644 index 0000000..95ff2dd Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-008_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-008_p2.png b/images/ua23/EX10BT_AOT-2-008_p2.png new file mode 100644 index 0000000..dae78b3 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-008_p2.png differ diff --git a/images/ua23/EX10BT_AOT-2-009.png b/images/ua23/EX10BT_AOT-2-009.png new file mode 100644 index 0000000..e1133cf Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-009.png differ diff --git a/images/ua23/EX10BT_AOT-2-009_p1.png b/images/ua23/EX10BT_AOT-2-009_p1.png new file mode 100644 index 0000000..7106163 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-009_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-010.png b/images/ua23/EX10BT_AOT-2-010.png new file mode 100644 index 0000000..de1d0af Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-010.png differ diff --git a/images/ua23/EX10BT_AOT-2-011.png b/images/ua23/EX10BT_AOT-2-011.png new file mode 100644 index 0000000..a9b42bb Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-011.png differ diff --git a/images/ua23/EX10BT_AOT-2-012.png b/images/ua23/EX10BT_AOT-2-012.png new file mode 100644 index 0000000..e32e2c5 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-012.png differ diff --git a/images/ua23/EX10BT_AOT-2-012_p1.png b/images/ua23/EX10BT_AOT-2-012_p1.png new file mode 100644 index 0000000..6c7664d Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-012_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-013.png b/images/ua23/EX10BT_AOT-2-013.png new file mode 100644 index 0000000..4083eac Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-013.png differ diff --git a/images/ua23/EX10BT_AOT-2-013_p1.png b/images/ua23/EX10BT_AOT-2-013_p1.png new file mode 100644 index 0000000..cedd9cf Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-013_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-014.png b/images/ua23/EX10BT_AOT-2-014.png new file mode 100644 index 0000000..c5b11ad Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-014.png differ diff --git a/images/ua23/EX10BT_AOT-2-015.png b/images/ua23/EX10BT_AOT-2-015.png new file mode 100644 index 0000000..91c811d Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-015.png differ diff --git a/images/ua23/EX10BT_AOT-2-016.png b/images/ua23/EX10BT_AOT-2-016.png new file mode 100644 index 0000000..b0cdede Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-016.png differ diff --git a/images/ua23/EX10BT_AOT-2-017.png b/images/ua23/EX10BT_AOT-2-017.png new file mode 100644 index 0000000..4a24050 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-017.png differ diff --git a/images/ua23/EX10BT_AOT-2-017_p1.png b/images/ua23/EX10BT_AOT-2-017_p1.png new file mode 100644 index 0000000..e5b4829 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-017_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-018.png b/images/ua23/EX10BT_AOT-2-018.png new file mode 100644 index 0000000..6b91d01 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-018.png differ diff --git a/images/ua23/EX10BT_AOT-2-019.png b/images/ua23/EX10BT_AOT-2-019.png new file mode 100644 index 0000000..b9a2071 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-019.png differ diff --git a/images/ua23/EX10BT_AOT-2-020.png b/images/ua23/EX10BT_AOT-2-020.png new file mode 100644 index 0000000..999f41a Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-020.png differ diff --git a/images/ua23/EX10BT_AOT-2-021.png b/images/ua23/EX10BT_AOT-2-021.png new file mode 100644 index 0000000..f7aeae7 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-021.png differ diff --git a/images/ua23/EX10BT_AOT-2-021_p1.png b/images/ua23/EX10BT_AOT-2-021_p1.png new file mode 100644 index 0000000..f954b00 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-021_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-022.png b/images/ua23/EX10BT_AOT-2-022.png new file mode 100644 index 0000000..368bcf3 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-022.png differ diff --git a/images/ua23/EX10BT_AOT-2-022_p1.png b/images/ua23/EX10BT_AOT-2-022_p1.png new file mode 100644 index 0000000..96b9f3a Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-022_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-023.png b/images/ua23/EX10BT_AOT-2-023.png new file mode 100644 index 0000000..9cc45e2 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-023.png differ diff --git a/images/ua23/EX10BT_AOT-2-024.png b/images/ua23/EX10BT_AOT-2-024.png new file mode 100644 index 0000000..df2d018 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-024.png differ diff --git a/images/ua23/EX10BT_AOT-2-025.png b/images/ua23/EX10BT_AOT-2-025.png new file mode 100644 index 0000000..3f6a5df Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-025.png differ diff --git a/images/ua23/EX10BT_AOT-2-025_p1.png b/images/ua23/EX10BT_AOT-2-025_p1.png new file mode 100644 index 0000000..32d1603 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-025_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-026.png b/images/ua23/EX10BT_AOT-2-026.png new file mode 100644 index 0000000..248fed3 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-026.png differ diff --git a/images/ua23/EX10BT_AOT-2-027.png b/images/ua23/EX10BT_AOT-2-027.png new file mode 100644 index 0000000..09c23f8 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-027.png differ diff --git a/images/ua23/EX10BT_AOT-2-028.png b/images/ua23/EX10BT_AOT-2-028.png new file mode 100644 index 0000000..20072a5 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-028.png differ diff --git a/images/ua23/EX10BT_AOT-2-029.png b/images/ua23/EX10BT_AOT-2-029.png new file mode 100644 index 0000000..76bc447 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-029.png differ diff --git a/images/ua23/EX10BT_AOT-2-030.png b/images/ua23/EX10BT_AOT-2-030.png new file mode 100644 index 0000000..eb9799c Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-030.png differ diff --git a/images/ua23/EX10BT_AOT-2-031.png b/images/ua23/EX10BT_AOT-2-031.png new file mode 100644 index 0000000..c3aac6e Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-031.png differ diff --git a/images/ua23/EX10BT_AOT-2-032.png b/images/ua23/EX10BT_AOT-2-032.png new file mode 100644 index 0000000..6222437 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-032.png differ diff --git a/images/ua23/EX10BT_AOT-2-033.png b/images/ua23/EX10BT_AOT-2-033.png new file mode 100644 index 0000000..8c18563 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-033.png differ diff --git a/images/ua23/EX10BT_AOT-2-034.png b/images/ua23/EX10BT_AOT-2-034.png new file mode 100644 index 0000000..64691a1 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-034.png differ diff --git a/images/ua23/EX10BT_AOT-2-035.png b/images/ua23/EX10BT_AOT-2-035.png new file mode 100644 index 0000000..d8d92f6 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-035.png differ diff --git a/images/ua23/EX10BT_AOT-2-036.png b/images/ua23/EX10BT_AOT-2-036.png new file mode 100644 index 0000000..c1d4414 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-036.png differ diff --git a/images/ua23/EX10BT_AOT-2-037.png b/images/ua23/EX10BT_AOT-2-037.png new file mode 100644 index 0000000..fc7d064 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-037.png differ diff --git a/images/ua23/EX10BT_AOT-2-038.png b/images/ua23/EX10BT_AOT-2-038.png new file mode 100644 index 0000000..ee43ec2 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-038.png differ diff --git a/images/ua23/EX10BT_AOT-2-039.png b/images/ua23/EX10BT_AOT-2-039.png new file mode 100644 index 0000000..cfa3a79 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-039.png differ diff --git a/images/ua23/EX10BT_AOT-2-040.png b/images/ua23/EX10BT_AOT-2-040.png new file mode 100644 index 0000000..347394e Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-040.png differ diff --git a/images/ua23/EX10BT_AOT-2-040_p1.png b/images/ua23/EX10BT_AOT-2-040_p1.png new file mode 100644 index 0000000..0605980 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-040_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-041.png b/images/ua23/EX10BT_AOT-2-041.png new file mode 100644 index 0000000..5e0c1f6 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-041.png differ diff --git a/images/ua23/EX10BT_AOT-2-041_p1.png b/images/ua23/EX10BT_AOT-2-041_p1.png new file mode 100644 index 0000000..4e9e46d Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-041_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-042.png b/images/ua23/EX10BT_AOT-2-042.png new file mode 100644 index 0000000..e1f44b2 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-042.png differ diff --git a/images/ua23/EX10BT_AOT-2-042_p1.png b/images/ua23/EX10BT_AOT-2-042_p1.png new file mode 100644 index 0000000..158b111 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-042_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-043.png b/images/ua23/EX10BT_AOT-2-043.png new file mode 100644 index 0000000..08a449e Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-043.png differ diff --git a/images/ua23/EX10BT_AOT-2-044.png b/images/ua23/EX10BT_AOT-2-044.png new file mode 100644 index 0000000..b28d7b9 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-044.png differ diff --git a/images/ua23/EX10BT_AOT-2-045.png b/images/ua23/EX10BT_AOT-2-045.png new file mode 100644 index 0000000..cd5a74b Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-045.png differ diff --git a/images/ua23/EX10BT_AOT-2-045_p1.png b/images/ua23/EX10BT_AOT-2-045_p1.png new file mode 100644 index 0000000..4fe7fec Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-045_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-046.png b/images/ua23/EX10BT_AOT-2-046.png new file mode 100644 index 0000000..f4cb7bf Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-046.png differ diff --git a/images/ua23/EX10BT_AOT-2-047.png b/images/ua23/EX10BT_AOT-2-047.png new file mode 100644 index 0000000..6cc83e5 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-047.png differ diff --git a/images/ua23/EX10BT_AOT-2-048.png b/images/ua23/EX10BT_AOT-2-048.png new file mode 100644 index 0000000..6200b69 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-048.png differ diff --git a/images/ua23/EX10BT_AOT-2-049.png b/images/ua23/EX10BT_AOT-2-049.png new file mode 100644 index 0000000..8628b9b Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-049.png differ diff --git a/images/ua23/EX10BT_AOT-2-050.png b/images/ua23/EX10BT_AOT-2-050.png new file mode 100644 index 0000000..bf75646 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-050.png differ diff --git a/images/ua23/EX10BT_AOT-2-050_p1.png b/images/ua23/EX10BT_AOT-2-050_p1.png new file mode 100644 index 0000000..4cb7d8c Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-050_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-051.png b/images/ua23/EX10BT_AOT-2-051.png new file mode 100644 index 0000000..47d363a Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-051.png differ diff --git a/images/ua23/EX10BT_AOT-2-052.png b/images/ua23/EX10BT_AOT-2-052.png new file mode 100644 index 0000000..c37843c Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-052.png differ diff --git a/images/ua23/EX10BT_AOT-2-053.png b/images/ua23/EX10BT_AOT-2-053.png new file mode 100644 index 0000000..8c854a4 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-053.png differ diff --git a/images/ua23/EX10BT_AOT-2-054.png b/images/ua23/EX10BT_AOT-2-054.png new file mode 100644 index 0000000..4a54ec8 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-054.png differ diff --git a/images/ua23/EX10BT_AOT-2-055.png b/images/ua23/EX10BT_AOT-2-055.png new file mode 100644 index 0000000..d2e2dd3 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-055.png differ diff --git a/images/ua23/EX10BT_AOT-2-056.png b/images/ua23/EX10BT_AOT-2-056.png new file mode 100644 index 0000000..36e2b0e Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-056.png differ diff --git a/images/ua23/EX10BT_AOT-2-056_p1.png b/images/ua23/EX10BT_AOT-2-056_p1.png new file mode 100644 index 0000000..841829b Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-056_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-057.png b/images/ua23/EX10BT_AOT-2-057.png new file mode 100644 index 0000000..ebeda7f Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-057.png differ diff --git a/images/ua23/EX10BT_AOT-2-058.png b/images/ua23/EX10BT_AOT-2-058.png new file mode 100644 index 0000000..b57dac4 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-058.png differ diff --git a/images/ua23/EX10BT_AOT-2-059.png b/images/ua23/EX10BT_AOT-2-059.png new file mode 100644 index 0000000..9022103 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-059.png differ diff --git a/images/ua23/EX10BT_AOT-2-060.png b/images/ua23/EX10BT_AOT-2-060.png new file mode 100644 index 0000000..5544370 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-060.png differ diff --git a/images/ua23/EX10BT_AOT-2-060_p1.png b/images/ua23/EX10BT_AOT-2-060_p1.png new file mode 100644 index 0000000..a1c2157 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-060_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-061.png b/images/ua23/EX10BT_AOT-2-061.png new file mode 100644 index 0000000..b3b8e66 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-061.png differ diff --git a/images/ua23/EX10BT_AOT-2-062.png b/images/ua23/EX10BT_AOT-2-062.png new file mode 100644 index 0000000..fba66b1 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-062.png differ diff --git a/images/ua23/EX10BT_AOT-2-063.png b/images/ua23/EX10BT_AOT-2-063.png new file mode 100644 index 0000000..894e227 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-063.png differ diff --git a/images/ua23/EX10BT_AOT-2-064.png b/images/ua23/EX10BT_AOT-2-064.png new file mode 100644 index 0000000..b0e8c0a Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-064.png differ diff --git a/images/ua23/EX10BT_AOT-2-065.png b/images/ua23/EX10BT_AOT-2-065.png new file mode 100644 index 0000000..c87220c Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-065.png differ diff --git a/images/ua23/EX10BT_AOT-2-065_p1.png b/images/ua23/EX10BT_AOT-2-065_p1.png new file mode 100644 index 0000000..0bbaf22 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-065_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-066.png b/images/ua23/EX10BT_AOT-2-066.png new file mode 100644 index 0000000..259b9d6 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-066.png differ diff --git a/images/ua23/EX10BT_AOT-2-066_p1.png b/images/ua23/EX10BT_AOT-2-066_p1.png new file mode 100644 index 0000000..b8ad440 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-066_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-067.png b/images/ua23/EX10BT_AOT-2-067.png new file mode 100644 index 0000000..a0a4fd4 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-067.png differ diff --git a/images/ua23/EX10BT_AOT-2-067_p1.png b/images/ua23/EX10BT_AOT-2-067_p1.png new file mode 100644 index 0000000..b8d33f9 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-067_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-068.png b/images/ua23/EX10BT_AOT-2-068.png new file mode 100644 index 0000000..8966336 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-068.png differ diff --git a/images/ua23/EX10BT_AOT-2-069.png b/images/ua23/EX10BT_AOT-2-069.png new file mode 100644 index 0000000..7dc6248 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-069.png differ diff --git a/images/ua23/EX10BT_AOT-2-069_p1.png b/images/ua23/EX10BT_AOT-2-069_p1.png new file mode 100644 index 0000000..e5c31c0 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-069_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-070.png b/images/ua23/EX10BT_AOT-2-070.png new file mode 100644 index 0000000..b3f940a Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-070.png differ diff --git a/images/ua23/EX10BT_AOT-2-071.png b/images/ua23/EX10BT_AOT-2-071.png new file mode 100644 index 0000000..6324b69 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-071.png differ diff --git a/images/ua23/EX10BT_AOT-2-071_p1.png b/images/ua23/EX10BT_AOT-2-071_p1.png new file mode 100644 index 0000000..00b9d2c Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-071_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-072.png b/images/ua23/EX10BT_AOT-2-072.png new file mode 100644 index 0000000..701c838 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-072.png differ diff --git a/images/ua23/EX10BT_AOT-2-073.png b/images/ua23/EX10BT_AOT-2-073.png new file mode 100644 index 0000000..8dc000b Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-073.png differ diff --git a/images/ua23/EX10BT_AOT-2-AP01.png b/images/ua23/EX10BT_AOT-2-AP01.png new file mode 100644 index 0000000..4332812 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-AP01.png differ diff --git a/images/ua23/EX10BT_AOT-2-AP02.png b/images/ua23/EX10BT_AOT-2-AP02.png new file mode 100644 index 0000000..b304033 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-AP02.png differ diff --git a/images/ua23/EX10BT_AOT-2-AP03.png b/images/ua23/EX10BT_AOT-2-AP03.png new file mode 100644 index 0000000..7dfaaac Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-AP03.png differ diff --git a/images/ua23/EX10BT_AOT-2-AP04.png b/images/ua23/EX10BT_AOT-2-AP04.png new file mode 100644 index 0000000..6cc1bf7 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-AP04.png differ diff --git a/images/ua23/EX10BT_AOT-2-AP04_p1.png b/images/ua23/EX10BT_AOT-2-AP04_p1.png new file mode 100644 index 0000000..94fa1d3 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-AP04_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-AP05.png b/images/ua23/EX10BT_AOT-2-AP05.png new file mode 100644 index 0000000..0e6ada9 Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-AP05.png differ diff --git a/images/ua23/EX10BT_AOT-2-AP05_p1.png b/images/ua23/EX10BT_AOT-2-AP05_p1.png new file mode 100644 index 0000000..f25f62d Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-AP05_p1.png differ diff --git a/images/ua23/EX10BT_AOT-2-AP06.png b/images/ua23/EX10BT_AOT-2-AP06.png new file mode 100644 index 0000000..6b0693b Binary files /dev/null and b/images/ua23/EX10BT_AOT-2-AP06.png differ diff --git a/images/ua23/UA23BT_AOT-1-001.png b/images/ua23/UA23BT_AOT-1-001.png new file mode 100644 index 0000000..39b11bd Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-001.png differ diff --git a/images/ua23/UA23BT_AOT-1-001_p1.png b/images/ua23/UA23BT_AOT-1-001_p1.png new file mode 100644 index 0000000..e70b548 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-001_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-002.png b/images/ua23/UA23BT_AOT-1-002.png new file mode 100644 index 0000000..9052a3f Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-002.png differ diff --git a/images/ua23/UA23BT_AOT-1-002_p1.png b/images/ua23/UA23BT_AOT-1-002_p1.png new file mode 100644 index 0000000..c169ccd Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-002_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-003.png b/images/ua23/UA23BT_AOT-1-003.png new file mode 100644 index 0000000..ebf2d30 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-003.png differ diff --git a/images/ua23/UA23BT_AOT-1-003_p1.png b/images/ua23/UA23BT_AOT-1-003_p1.png new file mode 100644 index 0000000..3c6d87f Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-003_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-004.png b/images/ua23/UA23BT_AOT-1-004.png new file mode 100644 index 0000000..b7a77cc Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-004.png differ diff --git a/images/ua23/UA23BT_AOT-1-005.png b/images/ua23/UA23BT_AOT-1-005.png new file mode 100644 index 0000000..daf8431 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-005.png differ diff --git a/images/ua23/UA23BT_AOT-1-006.png b/images/ua23/UA23BT_AOT-1-006.png new file mode 100644 index 0000000..01fd944 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-006.png differ diff --git a/images/ua23/UA23BT_AOT-1-007.png b/images/ua23/UA23BT_AOT-1-007.png new file mode 100644 index 0000000..7b29901 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-007.png differ diff --git a/images/ua23/UA23BT_AOT-1-007_p1.png b/images/ua23/UA23BT_AOT-1-007_p1.png new file mode 100644 index 0000000..1607553 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-007_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-008.png b/images/ua23/UA23BT_AOT-1-008.png new file mode 100644 index 0000000..d953b40 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-008.png differ diff --git a/images/ua23/UA23BT_AOT-1-008_p1.png b/images/ua23/UA23BT_AOT-1-008_p1.png new file mode 100644 index 0000000..6cb2f2d Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-008_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-009.png b/images/ua23/UA23BT_AOT-1-009.png new file mode 100644 index 0000000..e2cd978 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-009.png differ diff --git a/images/ua23/UA23BT_AOT-1-009_p1.png b/images/ua23/UA23BT_AOT-1-009_p1.png new file mode 100644 index 0000000..7a2694b Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-009_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-010.png b/images/ua23/UA23BT_AOT-1-010.png new file mode 100644 index 0000000..993c8b0 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-010.png differ diff --git a/images/ua23/UA23BT_AOT-1-010_p1.png b/images/ua23/UA23BT_AOT-1-010_p1.png new file mode 100644 index 0000000..ccdbbf5 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-010_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-011.png b/images/ua23/UA23BT_AOT-1-011.png new file mode 100644 index 0000000..9ba3f6e Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-011.png differ diff --git a/images/ua23/UA23BT_AOT-1-011_p1.png b/images/ua23/UA23BT_AOT-1-011_p1.png new file mode 100644 index 0000000..c238249 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-011_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-011_p2.png b/images/ua23/UA23BT_AOT-1-011_p2.png new file mode 100644 index 0000000..e8a0817 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-011_p2.png differ diff --git a/images/ua23/UA23BT_AOT-1-012.png b/images/ua23/UA23BT_AOT-1-012.png new file mode 100644 index 0000000..282b373 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-012.png differ diff --git a/images/ua23/UA23BT_AOT-1-013.png b/images/ua23/UA23BT_AOT-1-013.png new file mode 100644 index 0000000..4adae2d Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-013.png differ diff --git a/images/ua23/UA23BT_AOT-1-013_p1.png b/images/ua23/UA23BT_AOT-1-013_p1.png new file mode 100644 index 0000000..eaa8f9f Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-013_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-014.png b/images/ua23/UA23BT_AOT-1-014.png new file mode 100644 index 0000000..46e6b76 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-014.png differ diff --git a/images/ua23/UA23BT_AOT-1-015.png b/images/ua23/UA23BT_AOT-1-015.png new file mode 100644 index 0000000..20b4bb3 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-015.png differ diff --git a/images/ua23/UA23BT_AOT-1-016.png b/images/ua23/UA23BT_AOT-1-016.png new file mode 100644 index 0000000..3cdf4eb Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-016.png differ diff --git a/images/ua23/UA23BT_AOT-1-017.png b/images/ua23/UA23BT_AOT-1-017.png new file mode 100644 index 0000000..e998e9b Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-017.png differ diff --git a/images/ua23/UA23BT_AOT-1-017_p1.png b/images/ua23/UA23BT_AOT-1-017_p1.png new file mode 100644 index 0000000..67708ab Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-017_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-018.png b/images/ua23/UA23BT_AOT-1-018.png new file mode 100644 index 0000000..c769fa2 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-018.png differ diff --git a/images/ua23/UA23BT_AOT-1-019.png b/images/ua23/UA23BT_AOT-1-019.png new file mode 100644 index 0000000..75aefe8 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-019.png differ diff --git a/images/ua23/UA23BT_AOT-1-020.png b/images/ua23/UA23BT_AOT-1-020.png new file mode 100644 index 0000000..f117b6f Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-020.png differ diff --git a/images/ua23/UA23BT_AOT-1-021.png b/images/ua23/UA23BT_AOT-1-021.png new file mode 100644 index 0000000..b668a23 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-021.png differ diff --git a/images/ua23/UA23BT_AOT-1-022.png b/images/ua23/UA23BT_AOT-1-022.png new file mode 100644 index 0000000..1280707 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-022.png differ diff --git a/images/ua23/UA23BT_AOT-1-022_p1.png b/images/ua23/UA23BT_AOT-1-022_p1.png new file mode 100644 index 0000000..3465be2 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-022_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-023.png b/images/ua23/UA23BT_AOT-1-023.png new file mode 100644 index 0000000..14c74e4 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-023.png differ diff --git a/images/ua23/UA23BT_AOT-1-024.png b/images/ua23/UA23BT_AOT-1-024.png new file mode 100644 index 0000000..bdd6764 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-024.png differ diff --git a/images/ua23/UA23BT_AOT-1-025.png b/images/ua23/UA23BT_AOT-1-025.png new file mode 100644 index 0000000..c42062b Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-025.png differ diff --git a/images/ua23/UA23BT_AOT-1-026.png b/images/ua23/UA23BT_AOT-1-026.png new file mode 100644 index 0000000..3be6d24 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-026.png differ diff --git a/images/ua23/UA23BT_AOT-1-027.png b/images/ua23/UA23BT_AOT-1-027.png new file mode 100644 index 0000000..5711655 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-027.png differ diff --git a/images/ua23/UA23BT_AOT-1-027_p1.png b/images/ua23/UA23BT_AOT-1-027_p1.png new file mode 100644 index 0000000..baba42e Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-027_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-028.png b/images/ua23/UA23BT_AOT-1-028.png new file mode 100644 index 0000000..1c6f089 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-028.png differ diff --git a/images/ua23/UA23BT_AOT-1-029.png b/images/ua23/UA23BT_AOT-1-029.png new file mode 100644 index 0000000..bafb4d3 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-029.png differ diff --git a/images/ua23/UA23BT_AOT-1-030.png b/images/ua23/UA23BT_AOT-1-030.png new file mode 100644 index 0000000..0ea3c66 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-030.png differ diff --git a/images/ua23/UA23BT_AOT-1-031.png b/images/ua23/UA23BT_AOT-1-031.png new file mode 100644 index 0000000..8014365 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-031.png differ diff --git a/images/ua23/UA23BT_AOT-1-032.png b/images/ua23/UA23BT_AOT-1-032.png new file mode 100644 index 0000000..068ccfa Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-032.png differ diff --git a/images/ua23/UA23BT_AOT-1-033.png b/images/ua23/UA23BT_AOT-1-033.png new file mode 100644 index 0000000..5aa795e Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-033.png differ diff --git a/images/ua23/UA23BT_AOT-1-034.png b/images/ua23/UA23BT_AOT-1-034.png new file mode 100644 index 0000000..c705bde Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-034.png differ diff --git a/images/ua23/UA23BT_AOT-1-035.png b/images/ua23/UA23BT_AOT-1-035.png new file mode 100644 index 0000000..090d539 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-035.png differ diff --git a/images/ua23/UA23BT_AOT-1-036.png b/images/ua23/UA23BT_AOT-1-036.png new file mode 100644 index 0000000..57c7dce Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-036.png differ diff --git a/images/ua23/UA23BT_AOT-1-037.png b/images/ua23/UA23BT_AOT-1-037.png new file mode 100644 index 0000000..34b8751 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-037.png differ diff --git a/images/ua23/UA23BT_AOT-1-038.png b/images/ua23/UA23BT_AOT-1-038.png new file mode 100644 index 0000000..a6efb72 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-038.png differ diff --git a/images/ua23/UA23BT_AOT-1-039.png b/images/ua23/UA23BT_AOT-1-039.png new file mode 100644 index 0000000..6d3f17e Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-039.png differ diff --git a/images/ua23/UA23BT_AOT-1-040.png b/images/ua23/UA23BT_AOT-1-040.png new file mode 100644 index 0000000..f166ed0 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-040.png differ diff --git a/images/ua23/UA23BT_AOT-1-041.png b/images/ua23/UA23BT_AOT-1-041.png new file mode 100644 index 0000000..68b3877 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-041.png differ diff --git a/images/ua23/UA23BT_AOT-1-042.png b/images/ua23/UA23BT_AOT-1-042.png new file mode 100644 index 0000000..f376023 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-042.png differ diff --git a/images/ua23/UA23BT_AOT-1-043.png b/images/ua23/UA23BT_AOT-1-043.png new file mode 100644 index 0000000..a8d6f4d Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-043.png differ diff --git a/images/ua23/UA23BT_AOT-1-044.png b/images/ua23/UA23BT_AOT-1-044.png new file mode 100644 index 0000000..1c31736 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-044.png differ diff --git a/images/ua23/UA23BT_AOT-1-045.png b/images/ua23/UA23BT_AOT-1-045.png new file mode 100644 index 0000000..939a23a Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-045.png differ diff --git a/images/ua23/UA23BT_AOT-1-046.png b/images/ua23/UA23BT_AOT-1-046.png new file mode 100644 index 0000000..f700f3d Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-046.png differ diff --git a/images/ua23/UA23BT_AOT-1-047.png b/images/ua23/UA23BT_AOT-1-047.png new file mode 100644 index 0000000..d27520a Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-047.png differ diff --git a/images/ua23/UA23BT_AOT-1-048.png b/images/ua23/UA23BT_AOT-1-048.png new file mode 100644 index 0000000..aaa4f5b Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-048.png differ diff --git a/images/ua23/UA23BT_AOT-1-048_p1.png b/images/ua23/UA23BT_AOT-1-048_p1.png new file mode 100644 index 0000000..1a4f10f Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-048_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-049.png b/images/ua23/UA23BT_AOT-1-049.png new file mode 100644 index 0000000..2b3b860 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-049.png differ diff --git a/images/ua23/UA23BT_AOT-1-050.png b/images/ua23/UA23BT_AOT-1-050.png new file mode 100644 index 0000000..d724a9d Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-050.png differ diff --git a/images/ua23/UA23BT_AOT-1-051.png b/images/ua23/UA23BT_AOT-1-051.png new file mode 100644 index 0000000..969f4bf Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-051.png differ diff --git a/images/ua23/UA23BT_AOT-1-052.png b/images/ua23/UA23BT_AOT-1-052.png new file mode 100644 index 0000000..5b56dce Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-052.png differ diff --git a/images/ua23/UA23BT_AOT-1-053.png b/images/ua23/UA23BT_AOT-1-053.png new file mode 100644 index 0000000..cf285c7 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-053.png differ diff --git a/images/ua23/UA23BT_AOT-1-053_p1.png b/images/ua23/UA23BT_AOT-1-053_p1.png new file mode 100644 index 0000000..716c2b9 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-053_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-054.png b/images/ua23/UA23BT_AOT-1-054.png new file mode 100644 index 0000000..b4d6cdf Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-054.png differ diff --git a/images/ua23/UA23BT_AOT-1-055.png b/images/ua23/UA23BT_AOT-1-055.png new file mode 100644 index 0000000..68a6deb Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-055.png differ diff --git a/images/ua23/UA23BT_AOT-1-056.png b/images/ua23/UA23BT_AOT-1-056.png new file mode 100644 index 0000000..9901b49 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-056.png differ diff --git a/images/ua23/UA23BT_AOT-1-057.png b/images/ua23/UA23BT_AOT-1-057.png new file mode 100644 index 0000000..44dd76c Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-057.png differ diff --git a/images/ua23/UA23BT_AOT-1-057_p1.png b/images/ua23/UA23BT_AOT-1-057_p1.png new file mode 100644 index 0000000..dc816e1 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-057_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-058.png b/images/ua23/UA23BT_AOT-1-058.png new file mode 100644 index 0000000..c863c9d Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-058.png differ diff --git a/images/ua23/UA23BT_AOT-1-059.png b/images/ua23/UA23BT_AOT-1-059.png new file mode 100644 index 0000000..c9cb42c Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-059.png differ diff --git a/images/ua23/UA23BT_AOT-1-060.png b/images/ua23/UA23BT_AOT-1-060.png new file mode 100644 index 0000000..00f41c4 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-060.png differ diff --git a/images/ua23/UA23BT_AOT-1-061.png b/images/ua23/UA23BT_AOT-1-061.png new file mode 100644 index 0000000..b021db8 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-061.png differ diff --git a/images/ua23/UA23BT_AOT-1-061_p1.png b/images/ua23/UA23BT_AOT-1-061_p1.png new file mode 100644 index 0000000..2b4c7ac Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-061_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-062.png b/images/ua23/UA23BT_AOT-1-062.png new file mode 100644 index 0000000..88300c4 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-062.png differ diff --git a/images/ua23/UA23BT_AOT-1-063.png b/images/ua23/UA23BT_AOT-1-063.png new file mode 100644 index 0000000..098ab6c Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-063.png differ diff --git a/images/ua23/UA23BT_AOT-1-064.png b/images/ua23/UA23BT_AOT-1-064.png new file mode 100644 index 0000000..468b1d9 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-064.png differ diff --git a/images/ua23/UA23BT_AOT-1-065.png b/images/ua23/UA23BT_AOT-1-065.png new file mode 100644 index 0000000..c20914e Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-065.png differ diff --git a/images/ua23/UA23BT_AOT-1-066.png b/images/ua23/UA23BT_AOT-1-066.png new file mode 100644 index 0000000..3722206 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-066.png differ diff --git a/images/ua23/UA23BT_AOT-1-067.png b/images/ua23/UA23BT_AOT-1-067.png new file mode 100644 index 0000000..440e8f9 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-067.png differ diff --git a/images/ua23/UA23BT_AOT-1-068.png b/images/ua23/UA23BT_AOT-1-068.png new file mode 100644 index 0000000..b3a7b07 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-068.png differ diff --git a/images/ua23/UA23BT_AOT-1-069.png b/images/ua23/UA23BT_AOT-1-069.png new file mode 100644 index 0000000..4858c9e Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-069.png differ diff --git a/images/ua23/UA23BT_AOT-1-069_p1.png b/images/ua23/UA23BT_AOT-1-069_p1.png new file mode 100644 index 0000000..b50e14c Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-069_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-070.png b/images/ua23/UA23BT_AOT-1-070.png new file mode 100644 index 0000000..99877f7 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-070.png differ diff --git a/images/ua23/UA23BT_AOT-1-071.png b/images/ua23/UA23BT_AOT-1-071.png new file mode 100644 index 0000000..5178c42 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-071.png differ diff --git a/images/ua23/UA23BT_AOT-1-072.png b/images/ua23/UA23BT_AOT-1-072.png new file mode 100644 index 0000000..831265f Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-072.png differ diff --git a/images/ua23/UA23BT_AOT-1-073.png b/images/ua23/UA23BT_AOT-1-073.png new file mode 100644 index 0000000..0f957f3 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-073.png differ diff --git a/images/ua23/UA23BT_AOT-1-074.png b/images/ua23/UA23BT_AOT-1-074.png new file mode 100644 index 0000000..634ed73 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-074.png differ diff --git a/images/ua23/UA23BT_AOT-1-075.png b/images/ua23/UA23BT_AOT-1-075.png new file mode 100644 index 0000000..1f3087b Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-075.png differ diff --git a/images/ua23/UA23BT_AOT-1-076.png b/images/ua23/UA23BT_AOT-1-076.png new file mode 100644 index 0000000..5a7d21c Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-076.png differ diff --git a/images/ua23/UA23BT_AOT-1-076_p1.png b/images/ua23/UA23BT_AOT-1-076_p1.png new file mode 100644 index 0000000..258b4d2 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-076_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-077.png b/images/ua23/UA23BT_AOT-1-077.png new file mode 100644 index 0000000..2c676ec Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-077.png differ diff --git a/images/ua23/UA23BT_AOT-1-077_p1.png b/images/ua23/UA23BT_AOT-1-077_p1.png new file mode 100644 index 0000000..74e7978 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-077_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-078.png b/images/ua23/UA23BT_AOT-1-078.png new file mode 100644 index 0000000..3944e10 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-078.png differ diff --git a/images/ua23/UA23BT_AOT-1-079.png b/images/ua23/UA23BT_AOT-1-079.png new file mode 100644 index 0000000..148373d Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-079.png differ diff --git a/images/ua23/UA23BT_AOT-1-079_p1.png b/images/ua23/UA23BT_AOT-1-079_p1.png new file mode 100644 index 0000000..d88940b Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-079_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-080.png b/images/ua23/UA23BT_AOT-1-080.png new file mode 100644 index 0000000..f6ef9a9 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-080.png differ diff --git a/images/ua23/UA23BT_AOT-1-081.png b/images/ua23/UA23BT_AOT-1-081.png new file mode 100644 index 0000000..e4d1446 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-081.png differ diff --git a/images/ua23/UA23BT_AOT-1-082.png b/images/ua23/UA23BT_AOT-1-082.png new file mode 100644 index 0000000..cd67439 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-082.png differ diff --git a/images/ua23/UA23BT_AOT-1-082_p1.png b/images/ua23/UA23BT_AOT-1-082_p1.png new file mode 100644 index 0000000..3ba9194 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-082_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-083.png b/images/ua23/UA23BT_AOT-1-083.png new file mode 100644 index 0000000..b10a416 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-083.png differ diff --git a/images/ua23/UA23BT_AOT-1-084.png b/images/ua23/UA23BT_AOT-1-084.png new file mode 100644 index 0000000..7ab178d Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-084.png differ diff --git a/images/ua23/UA23BT_AOT-1-084_p1.png b/images/ua23/UA23BT_AOT-1-084_p1.png new file mode 100644 index 0000000..2279242 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-084_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-085.png b/images/ua23/UA23BT_AOT-1-085.png new file mode 100644 index 0000000..398cf17 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-085.png differ diff --git a/images/ua23/UA23BT_AOT-1-086.png b/images/ua23/UA23BT_AOT-1-086.png new file mode 100644 index 0000000..6124324 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-086.png differ diff --git a/images/ua23/UA23BT_AOT-1-087.png b/images/ua23/UA23BT_AOT-1-087.png new file mode 100644 index 0000000..5654052 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-087.png differ diff --git a/images/ua23/UA23BT_AOT-1-088.png b/images/ua23/UA23BT_AOT-1-088.png new file mode 100644 index 0000000..9fb13d1 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-088.png differ diff --git a/images/ua23/UA23BT_AOT-1-088_p1.png b/images/ua23/UA23BT_AOT-1-088_p1.png new file mode 100644 index 0000000..6555267 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-088_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-089.png b/images/ua23/UA23BT_AOT-1-089.png new file mode 100644 index 0000000..95d666f Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-089.png differ diff --git a/images/ua23/UA23BT_AOT-1-089_p1.png b/images/ua23/UA23BT_AOT-1-089_p1.png new file mode 100644 index 0000000..c183f43 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-089_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-090.png b/images/ua23/UA23BT_AOT-1-090.png new file mode 100644 index 0000000..662cc62 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-090.png differ diff --git a/images/ua23/UA23BT_AOT-1-091.png b/images/ua23/UA23BT_AOT-1-091.png new file mode 100644 index 0000000..6b98871 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-091.png differ diff --git a/images/ua23/UA23BT_AOT-1-091_p1.png b/images/ua23/UA23BT_AOT-1-091_p1.png new file mode 100644 index 0000000..276ae18 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-091_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-092.png b/images/ua23/UA23BT_AOT-1-092.png new file mode 100644 index 0000000..ff40609 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-092.png differ diff --git a/images/ua23/UA23BT_AOT-1-092_p1.png b/images/ua23/UA23BT_AOT-1-092_p1.png new file mode 100644 index 0000000..5dfe196 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-092_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-092_p2.png b/images/ua23/UA23BT_AOT-1-092_p2.png new file mode 100644 index 0000000..f58bbe4 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-092_p2.png differ diff --git a/images/ua23/UA23BT_AOT-1-093.png b/images/ua23/UA23BT_AOT-1-093.png new file mode 100644 index 0000000..e4d1773 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-093.png differ diff --git a/images/ua23/UA23BT_AOT-1-094.png b/images/ua23/UA23BT_AOT-1-094.png new file mode 100644 index 0000000..a949da2 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-094.png differ diff --git a/images/ua23/UA23BT_AOT-1-094_p1.png b/images/ua23/UA23BT_AOT-1-094_p1.png new file mode 100644 index 0000000..20b624e Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-094_p1.png differ diff --git a/images/ua23/UA23BT_AOT-1-095.png b/images/ua23/UA23BT_AOT-1-095.png new file mode 100644 index 0000000..badfe0a Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-095.png differ diff --git a/images/ua23/UA23BT_AOT-1-096.png b/images/ua23/UA23BT_AOT-1-096.png new file mode 100644 index 0000000..7e9d5b5 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-096.png differ diff --git a/images/ua23/UA23BT_AOT-1-097.png b/images/ua23/UA23BT_AOT-1-097.png new file mode 100644 index 0000000..53616cc Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-097.png differ diff --git a/images/ua23/UA23BT_AOT-1-098.png b/images/ua23/UA23BT_AOT-1-098.png new file mode 100644 index 0000000..d0d65fa Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-098.png differ diff --git a/images/ua23/UA23BT_AOT-1-099.png b/images/ua23/UA23BT_AOT-1-099.png new file mode 100644 index 0000000..05d0fa7 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-099.png differ diff --git a/images/ua23/UA23BT_AOT-1-100.png b/images/ua23/UA23BT_AOT-1-100.png new file mode 100644 index 0000000..e0773a6 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-100.png differ diff --git a/images/ua23/UA23BT_AOT-1-AP01.png b/images/ua23/UA23BT_AOT-1-AP01.png new file mode 100644 index 0000000..92e763c Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-AP01.png differ diff --git a/images/ua23/UA23BT_AOT-1-AP01_s.png b/images/ua23/UA23BT_AOT-1-AP01_s.png new file mode 100644 index 0000000..4f07755 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-AP01_s.png differ diff --git a/images/ua23/UA23BT_AOT-1-AP02.png b/images/ua23/UA23BT_AOT-1-AP02.png new file mode 100644 index 0000000..51f71ba Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-AP02.png differ diff --git a/images/ua23/UA23BT_AOT-1-AP02_s.png b/images/ua23/UA23BT_AOT-1-AP02_s.png new file mode 100644 index 0000000..f989de1 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-AP02_s.png differ diff --git a/images/ua23/UA23BT_AOT-1-AP03.png b/images/ua23/UA23BT_AOT-1-AP03.png new file mode 100644 index 0000000..fc815d1 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-AP03.png differ diff --git a/images/ua23/UA23BT_AOT-1-AP04.png b/images/ua23/UA23BT_AOT-1-AP04.png new file mode 100644 index 0000000..b3e5595 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-AP04.png differ diff --git a/images/ua23/UA23BT_AOT-1-AP05.png b/images/ua23/UA23BT_AOT-1-AP05.png new file mode 100644 index 0000000..f42d06f Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-AP05.png differ diff --git a/images/ua23/UA23BT_AOT-1-AP06.png b/images/ua23/UA23BT_AOT-1-AP06.png new file mode 100644 index 0000000..7407a56 Binary files /dev/null and b/images/ua23/UA23BT_AOT-1-AP06.png differ diff --git a/images/ua23/UA23ST_AOT-1-068.png b/images/ua23/UA23ST_AOT-1-068.png new file mode 100644 index 0000000..079fd1c Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-068.png differ diff --git a/images/ua23/UA23ST_AOT-1-070.png b/images/ua23/UA23ST_AOT-1-070.png new file mode 100644 index 0000000..86f43cd Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-070.png differ diff --git a/images/ua23/UA23ST_AOT-1-075.png b/images/ua23/UA23ST_AOT-1-075.png new file mode 100644 index 0000000..58591ce Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-075.png differ diff --git a/images/ua23/UA23ST_AOT-1-084.png b/images/ua23/UA23ST_AOT-1-084.png new file mode 100644 index 0000000..011c921 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-084.png differ diff --git a/images/ua23/UA23ST_AOT-1-085.png b/images/ua23/UA23ST_AOT-1-085.png new file mode 100644 index 0000000..681083b Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-085.png differ diff --git a/images/ua23/UA23ST_AOT-1-087.png b/images/ua23/UA23ST_AOT-1-087.png new file mode 100644 index 0000000..9d52c2e Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-087.png differ diff --git a/images/ua23/UA23ST_AOT-1-090.png b/images/ua23/UA23ST_AOT-1-090.png new file mode 100644 index 0000000..8a66501 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-090.png differ diff --git a/images/ua23/UA23ST_AOT-1-091.png b/images/ua23/UA23ST_AOT-1-091.png new file mode 100644 index 0000000..1cc946a Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-091.png differ diff --git a/images/ua23/UA23ST_AOT-1-097.png b/images/ua23/UA23ST_AOT-1-097.png new file mode 100644 index 0000000..1cc1472 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-097.png differ diff --git a/images/ua23/UA23ST_AOT-1-101.png b/images/ua23/UA23ST_AOT-1-101.png new file mode 100644 index 0000000..e3c02c7 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-101.png differ diff --git a/images/ua23/UA23ST_AOT-1-102.png b/images/ua23/UA23ST_AOT-1-102.png new file mode 100644 index 0000000..1cb6c20 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-102.png differ diff --git a/images/ua23/UA23ST_AOT-1-103.png b/images/ua23/UA23ST_AOT-1-103.png new file mode 100644 index 0000000..9164d47 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-103.png differ diff --git a/images/ua23/UA23ST_AOT-1-104.png b/images/ua23/UA23ST_AOT-1-104.png new file mode 100644 index 0000000..47bffcd Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-104.png differ diff --git a/images/ua23/UA23ST_AOT-1-105.png b/images/ua23/UA23ST_AOT-1-105.png new file mode 100644 index 0000000..e90db02 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-105.png differ diff --git a/images/ua23/UA23ST_AOT-1-106.png b/images/ua23/UA23ST_AOT-1-106.png new file mode 100644 index 0000000..554db11 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-106.png differ diff --git a/images/ua23/UA23ST_AOT-1-107.png b/images/ua23/UA23ST_AOT-1-107.png new file mode 100644 index 0000000..7394eb1 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-107.png differ diff --git a/images/ua23/UA23ST_AOT-1-108.png b/images/ua23/UA23ST_AOT-1-108.png new file mode 100644 index 0000000..aca4e92 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-108.png differ diff --git a/images/ua23/UA23ST_AOT-1-109.png b/images/ua23/UA23ST_AOT-1-109.png new file mode 100644 index 0000000..5694fb6 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-109.png differ diff --git a/images/ua23/UA23ST_AOT-1-110.png b/images/ua23/UA23ST_AOT-1-110.png new file mode 100644 index 0000000..02cb986 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-110.png differ diff --git a/images/ua23/UA23ST_AOT-1-110_p1.png b/images/ua23/UA23ST_AOT-1-110_p1.png new file mode 100644 index 0000000..cd2bae1 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-110_p1.png differ diff --git a/images/ua23/UA23ST_AOT-1-111.png b/images/ua23/UA23ST_AOT-1-111.png new file mode 100644 index 0000000..bae864e Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-111.png differ diff --git a/images/ua23/UA23ST_AOT-1-111_p1.png b/images/ua23/UA23ST_AOT-1-111_p1.png new file mode 100644 index 0000000..d186503 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-111_p1.png differ diff --git a/images/ua23/UA23ST_AOT-1-112.png b/images/ua23/UA23ST_AOT-1-112.png new file mode 100644 index 0000000..1a0bda9 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-112.png differ diff --git a/images/ua23/UA23ST_AOT-1-112_p1.png b/images/ua23/UA23ST_AOT-1-112_p1.png new file mode 100644 index 0000000..a0c12f5 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-112_p1.png differ diff --git a/images/ua23/UA23ST_AOT-1-113.png b/images/ua23/UA23ST_AOT-1-113.png new file mode 100644 index 0000000..b318b90 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-113.png differ diff --git a/images/ua23/UA23ST_AOT-1-113_p1.png b/images/ua23/UA23ST_AOT-1-113_p1.png new file mode 100644 index 0000000..aeddf14 Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-113_p1.png differ diff --git a/images/ua23/UA23ST_AOT-1-AP01.png b/images/ua23/UA23ST_AOT-1-AP01.png new file mode 100644 index 0000000..d0f83ef Binary files /dev/null and b/images/ua23/UA23ST_AOT-1-AP01.png differ diff --git a/images/ua23/UAPR_AOT-1-010.png b/images/ua23/UAPR_AOT-1-010.png new file mode 100644 index 0000000..e10468b Binary files /dev/null and b/images/ua23/UAPR_AOT-1-010.png differ diff --git a/images/ua23/UAPR_AOT-1-010_p1.png b/images/ua23/UAPR_AOT-1-010_p1.png new file mode 100644 index 0000000..4a1ec4c Binary files /dev/null and b/images/ua23/UAPR_AOT-1-010_p1.png differ diff --git a/images/ua23/UAPR_AOT-1-023.png b/images/ua23/UAPR_AOT-1-023.png new file mode 100644 index 0000000..e776d8a Binary files /dev/null and b/images/ua23/UAPR_AOT-1-023.png differ diff --git a/images/ua23/UAPR_AOT-1-075.png b/images/ua23/UAPR_AOT-1-075.png new file mode 100644 index 0000000..86ed1f6 Binary files /dev/null and b/images/ua23/UAPR_AOT-1-075.png differ diff --git a/images/ua23/UAPR_AOT-1-092.png b/images/ua23/UAPR_AOT-1-092.png new file mode 100644 index 0000000..ff821bd Binary files /dev/null and b/images/ua23/UAPR_AOT-1-092.png differ diff --git a/images/ua23/UAPR_AOT-1-092_p1.png b/images/ua23/UAPR_AOT-1-092_p1.png new file mode 100644 index 0000000..89341f3 Binary files /dev/null and b/images/ua23/UAPR_AOT-1-092_p1.png differ diff --git a/images/ua23/UAPR_AOT-2-003.png b/images/ua23/UAPR_AOT-2-003.png new file mode 100644 index 0000000..7922087 Binary files /dev/null and b/images/ua23/UAPR_AOT-2-003.png differ diff --git a/images/ua23/UAPR_AOT-2-068.png b/images/ua23/UAPR_AOT-2-068.png new file mode 100644 index 0000000..d21c242 Binary files /dev/null and b/images/ua23/UAPR_AOT-2-068.png differ diff --git a/images/ua23/UAPR_AOT-P-001.png b/images/ua23/UAPR_AOT-P-001.png new file mode 100644 index 0000000..2ad12eb Binary files /dev/null and b/images/ua23/UAPR_AOT-P-001.png differ diff --git a/images/ua24/UA24BT_SHY-1-001.png b/images/ua24/UA24BT_SHY-1-001.png new file mode 100644 index 0000000..67ccbaf Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-001.png differ diff --git a/images/ua24/UA24BT_SHY-1-002.png b/images/ua24/UA24BT_SHY-1-002.png new file mode 100644 index 0000000..5ddfe16 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-002.png differ diff --git a/images/ua24/UA24BT_SHY-1-003.png b/images/ua24/UA24BT_SHY-1-003.png new file mode 100644 index 0000000..abc953f Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-003.png differ diff --git a/images/ua24/UA24BT_SHY-1-004.png b/images/ua24/UA24BT_SHY-1-004.png new file mode 100644 index 0000000..9de4d57 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-004.png differ diff --git a/images/ua24/UA24BT_SHY-1-005.png b/images/ua24/UA24BT_SHY-1-005.png new file mode 100644 index 0000000..321e685 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-005.png differ diff --git a/images/ua24/UA24BT_SHY-1-006.png b/images/ua24/UA24BT_SHY-1-006.png new file mode 100644 index 0000000..7680279 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-006.png differ diff --git a/images/ua24/UA24BT_SHY-1-007.png b/images/ua24/UA24BT_SHY-1-007.png new file mode 100644 index 0000000..2e0e0c3 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-007.png differ diff --git a/images/ua24/UA24BT_SHY-1-008.png b/images/ua24/UA24BT_SHY-1-008.png new file mode 100644 index 0000000..85f8d7f Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-008.png differ diff --git a/images/ua24/UA24BT_SHY-1-009.png b/images/ua24/UA24BT_SHY-1-009.png new file mode 100644 index 0000000..f017c71 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-009.png differ diff --git a/images/ua24/UA24BT_SHY-1-010.png b/images/ua24/UA24BT_SHY-1-010.png new file mode 100644 index 0000000..103b545 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-010.png differ diff --git a/images/ua24/UA24BT_SHY-1-011.png b/images/ua24/UA24BT_SHY-1-011.png new file mode 100644 index 0000000..4214c02 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-011.png differ diff --git a/images/ua24/UA24BT_SHY-1-011_p1.png b/images/ua24/UA24BT_SHY-1-011_p1.png new file mode 100644 index 0000000..c28708a Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-011_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-012.png b/images/ua24/UA24BT_SHY-1-012.png new file mode 100644 index 0000000..cd71389 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-012.png differ diff --git a/images/ua24/UA24BT_SHY-1-012_p1.png b/images/ua24/UA24BT_SHY-1-012_p1.png new file mode 100644 index 0000000..469054e Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-012_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-013.png b/images/ua24/UA24BT_SHY-1-013.png new file mode 100644 index 0000000..85633ca Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-013.png differ diff --git a/images/ua24/UA24BT_SHY-1-014.png b/images/ua24/UA24BT_SHY-1-014.png new file mode 100644 index 0000000..d97a42c Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-014.png differ diff --git a/images/ua24/UA24BT_SHY-1-015.png b/images/ua24/UA24BT_SHY-1-015.png new file mode 100644 index 0000000..abd4d32 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-015.png differ diff --git a/images/ua24/UA24BT_SHY-1-016.png b/images/ua24/UA24BT_SHY-1-016.png new file mode 100644 index 0000000..93675d0 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-016.png differ diff --git a/images/ua24/UA24BT_SHY-1-017.png b/images/ua24/UA24BT_SHY-1-017.png new file mode 100644 index 0000000..b302b1b Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-017.png differ diff --git a/images/ua24/UA24BT_SHY-1-018.png b/images/ua24/UA24BT_SHY-1-018.png new file mode 100644 index 0000000..06d4929 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-018.png differ diff --git a/images/ua24/UA24BT_SHY-1-018_p1.png b/images/ua24/UA24BT_SHY-1-018_p1.png new file mode 100644 index 0000000..9a376cb Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-018_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-019.png b/images/ua24/UA24BT_SHY-1-019.png new file mode 100644 index 0000000..cc86498 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-019.png differ diff --git a/images/ua24/UA24BT_SHY-1-019_p1.png b/images/ua24/UA24BT_SHY-1-019_p1.png new file mode 100644 index 0000000..49feddb Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-019_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-020.png b/images/ua24/UA24BT_SHY-1-020.png new file mode 100644 index 0000000..860b1b3 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-020.png differ diff --git a/images/ua24/UA24BT_SHY-1-021.png b/images/ua24/UA24BT_SHY-1-021.png new file mode 100644 index 0000000..4f46e7f Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-021.png differ diff --git a/images/ua24/UA24BT_SHY-1-022.png b/images/ua24/UA24BT_SHY-1-022.png new file mode 100644 index 0000000..f8d17ee Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-022.png differ diff --git a/images/ua24/UA24BT_SHY-1-023.png b/images/ua24/UA24BT_SHY-1-023.png new file mode 100644 index 0000000..7beca41 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-023.png differ diff --git a/images/ua24/UA24BT_SHY-1-024.png b/images/ua24/UA24BT_SHY-1-024.png new file mode 100644 index 0000000..64decae Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-024.png differ diff --git a/images/ua24/UA24BT_SHY-1-024_p1.png b/images/ua24/UA24BT_SHY-1-024_p1.png new file mode 100644 index 0000000..4d316c7 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-024_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-025.png b/images/ua24/UA24BT_SHY-1-025.png new file mode 100644 index 0000000..ec2a9ec Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-025.png differ diff --git a/images/ua24/UA24BT_SHY-1-025_p1.png b/images/ua24/UA24BT_SHY-1-025_p1.png new file mode 100644 index 0000000..1987e60 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-025_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-026.png b/images/ua24/UA24BT_SHY-1-026.png new file mode 100644 index 0000000..c1e9d2a Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-026.png differ diff --git a/images/ua24/UA24BT_SHY-1-027.png b/images/ua24/UA24BT_SHY-1-027.png new file mode 100644 index 0000000..38e99f2 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-027.png differ diff --git a/images/ua24/UA24BT_SHY-1-027_p1.png b/images/ua24/UA24BT_SHY-1-027_p1.png new file mode 100644 index 0000000..ef31de1 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-027_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-028.png b/images/ua24/UA24BT_SHY-1-028.png new file mode 100644 index 0000000..45a513b Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-028.png differ diff --git a/images/ua24/UA24BT_SHY-1-029.png b/images/ua24/UA24BT_SHY-1-029.png new file mode 100644 index 0000000..f9757d9 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-029.png differ diff --git a/images/ua24/UA24BT_SHY-1-029_p1.png b/images/ua24/UA24BT_SHY-1-029_p1.png new file mode 100644 index 0000000..93adc1f Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-029_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-030.png b/images/ua24/UA24BT_SHY-1-030.png new file mode 100644 index 0000000..92e41f6 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-030.png differ diff --git a/images/ua24/UA24BT_SHY-1-031.png b/images/ua24/UA24BT_SHY-1-031.png new file mode 100644 index 0000000..37817a3 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-031.png differ diff --git a/images/ua24/UA24BT_SHY-1-031_p1.png b/images/ua24/UA24BT_SHY-1-031_p1.png new file mode 100644 index 0000000..cec28aa Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-031_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-032.png b/images/ua24/UA24BT_SHY-1-032.png new file mode 100644 index 0000000..26c85ae Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-032.png differ diff --git a/images/ua24/UA24BT_SHY-1-032_p1.png b/images/ua24/UA24BT_SHY-1-032_p1.png new file mode 100644 index 0000000..6ddbc37 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-032_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-033.png b/images/ua24/UA24BT_SHY-1-033.png new file mode 100644 index 0000000..def387b Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-033.png differ diff --git a/images/ua24/UA24BT_SHY-1-034.png b/images/ua24/UA24BT_SHY-1-034.png new file mode 100644 index 0000000..3afe05d Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-034.png differ diff --git a/images/ua24/UA24BT_SHY-1-035.png b/images/ua24/UA24BT_SHY-1-035.png new file mode 100644 index 0000000..097bae0 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-035.png differ diff --git a/images/ua24/UA24BT_SHY-1-036.png b/images/ua24/UA24BT_SHY-1-036.png new file mode 100644 index 0000000..474cd33 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-036.png differ diff --git a/images/ua24/UA24BT_SHY-1-037.png b/images/ua24/UA24BT_SHY-1-037.png new file mode 100644 index 0000000..178f69e Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-037.png differ diff --git a/images/ua24/UA24BT_SHY-1-038.png b/images/ua24/UA24BT_SHY-1-038.png new file mode 100644 index 0000000..9668d07 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-038.png differ diff --git a/images/ua24/UA24BT_SHY-1-039.png b/images/ua24/UA24BT_SHY-1-039.png new file mode 100644 index 0000000..ce30f42 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-039.png differ diff --git a/images/ua24/UA24BT_SHY-1-040.png b/images/ua24/UA24BT_SHY-1-040.png new file mode 100644 index 0000000..85ccb45 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-040.png differ diff --git a/images/ua24/UA24BT_SHY-1-041.png b/images/ua24/UA24BT_SHY-1-041.png new file mode 100644 index 0000000..3c89ace Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-041.png differ diff --git a/images/ua24/UA24BT_SHY-1-042.png b/images/ua24/UA24BT_SHY-1-042.png new file mode 100644 index 0000000..babe294 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-042.png differ diff --git a/images/ua24/UA24BT_SHY-1-043.png b/images/ua24/UA24BT_SHY-1-043.png new file mode 100644 index 0000000..afee450 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-043.png differ diff --git a/images/ua24/UA24BT_SHY-1-044.png b/images/ua24/UA24BT_SHY-1-044.png new file mode 100644 index 0000000..db0d247 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-044.png differ diff --git a/images/ua24/UA24BT_SHY-1-045.png b/images/ua24/UA24BT_SHY-1-045.png new file mode 100644 index 0000000..cdbd00c Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-045.png differ diff --git a/images/ua24/UA24BT_SHY-1-046.png b/images/ua24/UA24BT_SHY-1-046.png new file mode 100644 index 0000000..45432ca Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-046.png differ diff --git a/images/ua24/UA24BT_SHY-1-046_p1.png b/images/ua24/UA24BT_SHY-1-046_p1.png new file mode 100644 index 0000000..28289a6 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-046_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-047.png b/images/ua24/UA24BT_SHY-1-047.png new file mode 100644 index 0000000..ce9d63d Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-047.png differ diff --git a/images/ua24/UA24BT_SHY-1-047_p1.png b/images/ua24/UA24BT_SHY-1-047_p1.png new file mode 100644 index 0000000..9aac529 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-047_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-048.png b/images/ua24/UA24BT_SHY-1-048.png new file mode 100644 index 0000000..be74cad Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-048.png differ diff --git a/images/ua24/UA24BT_SHY-1-049.png b/images/ua24/UA24BT_SHY-1-049.png new file mode 100644 index 0000000..04581ec Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-049.png differ diff --git a/images/ua24/UA24BT_SHY-1-050.png b/images/ua24/UA24BT_SHY-1-050.png new file mode 100644 index 0000000..d71f127 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-050.png differ diff --git a/images/ua24/UA24BT_SHY-1-050_p1.png b/images/ua24/UA24BT_SHY-1-050_p1.png new file mode 100644 index 0000000..9802aba Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-050_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-051.png b/images/ua24/UA24BT_SHY-1-051.png new file mode 100644 index 0000000..344a45a Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-051.png differ diff --git a/images/ua24/UA24BT_SHY-1-051_p1.png b/images/ua24/UA24BT_SHY-1-051_p1.png new file mode 100644 index 0000000..bceba48 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-051_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-052.png b/images/ua24/UA24BT_SHY-1-052.png new file mode 100644 index 0000000..46acccd Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-052.png differ diff --git a/images/ua24/UA24BT_SHY-1-052_p1.png b/images/ua24/UA24BT_SHY-1-052_p1.png new file mode 100644 index 0000000..02c7e33 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-052_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-052_p2.png b/images/ua24/UA24BT_SHY-1-052_p2.png new file mode 100644 index 0000000..44fed92 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-052_p2.png differ diff --git a/images/ua24/UA24BT_SHY-1-053.png b/images/ua24/UA24BT_SHY-1-053.png new file mode 100644 index 0000000..518ef27 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-053.png differ diff --git a/images/ua24/UA24BT_SHY-1-054.png b/images/ua24/UA24BT_SHY-1-054.png new file mode 100644 index 0000000..0acd052 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-054.png differ diff --git a/images/ua24/UA24BT_SHY-1-055.png b/images/ua24/UA24BT_SHY-1-055.png new file mode 100644 index 0000000..25f0461 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-055.png differ diff --git a/images/ua24/UA24BT_SHY-1-055_p1.png b/images/ua24/UA24BT_SHY-1-055_p1.png new file mode 100644 index 0000000..da1cf1a Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-055_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-056.png b/images/ua24/UA24BT_SHY-1-056.png new file mode 100644 index 0000000..3bb0b56 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-056.png differ diff --git a/images/ua24/UA24BT_SHY-1-057.png b/images/ua24/UA24BT_SHY-1-057.png new file mode 100644 index 0000000..549c038 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-057.png differ diff --git a/images/ua24/UA24BT_SHY-1-058.png b/images/ua24/UA24BT_SHY-1-058.png new file mode 100644 index 0000000..2ac4dc0 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-058.png differ diff --git a/images/ua24/UA24BT_SHY-1-059.png b/images/ua24/UA24BT_SHY-1-059.png new file mode 100644 index 0000000..77e412b Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-059.png differ diff --git a/images/ua24/UA24BT_SHY-1-060.png b/images/ua24/UA24BT_SHY-1-060.png new file mode 100644 index 0000000..ac6720a Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-060.png differ diff --git a/images/ua24/UA24BT_SHY-1-061.png b/images/ua24/UA24BT_SHY-1-061.png new file mode 100644 index 0000000..07e6957 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-061.png differ diff --git a/images/ua24/UA24BT_SHY-1-062.png b/images/ua24/UA24BT_SHY-1-062.png new file mode 100644 index 0000000..2ad2c27 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-062.png differ diff --git a/images/ua24/UA24BT_SHY-1-063.png b/images/ua24/UA24BT_SHY-1-063.png new file mode 100644 index 0000000..208b73f Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-063.png differ diff --git a/images/ua24/UA24BT_SHY-1-063_p1.png b/images/ua24/UA24BT_SHY-1-063_p1.png new file mode 100644 index 0000000..6394773 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-063_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-064.png b/images/ua24/UA24BT_SHY-1-064.png new file mode 100644 index 0000000..3f4ea87 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-064.png differ diff --git a/images/ua24/UA24BT_SHY-1-064_p1.png b/images/ua24/UA24BT_SHY-1-064_p1.png new file mode 100644 index 0000000..8ac373e Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-064_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-065.png b/images/ua24/UA24BT_SHY-1-065.png new file mode 100644 index 0000000..9477f26 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-065.png differ diff --git a/images/ua24/UA24BT_SHY-1-066.png b/images/ua24/UA24BT_SHY-1-066.png new file mode 100644 index 0000000..17c539e Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-066.png differ diff --git a/images/ua24/UA24BT_SHY-1-066_p1.png b/images/ua24/UA24BT_SHY-1-066_p1.png new file mode 100644 index 0000000..17ac027 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-066_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-067.png b/images/ua24/UA24BT_SHY-1-067.png new file mode 100644 index 0000000..d24cc57 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-067.png differ diff --git a/images/ua24/UA24BT_SHY-1-068.png b/images/ua24/UA24BT_SHY-1-068.png new file mode 100644 index 0000000..41bec09 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-068.png differ diff --git a/images/ua24/UA24BT_SHY-1-069.png b/images/ua24/UA24BT_SHY-1-069.png new file mode 100644 index 0000000..22e47ba Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-069.png differ diff --git a/images/ua24/UA24BT_SHY-1-069_p1.png b/images/ua24/UA24BT_SHY-1-069_p1.png new file mode 100644 index 0000000..4c20cb6 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-069_p1.png differ diff --git a/images/ua24/UA24BT_SHY-1-070.png b/images/ua24/UA24BT_SHY-1-070.png new file mode 100644 index 0000000..4229dfe Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-070.png differ diff --git a/images/ua24/UA24BT_SHY-1-071.png b/images/ua24/UA24BT_SHY-1-071.png new file mode 100644 index 0000000..da22c2c Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-071.png differ diff --git a/images/ua24/UA24BT_SHY-1-072.png b/images/ua24/UA24BT_SHY-1-072.png new file mode 100644 index 0000000..f035ab7 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-072.png differ diff --git a/images/ua24/UA24BT_SHY-1-073.png b/images/ua24/UA24BT_SHY-1-073.png new file mode 100644 index 0000000..b5f4f35 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-073.png differ diff --git a/images/ua24/UA24BT_SHY-1-074.png b/images/ua24/UA24BT_SHY-1-074.png new file mode 100644 index 0000000..921481b Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-074.png differ diff --git a/images/ua24/UA24BT_SHY-1-075.png b/images/ua24/UA24BT_SHY-1-075.png new file mode 100644 index 0000000..d375895 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-075.png differ diff --git a/images/ua24/UA24BT_SHY-1-076.png b/images/ua24/UA24BT_SHY-1-076.png new file mode 100644 index 0000000..f7f1862 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-076.png differ diff --git a/images/ua24/UA24BT_SHY-1-077.png b/images/ua24/UA24BT_SHY-1-077.png new file mode 100644 index 0000000..87552db Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-077.png differ diff --git a/images/ua24/UA24BT_SHY-1-078.png b/images/ua24/UA24BT_SHY-1-078.png new file mode 100644 index 0000000..19f2e91 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-078.png differ diff --git a/images/ua24/UA24BT_SHY-1-079.png b/images/ua24/UA24BT_SHY-1-079.png new file mode 100644 index 0000000..7b3ae6f Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-079.png differ diff --git a/images/ua24/UA24BT_SHY-1-080.png b/images/ua24/UA24BT_SHY-1-080.png new file mode 100644 index 0000000..c938042 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-080.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP01.png b/images/ua24/UA24BT_SHY-1-AP01.png new file mode 100644 index 0000000..729f9e8 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP01.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP01_s.png b/images/ua24/UA24BT_SHY-1-AP01_s.png new file mode 100644 index 0000000..480e3d0 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP01_s.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP02.png b/images/ua24/UA24BT_SHY-1-AP02.png new file mode 100644 index 0000000..3f982ba Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP02.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP03.png b/images/ua24/UA24BT_SHY-1-AP03.png new file mode 100644 index 0000000..2794ba9 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP03.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP04.png b/images/ua24/UA24BT_SHY-1-AP04.png new file mode 100644 index 0000000..dfa5560 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP04.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP05.png b/images/ua24/UA24BT_SHY-1-AP05.png new file mode 100644 index 0000000..a4ff3fe Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP05.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP06.png b/images/ua24/UA24BT_SHY-1-AP06.png new file mode 100644 index 0000000..be8fd11 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP06.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP07.png b/images/ua24/UA24BT_SHY-1-AP07.png new file mode 100644 index 0000000..b718f8c Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP07.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP08.png b/images/ua24/UA24BT_SHY-1-AP08.png new file mode 100644 index 0000000..a880d64 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP08.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP09.png b/images/ua24/UA24BT_SHY-1-AP09.png new file mode 100644 index 0000000..566e5a1 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP09.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP10.png b/images/ua24/UA24BT_SHY-1-AP10.png new file mode 100644 index 0000000..945630f Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP10.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP11.png b/images/ua24/UA24BT_SHY-1-AP11.png new file mode 100644 index 0000000..54d442c Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP11.png differ diff --git a/images/ua24/UA24BT_SHY-1-AP12.png b/images/ua24/UA24BT_SHY-1-AP12.png new file mode 100644 index 0000000..8c00c35 Binary files /dev/null and b/images/ua24/UA24BT_SHY-1-AP12.png differ diff --git a/images/ua24/UAPR_SHY-1-001.png b/images/ua24/UAPR_SHY-1-001.png new file mode 100644 index 0000000..fe471ed Binary files /dev/null and b/images/ua24/UAPR_SHY-1-001.png differ diff --git a/images/ua24/UAPR_SHY-1-002.png b/images/ua24/UAPR_SHY-1-002.png new file mode 100644 index 0000000..2a0f35f Binary files /dev/null and b/images/ua24/UAPR_SHY-1-002.png differ diff --git a/images/ua24/UAPR_SHY-1-003.png b/images/ua24/UAPR_SHY-1-003.png new file mode 100644 index 0000000..68e935a Binary files /dev/null and b/images/ua24/UAPR_SHY-1-003.png differ diff --git a/images/ua24/UAPR_SHY-1-048.png b/images/ua24/UAPR_SHY-1-048.png new file mode 100644 index 0000000..6cee748 Binary files /dev/null and b/images/ua24/UAPR_SHY-1-048.png differ diff --git a/images/ua24/UAPR_SHY-1-052.png b/images/ua24/UAPR_SHY-1-052.png new file mode 100644 index 0000000..69f1728 Binary files /dev/null and b/images/ua24/UAPR_SHY-1-052.png differ diff --git a/images/ua24/UAPR_SHY-1-052_p1.png b/images/ua24/UAPR_SHY-1-052_p1.png new file mode 100644 index 0000000..1cf77c4 Binary files /dev/null and b/images/ua24/UAPR_SHY-1-052_p1.png differ diff --git a/images/ua24/UAPR_SHY-AP01.png b/images/ua24/UAPR_SHY-AP01.png new file mode 100644 index 0000000..782d71c Binary files /dev/null and b/images/ua24/UAPR_SHY-AP01.png differ diff --git a/images/ua24/UAPR_SHY-AP02.png b/images/ua24/UAPR_SHY-AP02.png new file mode 100644 index 0000000..ba94b30 Binary files /dev/null and b/images/ua24/UAPR_SHY-AP02.png differ diff --git a/images/ua24/UAPR_SHY-AP03.png b/images/ua24/UAPR_SHY-AP03.png new file mode 100644 index 0000000..c730b6b Binary files /dev/null and b/images/ua24/UAPR_SHY-AP03.png differ diff --git a/images/ua24/UAPR_SHY-AP04.png b/images/ua24/UAPR_SHY-AP04.png new file mode 100644 index 0000000..bd8caa7 Binary files /dev/null and b/images/ua24/UAPR_SHY-AP04.png differ diff --git a/images/ua25/UA25BT_AND-1-001.png b/images/ua25/UA25BT_AND-1-001.png new file mode 100644 index 0000000..52652f4 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-001.png differ diff --git a/images/ua25/UA25BT_AND-1-002.png b/images/ua25/UA25BT_AND-1-002.png new file mode 100644 index 0000000..cd34d2a Binary files /dev/null and b/images/ua25/UA25BT_AND-1-002.png differ diff --git a/images/ua25/UA25BT_AND-1-003.png b/images/ua25/UA25BT_AND-1-003.png new file mode 100644 index 0000000..cc1bf41 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-003.png differ diff --git a/images/ua25/UA25BT_AND-1-004.png b/images/ua25/UA25BT_AND-1-004.png new file mode 100644 index 0000000..fbfdc17 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-004.png differ diff --git a/images/ua25/UA25BT_AND-1-005.png b/images/ua25/UA25BT_AND-1-005.png new file mode 100644 index 0000000..0b273b2 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-005.png differ diff --git a/images/ua25/UA25BT_AND-1-006.png b/images/ua25/UA25BT_AND-1-006.png new file mode 100644 index 0000000..6c72bb9 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-006.png differ diff --git a/images/ua25/UA25BT_AND-1-007.png b/images/ua25/UA25BT_AND-1-007.png new file mode 100644 index 0000000..33c223f Binary files /dev/null and b/images/ua25/UA25BT_AND-1-007.png differ diff --git a/images/ua25/UA25BT_AND-1-007_p1.png b/images/ua25/UA25BT_AND-1-007_p1.png new file mode 100644 index 0000000..6561c67 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-007_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-008.png b/images/ua25/UA25BT_AND-1-008.png new file mode 100644 index 0000000..42fb8a9 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-008.png differ diff --git a/images/ua25/UA25BT_AND-1-009.png b/images/ua25/UA25BT_AND-1-009.png new file mode 100644 index 0000000..0dd56c1 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-009.png differ diff --git a/images/ua25/UA25BT_AND-1-010.png b/images/ua25/UA25BT_AND-1-010.png new file mode 100644 index 0000000..e438ff1 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-010.png differ diff --git a/images/ua25/UA25BT_AND-1-010_p1.png b/images/ua25/UA25BT_AND-1-010_p1.png new file mode 100644 index 0000000..fcc9e1b Binary files /dev/null and b/images/ua25/UA25BT_AND-1-010_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-011.png b/images/ua25/UA25BT_AND-1-011.png new file mode 100644 index 0000000..c4f2a63 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-011.png differ diff --git a/images/ua25/UA25BT_AND-1-012.png b/images/ua25/UA25BT_AND-1-012.png new file mode 100644 index 0000000..45a85be Binary files /dev/null and b/images/ua25/UA25BT_AND-1-012.png differ diff --git a/images/ua25/UA25BT_AND-1-013.png b/images/ua25/UA25BT_AND-1-013.png new file mode 100644 index 0000000..ce516b7 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-013.png differ diff --git a/images/ua25/UA25BT_AND-1-013_p1.png b/images/ua25/UA25BT_AND-1-013_p1.png new file mode 100644 index 0000000..df3b569 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-013_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-014.png b/images/ua25/UA25BT_AND-1-014.png new file mode 100644 index 0000000..93c85db Binary files /dev/null and b/images/ua25/UA25BT_AND-1-014.png differ diff --git a/images/ua25/UA25BT_AND-1-014_p1.png b/images/ua25/UA25BT_AND-1-014_p1.png new file mode 100644 index 0000000..13aafe1 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-014_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-015.png b/images/ua25/UA25BT_AND-1-015.png new file mode 100644 index 0000000..f587499 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-015.png differ diff --git a/images/ua25/UA25BT_AND-1-016.png b/images/ua25/UA25BT_AND-1-016.png new file mode 100644 index 0000000..6ce246d Binary files /dev/null and b/images/ua25/UA25BT_AND-1-016.png differ diff --git a/images/ua25/UA25BT_AND-1-017.png b/images/ua25/UA25BT_AND-1-017.png new file mode 100644 index 0000000..554d335 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-017.png differ diff --git a/images/ua25/UA25BT_AND-1-018.png b/images/ua25/UA25BT_AND-1-018.png new file mode 100644 index 0000000..b4fc42c Binary files /dev/null and b/images/ua25/UA25BT_AND-1-018.png differ diff --git a/images/ua25/UA25BT_AND-1-019.png b/images/ua25/UA25BT_AND-1-019.png new file mode 100644 index 0000000..6d040f6 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-019.png differ diff --git a/images/ua25/UA25BT_AND-1-020.png b/images/ua25/UA25BT_AND-1-020.png new file mode 100644 index 0000000..c53b18d Binary files /dev/null and b/images/ua25/UA25BT_AND-1-020.png differ diff --git a/images/ua25/UA25BT_AND-1-020_p1.png b/images/ua25/UA25BT_AND-1-020_p1.png new file mode 100644 index 0000000..40e6d3a Binary files /dev/null and b/images/ua25/UA25BT_AND-1-020_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-021.png b/images/ua25/UA25BT_AND-1-021.png new file mode 100644 index 0000000..d3c5452 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-021.png differ diff --git a/images/ua25/UA25BT_AND-1-022.png b/images/ua25/UA25BT_AND-1-022.png new file mode 100644 index 0000000..db4f304 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-022.png differ diff --git a/images/ua25/UA25BT_AND-1-023.png b/images/ua25/UA25BT_AND-1-023.png new file mode 100644 index 0000000..0863a12 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-023.png differ diff --git a/images/ua25/UA25BT_AND-1-023_p1.png b/images/ua25/UA25BT_AND-1-023_p1.png new file mode 100644 index 0000000..0bea025 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-023_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-024.png b/images/ua25/UA25BT_AND-1-024.png new file mode 100644 index 0000000..43e1997 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-024.png differ diff --git a/images/ua25/UA25BT_AND-1-025.png b/images/ua25/UA25BT_AND-1-025.png new file mode 100644 index 0000000..064725e Binary files /dev/null and b/images/ua25/UA25BT_AND-1-025.png differ diff --git a/images/ua25/UA25BT_AND-1-026.png b/images/ua25/UA25BT_AND-1-026.png new file mode 100644 index 0000000..0a72960 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-026.png differ diff --git a/images/ua25/UA25BT_AND-1-027.png b/images/ua25/UA25BT_AND-1-027.png new file mode 100644 index 0000000..30aa5b2 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-027.png differ diff --git a/images/ua25/UA25BT_AND-1-027_p1.png b/images/ua25/UA25BT_AND-1-027_p1.png new file mode 100644 index 0000000..4063bad Binary files /dev/null and b/images/ua25/UA25BT_AND-1-027_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-028.png b/images/ua25/UA25BT_AND-1-028.png new file mode 100644 index 0000000..d1824a6 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-028.png differ diff --git a/images/ua25/UA25BT_AND-1-029.png b/images/ua25/UA25BT_AND-1-029.png new file mode 100644 index 0000000..c8ce2af Binary files /dev/null and b/images/ua25/UA25BT_AND-1-029.png differ diff --git a/images/ua25/UA25BT_AND-1-030.png b/images/ua25/UA25BT_AND-1-030.png new file mode 100644 index 0000000..fe1d653 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-030.png differ diff --git a/images/ua25/UA25BT_AND-1-031.png b/images/ua25/UA25BT_AND-1-031.png new file mode 100644 index 0000000..c349b58 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-031.png differ diff --git a/images/ua25/UA25BT_AND-1-032.png b/images/ua25/UA25BT_AND-1-032.png new file mode 100644 index 0000000..02fd803 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-032.png differ diff --git a/images/ua25/UA25BT_AND-1-033.png b/images/ua25/UA25BT_AND-1-033.png new file mode 100644 index 0000000..75ecabe Binary files /dev/null and b/images/ua25/UA25BT_AND-1-033.png differ diff --git a/images/ua25/UA25BT_AND-1-034.png b/images/ua25/UA25BT_AND-1-034.png new file mode 100644 index 0000000..213e6ab Binary files /dev/null and b/images/ua25/UA25BT_AND-1-034.png differ diff --git a/images/ua25/UA25BT_AND-1-035.png b/images/ua25/UA25BT_AND-1-035.png new file mode 100644 index 0000000..fd4af90 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-035.png differ diff --git a/images/ua25/UA25BT_AND-1-036.png b/images/ua25/UA25BT_AND-1-036.png new file mode 100644 index 0000000..9836bdc Binary files /dev/null and b/images/ua25/UA25BT_AND-1-036.png differ diff --git a/images/ua25/UA25BT_AND-1-037.png b/images/ua25/UA25BT_AND-1-037.png new file mode 100644 index 0000000..1000348 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-037.png differ diff --git a/images/ua25/UA25BT_AND-1-038.png b/images/ua25/UA25BT_AND-1-038.png new file mode 100644 index 0000000..d81a619 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-038.png differ diff --git a/images/ua25/UA25BT_AND-1-039.png b/images/ua25/UA25BT_AND-1-039.png new file mode 100644 index 0000000..877fb28 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-039.png differ diff --git a/images/ua25/UA25BT_AND-1-040.png b/images/ua25/UA25BT_AND-1-040.png new file mode 100644 index 0000000..f3f090e Binary files /dev/null and b/images/ua25/UA25BT_AND-1-040.png differ diff --git a/images/ua25/UA25BT_AND-1-041.png b/images/ua25/UA25BT_AND-1-041.png new file mode 100644 index 0000000..02b8715 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-041.png differ diff --git a/images/ua25/UA25BT_AND-1-042.png b/images/ua25/UA25BT_AND-1-042.png new file mode 100644 index 0000000..2ad7ad6 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-042.png differ diff --git a/images/ua25/UA25BT_AND-1-042_p1.png b/images/ua25/UA25BT_AND-1-042_p1.png new file mode 100644 index 0000000..63d9f94 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-042_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-043.png b/images/ua25/UA25BT_AND-1-043.png new file mode 100644 index 0000000..5e57b3d Binary files /dev/null and b/images/ua25/UA25BT_AND-1-043.png differ diff --git a/images/ua25/UA25BT_AND-1-044.png b/images/ua25/UA25BT_AND-1-044.png new file mode 100644 index 0000000..0c40299 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-044.png differ diff --git a/images/ua25/UA25BT_AND-1-045.png b/images/ua25/UA25BT_AND-1-045.png new file mode 100644 index 0000000..0f92f19 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-045.png differ diff --git a/images/ua25/UA25BT_AND-1-045_p1.png b/images/ua25/UA25BT_AND-1-045_p1.png new file mode 100644 index 0000000..4fefffd Binary files /dev/null and b/images/ua25/UA25BT_AND-1-045_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-046.png b/images/ua25/UA25BT_AND-1-046.png new file mode 100644 index 0000000..199bc86 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-046.png differ diff --git a/images/ua25/UA25BT_AND-1-046_p1.png b/images/ua25/UA25BT_AND-1-046_p1.png new file mode 100644 index 0000000..211058b Binary files /dev/null and b/images/ua25/UA25BT_AND-1-046_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-046_p2.png b/images/ua25/UA25BT_AND-1-046_p2.png new file mode 100644 index 0000000..7540ab6 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-046_p2.png differ diff --git a/images/ua25/UA25BT_AND-1-047.png b/images/ua25/UA25BT_AND-1-047.png new file mode 100644 index 0000000..af3ddc3 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-047.png differ diff --git a/images/ua25/UA25BT_AND-1-048.png b/images/ua25/UA25BT_AND-1-048.png new file mode 100644 index 0000000..7fa9f73 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-048.png differ diff --git a/images/ua25/UA25BT_AND-1-049.png b/images/ua25/UA25BT_AND-1-049.png new file mode 100644 index 0000000..7da1f1b Binary files /dev/null and b/images/ua25/UA25BT_AND-1-049.png differ diff --git a/images/ua25/UA25BT_AND-1-049_p1.png b/images/ua25/UA25BT_AND-1-049_p1.png new file mode 100644 index 0000000..bdbe05e Binary files /dev/null and b/images/ua25/UA25BT_AND-1-049_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-050.png b/images/ua25/UA25BT_AND-1-050.png new file mode 100644 index 0000000..bb545cf Binary files /dev/null and b/images/ua25/UA25BT_AND-1-050.png differ diff --git a/images/ua25/UA25BT_AND-1-050_p1.png b/images/ua25/UA25BT_AND-1-050_p1.png new file mode 100644 index 0000000..8322675 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-050_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-050_p2.png b/images/ua25/UA25BT_AND-1-050_p2.png new file mode 100644 index 0000000..f8bd2eb Binary files /dev/null and b/images/ua25/UA25BT_AND-1-050_p2.png differ diff --git a/images/ua25/UA25BT_AND-1-051.png b/images/ua25/UA25BT_AND-1-051.png new file mode 100644 index 0000000..ed2a426 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-051.png differ diff --git a/images/ua25/UA25BT_AND-1-052.png b/images/ua25/UA25BT_AND-1-052.png new file mode 100644 index 0000000..3cccb53 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-052.png differ diff --git a/images/ua25/UA25BT_AND-1-052_p1.png b/images/ua25/UA25BT_AND-1-052_p1.png new file mode 100644 index 0000000..11c45b2 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-052_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-053.png b/images/ua25/UA25BT_AND-1-053.png new file mode 100644 index 0000000..e107135 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-053.png differ diff --git a/images/ua25/UA25BT_AND-1-053_p1.png b/images/ua25/UA25BT_AND-1-053_p1.png new file mode 100644 index 0000000..4a625ae Binary files /dev/null and b/images/ua25/UA25BT_AND-1-053_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-054.png b/images/ua25/UA25BT_AND-1-054.png new file mode 100644 index 0000000..a9daa48 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-054.png differ diff --git a/images/ua25/UA25BT_AND-1-055.png b/images/ua25/UA25BT_AND-1-055.png new file mode 100644 index 0000000..17ab7d7 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-055.png differ diff --git a/images/ua25/UA25BT_AND-1-055_p1.png b/images/ua25/UA25BT_AND-1-055_p1.png new file mode 100644 index 0000000..dd2da61 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-055_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-056.png b/images/ua25/UA25BT_AND-1-056.png new file mode 100644 index 0000000..f5dc817 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-056.png differ diff --git a/images/ua25/UA25BT_AND-1-056_p1.png b/images/ua25/UA25BT_AND-1-056_p1.png new file mode 100644 index 0000000..86330d8 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-056_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-057.png b/images/ua25/UA25BT_AND-1-057.png new file mode 100644 index 0000000..8e235d5 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-057.png differ diff --git a/images/ua25/UA25BT_AND-1-058.png b/images/ua25/UA25BT_AND-1-058.png new file mode 100644 index 0000000..8edd24a Binary files /dev/null and b/images/ua25/UA25BT_AND-1-058.png differ diff --git a/images/ua25/UA25BT_AND-1-059.png b/images/ua25/UA25BT_AND-1-059.png new file mode 100644 index 0000000..8a79db0 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-059.png differ diff --git a/images/ua25/UA25BT_AND-1-060.png b/images/ua25/UA25BT_AND-1-060.png new file mode 100644 index 0000000..589e8ff Binary files /dev/null and b/images/ua25/UA25BT_AND-1-060.png differ diff --git a/images/ua25/UA25BT_AND-1-061.png b/images/ua25/UA25BT_AND-1-061.png new file mode 100644 index 0000000..20089bc Binary files /dev/null and b/images/ua25/UA25BT_AND-1-061.png differ diff --git a/images/ua25/UA25BT_AND-1-062.png b/images/ua25/UA25BT_AND-1-062.png new file mode 100644 index 0000000..9b561aa Binary files /dev/null and b/images/ua25/UA25BT_AND-1-062.png differ diff --git a/images/ua25/UA25BT_AND-1-062_p1.png b/images/ua25/UA25BT_AND-1-062_p1.png new file mode 100644 index 0000000..d511d6e Binary files /dev/null and b/images/ua25/UA25BT_AND-1-062_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-063.png b/images/ua25/UA25BT_AND-1-063.png new file mode 100644 index 0000000..47ae7b4 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-063.png differ diff --git a/images/ua25/UA25BT_AND-1-064.png b/images/ua25/UA25BT_AND-1-064.png new file mode 100644 index 0000000..49569e9 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-064.png differ diff --git a/images/ua25/UA25BT_AND-1-065.png b/images/ua25/UA25BT_AND-1-065.png new file mode 100644 index 0000000..39accf4 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-065.png differ diff --git a/images/ua25/UA25BT_AND-1-065_p1.png b/images/ua25/UA25BT_AND-1-065_p1.png new file mode 100644 index 0000000..3b6470c Binary files /dev/null and b/images/ua25/UA25BT_AND-1-065_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-066.png b/images/ua25/UA25BT_AND-1-066.png new file mode 100644 index 0000000..93ea461 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-066.png differ diff --git a/images/ua25/UA25BT_AND-1-067.png b/images/ua25/UA25BT_AND-1-067.png new file mode 100644 index 0000000..5eba68a Binary files /dev/null and b/images/ua25/UA25BT_AND-1-067.png differ diff --git a/images/ua25/UA25BT_AND-1-068.png b/images/ua25/UA25BT_AND-1-068.png new file mode 100644 index 0000000..53b5f3f Binary files /dev/null and b/images/ua25/UA25BT_AND-1-068.png differ diff --git a/images/ua25/UA25BT_AND-1-069.png b/images/ua25/UA25BT_AND-1-069.png new file mode 100644 index 0000000..f3da28f Binary files /dev/null and b/images/ua25/UA25BT_AND-1-069.png differ diff --git a/images/ua25/UA25BT_AND-1-069_p1.png b/images/ua25/UA25BT_AND-1-069_p1.png new file mode 100644 index 0000000..8bcb573 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-069_p1.png differ diff --git a/images/ua25/UA25BT_AND-1-070.png b/images/ua25/UA25BT_AND-1-070.png new file mode 100644 index 0000000..21f4b24 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-070.png differ diff --git a/images/ua25/UA25BT_AND-1-071.png b/images/ua25/UA25BT_AND-1-071.png new file mode 100644 index 0000000..17c6990 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-071.png differ diff --git a/images/ua25/UA25BT_AND-1-072.png b/images/ua25/UA25BT_AND-1-072.png new file mode 100644 index 0000000..726f78d Binary files /dev/null and b/images/ua25/UA25BT_AND-1-072.png differ diff --git a/images/ua25/UA25BT_AND-1-073.png b/images/ua25/UA25BT_AND-1-073.png new file mode 100644 index 0000000..3cbf099 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-073.png differ diff --git a/images/ua25/UA25BT_AND-1-074.png b/images/ua25/UA25BT_AND-1-074.png new file mode 100644 index 0000000..ab1ac83 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-074.png differ diff --git a/images/ua25/UA25BT_AND-1-075.png b/images/ua25/UA25BT_AND-1-075.png new file mode 100644 index 0000000..b1c1f3f Binary files /dev/null and b/images/ua25/UA25BT_AND-1-075.png differ diff --git a/images/ua25/UA25BT_AND-1-076.png b/images/ua25/UA25BT_AND-1-076.png new file mode 100644 index 0000000..3d3c347 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-076.png differ diff --git a/images/ua25/UA25BT_AND-1-077.png b/images/ua25/UA25BT_AND-1-077.png new file mode 100644 index 0000000..24cd8de Binary files /dev/null and b/images/ua25/UA25BT_AND-1-077.png differ diff --git a/images/ua25/UA25BT_AND-1-078.png b/images/ua25/UA25BT_AND-1-078.png new file mode 100644 index 0000000..c1dc3ee Binary files /dev/null and b/images/ua25/UA25BT_AND-1-078.png differ diff --git a/images/ua25/UA25BT_AND-1-079.png b/images/ua25/UA25BT_AND-1-079.png new file mode 100644 index 0000000..8de73a8 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-079.png differ diff --git a/images/ua25/UA25BT_AND-1-080.png b/images/ua25/UA25BT_AND-1-080.png new file mode 100644 index 0000000..4472294 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-080.png differ diff --git a/images/ua25/UA25BT_AND-1-AP01.png b/images/ua25/UA25BT_AND-1-AP01.png new file mode 100644 index 0000000..9308bc8 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP01.png differ diff --git a/images/ua25/UA25BT_AND-1-AP01_s.png b/images/ua25/UA25BT_AND-1-AP01_s.png new file mode 100644 index 0000000..973903d Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP01_s.png differ diff --git a/images/ua25/UA25BT_AND-1-AP02.png b/images/ua25/UA25BT_AND-1-AP02.png new file mode 100644 index 0000000..9976391 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP02.png differ diff --git a/images/ua25/UA25BT_AND-1-AP02_s.png b/images/ua25/UA25BT_AND-1-AP02_s.png new file mode 100644 index 0000000..8c4125f Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP02_s.png differ diff --git a/images/ua25/UA25BT_AND-1-AP03.png b/images/ua25/UA25BT_AND-1-AP03.png new file mode 100644 index 0000000..77784d9 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP03.png differ diff --git a/images/ua25/UA25BT_AND-1-AP04.png b/images/ua25/UA25BT_AND-1-AP04.png new file mode 100644 index 0000000..41043c0 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP04.png differ diff --git a/images/ua25/UA25BT_AND-1-AP05.png b/images/ua25/UA25BT_AND-1-AP05.png new file mode 100644 index 0000000..f5c7c78 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP05.png differ diff --git a/images/ua25/UA25BT_AND-1-AP06.png b/images/ua25/UA25BT_AND-1-AP06.png new file mode 100644 index 0000000..0d65ac8 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP06.png differ diff --git a/images/ua25/UA25BT_AND-1-AP07.png b/images/ua25/UA25BT_AND-1-AP07.png new file mode 100644 index 0000000..9a92254 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP07.png differ diff --git a/images/ua25/UA25BT_AND-1-AP08.png b/images/ua25/UA25BT_AND-1-AP08.png new file mode 100644 index 0000000..940397a Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP08.png differ diff --git a/images/ua25/UA25BT_AND-1-AP09.png b/images/ua25/UA25BT_AND-1-AP09.png new file mode 100644 index 0000000..7a31c53 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP09.png differ diff --git a/images/ua25/UA25BT_AND-1-AP10.png b/images/ua25/UA25BT_AND-1-AP10.png new file mode 100644 index 0000000..4b84881 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP10.png differ diff --git a/images/ua25/UA25BT_AND-1-AP11.png b/images/ua25/UA25BT_AND-1-AP11.png new file mode 100644 index 0000000..ac21d64 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP11.png differ diff --git a/images/ua25/UA25BT_AND-1-AP12.png b/images/ua25/UA25BT_AND-1-AP12.png new file mode 100644 index 0000000..5da0ec0 Binary files /dev/null and b/images/ua25/UA25BT_AND-1-AP12.png differ diff --git a/images/ua25/UAPR_AND-1-006.png b/images/ua25/UAPR_AND-1-006.png new file mode 100644 index 0000000..8736bac Binary files /dev/null and b/images/ua25/UAPR_AND-1-006.png differ diff --git a/images/ua25/UAPR_AND-1-046.png b/images/ua25/UAPR_AND-1-046.png new file mode 100644 index 0000000..8036010 Binary files /dev/null and b/images/ua25/UAPR_AND-1-046.png differ diff --git a/images/ua25/UAPR_AND-1-046_p1.png b/images/ua25/UAPR_AND-1-046_p1.png new file mode 100644 index 0000000..1b24ac7 Binary files /dev/null and b/images/ua25/UAPR_AND-1-046_p1.png differ diff --git a/images/ua25/UAPR_AND-1-047.png b/images/ua25/UAPR_AND-1-047.png new file mode 100644 index 0000000..33a2236 Binary files /dev/null and b/images/ua25/UAPR_AND-1-047.png differ diff --git a/images/ua26/UA26BT_RLY-1-001.png b/images/ua26/UA26BT_RLY-1-001.png new file mode 100644 index 0000000..96b1ec6 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-001.png differ diff --git a/images/ua26/UA26BT_RLY-1-002.png b/images/ua26/UA26BT_RLY-1-002.png new file mode 100644 index 0000000..54c5d39 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-002.png differ diff --git a/images/ua26/UA26BT_RLY-1-003.png b/images/ua26/UA26BT_RLY-1-003.png new file mode 100644 index 0000000..a888913 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-003.png differ diff --git a/images/ua26/UA26BT_RLY-1-004.png b/images/ua26/UA26BT_RLY-1-004.png new file mode 100644 index 0000000..4eb3c39 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-004.png differ diff --git a/images/ua26/UA26BT_RLY-1-005.png b/images/ua26/UA26BT_RLY-1-005.png new file mode 100644 index 0000000..b3fa2b5 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-005.png differ diff --git a/images/ua26/UA26BT_RLY-1-006.png b/images/ua26/UA26BT_RLY-1-006.png new file mode 100644 index 0000000..4718f30 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-006.png differ diff --git a/images/ua26/UA26BT_RLY-1-007.png b/images/ua26/UA26BT_RLY-1-007.png new file mode 100644 index 0000000..2a7579d Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-007.png differ diff --git a/images/ua26/UA26BT_RLY-1-007_p1.png b/images/ua26/UA26BT_RLY-1-007_p1.png new file mode 100644 index 0000000..38baaa6 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-007_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-008.png b/images/ua26/UA26BT_RLY-1-008.png new file mode 100644 index 0000000..93b73fa Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-008.png differ diff --git a/images/ua26/UA26BT_RLY-1-008_p1.png b/images/ua26/UA26BT_RLY-1-008_p1.png new file mode 100644 index 0000000..c1fc5ae Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-008_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-009.png b/images/ua26/UA26BT_RLY-1-009.png new file mode 100644 index 0000000..a26c023 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-009.png differ diff --git a/images/ua26/UA26BT_RLY-1-009_p1.png b/images/ua26/UA26BT_RLY-1-009_p1.png new file mode 100644 index 0000000..087ef45 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-009_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-010.png b/images/ua26/UA26BT_RLY-1-010.png new file mode 100644 index 0000000..ddee00d Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-010.png differ diff --git a/images/ua26/UA26BT_RLY-1-011.png b/images/ua26/UA26BT_RLY-1-011.png new file mode 100644 index 0000000..b143447 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-011.png differ diff --git a/images/ua26/UA26BT_RLY-1-012.png b/images/ua26/UA26BT_RLY-1-012.png new file mode 100644 index 0000000..c33b37c Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-012.png differ diff --git a/images/ua26/UA26BT_RLY-1-012_p1.png b/images/ua26/UA26BT_RLY-1-012_p1.png new file mode 100644 index 0000000..1334137 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-012_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-013.png b/images/ua26/UA26BT_RLY-1-013.png new file mode 100644 index 0000000..2063e45 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-013.png differ diff --git a/images/ua26/UA26BT_RLY-1-014.png b/images/ua26/UA26BT_RLY-1-014.png new file mode 100644 index 0000000..ec9195b Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-014.png differ diff --git a/images/ua26/UA26BT_RLY-1-015.png b/images/ua26/UA26BT_RLY-1-015.png new file mode 100644 index 0000000..3a4e5f4 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-015.png differ diff --git a/images/ua26/UA26BT_RLY-1-015_p1.png b/images/ua26/UA26BT_RLY-1-015_p1.png new file mode 100644 index 0000000..ae81c2e Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-015_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-016.png b/images/ua26/UA26BT_RLY-1-016.png new file mode 100644 index 0000000..32fdbf5 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-016.png differ diff --git a/images/ua26/UA26BT_RLY-1-017.png b/images/ua26/UA26BT_RLY-1-017.png new file mode 100644 index 0000000..cbd5b90 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-017.png differ diff --git a/images/ua26/UA26BT_RLY-1-018.png b/images/ua26/UA26BT_RLY-1-018.png new file mode 100644 index 0000000..4ca16b3 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-018.png differ diff --git a/images/ua26/UA26BT_RLY-1-018_p1.png b/images/ua26/UA26BT_RLY-1-018_p1.png new file mode 100644 index 0000000..897e526 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-018_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-019.png b/images/ua26/UA26BT_RLY-1-019.png new file mode 100644 index 0000000..cf9788d Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-019.png differ diff --git a/images/ua26/UA26BT_RLY-1-020.png b/images/ua26/UA26BT_RLY-1-020.png new file mode 100644 index 0000000..ed66efb Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-020.png differ diff --git a/images/ua26/UA26BT_RLY-1-021.png b/images/ua26/UA26BT_RLY-1-021.png new file mode 100644 index 0000000..3cd5410 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-021.png differ diff --git a/images/ua26/UA26BT_RLY-1-022.png b/images/ua26/UA26BT_RLY-1-022.png new file mode 100644 index 0000000..b9c896b Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-022.png differ diff --git a/images/ua26/UA26BT_RLY-1-023.png b/images/ua26/UA26BT_RLY-1-023.png new file mode 100644 index 0000000..40e815a Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-023.png differ diff --git a/images/ua26/UA26BT_RLY-1-023_p1.png b/images/ua26/UA26BT_RLY-1-023_p1.png new file mode 100644 index 0000000..4054e4b Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-023_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-024.png b/images/ua26/UA26BT_RLY-1-024.png new file mode 100644 index 0000000..7ca801c Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-024.png differ diff --git a/images/ua26/UA26BT_RLY-1-024_p1.png b/images/ua26/UA26BT_RLY-1-024_p1.png new file mode 100644 index 0000000..0dfa525 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-024_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-025.png b/images/ua26/UA26BT_RLY-1-025.png new file mode 100644 index 0000000..c81d0b3 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-025.png differ diff --git a/images/ua26/UA26BT_RLY-1-025_p1.png b/images/ua26/UA26BT_RLY-1-025_p1.png new file mode 100644 index 0000000..c291544 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-025_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-026.png b/images/ua26/UA26BT_RLY-1-026.png new file mode 100644 index 0000000..eee0663 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-026.png differ diff --git a/images/ua26/UA26BT_RLY-1-027.png b/images/ua26/UA26BT_RLY-1-027.png new file mode 100644 index 0000000..311a87e Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-027.png differ diff --git a/images/ua26/UA26BT_RLY-1-028.png b/images/ua26/UA26BT_RLY-1-028.png new file mode 100644 index 0000000..2ed2fcb Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-028.png differ diff --git a/images/ua26/UA26BT_RLY-1-029.png b/images/ua26/UA26BT_RLY-1-029.png new file mode 100644 index 0000000..736cd7e Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-029.png differ diff --git a/images/ua26/UA26BT_RLY-1-030.png b/images/ua26/UA26BT_RLY-1-030.png new file mode 100644 index 0000000..13dfb90 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-030.png differ diff --git a/images/ua26/UA26BT_RLY-1-030_p1.png b/images/ua26/UA26BT_RLY-1-030_p1.png new file mode 100644 index 0000000..762c96f Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-030_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-031.png b/images/ua26/UA26BT_RLY-1-031.png new file mode 100644 index 0000000..148b9b6 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-031.png differ diff --git a/images/ua26/UA26BT_RLY-1-031_p1.png b/images/ua26/UA26BT_RLY-1-031_p1.png new file mode 100644 index 0000000..4ae86a3 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-031_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-032.png b/images/ua26/UA26BT_RLY-1-032.png new file mode 100644 index 0000000..ef88b8d Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-032.png differ diff --git a/images/ua26/UA26BT_RLY-1-032_p1.png b/images/ua26/UA26BT_RLY-1-032_p1.png new file mode 100644 index 0000000..afe5270 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-032_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-033.png b/images/ua26/UA26BT_RLY-1-033.png new file mode 100644 index 0000000..d21759f Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-033.png differ diff --git a/images/ua26/UA26BT_RLY-1-034.png b/images/ua26/UA26BT_RLY-1-034.png new file mode 100644 index 0000000..b9e99a7 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-034.png differ diff --git a/images/ua26/UA26BT_RLY-1-035.png b/images/ua26/UA26BT_RLY-1-035.png new file mode 100644 index 0000000..88a1890 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-035.png differ diff --git a/images/ua26/UA26BT_RLY-1-036.png b/images/ua26/UA26BT_RLY-1-036.png new file mode 100644 index 0000000..3de950f Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-036.png differ diff --git a/images/ua26/UA26BT_RLY-1-037.png b/images/ua26/UA26BT_RLY-1-037.png new file mode 100644 index 0000000..a1463af Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-037.png differ diff --git a/images/ua26/UA26BT_RLY-1-038.png b/images/ua26/UA26BT_RLY-1-038.png new file mode 100644 index 0000000..0f6456e Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-038.png differ diff --git a/images/ua26/UA26BT_RLY-1-039.png b/images/ua26/UA26BT_RLY-1-039.png new file mode 100644 index 0000000..2a76f0b Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-039.png differ diff --git a/images/ua26/UA26BT_RLY-1-040.png b/images/ua26/UA26BT_RLY-1-040.png new file mode 100644 index 0000000..76dca0c Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-040.png differ diff --git a/images/ua26/UA26BT_RLY-1-041.png b/images/ua26/UA26BT_RLY-1-041.png new file mode 100644 index 0000000..9748afd Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-041.png differ diff --git a/images/ua26/UA26BT_RLY-1-041_p1.png b/images/ua26/UA26BT_RLY-1-041_p1.png new file mode 100644 index 0000000..bf8827e Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-041_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-042.png b/images/ua26/UA26BT_RLY-1-042.png new file mode 100644 index 0000000..0d25a0c Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-042.png differ diff --git a/images/ua26/UA26BT_RLY-1-043.png b/images/ua26/UA26BT_RLY-1-043.png new file mode 100644 index 0000000..5d440b4 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-043.png differ diff --git a/images/ua26/UA26BT_RLY-1-044.png b/images/ua26/UA26BT_RLY-1-044.png new file mode 100644 index 0000000..e70e8e6 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-044.png differ diff --git a/images/ua26/UA26BT_RLY-1-045.png b/images/ua26/UA26BT_RLY-1-045.png new file mode 100644 index 0000000..6932db1 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-045.png differ diff --git a/images/ua26/UA26BT_RLY-1-046.png b/images/ua26/UA26BT_RLY-1-046.png new file mode 100644 index 0000000..e3fc135 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-046.png differ diff --git a/images/ua26/UA26BT_RLY-1-046_p1.png b/images/ua26/UA26BT_RLY-1-046_p1.png new file mode 100644 index 0000000..013cde9 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-046_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-047.png b/images/ua26/UA26BT_RLY-1-047.png new file mode 100644 index 0000000..92835ad Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-047.png differ diff --git a/images/ua26/UA26BT_RLY-1-048.png b/images/ua26/UA26BT_RLY-1-048.png new file mode 100644 index 0000000..8a4c080 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-048.png differ diff --git a/images/ua26/UA26BT_RLY-1-049.png b/images/ua26/UA26BT_RLY-1-049.png new file mode 100644 index 0000000..d83ada0 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-049.png differ diff --git a/images/ua26/UA26BT_RLY-1-050.png b/images/ua26/UA26BT_RLY-1-050.png new file mode 100644 index 0000000..1acdb73 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-050.png differ diff --git a/images/ua26/UA26BT_RLY-1-051.png b/images/ua26/UA26BT_RLY-1-051.png new file mode 100644 index 0000000..272fb9e Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-051.png differ diff --git a/images/ua26/UA26BT_RLY-1-051_p1.png b/images/ua26/UA26BT_RLY-1-051_p1.png new file mode 100644 index 0000000..a864ad4 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-051_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-052.png b/images/ua26/UA26BT_RLY-1-052.png new file mode 100644 index 0000000..14a6659 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-052.png differ diff --git a/images/ua26/UA26BT_RLY-1-052_p1.png b/images/ua26/UA26BT_RLY-1-052_p1.png new file mode 100644 index 0000000..732fe80 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-052_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-053.png b/images/ua26/UA26BT_RLY-1-053.png new file mode 100644 index 0000000..90e2cf0 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-053.png differ diff --git a/images/ua26/UA26BT_RLY-1-053_p1.png b/images/ua26/UA26BT_RLY-1-053_p1.png new file mode 100644 index 0000000..530f1bf Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-053_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-054.png b/images/ua26/UA26BT_RLY-1-054.png new file mode 100644 index 0000000..53a8e91 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-054.png differ diff --git a/images/ua26/UA26BT_RLY-1-055.png b/images/ua26/UA26BT_RLY-1-055.png new file mode 100644 index 0000000..13ac2a5 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-055.png differ diff --git a/images/ua26/UA26BT_RLY-1-056.png b/images/ua26/UA26BT_RLY-1-056.png new file mode 100644 index 0000000..fe0711d Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-056.png differ diff --git a/images/ua26/UA26BT_RLY-1-057.png b/images/ua26/UA26BT_RLY-1-057.png new file mode 100644 index 0000000..287a556 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-057.png differ diff --git a/images/ua26/UA26BT_RLY-1-058.png b/images/ua26/UA26BT_RLY-1-058.png new file mode 100644 index 0000000..04f7bbb Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-058.png differ diff --git a/images/ua26/UA26BT_RLY-1-058_p1.png b/images/ua26/UA26BT_RLY-1-058_p1.png new file mode 100644 index 0000000..5b26155 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-058_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-059.png b/images/ua26/UA26BT_RLY-1-059.png new file mode 100644 index 0000000..6c92ce4 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-059.png differ diff --git a/images/ua26/UA26BT_RLY-1-059_p1.png b/images/ua26/UA26BT_RLY-1-059_p1.png new file mode 100644 index 0000000..fd2a8e6 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-059_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-060.png b/images/ua26/UA26BT_RLY-1-060.png new file mode 100644 index 0000000..2b218d0 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-060.png differ diff --git a/images/ua26/UA26BT_RLY-1-060_p1.png b/images/ua26/UA26BT_RLY-1-060_p1.png new file mode 100644 index 0000000..4ba1216 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-060_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-061.png b/images/ua26/UA26BT_RLY-1-061.png new file mode 100644 index 0000000..55c30c9 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-061.png differ diff --git a/images/ua26/UA26BT_RLY-1-062.png b/images/ua26/UA26BT_RLY-1-062.png new file mode 100644 index 0000000..e747c4a Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-062.png differ diff --git a/images/ua26/UA26BT_RLY-1-063.png b/images/ua26/UA26BT_RLY-1-063.png new file mode 100644 index 0000000..abf0941 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-063.png differ diff --git a/images/ua26/UA26BT_RLY-1-064.png b/images/ua26/UA26BT_RLY-1-064.png new file mode 100644 index 0000000..5ea7e4c Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-064.png differ diff --git a/images/ua26/UA26BT_RLY-1-065.png b/images/ua26/UA26BT_RLY-1-065.png new file mode 100644 index 0000000..7efc7fb Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-065.png differ diff --git a/images/ua26/UA26BT_RLY-1-065_p1.png b/images/ua26/UA26BT_RLY-1-065_p1.png new file mode 100644 index 0000000..617b2ce Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-065_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-066.png b/images/ua26/UA26BT_RLY-1-066.png new file mode 100644 index 0000000..c7159e4 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-066.png differ diff --git a/images/ua26/UA26BT_RLY-1-066_p1.png b/images/ua26/UA26BT_RLY-1-066_p1.png new file mode 100644 index 0000000..a202a34 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-066_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-067.png b/images/ua26/UA26BT_RLY-1-067.png new file mode 100644 index 0000000..03adc84 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-067.png differ diff --git a/images/ua26/UA26BT_RLY-1-067_p1.png b/images/ua26/UA26BT_RLY-1-067_p1.png new file mode 100644 index 0000000..ec320e2 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-067_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-068.png b/images/ua26/UA26BT_RLY-1-068.png new file mode 100644 index 0000000..b8b155b Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-068.png differ diff --git a/images/ua26/UA26BT_RLY-1-069.png b/images/ua26/UA26BT_RLY-1-069.png new file mode 100644 index 0000000..a64a51b Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-069.png differ diff --git a/images/ua26/UA26BT_RLY-1-070.png b/images/ua26/UA26BT_RLY-1-070.png new file mode 100644 index 0000000..706c105 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-070.png differ diff --git a/images/ua26/UA26BT_RLY-1-070_p1.png b/images/ua26/UA26BT_RLY-1-070_p1.png new file mode 100644 index 0000000..c877972 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-070_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-071.png b/images/ua26/UA26BT_RLY-1-071.png new file mode 100644 index 0000000..d9db473 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-071.png differ diff --git a/images/ua26/UA26BT_RLY-1-072.png b/images/ua26/UA26BT_RLY-1-072.png new file mode 100644 index 0000000..982807d Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-072.png differ diff --git a/images/ua26/UA26BT_RLY-1-073.png b/images/ua26/UA26BT_RLY-1-073.png new file mode 100644 index 0000000..47225ea Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-073.png differ diff --git a/images/ua26/UA26BT_RLY-1-073_p1.png b/images/ua26/UA26BT_RLY-1-073_p1.png new file mode 100644 index 0000000..c31a1f1 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-073_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-074.png b/images/ua26/UA26BT_RLY-1-074.png new file mode 100644 index 0000000..78ac308 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-074.png differ diff --git a/images/ua26/UA26BT_RLY-1-075.png b/images/ua26/UA26BT_RLY-1-075.png new file mode 100644 index 0000000..3c75f62 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-075.png differ diff --git a/images/ua26/UA26BT_RLY-1-076.png b/images/ua26/UA26BT_RLY-1-076.png new file mode 100644 index 0000000..216c9e9 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-076.png differ diff --git a/images/ua26/UA26BT_RLY-1-077.png b/images/ua26/UA26BT_RLY-1-077.png new file mode 100644 index 0000000..052a76a Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-077.png differ diff --git a/images/ua26/UA26BT_RLY-1-078.png b/images/ua26/UA26BT_RLY-1-078.png new file mode 100644 index 0000000..f487261 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-078.png differ diff --git a/images/ua26/UA26BT_RLY-1-079.png b/images/ua26/UA26BT_RLY-1-079.png new file mode 100644 index 0000000..0ccf6e3 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-079.png differ diff --git a/images/ua26/UA26BT_RLY-1-080.png b/images/ua26/UA26BT_RLY-1-080.png new file mode 100644 index 0000000..287c7f0 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-080.png differ diff --git a/images/ua26/UA26BT_RLY-1-081.png b/images/ua26/UA26BT_RLY-1-081.png new file mode 100644 index 0000000..6f21552 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-081.png differ diff --git a/images/ua26/UA26BT_RLY-1-082.png b/images/ua26/UA26BT_RLY-1-082.png new file mode 100644 index 0000000..e42d812 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-082.png differ diff --git a/images/ua26/UA26BT_RLY-1-082_p1.png b/images/ua26/UA26BT_RLY-1-082_p1.png new file mode 100644 index 0000000..c9b94e8 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-082_p1.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP01.png b/images/ua26/UA26BT_RLY-1-AP01.png new file mode 100644 index 0000000..2e6f52c Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP01.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP01_s.png b/images/ua26/UA26BT_RLY-1-AP01_s.png new file mode 100644 index 0000000..46269f3 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP01_s.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP02.png b/images/ua26/UA26BT_RLY-1-AP02.png new file mode 100644 index 0000000..f888754 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP02.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP02_s.png b/images/ua26/UA26BT_RLY-1-AP02_s.png new file mode 100644 index 0000000..83fd8bc Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP02_s.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP03.png b/images/ua26/UA26BT_RLY-1-AP03.png new file mode 100644 index 0000000..cb695a6 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP03.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP03_s.png b/images/ua26/UA26BT_RLY-1-AP03_s.png new file mode 100644 index 0000000..5621cb0 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP03_s.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP04.png b/images/ua26/UA26BT_RLY-1-AP04.png new file mode 100644 index 0000000..49d85c8 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP04.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP04_s.png b/images/ua26/UA26BT_RLY-1-AP04_s.png new file mode 100644 index 0000000..4e83868 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP04_s.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP05.png b/images/ua26/UA26BT_RLY-1-AP05.png new file mode 100644 index 0000000..a327b0a Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP05.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP05_s.png b/images/ua26/UA26BT_RLY-1-AP05_s.png new file mode 100644 index 0000000..946ad88 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP05_s.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP06.png b/images/ua26/UA26BT_RLY-1-AP06.png new file mode 100644 index 0000000..1c5b6a1 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP06.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP06_s.png b/images/ua26/UA26BT_RLY-1-AP06_s.png new file mode 100644 index 0000000..a6b2dab Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP06_s.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP07.png b/images/ua26/UA26BT_RLY-1-AP07.png new file mode 100644 index 0000000..0cc70a0 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP07.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP08.png b/images/ua26/UA26BT_RLY-1-AP08.png new file mode 100644 index 0000000..0c2b58c Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP08.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP09.png b/images/ua26/UA26BT_RLY-1-AP09.png new file mode 100644 index 0000000..0fa6c94 Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP09.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP10.png b/images/ua26/UA26BT_RLY-1-AP10.png new file mode 100644 index 0000000..34b512f Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP10.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP11.png b/images/ua26/UA26BT_RLY-1-AP11.png new file mode 100644 index 0000000..337db2a Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP11.png differ diff --git a/images/ua26/UA26BT_RLY-1-AP12.png b/images/ua26/UA26BT_RLY-1-AP12.png new file mode 100644 index 0000000..62af85c Binary files /dev/null and b/images/ua26/UA26BT_RLY-1-AP12.png differ diff --git a/images/ua26/UAPR_RLY-1-041.png b/images/ua26/UAPR_RLY-1-041.png new file mode 100644 index 0000000..5fdd1e8 Binary files /dev/null and b/images/ua26/UAPR_RLY-1-041.png differ diff --git a/images/ua26/UAPR_RLY-1-041_p1.png b/images/ua26/UAPR_RLY-1-041_p1.png new file mode 100644 index 0000000..52aeda2 Binary files /dev/null and b/images/ua26/UAPR_RLY-1-041_p1.png differ diff --git a/images/ua26/UAPR_RLY-AP01.png b/images/ua26/UAPR_RLY-AP01.png new file mode 100644 index 0000000..51485f1 Binary files /dev/null and b/images/ua26/UAPR_RLY-AP01.png differ diff --git a/images/ua26/UAPR_RLY-AP02.png b/images/ua26/UAPR_RLY-AP02.png new file mode 100644 index 0000000..6ba0f48 Binary files /dev/null and b/images/ua26/UAPR_RLY-AP02.png differ diff --git a/images/ua26/UAPR_RLY-AP03.png b/images/ua26/UAPR_RLY-AP03.png new file mode 100644 index 0000000..f6b7d18 Binary files /dev/null and b/images/ua26/UAPR_RLY-AP03.png differ diff --git a/images/ua27/UA27BT_GIM-1-001.png b/images/ua27/UA27BT_GIM-1-001.png new file mode 100644 index 0000000..f27a3b6 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-001.png differ diff --git a/images/ua27/UA27BT_GIM-1-002.png b/images/ua27/UA27BT_GIM-1-002.png new file mode 100644 index 0000000..a66a6e0 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-002.png differ diff --git a/images/ua27/UA27BT_GIM-1-003.png b/images/ua27/UA27BT_GIM-1-003.png new file mode 100644 index 0000000..6ee019b Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-003.png differ diff --git a/images/ua27/UA27BT_GIM-1-004.png b/images/ua27/UA27BT_GIM-1-004.png new file mode 100644 index 0000000..43cf7dd Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-004.png differ diff --git a/images/ua27/UA27BT_GIM-1-004_p1.png b/images/ua27/UA27BT_GIM-1-004_p1.png new file mode 100644 index 0000000..7be33ad Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-004_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-005.png b/images/ua27/UA27BT_GIM-1-005.png new file mode 100644 index 0000000..00dd101 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-005.png differ diff --git a/images/ua27/UA27BT_GIM-1-005_p1.png b/images/ua27/UA27BT_GIM-1-005_p1.png new file mode 100644 index 0000000..478f788 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-005_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-006.png b/images/ua27/UA27BT_GIM-1-006.png new file mode 100644 index 0000000..93fd091 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-006.png differ diff --git a/images/ua27/UA27BT_GIM-1-006_p1.png b/images/ua27/UA27BT_GIM-1-006_p1.png new file mode 100644 index 0000000..1a2a003 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-006_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-007.png b/images/ua27/UA27BT_GIM-1-007.png new file mode 100644 index 0000000..957b710 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-007.png differ diff --git a/images/ua27/UA27BT_GIM-1-008.png b/images/ua27/UA27BT_GIM-1-008.png new file mode 100644 index 0000000..b83e230 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-008.png differ diff --git a/images/ua27/UA27BT_GIM-1-009.png b/images/ua27/UA27BT_GIM-1-009.png new file mode 100644 index 0000000..1e897ff Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-009.png differ diff --git a/images/ua27/UA27BT_GIM-1-009_p1.png b/images/ua27/UA27BT_GIM-1-009_p1.png new file mode 100644 index 0000000..0a0787a Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-009_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-010.png b/images/ua27/UA27BT_GIM-1-010.png new file mode 100644 index 0000000..a7f3706 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-010.png differ diff --git a/images/ua27/UA27BT_GIM-1-010_p1.png b/images/ua27/UA27BT_GIM-1-010_p1.png new file mode 100644 index 0000000..fffc71a Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-010_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-011.png b/images/ua27/UA27BT_GIM-1-011.png new file mode 100644 index 0000000..1c7775d Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-011.png differ diff --git a/images/ua27/UA27BT_GIM-1-011_p1.png b/images/ua27/UA27BT_GIM-1-011_p1.png new file mode 100644 index 0000000..2ce05e4 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-011_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-012.png b/images/ua27/UA27BT_GIM-1-012.png new file mode 100644 index 0000000..d37b7e2 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-012.png differ diff --git a/images/ua27/UA27BT_GIM-1-013.png b/images/ua27/UA27BT_GIM-1-013.png new file mode 100644 index 0000000..6c2157e Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-013.png differ diff --git a/images/ua27/UA27BT_GIM-1-014.png b/images/ua27/UA27BT_GIM-1-014.png new file mode 100644 index 0000000..6aaba83 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-014.png differ diff --git a/images/ua27/UA27BT_GIM-1-014_p1.png b/images/ua27/UA27BT_GIM-1-014_p1.png new file mode 100644 index 0000000..0ba7a7f Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-014_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-015.png b/images/ua27/UA27BT_GIM-1-015.png new file mode 100644 index 0000000..beb40dd Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-015.png differ diff --git a/images/ua27/UA27BT_GIM-1-015_p1.png b/images/ua27/UA27BT_GIM-1-015_p1.png new file mode 100644 index 0000000..95f247c Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-015_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-016.png b/images/ua27/UA27BT_GIM-1-016.png new file mode 100644 index 0000000..e79b048 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-016.png differ diff --git a/images/ua27/UA27BT_GIM-1-016_p1.png b/images/ua27/UA27BT_GIM-1-016_p1.png new file mode 100644 index 0000000..1e3cd4d Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-016_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-017.png b/images/ua27/UA27BT_GIM-1-017.png new file mode 100644 index 0000000..952681c Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-017.png differ diff --git a/images/ua27/UA27BT_GIM-1-018.png b/images/ua27/UA27BT_GIM-1-018.png new file mode 100644 index 0000000..0e0d12c Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-018.png differ diff --git a/images/ua27/UA27BT_GIM-1-018_p1.png b/images/ua27/UA27BT_GIM-1-018_p1.png new file mode 100644 index 0000000..3391819 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-018_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-019.png b/images/ua27/UA27BT_GIM-1-019.png new file mode 100644 index 0000000..aa89c12 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-019.png differ diff --git a/images/ua27/UA27BT_GIM-1-019_p1.png b/images/ua27/UA27BT_GIM-1-019_p1.png new file mode 100644 index 0000000..2320165 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-019_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-020.png b/images/ua27/UA27BT_GIM-1-020.png new file mode 100644 index 0000000..e0f9856 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-020.png differ diff --git a/images/ua27/UA27BT_GIM-1-020_p1.png b/images/ua27/UA27BT_GIM-1-020_p1.png new file mode 100644 index 0000000..717d5a8 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-020_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-021.png b/images/ua27/UA27BT_GIM-1-021.png new file mode 100644 index 0000000..deefaeb Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-021.png differ diff --git a/images/ua27/UA27BT_GIM-1-022.png b/images/ua27/UA27BT_GIM-1-022.png new file mode 100644 index 0000000..520f006 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-022.png differ diff --git a/images/ua27/UA27BT_GIM-1-022_p1.png b/images/ua27/UA27BT_GIM-1-022_p1.png new file mode 100644 index 0000000..8aea539 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-022_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-023.png b/images/ua27/UA27BT_GIM-1-023.png new file mode 100644 index 0000000..4ae8c12 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-023.png differ diff --git a/images/ua27/UA27BT_GIM-1-023_p1.png b/images/ua27/UA27BT_GIM-1-023_p1.png new file mode 100644 index 0000000..4fe96fc Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-023_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-024.png b/images/ua27/UA27BT_GIM-1-024.png new file mode 100644 index 0000000..fe65176 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-024.png differ diff --git a/images/ua27/UA27BT_GIM-1-024_p1.png b/images/ua27/UA27BT_GIM-1-024_p1.png new file mode 100644 index 0000000..cb10755 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-024_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-025.png b/images/ua27/UA27BT_GIM-1-025.png new file mode 100644 index 0000000..fb37e12 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-025.png differ diff --git a/images/ua27/UA27BT_GIM-1-026.png b/images/ua27/UA27BT_GIM-1-026.png new file mode 100644 index 0000000..f709b43 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-026.png differ diff --git a/images/ua27/UA27BT_GIM-1-027.png b/images/ua27/UA27BT_GIM-1-027.png new file mode 100644 index 0000000..b7d8fb7 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-027.png differ diff --git a/images/ua27/UA27BT_GIM-1-027_p1.png b/images/ua27/UA27BT_GIM-1-027_p1.png new file mode 100644 index 0000000..66d71aa Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-027_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-028.png b/images/ua27/UA27BT_GIM-1-028.png new file mode 100644 index 0000000..6999933 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-028.png differ diff --git a/images/ua27/UA27BT_GIM-1-028_p1.png b/images/ua27/UA27BT_GIM-1-028_p1.png new file mode 100644 index 0000000..f899616 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-028_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-029.png b/images/ua27/UA27BT_GIM-1-029.png new file mode 100644 index 0000000..37439f8 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-029.png differ diff --git a/images/ua27/UA27BT_GIM-1-029_p1.png b/images/ua27/UA27BT_GIM-1-029_p1.png new file mode 100644 index 0000000..28561d3 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-029_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-030.png b/images/ua27/UA27BT_GIM-1-030.png new file mode 100644 index 0000000..7e3c984 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-030.png differ diff --git a/images/ua27/UA27BT_GIM-1-031.png b/images/ua27/UA27BT_GIM-1-031.png new file mode 100644 index 0000000..fbf651a Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-031.png differ diff --git a/images/ua27/UA27BT_GIM-1-032.png b/images/ua27/UA27BT_GIM-1-032.png new file mode 100644 index 0000000..b82ee0d Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-032.png differ diff --git a/images/ua27/UA27BT_GIM-1-033.png b/images/ua27/UA27BT_GIM-1-033.png new file mode 100644 index 0000000..0faf061 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-033.png differ diff --git a/images/ua27/UA27BT_GIM-1-034.png b/images/ua27/UA27BT_GIM-1-034.png new file mode 100644 index 0000000..6bc4168 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-034.png differ diff --git a/images/ua27/UA27BT_GIM-1-035.png b/images/ua27/UA27BT_GIM-1-035.png new file mode 100644 index 0000000..408c518 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-035.png differ diff --git a/images/ua27/UA27BT_GIM-1-036.png b/images/ua27/UA27BT_GIM-1-036.png new file mode 100644 index 0000000..f2b8673 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-036.png differ diff --git a/images/ua27/UA27BT_GIM-1-037.png b/images/ua27/UA27BT_GIM-1-037.png new file mode 100644 index 0000000..2e395f0 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-037.png differ diff --git a/images/ua27/UA27BT_GIM-1-038.png b/images/ua27/UA27BT_GIM-1-038.png new file mode 100644 index 0000000..fbdf263 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-038.png differ diff --git a/images/ua27/UA27BT_GIM-1-039.png b/images/ua27/UA27BT_GIM-1-039.png new file mode 100644 index 0000000..7d9a350 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-039.png differ diff --git a/images/ua27/UA27BT_GIM-1-040.png b/images/ua27/UA27BT_GIM-1-040.png new file mode 100644 index 0000000..0058a23 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-040.png differ diff --git a/images/ua27/UA27BT_GIM-1-041.png b/images/ua27/UA27BT_GIM-1-041.png new file mode 100644 index 0000000..c7c9965 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-041.png differ diff --git a/images/ua27/UA27BT_GIM-1-042.png b/images/ua27/UA27BT_GIM-1-042.png new file mode 100644 index 0000000..e05d598 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-042.png differ diff --git a/images/ua27/UA27BT_GIM-1-042_p1.png b/images/ua27/UA27BT_GIM-1-042_p1.png new file mode 100644 index 0000000..9893dae Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-042_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-043.png b/images/ua27/UA27BT_GIM-1-043.png new file mode 100644 index 0000000..2313ae5 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-043.png differ diff --git a/images/ua27/UA27BT_GIM-1-043_p1.png b/images/ua27/UA27BT_GIM-1-043_p1.png new file mode 100644 index 0000000..3cf431e Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-043_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-044.png b/images/ua27/UA27BT_GIM-1-044.png new file mode 100644 index 0000000..d5560aa Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-044.png differ diff --git a/images/ua27/UA27BT_GIM-1-044_p1.png b/images/ua27/UA27BT_GIM-1-044_p1.png new file mode 100644 index 0000000..cb41012 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-044_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-045.png b/images/ua27/UA27BT_GIM-1-045.png new file mode 100644 index 0000000..9f243a9 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-045.png differ diff --git a/images/ua27/UA27BT_GIM-1-046.png b/images/ua27/UA27BT_GIM-1-046.png new file mode 100644 index 0000000..56026e0 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-046.png differ diff --git a/images/ua27/UA27BT_GIM-1-046_p1.png b/images/ua27/UA27BT_GIM-1-046_p1.png new file mode 100644 index 0000000..744fec3 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-046_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-047.png b/images/ua27/UA27BT_GIM-1-047.png new file mode 100644 index 0000000..917ff6f Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-047.png differ diff --git a/images/ua27/UA27BT_GIM-1-047_p1.png b/images/ua27/UA27BT_GIM-1-047_p1.png new file mode 100644 index 0000000..cee830e Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-047_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-048.png b/images/ua27/UA27BT_GIM-1-048.png new file mode 100644 index 0000000..dd648fb Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-048.png differ diff --git a/images/ua27/UA27BT_GIM-1-048_p1.png b/images/ua27/UA27BT_GIM-1-048_p1.png new file mode 100644 index 0000000..33e4d1e Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-048_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-049.png b/images/ua27/UA27BT_GIM-1-049.png new file mode 100644 index 0000000..cfb1936 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-049.png differ diff --git a/images/ua27/UA27BT_GIM-1-050.png b/images/ua27/UA27BT_GIM-1-050.png new file mode 100644 index 0000000..45003de Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-050.png differ diff --git a/images/ua27/UA27BT_GIM-1-051.png b/images/ua27/UA27BT_GIM-1-051.png new file mode 100644 index 0000000..40c77ea Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-051.png differ diff --git a/images/ua27/UA27BT_GIM-1-051_p1.png b/images/ua27/UA27BT_GIM-1-051_p1.png new file mode 100644 index 0000000..b77ab79 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-051_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-052.png b/images/ua27/UA27BT_GIM-1-052.png new file mode 100644 index 0000000..29f97b3 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-052.png differ diff --git a/images/ua27/UA27BT_GIM-1-052_p1.png b/images/ua27/UA27BT_GIM-1-052_p1.png new file mode 100644 index 0000000..81fce64 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-052_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-053.png b/images/ua27/UA27BT_GIM-1-053.png new file mode 100644 index 0000000..aab5f70 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-053.png differ diff --git a/images/ua27/UA27BT_GIM-1-053_p1.png b/images/ua27/UA27BT_GIM-1-053_p1.png new file mode 100644 index 0000000..1dc567f Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-053_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-054.png b/images/ua27/UA27BT_GIM-1-054.png new file mode 100644 index 0000000..883cfab Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-054.png differ diff --git a/images/ua27/UA27BT_GIM-1-055.png b/images/ua27/UA27BT_GIM-1-055.png new file mode 100644 index 0000000..467d500 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-055.png differ diff --git a/images/ua27/UA27BT_GIM-1-056.png b/images/ua27/UA27BT_GIM-1-056.png new file mode 100644 index 0000000..986ba15 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-056.png differ diff --git a/images/ua27/UA27BT_GIM-1-057.png b/images/ua27/UA27BT_GIM-1-057.png new file mode 100644 index 0000000..a5d9592 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-057.png differ diff --git a/images/ua27/UA27BT_GIM-1-058.png b/images/ua27/UA27BT_GIM-1-058.png new file mode 100644 index 0000000..4c03e90 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-058.png differ diff --git a/images/ua27/UA27BT_GIM-1-059.png b/images/ua27/UA27BT_GIM-1-059.png new file mode 100644 index 0000000..b62a8f8 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-059.png differ diff --git a/images/ua27/UA27BT_GIM-1-060.png b/images/ua27/UA27BT_GIM-1-060.png new file mode 100644 index 0000000..57946a9 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-060.png differ diff --git a/images/ua27/UA27BT_GIM-1-061.png b/images/ua27/UA27BT_GIM-1-061.png new file mode 100644 index 0000000..3831e9b Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-061.png differ diff --git a/images/ua27/UA27BT_GIM-1-061_p1.png b/images/ua27/UA27BT_GIM-1-061_p1.png new file mode 100644 index 0000000..0b2140e Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-061_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-062.png b/images/ua27/UA27BT_GIM-1-062.png new file mode 100644 index 0000000..160a510 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-062.png differ diff --git a/images/ua27/UA27BT_GIM-1-062_p1.png b/images/ua27/UA27BT_GIM-1-062_p1.png new file mode 100644 index 0000000..10b0546 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-062_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-063.png b/images/ua27/UA27BT_GIM-1-063.png new file mode 100644 index 0000000..b981686 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-063.png differ diff --git a/images/ua27/UA27BT_GIM-1-063_p1.png b/images/ua27/UA27BT_GIM-1-063_p1.png new file mode 100644 index 0000000..7c0b6d2 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-063_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-064.png b/images/ua27/UA27BT_GIM-1-064.png new file mode 100644 index 0000000..5c001f2 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-064.png differ diff --git a/images/ua27/UA27BT_GIM-1-065.png b/images/ua27/UA27BT_GIM-1-065.png new file mode 100644 index 0000000..9d30707 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-065.png differ diff --git a/images/ua27/UA27BT_GIM-1-065_p1.png b/images/ua27/UA27BT_GIM-1-065_p1.png new file mode 100644 index 0000000..ffb3fa7 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-065_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-066.png b/images/ua27/UA27BT_GIM-1-066.png new file mode 100644 index 0000000..bda9ca5 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-066.png differ diff --git a/images/ua27/UA27BT_GIM-1-067.png b/images/ua27/UA27BT_GIM-1-067.png new file mode 100644 index 0000000..7cdee51 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-067.png differ diff --git a/images/ua27/UA27BT_GIM-1-067_p1.png b/images/ua27/UA27BT_GIM-1-067_p1.png new file mode 100644 index 0000000..0ea0227 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-067_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-068.png b/images/ua27/UA27BT_GIM-1-068.png new file mode 100644 index 0000000..e883990 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-068.png differ diff --git a/images/ua27/UA27BT_GIM-1-068_p1.png b/images/ua27/UA27BT_GIM-1-068_p1.png new file mode 100644 index 0000000..f494d49 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-068_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-068_p2.png b/images/ua27/UA27BT_GIM-1-068_p2.png new file mode 100644 index 0000000..115c1e8 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-068_p2.png differ diff --git a/images/ua27/UA27BT_GIM-1-069.png b/images/ua27/UA27BT_GIM-1-069.png new file mode 100644 index 0000000..9699ca5 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-069.png differ diff --git a/images/ua27/UA27BT_GIM-1-070.png b/images/ua27/UA27BT_GIM-1-070.png new file mode 100644 index 0000000..79d1f9f Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-070.png differ diff --git a/images/ua27/UA27BT_GIM-1-070_p1.png b/images/ua27/UA27BT_GIM-1-070_p1.png new file mode 100644 index 0000000..ef157a2 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-070_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-071.png b/images/ua27/UA27BT_GIM-1-071.png new file mode 100644 index 0000000..7a7e1a7 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-071.png differ diff --git a/images/ua27/UA27BT_GIM-1-071_p1.png b/images/ua27/UA27BT_GIM-1-071_p1.png new file mode 100644 index 0000000..fa7b526 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-071_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-072.png b/images/ua27/UA27BT_GIM-1-072.png new file mode 100644 index 0000000..b683bc5 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-072.png differ diff --git a/images/ua27/UA27BT_GIM-1-072_p1.png b/images/ua27/UA27BT_GIM-1-072_p1.png new file mode 100644 index 0000000..2da71a7 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-072_p1.png differ diff --git a/images/ua27/UA27BT_GIM-1-073.png b/images/ua27/UA27BT_GIM-1-073.png new file mode 100644 index 0000000..5476d3b Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-073.png differ diff --git a/images/ua27/UA27BT_GIM-1-074.png b/images/ua27/UA27BT_GIM-1-074.png new file mode 100644 index 0000000..a9ba252 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-074.png differ diff --git a/images/ua27/UA27BT_GIM-1-075.png b/images/ua27/UA27BT_GIM-1-075.png new file mode 100644 index 0000000..2cfafdc Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-075.png differ diff --git a/images/ua27/UA27BT_GIM-1-076.png b/images/ua27/UA27BT_GIM-1-076.png new file mode 100644 index 0000000..ff189ec Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-076.png differ diff --git a/images/ua27/UA27BT_GIM-1-077.png b/images/ua27/UA27BT_GIM-1-077.png new file mode 100644 index 0000000..0de453d Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-077.png differ diff --git a/images/ua27/UA27BT_GIM-1-078.png b/images/ua27/UA27BT_GIM-1-078.png new file mode 100644 index 0000000..73e0fb0 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-078.png differ diff --git a/images/ua27/UA27BT_GIM-1-079.png b/images/ua27/UA27BT_GIM-1-079.png new file mode 100644 index 0000000..29d6726 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-079.png differ diff --git a/images/ua27/UA27BT_GIM-1-080.png b/images/ua27/UA27BT_GIM-1-080.png new file mode 100644 index 0000000..8084d7c Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-080.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP01.png b/images/ua27/UA27BT_GIM-1-AP01.png new file mode 100644 index 0000000..f6a3c2d Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP01.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP01_s.png b/images/ua27/UA27BT_GIM-1-AP01_s.png new file mode 100644 index 0000000..371916a Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP01_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP02.png b/images/ua27/UA27BT_GIM-1-AP02.png new file mode 100644 index 0000000..0c1f661 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP02.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP02_s.png b/images/ua27/UA27BT_GIM-1-AP02_s.png new file mode 100644 index 0000000..2900e7c Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP02_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP03.png b/images/ua27/UA27BT_GIM-1-AP03.png new file mode 100644 index 0000000..853c334 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP03.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP03_s.png b/images/ua27/UA27BT_GIM-1-AP03_s.png new file mode 100644 index 0000000..6aa4a98 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP03_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP04.png b/images/ua27/UA27BT_GIM-1-AP04.png new file mode 100644 index 0000000..e5dfd57 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP04.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP04_s.png b/images/ua27/UA27BT_GIM-1-AP04_s.png new file mode 100644 index 0000000..b79c116 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP04_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP05.png b/images/ua27/UA27BT_GIM-1-AP05.png new file mode 100644 index 0000000..b01ebe0 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP05.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP05_s.png b/images/ua27/UA27BT_GIM-1-AP05_s.png new file mode 100644 index 0000000..3a5c96c Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP05_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP06.png b/images/ua27/UA27BT_GIM-1-AP06.png new file mode 100644 index 0000000..de1bf7b Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP06.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP06_s.png b/images/ua27/UA27BT_GIM-1-AP06_s.png new file mode 100644 index 0000000..d2cc800 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP06_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP07.png b/images/ua27/UA27BT_GIM-1-AP07.png new file mode 100644 index 0000000..cc0d658 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP07.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP07_s.png b/images/ua27/UA27BT_GIM-1-AP07_s.png new file mode 100644 index 0000000..98346f9 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP07_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP08.png b/images/ua27/UA27BT_GIM-1-AP08.png new file mode 100644 index 0000000..f97e6f2 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP08.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP08_s.png b/images/ua27/UA27BT_GIM-1-AP08_s.png new file mode 100644 index 0000000..58a970b Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP08_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP09.png b/images/ua27/UA27BT_GIM-1-AP09.png new file mode 100644 index 0000000..1177e1b Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP09.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP09_s.png b/images/ua27/UA27BT_GIM-1-AP09_s.png new file mode 100644 index 0000000..0b53278 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP09_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP10.png b/images/ua27/UA27BT_GIM-1-AP10.png new file mode 100644 index 0000000..66a04e7 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP10.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP10_s.png b/images/ua27/UA27BT_GIM-1-AP10_s.png new file mode 100644 index 0000000..4ff7d85 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP10_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP11.png b/images/ua27/UA27BT_GIM-1-AP11.png new file mode 100644 index 0000000..3ea9267 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP11.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP11_s.png b/images/ua27/UA27BT_GIM-1-AP11_s.png new file mode 100644 index 0000000..3fe3a3e Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP11_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP12.png b/images/ua27/UA27BT_GIM-1-AP12.png new file mode 100644 index 0000000..0513bf3 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP12.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP12_s.png b/images/ua27/UA27BT_GIM-1-AP12_s.png new file mode 100644 index 0000000..dbb8ed2 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP12_s.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP13.png b/images/ua27/UA27BT_GIM-1-AP13.png new file mode 100644 index 0000000..0c3fa02 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP13.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP14.png b/images/ua27/UA27BT_GIM-1-AP14.png new file mode 100644 index 0000000..e3066a6 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP14.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP15.png b/images/ua27/UA27BT_GIM-1-AP15.png new file mode 100644 index 0000000..1f30900 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP15.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP16.png b/images/ua27/UA27BT_GIM-1-AP16.png new file mode 100644 index 0000000..9b92a98 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP16.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP17.png b/images/ua27/UA27BT_GIM-1-AP17.png new file mode 100644 index 0000000..8252b71 Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP17.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP18.png b/images/ua27/UA27BT_GIM-1-AP18.png new file mode 100644 index 0000000..fbea7ca Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP18.png differ diff --git a/images/ua27/UA27BT_GIM-1-AP19.png b/images/ua27/UA27BT_GIM-1-AP19.png new file mode 100644 index 0000000..1faddac Binary files /dev/null and b/images/ua27/UA27BT_GIM-1-AP19.png differ diff --git a/images/ua27/UAPR_GIM-1-003.png b/images/ua27/UAPR_GIM-1-003.png new file mode 100644 index 0000000..6bc446e Binary files /dev/null and b/images/ua27/UAPR_GIM-1-003.png differ diff --git a/images/ua27/UAPR_GIM-1-008.png b/images/ua27/UAPR_GIM-1-008.png new file mode 100644 index 0000000..14a7377 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-008.png differ diff --git a/images/ua27/UAPR_GIM-1-013.png b/images/ua27/UAPR_GIM-1-013.png new file mode 100644 index 0000000..ad6eb3b Binary files /dev/null and b/images/ua27/UAPR_GIM-1-013.png differ diff --git a/images/ua27/UAPR_GIM-1-017.png b/images/ua27/UAPR_GIM-1-017.png new file mode 100644 index 0000000..5e60563 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-017.png differ diff --git a/images/ua27/UAPR_GIM-1-021.png b/images/ua27/UAPR_GIM-1-021.png new file mode 100644 index 0000000..178b695 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-021.png differ diff --git a/images/ua27/UAPR_GIM-1-025.png b/images/ua27/UAPR_GIM-1-025.png new file mode 100644 index 0000000..a4bff0e Binary files /dev/null and b/images/ua27/UAPR_GIM-1-025.png differ diff --git a/images/ua27/UAPR_GIM-1-026.png b/images/ua27/UAPR_GIM-1-026.png new file mode 100644 index 0000000..fdaa23f Binary files /dev/null and b/images/ua27/UAPR_GIM-1-026.png differ diff --git a/images/ua27/UAPR_GIM-1-041.png b/images/ua27/UAPR_GIM-1-041.png new file mode 100644 index 0000000..4080326 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-041.png differ diff --git a/images/ua27/UAPR_GIM-1-045.png b/images/ua27/UAPR_GIM-1-045.png new file mode 100644 index 0000000..17810d6 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-045.png differ diff --git a/images/ua27/UAPR_GIM-1-050.png b/images/ua27/UAPR_GIM-1-050.png new file mode 100644 index 0000000..6f081ff Binary files /dev/null and b/images/ua27/UAPR_GIM-1-050.png differ diff --git a/images/ua27/UAPR_GIM-1-060.png b/images/ua27/UAPR_GIM-1-060.png new file mode 100644 index 0000000..fac33d2 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-060.png differ diff --git a/images/ua27/UAPR_GIM-1-064.png b/images/ua27/UAPR_GIM-1-064.png new file mode 100644 index 0000000..9177d2d Binary files /dev/null and b/images/ua27/UAPR_GIM-1-064.png differ diff --git a/images/ua27/UAPR_GIM-1-066.png b/images/ua27/UAPR_GIM-1-066.png new file mode 100644 index 0000000..d2d00e9 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-066.png differ diff --git a/images/ua27/UAPR_GIM-1-068.png b/images/ua27/UAPR_GIM-1-068.png new file mode 100644 index 0000000..aff1967 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-068.png differ diff --git a/images/ua27/UAPR_GIM-1-068_p1.png b/images/ua27/UAPR_GIM-1-068_p1.png new file mode 100644 index 0000000..a24dfc0 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-068_p1.png differ diff --git a/images/ua27/UAPR_GIM-1-069.png b/images/ua27/UAPR_GIM-1-069.png new file mode 100644 index 0000000..0b205f0 Binary files /dev/null and b/images/ua27/UAPR_GIM-1-069.png differ diff --git a/images/ua27/UAPR_GIM-AP01.png b/images/ua27/UAPR_GIM-AP01.png new file mode 100644 index 0000000..166eb5d Binary files /dev/null and b/images/ua27/UAPR_GIM-AP01.png differ diff --git a/images/ua27/UAPR_GIM-P-001.png b/images/ua27/UAPR_GIM-P-001.png new file mode 100644 index 0000000..5826ae0 Binary files /dev/null and b/images/ua27/UAPR_GIM-P-001.png differ diff --git a/images/ua28/UA28BT_KJ8-1-001.png b/images/ua28/UA28BT_KJ8-1-001.png new file mode 100644 index 0000000..f52aef5 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-001.png differ diff --git a/images/ua28/UA28BT_KJ8-1-002.png b/images/ua28/UA28BT_KJ8-1-002.png new file mode 100644 index 0000000..cbeac7c Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-002.png differ diff --git a/images/ua28/UA28BT_KJ8-1-003.png b/images/ua28/UA28BT_KJ8-1-003.png new file mode 100644 index 0000000..5dab246 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-003.png differ diff --git a/images/ua28/UA28BT_KJ8-1-003_p1.png b/images/ua28/UA28BT_KJ8-1-003_p1.png new file mode 100644 index 0000000..39908c6 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-003_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-004.png b/images/ua28/UA28BT_KJ8-1-004.png new file mode 100644 index 0000000..96614f4 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-004.png differ diff --git a/images/ua28/UA28BT_KJ8-1-004_p1.png b/images/ua28/UA28BT_KJ8-1-004_p1.png new file mode 100644 index 0000000..b7e8dca Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-004_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-005.png b/images/ua28/UA28BT_KJ8-1-005.png new file mode 100644 index 0000000..31a3b78 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-005.png differ diff --git a/images/ua28/UA28BT_KJ8-1-005_p1.png b/images/ua28/UA28BT_KJ8-1-005_p1.png new file mode 100644 index 0000000..c44b83b Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-005_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-005_p2.png b/images/ua28/UA28BT_KJ8-1-005_p2.png new file mode 100644 index 0000000..08bb63e Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-005_p2.png differ diff --git a/images/ua28/UA28BT_KJ8-1-006.png b/images/ua28/UA28BT_KJ8-1-006.png new file mode 100644 index 0000000..438fd84 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-006.png differ diff --git a/images/ua28/UA28BT_KJ8-1-007.png b/images/ua28/UA28BT_KJ8-1-007.png new file mode 100644 index 0000000..80222fa Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-007.png differ diff --git a/images/ua28/UA28BT_KJ8-1-008.png b/images/ua28/UA28BT_KJ8-1-008.png new file mode 100644 index 0000000..d4edbf7 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-008.png differ diff --git a/images/ua28/UA28BT_KJ8-1-008_p1.png b/images/ua28/UA28BT_KJ8-1-008_p1.png new file mode 100644 index 0000000..5ebc77e Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-008_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-009.png b/images/ua28/UA28BT_KJ8-1-009.png new file mode 100644 index 0000000..9b6eb6d Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-009.png differ diff --git a/images/ua28/UA28BT_KJ8-1-010.png b/images/ua28/UA28BT_KJ8-1-010.png new file mode 100644 index 0000000..d561033 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-010.png differ diff --git a/images/ua28/UA28BT_KJ8-1-011.png b/images/ua28/UA28BT_KJ8-1-011.png new file mode 100644 index 0000000..cd404fc Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-011.png differ diff --git a/images/ua28/UA28BT_KJ8-1-012.png b/images/ua28/UA28BT_KJ8-1-012.png new file mode 100644 index 0000000..f68b820 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-012.png differ diff --git a/images/ua28/UA28BT_KJ8-1-012_p1.png b/images/ua28/UA28BT_KJ8-1-012_p1.png new file mode 100644 index 0000000..c473f9e Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-012_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-012_p2.png b/images/ua28/UA28BT_KJ8-1-012_p2.png new file mode 100644 index 0000000..b2745eb Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-012_p2.png differ diff --git a/images/ua28/UA28BT_KJ8-1-013.png b/images/ua28/UA28BT_KJ8-1-013.png new file mode 100644 index 0000000..da9841c Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-013.png differ diff --git a/images/ua28/UA28BT_KJ8-1-014.png b/images/ua28/UA28BT_KJ8-1-014.png new file mode 100644 index 0000000..f2dc948 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-014.png differ diff --git a/images/ua28/UA28BT_KJ8-1-015.png b/images/ua28/UA28BT_KJ8-1-015.png new file mode 100644 index 0000000..85ccb13 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-015.png differ diff --git a/images/ua28/UA28BT_KJ8-1-015_p1.png b/images/ua28/UA28BT_KJ8-1-015_p1.png new file mode 100644 index 0000000..0162c37 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-015_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-016.png b/images/ua28/UA28BT_KJ8-1-016.png new file mode 100644 index 0000000..37d9277 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-016.png differ diff --git a/images/ua28/UA28BT_KJ8-1-017.png b/images/ua28/UA28BT_KJ8-1-017.png new file mode 100644 index 0000000..da0b3a1 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-017.png differ diff --git a/images/ua28/UA28BT_KJ8-1-018.png b/images/ua28/UA28BT_KJ8-1-018.png new file mode 100644 index 0000000..c3d19b8 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-018.png differ diff --git a/images/ua28/UA28BT_KJ8-1-019.png b/images/ua28/UA28BT_KJ8-1-019.png new file mode 100644 index 0000000..c62b5df Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-019.png differ diff --git a/images/ua28/UA28BT_KJ8-1-019_p1.png b/images/ua28/UA28BT_KJ8-1-019_p1.png new file mode 100644 index 0000000..b051ecc Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-019_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-020.png b/images/ua28/UA28BT_KJ8-1-020.png new file mode 100644 index 0000000..5fb4176 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-020.png differ diff --git a/images/ua28/UA28BT_KJ8-1-020_p1.png b/images/ua28/UA28BT_KJ8-1-020_p1.png new file mode 100644 index 0000000..07306cb Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-020_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-020_p2.png b/images/ua28/UA28BT_KJ8-1-020_p2.png new file mode 100644 index 0000000..28fa0b7 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-020_p2.png differ diff --git a/images/ua28/UA28BT_KJ8-1-021.png b/images/ua28/UA28BT_KJ8-1-021.png new file mode 100644 index 0000000..93f3b95 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-021.png differ diff --git a/images/ua28/UA28BT_KJ8-1-022.png b/images/ua28/UA28BT_KJ8-1-022.png new file mode 100644 index 0000000..96c6d43 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-022.png differ diff --git a/images/ua28/UA28BT_KJ8-1-023.png b/images/ua28/UA28BT_KJ8-1-023.png new file mode 100644 index 0000000..88e179f Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-023.png differ diff --git a/images/ua28/UA28BT_KJ8-1-024.png b/images/ua28/UA28BT_KJ8-1-024.png new file mode 100644 index 0000000..11dd002 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-024.png differ diff --git a/images/ua28/UA28BT_KJ8-1-025.png b/images/ua28/UA28BT_KJ8-1-025.png new file mode 100644 index 0000000..1990f43 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-025.png differ diff --git a/images/ua28/UA28BT_KJ8-1-026.png b/images/ua28/UA28BT_KJ8-1-026.png new file mode 100644 index 0000000..a78287f Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-026.png differ diff --git a/images/ua28/UA28BT_KJ8-1-027.png b/images/ua28/UA28BT_KJ8-1-027.png new file mode 100644 index 0000000..c2b1780 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-027.png differ diff --git a/images/ua28/UA28BT_KJ8-1-028.png b/images/ua28/UA28BT_KJ8-1-028.png new file mode 100644 index 0000000..6565150 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-028.png differ diff --git a/images/ua28/UA28BT_KJ8-1-028_p1.png b/images/ua28/UA28BT_KJ8-1-028_p1.png new file mode 100644 index 0000000..512ff24 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-028_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-029.png b/images/ua28/UA28BT_KJ8-1-029.png new file mode 100644 index 0000000..6752f10 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-029.png differ diff --git a/images/ua28/UA28BT_KJ8-1-030.png b/images/ua28/UA28BT_KJ8-1-030.png new file mode 100644 index 0000000..244177d Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-030.png differ diff --git a/images/ua28/UA28BT_KJ8-1-031.png b/images/ua28/UA28BT_KJ8-1-031.png new file mode 100644 index 0000000..dbf2de7 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-031.png differ diff --git a/images/ua28/UA28BT_KJ8-1-031_p1.png b/images/ua28/UA28BT_KJ8-1-031_p1.png new file mode 100644 index 0000000..847793c Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-031_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-032.png b/images/ua28/UA28BT_KJ8-1-032.png new file mode 100644 index 0000000..dfa5984 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-032.png differ diff --git a/images/ua28/UA28BT_KJ8-1-033.png b/images/ua28/UA28BT_KJ8-1-033.png new file mode 100644 index 0000000..4928c12 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-033.png differ diff --git a/images/ua28/UA28BT_KJ8-1-034.png b/images/ua28/UA28BT_KJ8-1-034.png new file mode 100644 index 0000000..23fc56c Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-034.png differ diff --git a/images/ua28/UA28BT_KJ8-1-035.png b/images/ua28/UA28BT_KJ8-1-035.png new file mode 100644 index 0000000..01deb23 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-035.png differ diff --git a/images/ua28/UA28BT_KJ8-1-036.png b/images/ua28/UA28BT_KJ8-1-036.png new file mode 100644 index 0000000..456bf55 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-036.png differ diff --git a/images/ua28/UA28BT_KJ8-1-037.png b/images/ua28/UA28BT_KJ8-1-037.png new file mode 100644 index 0000000..8e94ea7 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-037.png differ diff --git a/images/ua28/UA28BT_KJ8-1-038.png b/images/ua28/UA28BT_KJ8-1-038.png new file mode 100644 index 0000000..ebb45c4 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-038.png differ diff --git a/images/ua28/UA28BT_KJ8-1-039.png b/images/ua28/UA28BT_KJ8-1-039.png new file mode 100644 index 0000000..c4a2329 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-039.png differ diff --git a/images/ua28/UA28BT_KJ8-1-040.png b/images/ua28/UA28BT_KJ8-1-040.png new file mode 100644 index 0000000..2109ec7 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-040.png differ diff --git a/images/ua28/UA28BT_KJ8-1-041.png b/images/ua28/UA28BT_KJ8-1-041.png new file mode 100644 index 0000000..881c0d5 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-041.png differ diff --git a/images/ua28/UA28BT_KJ8-1-042.png b/images/ua28/UA28BT_KJ8-1-042.png new file mode 100644 index 0000000..d0a5cdf Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-042.png differ diff --git a/images/ua28/UA28BT_KJ8-1-043.png b/images/ua28/UA28BT_KJ8-1-043.png new file mode 100644 index 0000000..d1e6dea Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-043.png differ diff --git a/images/ua28/UA28BT_KJ8-1-044.png b/images/ua28/UA28BT_KJ8-1-044.png new file mode 100644 index 0000000..58838bf Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-044.png differ diff --git a/images/ua28/UA28BT_KJ8-1-045.png b/images/ua28/UA28BT_KJ8-1-045.png new file mode 100644 index 0000000..2944679 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-045.png differ diff --git a/images/ua28/UA28BT_KJ8-1-046.png b/images/ua28/UA28BT_KJ8-1-046.png new file mode 100644 index 0000000..e682138 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-046.png differ diff --git a/images/ua28/UA28BT_KJ8-1-047.png b/images/ua28/UA28BT_KJ8-1-047.png new file mode 100644 index 0000000..9357e03 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-047.png differ diff --git a/images/ua28/UA28BT_KJ8-1-048.png b/images/ua28/UA28BT_KJ8-1-048.png new file mode 100644 index 0000000..a9a3088 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-048.png differ diff --git a/images/ua28/UA28BT_KJ8-1-049.png b/images/ua28/UA28BT_KJ8-1-049.png new file mode 100644 index 0000000..558f261 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-049.png differ diff --git a/images/ua28/UA28BT_KJ8-1-050.png b/images/ua28/UA28BT_KJ8-1-050.png new file mode 100644 index 0000000..9e94f7a Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-050.png differ diff --git a/images/ua28/UA28BT_KJ8-1-050_p1.png b/images/ua28/UA28BT_KJ8-1-050_p1.png new file mode 100644 index 0000000..5d3b0ff Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-050_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-051.png b/images/ua28/UA28BT_KJ8-1-051.png new file mode 100644 index 0000000..c1efc8e Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-051.png differ diff --git a/images/ua28/UA28BT_KJ8-1-052.png b/images/ua28/UA28BT_KJ8-1-052.png new file mode 100644 index 0000000..52dafaf Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-052.png differ diff --git a/images/ua28/UA28BT_KJ8-1-053.png b/images/ua28/UA28BT_KJ8-1-053.png new file mode 100644 index 0000000..aec7bf0 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-053.png differ diff --git a/images/ua28/UA28BT_KJ8-1-054.png b/images/ua28/UA28BT_KJ8-1-054.png new file mode 100644 index 0000000..df832c3 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-054.png differ diff --git a/images/ua28/UA28BT_KJ8-1-054_p1.png b/images/ua28/UA28BT_KJ8-1-054_p1.png new file mode 100644 index 0000000..ce1e886 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-054_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-055.png b/images/ua28/UA28BT_KJ8-1-055.png new file mode 100644 index 0000000..2b466bb Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-055.png differ diff --git a/images/ua28/UA28BT_KJ8-1-055_p1.png b/images/ua28/UA28BT_KJ8-1-055_p1.png new file mode 100644 index 0000000..6507e72 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-055_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-055_p2.png b/images/ua28/UA28BT_KJ8-1-055_p2.png new file mode 100644 index 0000000..9ee8e65 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-055_p2.png differ diff --git a/images/ua28/UA28BT_KJ8-1-056.png b/images/ua28/UA28BT_KJ8-1-056.png new file mode 100644 index 0000000..234208f Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-056.png differ diff --git a/images/ua28/UA28BT_KJ8-1-057.png b/images/ua28/UA28BT_KJ8-1-057.png new file mode 100644 index 0000000..cbecc78 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-057.png differ diff --git a/images/ua28/UA28BT_KJ8-1-058.png b/images/ua28/UA28BT_KJ8-1-058.png new file mode 100644 index 0000000..32142bc Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-058.png differ diff --git a/images/ua28/UA28BT_KJ8-1-059.png b/images/ua28/UA28BT_KJ8-1-059.png new file mode 100644 index 0000000..4f4df88 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-059.png differ diff --git a/images/ua28/UA28BT_KJ8-1-059_p1.png b/images/ua28/UA28BT_KJ8-1-059_p1.png new file mode 100644 index 0000000..9e21bd3 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-059_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-060.png b/images/ua28/UA28BT_KJ8-1-060.png new file mode 100644 index 0000000..4f88637 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-060.png differ diff --git a/images/ua28/UA28BT_KJ8-1-061.png b/images/ua28/UA28BT_KJ8-1-061.png new file mode 100644 index 0000000..7557eec Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-061.png differ diff --git a/images/ua28/UA28BT_KJ8-1-062.png b/images/ua28/UA28BT_KJ8-1-062.png new file mode 100644 index 0000000..72f135d Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-062.png differ diff --git a/images/ua28/UA28BT_KJ8-1-062_p1.png b/images/ua28/UA28BT_KJ8-1-062_p1.png new file mode 100644 index 0000000..1d82a27 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-062_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-063.png b/images/ua28/UA28BT_KJ8-1-063.png new file mode 100644 index 0000000..a82c6b8 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-063.png differ diff --git a/images/ua28/UA28BT_KJ8-1-063_p1.png b/images/ua28/UA28BT_KJ8-1-063_p1.png new file mode 100644 index 0000000..b8019a1 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-063_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-063_p2.png b/images/ua28/UA28BT_KJ8-1-063_p2.png new file mode 100644 index 0000000..22529bc Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-063_p2.png differ diff --git a/images/ua28/UA28BT_KJ8-1-064.png b/images/ua28/UA28BT_KJ8-1-064.png new file mode 100644 index 0000000..e75a61e Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-064.png differ diff --git a/images/ua28/UA28BT_KJ8-1-065.png b/images/ua28/UA28BT_KJ8-1-065.png new file mode 100644 index 0000000..e2cfb0d Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-065.png differ diff --git a/images/ua28/UA28BT_KJ8-1-066.png b/images/ua28/UA28BT_KJ8-1-066.png new file mode 100644 index 0000000..fffd3de Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-066.png differ diff --git a/images/ua28/UA28BT_KJ8-1-067.png b/images/ua28/UA28BT_KJ8-1-067.png new file mode 100644 index 0000000..ae5eb19 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-067.png differ diff --git a/images/ua28/UA28BT_KJ8-1-068.png b/images/ua28/UA28BT_KJ8-1-068.png new file mode 100644 index 0000000..9cc8f4a Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-068.png differ diff --git a/images/ua28/UA28BT_KJ8-1-069.png b/images/ua28/UA28BT_KJ8-1-069.png new file mode 100644 index 0000000..b933c99 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-069.png differ diff --git a/images/ua28/UA28BT_KJ8-1-070.png b/images/ua28/UA28BT_KJ8-1-070.png new file mode 100644 index 0000000..a8fd08c Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-070.png differ diff --git a/images/ua28/UA28BT_KJ8-1-070_p1.png b/images/ua28/UA28BT_KJ8-1-070_p1.png new file mode 100644 index 0000000..80af426 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-070_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-071.png b/images/ua28/UA28BT_KJ8-1-071.png new file mode 100644 index 0000000..94bd1a2 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-071.png differ diff --git a/images/ua28/UA28BT_KJ8-1-071_p1.png b/images/ua28/UA28BT_KJ8-1-071_p1.png new file mode 100644 index 0000000..7630204 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-071_p1.png differ diff --git a/images/ua28/UA28BT_KJ8-1-072.png b/images/ua28/UA28BT_KJ8-1-072.png new file mode 100644 index 0000000..e01a695 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-072.png differ diff --git a/images/ua28/UA28BT_KJ8-1-073.png b/images/ua28/UA28BT_KJ8-1-073.png new file mode 100644 index 0000000..dc4af90 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-073.png differ diff --git a/images/ua28/UA28BT_KJ8-1-074.png b/images/ua28/UA28BT_KJ8-1-074.png new file mode 100644 index 0000000..7c6529a Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-074.png differ diff --git a/images/ua28/UA28BT_KJ8-1-075.png b/images/ua28/UA28BT_KJ8-1-075.png new file mode 100644 index 0000000..1385c2e Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-075.png differ diff --git a/images/ua28/UA28BT_KJ8-1-076.png b/images/ua28/UA28BT_KJ8-1-076.png new file mode 100644 index 0000000..e3f24b2 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-076.png differ diff --git a/images/ua28/UA28BT_KJ8-1-077.png b/images/ua28/UA28BT_KJ8-1-077.png new file mode 100644 index 0000000..9989df9 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-077.png differ diff --git a/images/ua28/UA28BT_KJ8-1-078.png b/images/ua28/UA28BT_KJ8-1-078.png new file mode 100644 index 0000000..7546a03 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-078.png differ diff --git a/images/ua28/UA28BT_KJ8-1-079.png b/images/ua28/UA28BT_KJ8-1-079.png new file mode 100644 index 0000000..832d2ba Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-079.png differ diff --git a/images/ua28/UA28BT_KJ8-1-080.png b/images/ua28/UA28BT_KJ8-1-080.png new file mode 100644 index 0000000..9802093 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-080.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP01.png b/images/ua28/UA28BT_KJ8-1-AP01.png new file mode 100644 index 0000000..c93f27d Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP01.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP01_s.png b/images/ua28/UA28BT_KJ8-1-AP01_s.png new file mode 100644 index 0000000..5f9e669 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP01_s.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP02.png b/images/ua28/UA28BT_KJ8-1-AP02.png new file mode 100644 index 0000000..616e8df Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP02.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP03.png b/images/ua28/UA28BT_KJ8-1-AP03.png new file mode 100644 index 0000000..1ae11d3 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP03.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP03_s.png b/images/ua28/UA28BT_KJ8-1-AP03_s.png new file mode 100644 index 0000000..95fe3ce Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP03_s.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP04.png b/images/ua28/UA28BT_KJ8-1-AP04.png new file mode 100644 index 0000000..11d553d Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP04.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP05.png b/images/ua28/UA28BT_KJ8-1-AP05.png new file mode 100644 index 0000000..406c93a Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP05.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP06.png b/images/ua28/UA28BT_KJ8-1-AP06.png new file mode 100644 index 0000000..8a76f7c Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP06.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP07.png b/images/ua28/UA28BT_KJ8-1-AP07.png new file mode 100644 index 0000000..047d3a1 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP07.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP08.png b/images/ua28/UA28BT_KJ8-1-AP08.png new file mode 100644 index 0000000..af8c94c Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP08.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP09.png b/images/ua28/UA28BT_KJ8-1-AP09.png new file mode 100644 index 0000000..1d995a0 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP09.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP10.png b/images/ua28/UA28BT_KJ8-1-AP10.png new file mode 100644 index 0000000..6ee71d8 Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP10.png differ diff --git a/images/ua28/UA28BT_KJ8-1-AP11.png b/images/ua28/UA28BT_KJ8-1-AP11.png new file mode 100644 index 0000000..f82e2ac Binary files /dev/null and b/images/ua28/UA28BT_KJ8-1-AP11.png differ diff --git a/images/ua28/UAPR_KJ8-1-010.png b/images/ua28/UAPR_KJ8-1-010.png new file mode 100644 index 0000000..37a8ce2 Binary files /dev/null and b/images/ua28/UAPR_KJ8-1-010.png differ diff --git a/images/ua28/UAPR_KJ8-1-041.png b/images/ua28/UAPR_KJ8-1-041.png new file mode 100644 index 0000000..c84f701 Binary files /dev/null and b/images/ua28/UAPR_KJ8-1-041.png differ diff --git a/images/ua28/UAPR_KJ8-1-055.png b/images/ua28/UAPR_KJ8-1-055.png new file mode 100644 index 0000000..0398894 Binary files /dev/null and b/images/ua28/UAPR_KJ8-1-055.png differ diff --git a/images/ua28/UAPR_KJ8-1-055_p1.png b/images/ua28/UAPR_KJ8-1-055_p1.png new file mode 100644 index 0000000..5817984 Binary files /dev/null and b/images/ua28/UAPR_KJ8-1-055_p1.png differ diff --git a/images/ua28/UAPR_KJ8-1-061.png b/images/ua28/UAPR_KJ8-1-061.png new file mode 100644 index 0000000..832542e Binary files /dev/null and b/images/ua28/UAPR_KJ8-1-061.png differ diff --git a/images/ua28/UAPR_KJ8-P-001.png b/images/ua28/UAPR_KJ8-P-001.png new file mode 100644 index 0000000..70f1aee Binary files /dev/null and b/images/ua28/UAPR_KJ8-P-001.png differ diff --git a/images/ua29/EX12BT_KMR-2-001.png b/images/ua29/EX12BT_KMR-2-001.png new file mode 100644 index 0000000..214169e Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-001.png differ diff --git a/images/ua29/EX12BT_KMR-2-002.png b/images/ua29/EX12BT_KMR-2-002.png new file mode 100644 index 0000000..0261830 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-002.png differ diff --git a/images/ua29/EX12BT_KMR-2-002_p1.png b/images/ua29/EX12BT_KMR-2-002_p1.png new file mode 100644 index 0000000..5bc29dd Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-002_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-003.png b/images/ua29/EX12BT_KMR-2-003.png new file mode 100644 index 0000000..9165421 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-003.png differ diff --git a/images/ua29/EX12BT_KMR-2-003_p1.png b/images/ua29/EX12BT_KMR-2-003_p1.png new file mode 100644 index 0000000..184757e Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-003_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-004.png b/images/ua29/EX12BT_KMR-2-004.png new file mode 100644 index 0000000..5e3fd14 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-004.png differ diff --git a/images/ua29/EX12BT_KMR-2-005.png b/images/ua29/EX12BT_KMR-2-005.png new file mode 100644 index 0000000..2c16437 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-005.png differ diff --git a/images/ua29/EX12BT_KMR-2-005_p1.png b/images/ua29/EX12BT_KMR-2-005_p1.png new file mode 100644 index 0000000..cbd1e5a Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-005_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-006.png b/images/ua29/EX12BT_KMR-2-006.png new file mode 100644 index 0000000..84adce1 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-006.png differ diff --git a/images/ua29/EX12BT_KMR-2-006_p1.png b/images/ua29/EX12BT_KMR-2-006_p1.png new file mode 100644 index 0000000..d71e1fb Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-006_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-007.png b/images/ua29/EX12BT_KMR-2-007.png new file mode 100644 index 0000000..9522ede Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-007.png differ diff --git a/images/ua29/EX12BT_KMR-2-008.png b/images/ua29/EX12BT_KMR-2-008.png new file mode 100644 index 0000000..7f041cc Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-008.png differ diff --git a/images/ua29/EX12BT_KMR-2-009.png b/images/ua29/EX12BT_KMR-2-009.png new file mode 100644 index 0000000..3526d63 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-009.png differ diff --git a/images/ua29/EX12BT_KMR-2-010.png b/images/ua29/EX12BT_KMR-2-010.png new file mode 100644 index 0000000..1665c22 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-010.png differ diff --git a/images/ua29/EX12BT_KMR-2-011.png b/images/ua29/EX12BT_KMR-2-011.png new file mode 100644 index 0000000..c5b4501 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-011.png differ diff --git a/images/ua29/EX12BT_KMR-2-012.png b/images/ua29/EX12BT_KMR-2-012.png new file mode 100644 index 0000000..c1ab952 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-012.png differ diff --git a/images/ua29/EX12BT_KMR-2-012_p1.png b/images/ua29/EX12BT_KMR-2-012_p1.png new file mode 100644 index 0000000..a2dfb6c Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-012_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-012_p2.png b/images/ua29/EX12BT_KMR-2-012_p2.png new file mode 100644 index 0000000..9660b42 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-012_p2.png differ diff --git a/images/ua29/EX12BT_KMR-2-013.png b/images/ua29/EX12BT_KMR-2-013.png new file mode 100644 index 0000000..0c3ce9a Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-013.png differ diff --git a/images/ua29/EX12BT_KMR-2-013_p1.png b/images/ua29/EX12BT_KMR-2-013_p1.png new file mode 100644 index 0000000..658d068 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-013_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-014.png b/images/ua29/EX12BT_KMR-2-014.png new file mode 100644 index 0000000..fd8316c Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-014.png differ diff --git a/images/ua29/EX12BT_KMR-2-015.png b/images/ua29/EX12BT_KMR-2-015.png new file mode 100644 index 0000000..5a974e0 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-015.png differ diff --git a/images/ua29/EX12BT_KMR-2-016.png b/images/ua29/EX12BT_KMR-2-016.png new file mode 100644 index 0000000..952d2df Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-016.png differ diff --git a/images/ua29/EX12BT_KMR-2-017.png b/images/ua29/EX12BT_KMR-2-017.png new file mode 100644 index 0000000..81d13fa Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-017.png differ diff --git a/images/ua29/EX12BT_KMR-2-018.png b/images/ua29/EX12BT_KMR-2-018.png new file mode 100644 index 0000000..27a7a1a Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-018.png differ diff --git a/images/ua29/EX12BT_KMR-2-019.png b/images/ua29/EX12BT_KMR-2-019.png new file mode 100644 index 0000000..01047e3 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-019.png differ diff --git a/images/ua29/EX12BT_KMR-2-019_p1.png b/images/ua29/EX12BT_KMR-2-019_p1.png new file mode 100644 index 0000000..b3b4dbf Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-019_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-020.png b/images/ua29/EX12BT_KMR-2-020.png new file mode 100644 index 0000000..787e7fa Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-020.png differ diff --git a/images/ua29/EX12BT_KMR-2-021.png b/images/ua29/EX12BT_KMR-2-021.png new file mode 100644 index 0000000..9bea1ba Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-021.png differ diff --git a/images/ua29/EX12BT_KMR-2-021_p1.png b/images/ua29/EX12BT_KMR-2-021_p1.png new file mode 100644 index 0000000..79c8550 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-021_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-022.png b/images/ua29/EX12BT_KMR-2-022.png new file mode 100644 index 0000000..f42c9a6 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-022.png differ diff --git a/images/ua29/EX12BT_KMR-2-022_p1.png b/images/ua29/EX12BT_KMR-2-022_p1.png new file mode 100644 index 0000000..947f56e Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-022_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-023.png b/images/ua29/EX12BT_KMR-2-023.png new file mode 100644 index 0000000..f512ae9 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-023.png differ diff --git a/images/ua29/EX12BT_KMR-2-024.png b/images/ua29/EX12BT_KMR-2-024.png new file mode 100644 index 0000000..2d86b25 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-024.png differ diff --git a/images/ua29/EX12BT_KMR-2-024_p1.png b/images/ua29/EX12BT_KMR-2-024_p1.png new file mode 100644 index 0000000..914b1de Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-024_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-025.png b/images/ua29/EX12BT_KMR-2-025.png new file mode 100644 index 0000000..c65572e Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-025.png differ diff --git a/images/ua29/EX12BT_KMR-2-026.png b/images/ua29/EX12BT_KMR-2-026.png new file mode 100644 index 0000000..e0f0832 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-026.png differ diff --git a/images/ua29/EX12BT_KMR-2-027.png b/images/ua29/EX12BT_KMR-2-027.png new file mode 100644 index 0000000..370ca49 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-027.png differ diff --git a/images/ua29/EX12BT_KMR-2-028.png b/images/ua29/EX12BT_KMR-2-028.png new file mode 100644 index 0000000..20a5334 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-028.png differ diff --git a/images/ua29/EX12BT_KMR-2-029.png b/images/ua29/EX12BT_KMR-2-029.png new file mode 100644 index 0000000..8500757 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-029.png differ diff --git a/images/ua29/EX12BT_KMR-2-030.png b/images/ua29/EX12BT_KMR-2-030.png new file mode 100644 index 0000000..757e99e Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-030.png differ diff --git a/images/ua29/EX12BT_KMR-2-030_p1.png b/images/ua29/EX12BT_KMR-2-030_p1.png new file mode 100644 index 0000000..4b6727a Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-030_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-031.png b/images/ua29/EX12BT_KMR-2-031.png new file mode 100644 index 0000000..6862ab4 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-031.png differ diff --git a/images/ua29/EX12BT_KMR-2-032.png b/images/ua29/EX12BT_KMR-2-032.png new file mode 100644 index 0000000..6384bcd Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-032.png differ diff --git a/images/ua29/EX12BT_KMR-2-033.png b/images/ua29/EX12BT_KMR-2-033.png new file mode 100644 index 0000000..49e1488 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-033.png differ diff --git a/images/ua29/EX12BT_KMR-2-034.png b/images/ua29/EX12BT_KMR-2-034.png new file mode 100644 index 0000000..d02aebc Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-034.png differ diff --git a/images/ua29/EX12BT_KMR-2-034_p1.png b/images/ua29/EX12BT_KMR-2-034_p1.png new file mode 100644 index 0000000..b6da7d6 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-034_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-035.png b/images/ua29/EX12BT_KMR-2-035.png new file mode 100644 index 0000000..8b2a1e0 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-035.png differ diff --git a/images/ua29/EX12BT_KMR-2-035_p1.png b/images/ua29/EX12BT_KMR-2-035_p1.png new file mode 100644 index 0000000..9321ea8 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-035_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-036.png b/images/ua29/EX12BT_KMR-2-036.png new file mode 100644 index 0000000..52dc0c0 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-036.png differ diff --git a/images/ua29/EX12BT_KMR-2-037.png b/images/ua29/EX12BT_KMR-2-037.png new file mode 100644 index 0000000..bb39794 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-037.png differ diff --git a/images/ua29/EX12BT_KMR-2-038.png b/images/ua29/EX12BT_KMR-2-038.png new file mode 100644 index 0000000..1e72c01 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-038.png differ diff --git a/images/ua29/EX12BT_KMR-2-039.png b/images/ua29/EX12BT_KMR-2-039.png new file mode 100644 index 0000000..dcb8bca Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-039.png differ diff --git a/images/ua29/EX12BT_KMR-2-039_p1.png b/images/ua29/EX12BT_KMR-2-039_p1.png new file mode 100644 index 0000000..8c79ed5 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-039_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-040.png b/images/ua29/EX12BT_KMR-2-040.png new file mode 100644 index 0000000..952c85b Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-040.png differ diff --git a/images/ua29/EX12BT_KMR-2-041.png b/images/ua29/EX12BT_KMR-2-041.png new file mode 100644 index 0000000..efa0141 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-041.png differ diff --git a/images/ua29/EX12BT_KMR-2-042.png b/images/ua29/EX12BT_KMR-2-042.png new file mode 100644 index 0000000..5f204b0 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-042.png differ diff --git a/images/ua29/EX12BT_KMR-2-043.png b/images/ua29/EX12BT_KMR-2-043.png new file mode 100644 index 0000000..05cf45f Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-043.png differ diff --git a/images/ua29/EX12BT_KMR-2-044.png b/images/ua29/EX12BT_KMR-2-044.png new file mode 100644 index 0000000..e3c4444 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-044.png differ diff --git a/images/ua29/EX12BT_KMR-2-045.png b/images/ua29/EX12BT_KMR-2-045.png new file mode 100644 index 0000000..50bd254 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-045.png differ diff --git a/images/ua29/EX12BT_KMR-2-046.png b/images/ua29/EX12BT_KMR-2-046.png new file mode 100644 index 0000000..7f60f78 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-046.png differ diff --git a/images/ua29/EX12BT_KMR-2-046_p1.png b/images/ua29/EX12BT_KMR-2-046_p1.png new file mode 100644 index 0000000..b67cc56 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-046_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-047.png b/images/ua29/EX12BT_KMR-2-047.png new file mode 100644 index 0000000..6722e90 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-047.png differ diff --git a/images/ua29/EX12BT_KMR-2-048.png b/images/ua29/EX12BT_KMR-2-048.png new file mode 100644 index 0000000..6f194a7 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-048.png differ diff --git a/images/ua29/EX12BT_KMR-2-048_p1.png b/images/ua29/EX12BT_KMR-2-048_p1.png new file mode 100644 index 0000000..7fc1164 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-048_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-049.png b/images/ua29/EX12BT_KMR-2-049.png new file mode 100644 index 0000000..5d383bf Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-049.png differ diff --git a/images/ua29/EX12BT_KMR-2-049_p1.png b/images/ua29/EX12BT_KMR-2-049_p1.png new file mode 100644 index 0000000..6345a02 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-049_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-050.png b/images/ua29/EX12BT_KMR-2-050.png new file mode 100644 index 0000000..bb0c2f7 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-050.png differ diff --git a/images/ua29/EX12BT_KMR-2-051.png b/images/ua29/EX12BT_KMR-2-051.png new file mode 100644 index 0000000..1d05b6f Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-051.png differ diff --git a/images/ua29/EX12BT_KMR-2-052.png b/images/ua29/EX12BT_KMR-2-052.png new file mode 100644 index 0000000..061cd96 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-052.png differ diff --git a/images/ua29/EX12BT_KMR-2-053.png b/images/ua29/EX12BT_KMR-2-053.png new file mode 100644 index 0000000..39d4749 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-053.png differ diff --git a/images/ua29/EX12BT_KMR-2-054.png b/images/ua29/EX12BT_KMR-2-054.png new file mode 100644 index 0000000..cac8d01 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-054.png differ diff --git a/images/ua29/EX12BT_KMR-2-055.png b/images/ua29/EX12BT_KMR-2-055.png new file mode 100644 index 0000000..c607329 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-055.png differ diff --git a/images/ua29/EX12BT_KMR-2-055_p1.png b/images/ua29/EX12BT_KMR-2-055_p1.png new file mode 100644 index 0000000..245a673 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-055_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-056.png b/images/ua29/EX12BT_KMR-2-056.png new file mode 100644 index 0000000..c704432 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-056.png differ diff --git a/images/ua29/EX12BT_KMR-2-057.png b/images/ua29/EX12BT_KMR-2-057.png new file mode 100644 index 0000000..6d6b7c7 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-057.png differ diff --git a/images/ua29/EX12BT_KMR-2-058.png b/images/ua29/EX12BT_KMR-2-058.png new file mode 100644 index 0000000..63aef47 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-058.png differ diff --git a/images/ua29/EX12BT_KMR-2-059.png b/images/ua29/EX12BT_KMR-2-059.png new file mode 100644 index 0000000..bb9d473 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-059.png differ diff --git a/images/ua29/EX12BT_KMR-2-060.png b/images/ua29/EX12BT_KMR-2-060.png new file mode 100644 index 0000000..661a0c9 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-060.png differ diff --git a/images/ua29/EX12BT_KMR-2-061.png b/images/ua29/EX12BT_KMR-2-061.png new file mode 100644 index 0000000..756fe39 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-061.png differ diff --git a/images/ua29/EX12BT_KMR-2-062.png b/images/ua29/EX12BT_KMR-2-062.png new file mode 100644 index 0000000..f3b49fb Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-062.png differ diff --git a/images/ua29/EX12BT_KMR-2-063.png b/images/ua29/EX12BT_KMR-2-063.png new file mode 100644 index 0000000..4510844 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-063.png differ diff --git a/images/ua29/EX12BT_KMR-2-064.png b/images/ua29/EX12BT_KMR-2-064.png new file mode 100644 index 0000000..587c856 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-064.png differ diff --git a/images/ua29/EX12BT_KMR-2-065.png b/images/ua29/EX12BT_KMR-2-065.png new file mode 100644 index 0000000..d0dcf9d Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-065.png differ diff --git a/images/ua29/EX12BT_KMR-2-066.png b/images/ua29/EX12BT_KMR-2-066.png new file mode 100644 index 0000000..e2947cf Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-066.png differ diff --git a/images/ua29/EX12BT_KMR-2-067.png b/images/ua29/EX12BT_KMR-2-067.png new file mode 100644 index 0000000..3a8e78e Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-067.png differ diff --git a/images/ua29/EX12BT_KMR-2-068.png b/images/ua29/EX12BT_KMR-2-068.png new file mode 100644 index 0000000..a5d2d1f Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-068.png differ diff --git a/images/ua29/EX12BT_KMR-2-068_p1.png b/images/ua29/EX12BT_KMR-2-068_p1.png new file mode 100644 index 0000000..983dcd2 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-068_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-069.png b/images/ua29/EX12BT_KMR-2-069.png new file mode 100644 index 0000000..0a4a5dd Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-069.png differ diff --git a/images/ua29/EX12BT_KMR-2-069_p1.png b/images/ua29/EX12BT_KMR-2-069_p1.png new file mode 100644 index 0000000..1386d98 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-069_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-070.png b/images/ua29/EX12BT_KMR-2-070.png new file mode 100644 index 0000000..676ab8f Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-070.png differ diff --git a/images/ua29/EX12BT_KMR-2-071.png b/images/ua29/EX12BT_KMR-2-071.png new file mode 100644 index 0000000..481fe47 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-071.png differ diff --git a/images/ua29/EX12BT_KMR-2-072.png b/images/ua29/EX12BT_KMR-2-072.png new file mode 100644 index 0000000..3336b6f Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-072.png differ diff --git a/images/ua29/EX12BT_KMR-2-073.png b/images/ua29/EX12BT_KMR-2-073.png new file mode 100644 index 0000000..23c9a0b Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-073.png differ diff --git a/images/ua29/EX12BT_KMR-2-073_p1.png b/images/ua29/EX12BT_KMR-2-073_p1.png new file mode 100644 index 0000000..e6ba1b1 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-073_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-074.png b/images/ua29/EX12BT_KMR-2-074.png new file mode 100644 index 0000000..22f8ca5 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-074.png differ diff --git a/images/ua29/EX12BT_KMR-2-075.png b/images/ua29/EX12BT_KMR-2-075.png new file mode 100644 index 0000000..4edd8c0 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-075.png differ diff --git a/images/ua29/EX12BT_KMR-2-076.png b/images/ua29/EX12BT_KMR-2-076.png new file mode 100644 index 0000000..44c8fc4 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-076.png differ diff --git a/images/ua29/EX12BT_KMR-2-077.png b/images/ua29/EX12BT_KMR-2-077.png new file mode 100644 index 0000000..8da504f Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-077.png differ diff --git a/images/ua29/EX12BT_KMR-2-078.png b/images/ua29/EX12BT_KMR-2-078.png new file mode 100644 index 0000000..b466c9c Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-078.png differ diff --git a/images/ua29/EX12BT_KMR-2-079.png b/images/ua29/EX12BT_KMR-2-079.png new file mode 100644 index 0000000..0d6508d Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-079.png differ diff --git a/images/ua29/EX12BT_KMR-2-079_p1.png b/images/ua29/EX12BT_KMR-2-079_p1.png new file mode 100644 index 0000000..7d3d857 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-079_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-080.png b/images/ua29/EX12BT_KMR-2-080.png new file mode 100644 index 0000000..03daeda Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-080.png differ diff --git a/images/ua29/EX12BT_KMR-2-081.png b/images/ua29/EX12BT_KMR-2-081.png new file mode 100644 index 0000000..b4c2ecb Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-081.png differ diff --git a/images/ua29/EX12BT_KMR-2-082.png b/images/ua29/EX12BT_KMR-2-082.png new file mode 100644 index 0000000..1eeb3ab Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-082.png differ diff --git a/images/ua29/EX12BT_KMR-2-083.png b/images/ua29/EX12BT_KMR-2-083.png new file mode 100644 index 0000000..b39eeee Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-083.png differ diff --git a/images/ua29/EX12BT_KMR-2-083_p1.png b/images/ua29/EX12BT_KMR-2-083_p1.png new file mode 100644 index 0000000..7374d00 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-083_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-084.png b/images/ua29/EX12BT_KMR-2-084.png new file mode 100644 index 0000000..7b2e5f7 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-084.png differ diff --git a/images/ua29/EX12BT_KMR-2-084_p1.png b/images/ua29/EX12BT_KMR-2-084_p1.png new file mode 100644 index 0000000..ef9c20b Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-084_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-085.png b/images/ua29/EX12BT_KMR-2-085.png new file mode 100644 index 0000000..7ae59a0 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-085.png differ diff --git a/images/ua29/EX12BT_KMR-2-086.png b/images/ua29/EX12BT_KMR-2-086.png new file mode 100644 index 0000000..764c3d9 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-086.png differ diff --git a/images/ua29/EX12BT_KMR-2-087.png b/images/ua29/EX12BT_KMR-2-087.png new file mode 100644 index 0000000..0bc34d3 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-087.png differ diff --git a/images/ua29/EX12BT_KMR-2-088.png b/images/ua29/EX12BT_KMR-2-088.png new file mode 100644 index 0000000..594b536 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-088.png differ diff --git a/images/ua29/EX12BT_KMR-2-089.png b/images/ua29/EX12BT_KMR-2-089.png new file mode 100644 index 0000000..5fbf962 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-089.png differ diff --git a/images/ua29/EX12BT_KMR-2-089_p1.png b/images/ua29/EX12BT_KMR-2-089_p1.png new file mode 100644 index 0000000..f8b35f4 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-089_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-090.png b/images/ua29/EX12BT_KMR-2-090.png new file mode 100644 index 0000000..646787e Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-090.png differ diff --git a/images/ua29/EX12BT_KMR-2-091.png b/images/ua29/EX12BT_KMR-2-091.png new file mode 100644 index 0000000..8dd8ba3 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-091.png differ diff --git a/images/ua29/EX12BT_KMR-2-092.png b/images/ua29/EX12BT_KMR-2-092.png new file mode 100644 index 0000000..4386fc0 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-092.png differ diff --git a/images/ua29/EX12BT_KMR-2-093.png b/images/ua29/EX12BT_KMR-2-093.png new file mode 100644 index 0000000..5891f0f Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-093.png differ diff --git a/images/ua29/EX12BT_KMR-2-093_p1.png b/images/ua29/EX12BT_KMR-2-093_p1.png new file mode 100644 index 0000000..5ad06f5 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-093_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-094.png b/images/ua29/EX12BT_KMR-2-094.png new file mode 100644 index 0000000..716e37b Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-094.png differ diff --git a/images/ua29/EX12BT_KMR-2-094_p1.png b/images/ua29/EX12BT_KMR-2-094_p1.png new file mode 100644 index 0000000..7fff1a8 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-094_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-095.png b/images/ua29/EX12BT_KMR-2-095.png new file mode 100644 index 0000000..806183b Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-095.png differ diff --git a/images/ua29/EX12BT_KMR-2-096.png b/images/ua29/EX12BT_KMR-2-096.png new file mode 100644 index 0000000..e7c1e43 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-096.png differ diff --git a/images/ua29/EX12BT_KMR-2-097.png b/images/ua29/EX12BT_KMR-2-097.png new file mode 100644 index 0000000..c106914 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-097.png differ diff --git a/images/ua29/EX12BT_KMR-2-098.png b/images/ua29/EX12BT_KMR-2-098.png new file mode 100644 index 0000000..3a13cc1 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-098.png differ diff --git a/images/ua29/EX12BT_KMR-2-099.png b/images/ua29/EX12BT_KMR-2-099.png new file mode 100644 index 0000000..00c616b Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-099.png differ diff --git a/images/ua29/EX12BT_KMR-2-100.png b/images/ua29/EX12BT_KMR-2-100.png new file mode 100644 index 0000000..85e4f76 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-100.png differ diff --git a/images/ua29/EX12BT_KMR-2-AP01.png b/images/ua29/EX12BT_KMR-2-AP01.png new file mode 100644 index 0000000..db70b31 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-AP01.png differ diff --git a/images/ua29/EX12BT_KMR-2-AP01_p1.png b/images/ua29/EX12BT_KMR-2-AP01_p1.png new file mode 100644 index 0000000..ee2cea7 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-AP01_p1.png differ diff --git a/images/ua29/EX12BT_KMR-2-AP02.png b/images/ua29/EX12BT_KMR-2-AP02.png new file mode 100644 index 0000000..72620b3 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-AP02.png differ diff --git a/images/ua29/EX12BT_KMR-2-AP03.png b/images/ua29/EX12BT_KMR-2-AP03.png new file mode 100644 index 0000000..0ba7833 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-AP03.png differ diff --git a/images/ua29/EX12BT_KMR-2-AP04.png b/images/ua29/EX12BT_KMR-2-AP04.png new file mode 100644 index 0000000..36c15a4 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-AP04.png differ diff --git a/images/ua29/EX12BT_KMR-2-AP05.png b/images/ua29/EX12BT_KMR-2-AP05.png new file mode 100644 index 0000000..29607e8 Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-AP05.png differ diff --git a/images/ua29/EX12BT_KMR-2-AP06.png b/images/ua29/EX12BT_KMR-2-AP06.png new file mode 100644 index 0000000..103783b Binary files /dev/null and b/images/ua29/EX12BT_KMR-2-AP06.png differ diff --git a/images/ua29/UA29BT_KMR-1-001.png b/images/ua29/UA29BT_KMR-1-001.png new file mode 100644 index 0000000..bbb872a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-001.png differ diff --git a/images/ua29/UA29BT_KMR-1-001_p1.png b/images/ua29/UA29BT_KMR-1-001_p1.png new file mode 100644 index 0000000..adc4988 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-001_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-002.png b/images/ua29/UA29BT_KMR-1-002.png new file mode 100644 index 0000000..817d3c7 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-002.png differ diff --git a/images/ua29/UA29BT_KMR-1-002_p1.png b/images/ua29/UA29BT_KMR-1-002_p1.png new file mode 100644 index 0000000..d89a512 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-002_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-003.png b/images/ua29/UA29BT_KMR-1-003.png new file mode 100644 index 0000000..679771c Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-003.png differ diff --git a/images/ua29/UA29BT_KMR-1-004.png b/images/ua29/UA29BT_KMR-1-004.png new file mode 100644 index 0000000..bf9892b Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-004.png differ diff --git a/images/ua29/UA29BT_KMR-1-004_p1.png b/images/ua29/UA29BT_KMR-1-004_p1.png new file mode 100644 index 0000000..b763154 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-004_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-005.png b/images/ua29/UA29BT_KMR-1-005.png new file mode 100644 index 0000000..d1f5b73 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-005.png differ diff --git a/images/ua29/UA29BT_KMR-1-005_p1.png b/images/ua29/UA29BT_KMR-1-005_p1.png new file mode 100644 index 0000000..003410e Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-005_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-006.png b/images/ua29/UA29BT_KMR-1-006.png new file mode 100644 index 0000000..8e58f0f Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-006.png differ diff --git a/images/ua29/UA29BT_KMR-1-007.png b/images/ua29/UA29BT_KMR-1-007.png new file mode 100644 index 0000000..c383012 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-007.png differ diff --git a/images/ua29/UA29BT_KMR-1-008.png b/images/ua29/UA29BT_KMR-1-008.png new file mode 100644 index 0000000..5ea8859 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-008.png differ diff --git a/images/ua29/UA29BT_KMR-1-008_p1.png b/images/ua29/UA29BT_KMR-1-008_p1.png new file mode 100644 index 0000000..cacc3a8 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-008_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-009.png b/images/ua29/UA29BT_KMR-1-009.png new file mode 100644 index 0000000..58964d2 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-009.png differ diff --git a/images/ua29/UA29BT_KMR-1-009_p1.png b/images/ua29/UA29BT_KMR-1-009_p1.png new file mode 100644 index 0000000..3347f7a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-009_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-010.png b/images/ua29/UA29BT_KMR-1-010.png new file mode 100644 index 0000000..31f90f5 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-010.png differ diff --git a/images/ua29/UA29BT_KMR-1-011.png b/images/ua29/UA29BT_KMR-1-011.png new file mode 100644 index 0000000..ed37565 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-011.png differ diff --git a/images/ua29/UA29BT_KMR-1-012.png b/images/ua29/UA29BT_KMR-1-012.png new file mode 100644 index 0000000..1fa2c72 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-012.png differ diff --git a/images/ua29/UA29BT_KMR-1-013.png b/images/ua29/UA29BT_KMR-1-013.png new file mode 100644 index 0000000..cb8a66d Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-013.png differ diff --git a/images/ua29/UA29BT_KMR-1-014.png b/images/ua29/UA29BT_KMR-1-014.png new file mode 100644 index 0000000..0eda4ab Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-014.png differ diff --git a/images/ua29/UA29BT_KMR-1-015.png b/images/ua29/UA29BT_KMR-1-015.png new file mode 100644 index 0000000..c9f7591 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-015.png differ diff --git a/images/ua29/UA29BT_KMR-1-016.png b/images/ua29/UA29BT_KMR-1-016.png new file mode 100644 index 0000000..3390c38 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-016.png differ diff --git a/images/ua29/UA29BT_KMR-1-017.png b/images/ua29/UA29BT_KMR-1-017.png new file mode 100644 index 0000000..8ad2b69 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-017.png differ diff --git a/images/ua29/UA29BT_KMR-1-018.png b/images/ua29/UA29BT_KMR-1-018.png new file mode 100644 index 0000000..a5aa98c Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-018.png differ diff --git a/images/ua29/UA29BT_KMR-1-018_p1.png b/images/ua29/UA29BT_KMR-1-018_p1.png new file mode 100644 index 0000000..4e97fa2 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-018_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-019.png b/images/ua29/UA29BT_KMR-1-019.png new file mode 100644 index 0000000..f5499aa Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-019.png differ diff --git a/images/ua29/UA29BT_KMR-1-019_p1.png b/images/ua29/UA29BT_KMR-1-019_p1.png new file mode 100644 index 0000000..186f2ee Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-019_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-020.png b/images/ua29/UA29BT_KMR-1-020.png new file mode 100644 index 0000000..89a0304 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-020.png differ diff --git a/images/ua29/UA29BT_KMR-1-021.png b/images/ua29/UA29BT_KMR-1-021.png new file mode 100644 index 0000000..dab5be5 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-021.png differ diff --git a/images/ua29/UA29BT_KMR-1-021_p1.png b/images/ua29/UA29BT_KMR-1-021_p1.png new file mode 100644 index 0000000..1d56d12 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-021_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-021_p2.png b/images/ua29/UA29BT_KMR-1-021_p2.png new file mode 100644 index 0000000..16eb3cf Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-021_p2.png differ diff --git a/images/ua29/UA29BT_KMR-1-022.png b/images/ua29/UA29BT_KMR-1-022.png new file mode 100644 index 0000000..32f0461 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-022.png differ diff --git a/images/ua29/UA29BT_KMR-1-023.png b/images/ua29/UA29BT_KMR-1-023.png new file mode 100644 index 0000000..e0e45e6 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-023.png differ diff --git a/images/ua29/UA29BT_KMR-1-024.png b/images/ua29/UA29BT_KMR-1-024.png new file mode 100644 index 0000000..99fbd36 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-024.png differ diff --git a/images/ua29/UA29BT_KMR-1-025.png b/images/ua29/UA29BT_KMR-1-025.png new file mode 100644 index 0000000..91412a7 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-025.png differ diff --git a/images/ua29/UA29BT_KMR-1-026.png b/images/ua29/UA29BT_KMR-1-026.png new file mode 100644 index 0000000..aefb3ea Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-026.png differ diff --git a/images/ua29/UA29BT_KMR-1-027.png b/images/ua29/UA29BT_KMR-1-027.png new file mode 100644 index 0000000..921539e Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-027.png differ diff --git a/images/ua29/UA29BT_KMR-1-028.png b/images/ua29/UA29BT_KMR-1-028.png new file mode 100644 index 0000000..b1aaefe Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-028.png differ diff --git a/images/ua29/UA29BT_KMR-1-029.png b/images/ua29/UA29BT_KMR-1-029.png new file mode 100644 index 0000000..0656f8c Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-029.png differ diff --git a/images/ua29/UA29BT_KMR-1-030.png b/images/ua29/UA29BT_KMR-1-030.png new file mode 100644 index 0000000..190dd81 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-030.png differ diff --git a/images/ua29/UA29BT_KMR-1-031.png b/images/ua29/UA29BT_KMR-1-031.png new file mode 100644 index 0000000..f98ec80 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-031.png differ diff --git a/images/ua29/UA29BT_KMR-1-032.png b/images/ua29/UA29BT_KMR-1-032.png new file mode 100644 index 0000000..f93ba7a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-032.png differ diff --git a/images/ua29/UA29BT_KMR-1-033.png b/images/ua29/UA29BT_KMR-1-033.png new file mode 100644 index 0000000..75bc3e4 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-033.png differ diff --git a/images/ua29/UA29BT_KMR-1-034.png b/images/ua29/UA29BT_KMR-1-034.png new file mode 100644 index 0000000..fa6ad1e Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-034.png differ diff --git a/images/ua29/UA29BT_KMR-1-035.png b/images/ua29/UA29BT_KMR-1-035.png new file mode 100644 index 0000000..c8bab77 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-035.png differ diff --git a/images/ua29/UA29BT_KMR-1-036.png b/images/ua29/UA29BT_KMR-1-036.png new file mode 100644 index 0000000..b1102ac Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-036.png differ diff --git a/images/ua29/UA29BT_KMR-1-037.png b/images/ua29/UA29BT_KMR-1-037.png new file mode 100644 index 0000000..517c244 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-037.png differ diff --git a/images/ua29/UA29BT_KMR-1-038.png b/images/ua29/UA29BT_KMR-1-038.png new file mode 100644 index 0000000..e6e951e Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-038.png differ diff --git a/images/ua29/UA29BT_KMR-1-039.png b/images/ua29/UA29BT_KMR-1-039.png new file mode 100644 index 0000000..af6a87b Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-039.png differ diff --git a/images/ua29/UA29BT_KMR-1-039_p1.png b/images/ua29/UA29BT_KMR-1-039_p1.png new file mode 100644 index 0000000..3075896 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-039_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-040.png b/images/ua29/UA29BT_KMR-1-040.png new file mode 100644 index 0000000..13fceac Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-040.png differ diff --git a/images/ua29/UA29BT_KMR-1-041.png b/images/ua29/UA29BT_KMR-1-041.png new file mode 100644 index 0000000..1f42242 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-041.png differ diff --git a/images/ua29/UA29BT_KMR-1-041_p1.png b/images/ua29/UA29BT_KMR-1-041_p1.png new file mode 100644 index 0000000..36e561a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-041_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-042.png b/images/ua29/UA29BT_KMR-1-042.png new file mode 100644 index 0000000..f365e22 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-042.png differ diff --git a/images/ua29/UA29BT_KMR-1-043.png b/images/ua29/UA29BT_KMR-1-043.png new file mode 100644 index 0000000..b01d9e2 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-043.png differ diff --git a/images/ua29/UA29BT_KMR-1-044.png b/images/ua29/UA29BT_KMR-1-044.png new file mode 100644 index 0000000..49d465f Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-044.png differ diff --git a/images/ua29/UA29BT_KMR-1-044_p1.png b/images/ua29/UA29BT_KMR-1-044_p1.png new file mode 100644 index 0000000..d70831a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-044_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-045.png b/images/ua29/UA29BT_KMR-1-045.png new file mode 100644 index 0000000..aa2ffe2 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-045.png differ diff --git a/images/ua29/UA29BT_KMR-1-046.png b/images/ua29/UA29BT_KMR-1-046.png new file mode 100644 index 0000000..8939918 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-046.png differ diff --git a/images/ua29/UA29BT_KMR-1-047.png b/images/ua29/UA29BT_KMR-1-047.png new file mode 100644 index 0000000..a8a4c5d Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-047.png differ diff --git a/images/ua29/UA29BT_KMR-1-047_p1.png b/images/ua29/UA29BT_KMR-1-047_p1.png new file mode 100644 index 0000000..c227aa4 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-047_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-048.png b/images/ua29/UA29BT_KMR-1-048.png new file mode 100644 index 0000000..062d586 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-048.png differ diff --git a/images/ua29/UA29BT_KMR-1-049.png b/images/ua29/UA29BT_KMR-1-049.png new file mode 100644 index 0000000..4582034 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-049.png differ diff --git a/images/ua29/UA29BT_KMR-1-050.png b/images/ua29/UA29BT_KMR-1-050.png new file mode 100644 index 0000000..af7641f Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-050.png differ diff --git a/images/ua29/UA29BT_KMR-1-051.png b/images/ua29/UA29BT_KMR-1-051.png new file mode 100644 index 0000000..6d15f42 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-051.png differ diff --git a/images/ua29/UA29BT_KMR-1-051_p1.png b/images/ua29/UA29BT_KMR-1-051_p1.png new file mode 100644 index 0000000..a380791 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-051_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-052.png b/images/ua29/UA29BT_KMR-1-052.png new file mode 100644 index 0000000..ae9f501 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-052.png differ diff --git a/images/ua29/UA29BT_KMR-1-052_p1.png b/images/ua29/UA29BT_KMR-1-052_p1.png new file mode 100644 index 0000000..0675b98 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-052_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-053.png b/images/ua29/UA29BT_KMR-1-053.png new file mode 100644 index 0000000..2f13b93 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-053.png differ diff --git a/images/ua29/UA29BT_KMR-1-053_p1.png b/images/ua29/UA29BT_KMR-1-053_p1.png new file mode 100644 index 0000000..5c93975 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-053_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-054.png b/images/ua29/UA29BT_KMR-1-054.png new file mode 100644 index 0000000..453cc28 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-054.png differ diff --git a/images/ua29/UA29BT_KMR-1-055.png b/images/ua29/UA29BT_KMR-1-055.png new file mode 100644 index 0000000..4fe940b Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-055.png differ diff --git a/images/ua29/UA29BT_KMR-1-056.png b/images/ua29/UA29BT_KMR-1-056.png new file mode 100644 index 0000000..b45d7e2 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-056.png differ diff --git a/images/ua29/UA29BT_KMR-1-057.png b/images/ua29/UA29BT_KMR-1-057.png new file mode 100644 index 0000000..b068344 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-057.png differ diff --git a/images/ua29/UA29BT_KMR-1-058.png b/images/ua29/UA29BT_KMR-1-058.png new file mode 100644 index 0000000..0c8ba31 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-058.png differ diff --git a/images/ua29/UA29BT_KMR-1-059.png b/images/ua29/UA29BT_KMR-1-059.png new file mode 100644 index 0000000..a014739 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-059.png differ diff --git a/images/ua29/UA29BT_KMR-1-060.png b/images/ua29/UA29BT_KMR-1-060.png new file mode 100644 index 0000000..7a5b37a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-060.png differ diff --git a/images/ua29/UA29BT_KMR-1-061.png b/images/ua29/UA29BT_KMR-1-061.png new file mode 100644 index 0000000..5736eee Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-061.png differ diff --git a/images/ua29/UA29BT_KMR-1-062.png b/images/ua29/UA29BT_KMR-1-062.png new file mode 100644 index 0000000..84ee6af Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-062.png differ diff --git a/images/ua29/UA29BT_KMR-1-062_p1.png b/images/ua29/UA29BT_KMR-1-062_p1.png new file mode 100644 index 0000000..5a59558 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-062_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-063.png b/images/ua29/UA29BT_KMR-1-063.png new file mode 100644 index 0000000..7ac3f29 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-063.png differ diff --git a/images/ua29/UA29BT_KMR-1-064.png b/images/ua29/UA29BT_KMR-1-064.png new file mode 100644 index 0000000..3c61e11 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-064.png differ diff --git a/images/ua29/UA29BT_KMR-1-065.png b/images/ua29/UA29BT_KMR-1-065.png new file mode 100644 index 0000000..8ab0eb0 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-065.png differ diff --git a/images/ua29/UA29BT_KMR-1-066.png b/images/ua29/UA29BT_KMR-1-066.png new file mode 100644 index 0000000..7650706 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-066.png differ diff --git a/images/ua29/UA29BT_KMR-1-067.png b/images/ua29/UA29BT_KMR-1-067.png new file mode 100644 index 0000000..5d94d79 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-067.png differ diff --git a/images/ua29/UA29BT_KMR-1-068.png b/images/ua29/UA29BT_KMR-1-068.png new file mode 100644 index 0000000..5b07b23 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-068.png differ diff --git a/images/ua29/UA29BT_KMR-1-069.png b/images/ua29/UA29BT_KMR-1-069.png new file mode 100644 index 0000000..2d08554 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-069.png differ diff --git a/images/ua29/UA29BT_KMR-1-070.png b/images/ua29/UA29BT_KMR-1-070.png new file mode 100644 index 0000000..28f2f35 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-070.png differ diff --git a/images/ua29/UA29BT_KMR-1-070_p1.png b/images/ua29/UA29BT_KMR-1-070_p1.png new file mode 100644 index 0000000..17fee69 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-070_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-071.png b/images/ua29/UA29BT_KMR-1-071.png new file mode 100644 index 0000000..552b58a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-071.png differ diff --git a/images/ua29/UA29BT_KMR-1-071_p1.png b/images/ua29/UA29BT_KMR-1-071_p1.png new file mode 100644 index 0000000..ecb3563 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-071_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-072.png b/images/ua29/UA29BT_KMR-1-072.png new file mode 100644 index 0000000..52e11f8 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-072.png differ diff --git a/images/ua29/UA29BT_KMR-1-073.png b/images/ua29/UA29BT_KMR-1-073.png new file mode 100644 index 0000000..c39bf2a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-073.png differ diff --git a/images/ua29/UA29BT_KMR-1-074.png b/images/ua29/UA29BT_KMR-1-074.png new file mode 100644 index 0000000..a21747c Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-074.png differ diff --git a/images/ua29/UA29BT_KMR-1-075.png b/images/ua29/UA29BT_KMR-1-075.png new file mode 100644 index 0000000..29bd668 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-075.png differ diff --git a/images/ua29/UA29BT_KMR-1-076.png b/images/ua29/UA29BT_KMR-1-076.png new file mode 100644 index 0000000..ca4347b Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-076.png differ diff --git a/images/ua29/UA29BT_KMR-1-076_p1.png b/images/ua29/UA29BT_KMR-1-076_p1.png new file mode 100644 index 0000000..196ec3e Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-076_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-077.png b/images/ua29/UA29BT_KMR-1-077.png new file mode 100644 index 0000000..0550ce9 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-077.png differ diff --git a/images/ua29/UA29BT_KMR-1-078.png b/images/ua29/UA29BT_KMR-1-078.png new file mode 100644 index 0000000..b2e0637 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-078.png differ diff --git a/images/ua29/UA29BT_KMR-1-079.png b/images/ua29/UA29BT_KMR-1-079.png new file mode 100644 index 0000000..421e5fd Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-079.png differ diff --git a/images/ua29/UA29BT_KMR-1-079_p1.png b/images/ua29/UA29BT_KMR-1-079_p1.png new file mode 100644 index 0000000..95a9107 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-079_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-080.png b/images/ua29/UA29BT_KMR-1-080.png new file mode 100644 index 0000000..37e25b1 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-080.png differ diff --git a/images/ua29/UA29BT_KMR-1-081.png b/images/ua29/UA29BT_KMR-1-081.png new file mode 100644 index 0000000..59fb6b9 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-081.png differ diff --git a/images/ua29/UA29BT_KMR-1-081_p1.png b/images/ua29/UA29BT_KMR-1-081_p1.png new file mode 100644 index 0000000..4c6c297 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-081_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-082.png b/images/ua29/UA29BT_KMR-1-082.png new file mode 100644 index 0000000..e675fa0 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-082.png differ diff --git a/images/ua29/UA29BT_KMR-1-083.png b/images/ua29/UA29BT_KMR-1-083.png new file mode 100644 index 0000000..86be056 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-083.png differ diff --git a/images/ua29/UA29BT_KMR-1-084.png b/images/ua29/UA29BT_KMR-1-084.png new file mode 100644 index 0000000..f1981f1 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-084.png differ diff --git a/images/ua29/UA29BT_KMR-1-085.png b/images/ua29/UA29BT_KMR-1-085.png new file mode 100644 index 0000000..9b1a5d0 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-085.png differ diff --git a/images/ua29/UA29BT_KMR-1-085_p1.png b/images/ua29/UA29BT_KMR-1-085_p1.png new file mode 100644 index 0000000..0f1906d Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-085_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-086.png b/images/ua29/UA29BT_KMR-1-086.png new file mode 100644 index 0000000..c741deb Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-086.png differ diff --git a/images/ua29/UA29BT_KMR-1-086_p1.png b/images/ua29/UA29BT_KMR-1-086_p1.png new file mode 100644 index 0000000..8f06e74 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-086_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-087.png b/images/ua29/UA29BT_KMR-1-087.png new file mode 100644 index 0000000..223f22b Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-087.png differ diff --git a/images/ua29/UA29BT_KMR-1-088.png b/images/ua29/UA29BT_KMR-1-088.png new file mode 100644 index 0000000..105fe34 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-088.png differ diff --git a/images/ua29/UA29BT_KMR-1-089.png b/images/ua29/UA29BT_KMR-1-089.png new file mode 100644 index 0000000..300b221 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-089.png differ diff --git a/images/ua29/UA29BT_KMR-1-089_p1.png b/images/ua29/UA29BT_KMR-1-089_p1.png new file mode 100644 index 0000000..f93f3c1 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-089_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-090.png b/images/ua29/UA29BT_KMR-1-090.png new file mode 100644 index 0000000..608005a Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-090.png differ diff --git a/images/ua29/UA29BT_KMR-1-090_p1.png b/images/ua29/UA29BT_KMR-1-090_p1.png new file mode 100644 index 0000000..e4e2633 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-090_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-091.png b/images/ua29/UA29BT_KMR-1-091.png new file mode 100644 index 0000000..9d5b74c Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-091.png differ diff --git a/images/ua29/UA29BT_KMR-1-092.png b/images/ua29/UA29BT_KMR-1-092.png new file mode 100644 index 0000000..2c90231 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-092.png differ diff --git a/images/ua29/UA29BT_KMR-1-092_p1.png b/images/ua29/UA29BT_KMR-1-092_p1.png new file mode 100644 index 0000000..112faa0 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-092_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-093.png b/images/ua29/UA29BT_KMR-1-093.png new file mode 100644 index 0000000..aef0345 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-093.png differ diff --git a/images/ua29/UA29BT_KMR-1-093_p1.png b/images/ua29/UA29BT_KMR-1-093_p1.png new file mode 100644 index 0000000..348b47b Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-093_p1.png differ diff --git a/images/ua29/UA29BT_KMR-1-094.png b/images/ua29/UA29BT_KMR-1-094.png new file mode 100644 index 0000000..cb879b5 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-094.png differ diff --git a/images/ua29/UA29BT_KMR-1-095.png b/images/ua29/UA29BT_KMR-1-095.png new file mode 100644 index 0000000..1a62cd8 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-095.png differ diff --git a/images/ua29/UA29BT_KMR-1-096.png b/images/ua29/UA29BT_KMR-1-096.png new file mode 100644 index 0000000..3a54a61 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-096.png differ diff --git a/images/ua29/UA29BT_KMR-1-097.png b/images/ua29/UA29BT_KMR-1-097.png new file mode 100644 index 0000000..36a16fe Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-097.png differ diff --git a/images/ua29/UA29BT_KMR-1-098.png b/images/ua29/UA29BT_KMR-1-098.png new file mode 100644 index 0000000..a2879a3 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-098.png differ diff --git a/images/ua29/UA29BT_KMR-1-099.png b/images/ua29/UA29BT_KMR-1-099.png new file mode 100644 index 0000000..714823d Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-099.png differ diff --git a/images/ua29/UA29BT_KMR-1-100.png b/images/ua29/UA29BT_KMR-1-100.png new file mode 100644 index 0000000..addf3da Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-100.png differ diff --git a/images/ua29/UA29BT_KMR-1-AP01.png b/images/ua29/UA29BT_KMR-1-AP01.png new file mode 100644 index 0000000..b26a25f Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-AP01.png differ diff --git a/images/ua29/UA29BT_KMR-1-AP01_s.png b/images/ua29/UA29BT_KMR-1-AP01_s.png new file mode 100644 index 0000000..da390e2 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-AP01_s.png differ diff --git a/images/ua29/UA29BT_KMR-1-AP02.png b/images/ua29/UA29BT_KMR-1-AP02.png new file mode 100644 index 0000000..c31a029 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-AP02.png differ diff --git a/images/ua29/UA29BT_KMR-1-AP03.png b/images/ua29/UA29BT_KMR-1-AP03.png new file mode 100644 index 0000000..4adc271 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-AP03.png differ diff --git a/images/ua29/UA29BT_KMR-1-AP04.png b/images/ua29/UA29BT_KMR-1-AP04.png new file mode 100644 index 0000000..6bcffc7 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-AP04.png differ diff --git a/images/ua29/UA29BT_KMR-1-AP05.png b/images/ua29/UA29BT_KMR-1-AP05.png new file mode 100644 index 0000000..7c27a10 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-AP05.png differ diff --git a/images/ua29/UA29BT_KMR-1-AP06.png b/images/ua29/UA29BT_KMR-1-AP06.png new file mode 100644 index 0000000..67ac1f2 Binary files /dev/null and b/images/ua29/UA29BT_KMR-1-AP06.png differ diff --git a/images/ua29/UA29ST_KMR-1-016.png b/images/ua29/UA29ST_KMR-1-016.png new file mode 100644 index 0000000..d7eecf1 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-016.png differ diff --git a/images/ua29/UA29ST_KMR-1-017.png b/images/ua29/UA29ST_KMR-1-017.png new file mode 100644 index 0000000..817d3c7 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-017.png differ diff --git a/images/ua29/UA29ST_KMR-1-018.png b/images/ua29/UA29ST_KMR-1-018.png new file mode 100644 index 0000000..905b079 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-018.png differ diff --git a/images/ua29/UA29ST_KMR-1-023.png b/images/ua29/UA29ST_KMR-1-023.png new file mode 100644 index 0000000..0b662f9 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-023.png differ diff --git a/images/ua29/UA29ST_KMR-1-025.png b/images/ua29/UA29ST_KMR-1-025.png new file mode 100644 index 0000000..0c5d481 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-025.png differ diff --git a/images/ua29/UA29ST_KMR-1-026.png b/images/ua29/UA29ST_KMR-1-026.png new file mode 100644 index 0000000..9f3c11c Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-026.png differ diff --git a/images/ua29/UA29ST_KMR-1-027.png b/images/ua29/UA29ST_KMR-1-027.png new file mode 100644 index 0000000..b7bdd2e Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-027.png differ diff --git a/images/ua29/UA29ST_KMR-1-032.png b/images/ua29/UA29ST_KMR-1-032.png new file mode 100644 index 0000000..a300507 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-032.png differ diff --git a/images/ua29/UA29ST_KMR-1-033.png b/images/ua29/UA29ST_KMR-1-033.png new file mode 100644 index 0000000..e1f10e5 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-033.png differ diff --git a/images/ua29/UA29ST_KMR-1-101.png b/images/ua29/UA29ST_KMR-1-101.png new file mode 100644 index 0000000..4ae7465 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-101.png differ diff --git a/images/ua29/UA29ST_KMR-1-102.png b/images/ua29/UA29ST_KMR-1-102.png new file mode 100644 index 0000000..ecb9768 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-102.png differ diff --git a/images/ua29/UA29ST_KMR-1-103.png b/images/ua29/UA29ST_KMR-1-103.png new file mode 100644 index 0000000..2a94be4 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-103.png differ diff --git a/images/ua29/UA29ST_KMR-1-104.png b/images/ua29/UA29ST_KMR-1-104.png new file mode 100644 index 0000000..504d077 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-104.png differ diff --git a/images/ua29/UA29ST_KMR-1-105.png b/images/ua29/UA29ST_KMR-1-105.png new file mode 100644 index 0000000..81f1e02 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-105.png differ diff --git a/images/ua29/UA29ST_KMR-1-106.png b/images/ua29/UA29ST_KMR-1-106.png new file mode 100644 index 0000000..6962ca9 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-106.png differ diff --git a/images/ua29/UA29ST_KMR-1-107.png b/images/ua29/UA29ST_KMR-1-107.png new file mode 100644 index 0000000..737907f Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-107.png differ diff --git a/images/ua29/UA29ST_KMR-1-108.png b/images/ua29/UA29ST_KMR-1-108.png new file mode 100644 index 0000000..645ef73 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-108.png differ diff --git a/images/ua29/UA29ST_KMR-1-109.png b/images/ua29/UA29ST_KMR-1-109.png new file mode 100644 index 0000000..20c7c34 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-109.png differ diff --git a/images/ua29/UA29ST_KMR-1-110.png b/images/ua29/UA29ST_KMR-1-110.png new file mode 100644 index 0000000..3db5565 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-110.png differ diff --git a/images/ua29/UA29ST_KMR-1-110_p1.png b/images/ua29/UA29ST_KMR-1-110_p1.png new file mode 100644 index 0000000..2815f3c Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-110_p1.png differ diff --git a/images/ua29/UA29ST_KMR-1-111.png b/images/ua29/UA29ST_KMR-1-111.png new file mode 100644 index 0000000..5c93a8d Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-111.png differ diff --git a/images/ua29/UA29ST_KMR-1-111_p1.png b/images/ua29/UA29ST_KMR-1-111_p1.png new file mode 100644 index 0000000..2b7483b Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-111_p1.png differ diff --git a/images/ua29/UA29ST_KMR-1-112.png b/images/ua29/UA29ST_KMR-1-112.png new file mode 100644 index 0000000..48d30af Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-112.png differ diff --git a/images/ua29/UA29ST_KMR-1-112_p1.png b/images/ua29/UA29ST_KMR-1-112_p1.png new file mode 100644 index 0000000..14d82b0 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-112_p1.png differ diff --git a/images/ua29/UA29ST_KMR-1-113.png b/images/ua29/UA29ST_KMR-1-113.png new file mode 100644 index 0000000..36487ef Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-113.png differ diff --git a/images/ua29/UA29ST_KMR-1-113_p1.png b/images/ua29/UA29ST_KMR-1-113_p1.png new file mode 100644 index 0000000..953ebb2 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-113_p1.png differ diff --git a/images/ua29/UA29ST_KMR-1-AP01.png b/images/ua29/UA29ST_KMR-1-AP01.png new file mode 100644 index 0000000..2bf2242 Binary files /dev/null and b/images/ua29/UA29ST_KMR-1-AP01.png differ diff --git a/images/ua29/UAPB_KMR-AP01.png b/images/ua29/UAPB_KMR-AP01.png new file mode 100644 index 0000000..4ef094b Binary files /dev/null and b/images/ua29/UAPB_KMR-AP01.png differ diff --git a/images/ua29/UAPR_KMR-1-021.png b/images/ua29/UAPR_KMR-1-021.png new file mode 100644 index 0000000..e481720 Binary files /dev/null and b/images/ua29/UAPR_KMR-1-021.png differ diff --git a/images/ua29/UAPR_KMR-1-021_p1.png b/images/ua29/UAPR_KMR-1-021_p1.png new file mode 100644 index 0000000..b705482 Binary files /dev/null and b/images/ua29/UAPR_KMR-1-021_p1.png differ diff --git a/images/ua29/UAPR_KMR-1-022.png b/images/ua29/UAPR_KMR-1-022.png new file mode 100644 index 0000000..835f771 Binary files /dev/null and b/images/ua29/UAPR_KMR-1-022.png differ diff --git a/images/ua29/UAPR_KMR-1-023.png b/images/ua29/UAPR_KMR-1-023.png new file mode 100644 index 0000000..aa4af68 Binary files /dev/null and b/images/ua29/UAPR_KMR-1-023.png differ diff --git a/images/ua29/UAPR_KMR-1-039.png b/images/ua29/UAPR_KMR-1-039.png new file mode 100644 index 0000000..c05b9fa Binary files /dev/null and b/images/ua29/UAPR_KMR-1-039.png differ diff --git a/images/ua29/UAPR_KMR-1-039_p1.png b/images/ua29/UAPR_KMR-1-039_p1.png new file mode 100644 index 0000000..a4a4f47 Binary files /dev/null and b/images/ua29/UAPR_KMR-1-039_p1.png differ diff --git a/images/ua29/UAPR_KMR-2-011.png b/images/ua29/UAPR_KMR-2-011.png new file mode 100644 index 0000000..78c2acc Binary files /dev/null and b/images/ua29/UAPR_KMR-2-011.png differ diff --git a/images/ua29/UAPR_KMR-2-052.png b/images/ua29/UAPR_KMR-2-052.png new file mode 100644 index 0000000..2c15fc2 Binary files /dev/null and b/images/ua29/UAPR_KMR-2-052.png differ diff --git a/images/ua29/UAPR_KMR-2-085.png b/images/ua29/UAPR_KMR-2-085.png new file mode 100644 index 0000000..a7390a7 Binary files /dev/null and b/images/ua29/UAPR_KMR-2-085.png differ diff --git a/images/ua29/UAPR_KMR-P-001.png b/images/ua29/UAPR_KMR-P-001.png new file mode 100644 index 0000000..e1a6f06 Binary files /dev/null and b/images/ua29/UAPR_KMR-P-001.png differ diff --git a/images/ua29/UAPR_KMR-P-002.png b/images/ua29/UAPR_KMR-P-002.png new file mode 100644 index 0000000..bd80c93 Binary files /dev/null and b/images/ua29/UAPR_KMR-P-002.png differ diff --git a/images/ua30/EX11BT_ARK-2-001.png b/images/ua30/EX11BT_ARK-2-001.png new file mode 100644 index 0000000..c3e7d45 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-001.png differ diff --git a/images/ua30/EX11BT_ARK-2-002.png b/images/ua30/EX11BT_ARK-2-002.png new file mode 100644 index 0000000..eaa2c86 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-002.png differ diff --git a/images/ua30/EX11BT_ARK-2-003.png b/images/ua30/EX11BT_ARK-2-003.png new file mode 100644 index 0000000..d733952 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-003.png differ diff --git a/images/ua30/EX11BT_ARK-2-003_p1.png b/images/ua30/EX11BT_ARK-2-003_p1.png new file mode 100644 index 0000000..e8a7137 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-003_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-004.png b/images/ua30/EX11BT_ARK-2-004.png new file mode 100644 index 0000000..4dabe23 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-004.png differ diff --git a/images/ua30/EX11BT_ARK-2-004_p1.png b/images/ua30/EX11BT_ARK-2-004_p1.png new file mode 100644 index 0000000..6d7ceac Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-004_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-005.png b/images/ua30/EX11BT_ARK-2-005.png new file mode 100644 index 0000000..4a72956 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-005.png differ diff --git a/images/ua30/EX11BT_ARK-2-006.png b/images/ua30/EX11BT_ARK-2-006.png new file mode 100644 index 0000000..9fdb2aa Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-006.png differ diff --git a/images/ua30/EX11BT_ARK-2-007.png b/images/ua30/EX11BT_ARK-2-007.png new file mode 100644 index 0000000..b7da7a3 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-007.png differ diff --git a/images/ua30/EX11BT_ARK-2-008.png b/images/ua30/EX11BT_ARK-2-008.png new file mode 100644 index 0000000..0151470 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-008.png differ diff --git a/images/ua30/EX11BT_ARK-2-009.png b/images/ua30/EX11BT_ARK-2-009.png new file mode 100644 index 0000000..205b5ba Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-009.png differ diff --git a/images/ua30/EX11BT_ARK-2-010.png b/images/ua30/EX11BT_ARK-2-010.png new file mode 100644 index 0000000..186ce46 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-010.png differ diff --git a/images/ua30/EX11BT_ARK-2-011.png b/images/ua30/EX11BT_ARK-2-011.png new file mode 100644 index 0000000..4c54257 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-011.png differ diff --git a/images/ua30/EX11BT_ARK-2-012.png b/images/ua30/EX11BT_ARK-2-012.png new file mode 100644 index 0000000..94aa717 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-012.png differ diff --git a/images/ua30/EX11BT_ARK-2-013.png b/images/ua30/EX11BT_ARK-2-013.png new file mode 100644 index 0000000..2bc3b8a Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-013.png differ diff --git a/images/ua30/EX11BT_ARK-2-014.png b/images/ua30/EX11BT_ARK-2-014.png new file mode 100644 index 0000000..247da1c Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-014.png differ diff --git a/images/ua30/EX11BT_ARK-2-014_p1.png b/images/ua30/EX11BT_ARK-2-014_p1.png new file mode 100644 index 0000000..b9ed20c Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-014_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-015.png b/images/ua30/EX11BT_ARK-2-015.png new file mode 100644 index 0000000..a23628b Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-015.png differ diff --git a/images/ua30/EX11BT_ARK-2-015_p1.png b/images/ua30/EX11BT_ARK-2-015_p1.png new file mode 100644 index 0000000..41a3fa1 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-015_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-016.png b/images/ua30/EX11BT_ARK-2-016.png new file mode 100644 index 0000000..9aaa2a9 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-016.png differ diff --git a/images/ua30/EX11BT_ARK-2-017.png b/images/ua30/EX11BT_ARK-2-017.png new file mode 100644 index 0000000..0549494 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-017.png differ diff --git a/images/ua30/EX11BT_ARK-2-017_p1.png b/images/ua30/EX11BT_ARK-2-017_p1.png new file mode 100644 index 0000000..a7c65f2 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-017_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-018.png b/images/ua30/EX11BT_ARK-2-018.png new file mode 100644 index 0000000..1cc68bc Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-018.png differ diff --git a/images/ua30/EX11BT_ARK-2-019.png b/images/ua30/EX11BT_ARK-2-019.png new file mode 100644 index 0000000..cc45ef8 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-019.png differ diff --git a/images/ua30/EX11BT_ARK-2-020.png b/images/ua30/EX11BT_ARK-2-020.png new file mode 100644 index 0000000..8b2375b Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-020.png differ diff --git a/images/ua30/EX11BT_ARK-2-020_p1.png b/images/ua30/EX11BT_ARK-2-020_p1.png new file mode 100644 index 0000000..42ced24 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-020_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-021.png b/images/ua30/EX11BT_ARK-2-021.png new file mode 100644 index 0000000..706831a Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-021.png differ diff --git a/images/ua30/EX11BT_ARK-2-022.png b/images/ua30/EX11BT_ARK-2-022.png new file mode 100644 index 0000000..4e83073 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-022.png differ diff --git a/images/ua30/EX11BT_ARK-2-023.png b/images/ua30/EX11BT_ARK-2-023.png new file mode 100644 index 0000000..cf23410 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-023.png differ diff --git a/images/ua30/EX11BT_ARK-2-023_p1.png b/images/ua30/EX11BT_ARK-2-023_p1.png new file mode 100644 index 0000000..1824ba9 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-023_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-024.png b/images/ua30/EX11BT_ARK-2-024.png new file mode 100644 index 0000000..1b13c82 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-024.png differ diff --git a/images/ua30/EX11BT_ARK-2-025.png b/images/ua30/EX11BT_ARK-2-025.png new file mode 100644 index 0000000..de2ada0 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-025.png differ diff --git a/images/ua30/EX11BT_ARK-2-026.png b/images/ua30/EX11BT_ARK-2-026.png new file mode 100644 index 0000000..0c474ad Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-026.png differ diff --git a/images/ua30/EX11BT_ARK-2-027.png b/images/ua30/EX11BT_ARK-2-027.png new file mode 100644 index 0000000..2a5f538 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-027.png differ diff --git a/images/ua30/EX11BT_ARK-2-027_p1.png b/images/ua30/EX11BT_ARK-2-027_p1.png new file mode 100644 index 0000000..f9b8a5e Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-027_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-028.png b/images/ua30/EX11BT_ARK-2-028.png new file mode 100644 index 0000000..3ba4e82 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-028.png differ diff --git a/images/ua30/EX11BT_ARK-2-029.png b/images/ua30/EX11BT_ARK-2-029.png new file mode 100644 index 0000000..a7d45ee Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-029.png differ diff --git a/images/ua30/EX11BT_ARK-2-030.png b/images/ua30/EX11BT_ARK-2-030.png new file mode 100644 index 0000000..f2193c6 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-030.png differ diff --git a/images/ua30/EX11BT_ARK-2-031.png b/images/ua30/EX11BT_ARK-2-031.png new file mode 100644 index 0000000..a2dfd06 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-031.png differ diff --git a/images/ua30/EX11BT_ARK-2-032.png b/images/ua30/EX11BT_ARK-2-032.png new file mode 100644 index 0000000..fb69e25 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-032.png differ diff --git a/images/ua30/EX11BT_ARK-2-033.png b/images/ua30/EX11BT_ARK-2-033.png new file mode 100644 index 0000000..7e5dfd4 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-033.png differ diff --git a/images/ua30/EX11BT_ARK-2-033_p1.png b/images/ua30/EX11BT_ARK-2-033_p1.png new file mode 100644 index 0000000..3158198 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-033_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-034.png b/images/ua30/EX11BT_ARK-2-034.png new file mode 100644 index 0000000..fc2cda0 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-034.png differ diff --git a/images/ua30/EX11BT_ARK-2-035.png b/images/ua30/EX11BT_ARK-2-035.png new file mode 100644 index 0000000..b91538c Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-035.png differ diff --git a/images/ua30/EX11BT_ARK-2-036.png b/images/ua30/EX11BT_ARK-2-036.png new file mode 100644 index 0000000..4c1c45f Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-036.png differ diff --git a/images/ua30/EX11BT_ARK-2-036_p1.png b/images/ua30/EX11BT_ARK-2-036_p1.png new file mode 100644 index 0000000..eb982c7 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-036_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-037.png b/images/ua30/EX11BT_ARK-2-037.png new file mode 100644 index 0000000..9a41d50 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-037.png differ diff --git a/images/ua30/EX11BT_ARK-2-038.png b/images/ua30/EX11BT_ARK-2-038.png new file mode 100644 index 0000000..1464196 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-038.png differ diff --git a/images/ua30/EX11BT_ARK-2-038_p1.png b/images/ua30/EX11BT_ARK-2-038_p1.png new file mode 100644 index 0000000..e8db4d0 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-038_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-038_p2.png b/images/ua30/EX11BT_ARK-2-038_p2.png new file mode 100644 index 0000000..1847d45 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-038_p2.png differ diff --git a/images/ua30/EX11BT_ARK-2-039.png b/images/ua30/EX11BT_ARK-2-039.png new file mode 100644 index 0000000..b285550 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-039.png differ diff --git a/images/ua30/EX11BT_ARK-2-040.png b/images/ua30/EX11BT_ARK-2-040.png new file mode 100644 index 0000000..80dd979 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-040.png differ diff --git a/images/ua30/EX11BT_ARK-2-041.png b/images/ua30/EX11BT_ARK-2-041.png new file mode 100644 index 0000000..70d8964 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-041.png differ diff --git a/images/ua30/EX11BT_ARK-2-041_p1.png b/images/ua30/EX11BT_ARK-2-041_p1.png new file mode 100644 index 0000000..38a62ae Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-041_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-042.png b/images/ua30/EX11BT_ARK-2-042.png new file mode 100644 index 0000000..eaa42d1 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-042.png differ diff --git a/images/ua30/EX11BT_ARK-2-042_p1.png b/images/ua30/EX11BT_ARK-2-042_p1.png new file mode 100644 index 0000000..5525fd8 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-042_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-043.png b/images/ua30/EX11BT_ARK-2-043.png new file mode 100644 index 0000000..bcb8e05 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-043.png differ diff --git a/images/ua30/EX11BT_ARK-2-044.png b/images/ua30/EX11BT_ARK-2-044.png new file mode 100644 index 0000000..62ea6f9 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-044.png differ diff --git a/images/ua30/EX11BT_ARK-2-044_p1.png b/images/ua30/EX11BT_ARK-2-044_p1.png new file mode 100644 index 0000000..50a5ae6 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-044_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-045.png b/images/ua30/EX11BT_ARK-2-045.png new file mode 100644 index 0000000..876c001 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-045.png differ diff --git a/images/ua30/EX11BT_ARK-2-046.png b/images/ua30/EX11BT_ARK-2-046.png new file mode 100644 index 0000000..1f2f1ad Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-046.png differ diff --git a/images/ua30/EX11BT_ARK-2-046_p1.png b/images/ua30/EX11BT_ARK-2-046_p1.png new file mode 100644 index 0000000..11c983b Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-046_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-047.png b/images/ua30/EX11BT_ARK-2-047.png new file mode 100644 index 0000000..898ee74 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-047.png differ diff --git a/images/ua30/EX11BT_ARK-2-048.png b/images/ua30/EX11BT_ARK-2-048.png new file mode 100644 index 0000000..047d87f Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-048.png differ diff --git a/images/ua30/EX11BT_ARK-2-049.png b/images/ua30/EX11BT_ARK-2-049.png new file mode 100644 index 0000000..cbdc905 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-049.png differ diff --git a/images/ua30/EX11BT_ARK-2-050.png b/images/ua30/EX11BT_ARK-2-050.png new file mode 100644 index 0000000..78a6d9e Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-050.png differ diff --git a/images/ua30/EX11BT_ARK-2-050_p1.png b/images/ua30/EX11BT_ARK-2-050_p1.png new file mode 100644 index 0000000..a9b6150 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-050_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-051.png b/images/ua30/EX11BT_ARK-2-051.png new file mode 100644 index 0000000..a45d4f3 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-051.png differ diff --git a/images/ua30/EX11BT_ARK-2-051_p1.png b/images/ua30/EX11BT_ARK-2-051_p1.png new file mode 100644 index 0000000..be2c74b Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-051_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-051_p2.png b/images/ua30/EX11BT_ARK-2-051_p2.png new file mode 100644 index 0000000..b0bc25a Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-051_p2.png differ diff --git a/images/ua30/EX11BT_ARK-2-052.png b/images/ua30/EX11BT_ARK-2-052.png new file mode 100644 index 0000000..bbf81d4 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-052.png differ diff --git a/images/ua30/EX11BT_ARK-2-053.png b/images/ua30/EX11BT_ARK-2-053.png new file mode 100644 index 0000000..8f711fc Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-053.png differ diff --git a/images/ua30/EX11BT_ARK-2-054.png b/images/ua30/EX11BT_ARK-2-054.png new file mode 100644 index 0000000..2e024b9 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-054.png differ diff --git a/images/ua30/EX11BT_ARK-2-055.png b/images/ua30/EX11BT_ARK-2-055.png new file mode 100644 index 0000000..d722e0f Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-055.png differ diff --git a/images/ua30/EX11BT_ARK-2-056.png b/images/ua30/EX11BT_ARK-2-056.png new file mode 100644 index 0000000..35451d7 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-056.png differ diff --git a/images/ua30/EX11BT_ARK-2-057.png b/images/ua30/EX11BT_ARK-2-057.png new file mode 100644 index 0000000..32ee376 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-057.png differ diff --git a/images/ua30/EX11BT_ARK-2-058.png b/images/ua30/EX11BT_ARK-2-058.png new file mode 100644 index 0000000..fca9c4c Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-058.png differ diff --git a/images/ua30/EX11BT_ARK-2-058_p1.png b/images/ua30/EX11BT_ARK-2-058_p1.png new file mode 100644 index 0000000..9265a7d Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-058_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-059.png b/images/ua30/EX11BT_ARK-2-059.png new file mode 100644 index 0000000..604e6c3 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-059.png differ diff --git a/images/ua30/EX11BT_ARK-2-060.png b/images/ua30/EX11BT_ARK-2-060.png new file mode 100644 index 0000000..4518ca3 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-060.png differ diff --git a/images/ua30/EX11BT_ARK-2-061.png b/images/ua30/EX11BT_ARK-2-061.png new file mode 100644 index 0000000..23e5cf8 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-061.png differ diff --git a/images/ua30/EX11BT_ARK-2-062.png b/images/ua30/EX11BT_ARK-2-062.png new file mode 100644 index 0000000..cc6af71 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-062.png differ diff --git a/images/ua30/EX11BT_ARK-2-062_p1.png b/images/ua30/EX11BT_ARK-2-062_p1.png new file mode 100644 index 0000000..333c9ca Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-062_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-063.png b/images/ua30/EX11BT_ARK-2-063.png new file mode 100644 index 0000000..193e939 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-063.png differ diff --git a/images/ua30/EX11BT_ARK-2-063_p1.png b/images/ua30/EX11BT_ARK-2-063_p1.png new file mode 100644 index 0000000..bcbe206 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-063_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-064.png b/images/ua30/EX11BT_ARK-2-064.png new file mode 100644 index 0000000..1a85b90 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-064.png differ diff --git a/images/ua30/EX11BT_ARK-2-065.png b/images/ua30/EX11BT_ARK-2-065.png new file mode 100644 index 0000000..03b66ee Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-065.png differ diff --git a/images/ua30/EX11BT_ARK-2-066.png b/images/ua30/EX11BT_ARK-2-066.png new file mode 100644 index 0000000..6cee398 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-066.png differ diff --git a/images/ua30/EX11BT_ARK-2-066_p1.png b/images/ua30/EX11BT_ARK-2-066_p1.png new file mode 100644 index 0000000..47adc19 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-066_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-067.png b/images/ua30/EX11BT_ARK-2-067.png new file mode 100644 index 0000000..8fd8c4c Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-067.png differ diff --git a/images/ua30/EX11BT_ARK-2-068.png b/images/ua30/EX11BT_ARK-2-068.png new file mode 100644 index 0000000..46defee Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-068.png differ diff --git a/images/ua30/EX11BT_ARK-2-069.png b/images/ua30/EX11BT_ARK-2-069.png new file mode 100644 index 0000000..04acd3b Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-069.png differ diff --git a/images/ua30/EX11BT_ARK-2-069_p1.png b/images/ua30/EX11BT_ARK-2-069_p1.png new file mode 100644 index 0000000..a84681a Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-069_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-070.png b/images/ua30/EX11BT_ARK-2-070.png new file mode 100644 index 0000000..9277c41 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-070.png differ diff --git a/images/ua30/EX11BT_ARK-2-071.png b/images/ua30/EX11BT_ARK-2-071.png new file mode 100644 index 0000000..a437f30 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-071.png differ diff --git a/images/ua30/EX11BT_ARK-2-071_p1.png b/images/ua30/EX11BT_ARK-2-071_p1.png new file mode 100644 index 0000000..20b9115 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-071_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-072.png b/images/ua30/EX11BT_ARK-2-072.png new file mode 100644 index 0000000..15ea98e Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-072.png differ diff --git a/images/ua30/EX11BT_ARK-2-073.png b/images/ua30/EX11BT_ARK-2-073.png new file mode 100644 index 0000000..1eb20b4 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-073.png differ diff --git a/images/ua30/EX11BT_ARK-2-AP01.png b/images/ua30/EX11BT_ARK-2-AP01.png new file mode 100644 index 0000000..1cc3872 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-AP01.png differ diff --git a/images/ua30/EX11BT_ARK-2-AP01_p1.png b/images/ua30/EX11BT_ARK-2-AP01_p1.png new file mode 100644 index 0000000..6c6425f Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-AP01_p1.png differ diff --git a/images/ua30/EX11BT_ARK-2-AP02.png b/images/ua30/EX11BT_ARK-2-AP02.png new file mode 100644 index 0000000..6cd04cd Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-AP02.png differ diff --git a/images/ua30/EX11BT_ARK-2-AP03.png b/images/ua30/EX11BT_ARK-2-AP03.png new file mode 100644 index 0000000..32b3179 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-AP03.png differ diff --git a/images/ua30/EX11BT_ARK-2-AP04.png b/images/ua30/EX11BT_ARK-2-AP04.png new file mode 100644 index 0000000..03f1998 Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-AP04.png differ diff --git a/images/ua30/EX11BT_ARK-2-AP05.png b/images/ua30/EX11BT_ARK-2-AP05.png new file mode 100644 index 0000000..c62df6e Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-AP05.png differ diff --git a/images/ua30/EX11BT_ARK-2-AP06.png b/images/ua30/EX11BT_ARK-2-AP06.png new file mode 100644 index 0000000..e44a1cf Binary files /dev/null and b/images/ua30/EX11BT_ARK-2-AP06.png differ diff --git a/images/ua30/UA30BT_ARK-1-001.png b/images/ua30/UA30BT_ARK-1-001.png new file mode 100644 index 0000000..a4b4510 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-001.png differ diff --git a/images/ua30/UA30BT_ARK-1-002.png b/images/ua30/UA30BT_ARK-1-002.png new file mode 100644 index 0000000..35f847d Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-002.png differ diff --git a/images/ua30/UA30BT_ARK-1-003.png b/images/ua30/UA30BT_ARK-1-003.png new file mode 100644 index 0000000..c44ab6f Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-003.png differ diff --git a/images/ua30/UA30BT_ARK-1-004.png b/images/ua30/UA30BT_ARK-1-004.png new file mode 100644 index 0000000..1985000 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-004.png differ diff --git a/images/ua30/UA30BT_ARK-1-005.png b/images/ua30/UA30BT_ARK-1-005.png new file mode 100644 index 0000000..cab5379 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-005.png differ diff --git a/images/ua30/UA30BT_ARK-1-006.png b/images/ua30/UA30BT_ARK-1-006.png new file mode 100644 index 0000000..21fdc4e Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-006.png differ diff --git a/images/ua30/UA30BT_ARK-1-006_p1.png b/images/ua30/UA30BT_ARK-1-006_p1.png new file mode 100644 index 0000000..663b55a Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-006_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-007.png b/images/ua30/UA30BT_ARK-1-007.png new file mode 100644 index 0000000..8c84024 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-007.png differ diff --git a/images/ua30/UA30BT_ARK-1-008.png b/images/ua30/UA30BT_ARK-1-008.png new file mode 100644 index 0000000..aad2c2b Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-008.png differ diff --git a/images/ua30/UA30BT_ARK-1-008_p1.png b/images/ua30/UA30BT_ARK-1-008_p1.png new file mode 100644 index 0000000..1070afb Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-008_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-009.png b/images/ua30/UA30BT_ARK-1-009.png new file mode 100644 index 0000000..39d559d Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-009.png differ diff --git a/images/ua30/UA30BT_ARK-1-010.png b/images/ua30/UA30BT_ARK-1-010.png new file mode 100644 index 0000000..e3dd527 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-010.png differ diff --git a/images/ua30/UA30BT_ARK-1-011.png b/images/ua30/UA30BT_ARK-1-011.png new file mode 100644 index 0000000..22a5d63 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-011.png differ diff --git a/images/ua30/UA30BT_ARK-1-011_p1.png b/images/ua30/UA30BT_ARK-1-011_p1.png new file mode 100644 index 0000000..a2f5d32 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-011_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-012.png b/images/ua30/UA30BT_ARK-1-012.png new file mode 100644 index 0000000..2e1645a Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-012.png differ diff --git a/images/ua30/UA30BT_ARK-1-012_p1.png b/images/ua30/UA30BT_ARK-1-012_p1.png new file mode 100644 index 0000000..47d17eb Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-012_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-013.png b/images/ua30/UA30BT_ARK-1-013.png new file mode 100644 index 0000000..76050ad Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-013.png differ diff --git a/images/ua30/UA30BT_ARK-1-014.png b/images/ua30/UA30BT_ARK-1-014.png new file mode 100644 index 0000000..3d6d15f Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-014.png differ diff --git a/images/ua30/UA30BT_ARK-1-015.png b/images/ua30/UA30BT_ARK-1-015.png new file mode 100644 index 0000000..e643425 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-015.png differ diff --git a/images/ua30/UA30BT_ARK-1-015_p1.png b/images/ua30/UA30BT_ARK-1-015_p1.png new file mode 100644 index 0000000..8448adc Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-015_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-016.png b/images/ua30/UA30BT_ARK-1-016.png new file mode 100644 index 0000000..1329984 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-016.png differ diff --git a/images/ua30/UA30BT_ARK-1-017.png b/images/ua30/UA30BT_ARK-1-017.png new file mode 100644 index 0000000..d6ce53a Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-017.png differ diff --git a/images/ua30/UA30BT_ARK-1-018.png b/images/ua30/UA30BT_ARK-1-018.png new file mode 100644 index 0000000..14ba9cb Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-018.png differ diff --git a/images/ua30/UA30BT_ARK-1-019.png b/images/ua30/UA30BT_ARK-1-019.png new file mode 100644 index 0000000..1804ffa Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-019.png differ diff --git a/images/ua30/UA30BT_ARK-1-019_p1.png b/images/ua30/UA30BT_ARK-1-019_p1.png new file mode 100644 index 0000000..fe93844 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-019_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-020.png b/images/ua30/UA30BT_ARK-1-020.png new file mode 100644 index 0000000..e48f77b Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-020.png differ diff --git a/images/ua30/UA30BT_ARK-1-021.png b/images/ua30/UA30BT_ARK-1-021.png new file mode 100644 index 0000000..ea21de0 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-021.png differ diff --git a/images/ua30/UA30BT_ARK-1-021_p1.png b/images/ua30/UA30BT_ARK-1-021_p1.png new file mode 100644 index 0000000..fd10965 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-021_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-022.png b/images/ua30/UA30BT_ARK-1-022.png new file mode 100644 index 0000000..57dc19b Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-022.png differ diff --git a/images/ua30/UA30BT_ARK-1-023.png b/images/ua30/UA30BT_ARK-1-023.png new file mode 100644 index 0000000..c885a01 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-023.png differ diff --git a/images/ua30/UA30BT_ARK-1-024.png b/images/ua30/UA30BT_ARK-1-024.png new file mode 100644 index 0000000..26e71d6 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-024.png differ diff --git a/images/ua30/UA30BT_ARK-1-025.png b/images/ua30/UA30BT_ARK-1-025.png new file mode 100644 index 0000000..cdb628e Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-025.png differ diff --git a/images/ua30/UA30BT_ARK-1-026.png b/images/ua30/UA30BT_ARK-1-026.png new file mode 100644 index 0000000..5313397 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-026.png differ diff --git a/images/ua30/UA30BT_ARK-1-026_p1.png b/images/ua30/UA30BT_ARK-1-026_p1.png new file mode 100644 index 0000000..bbad7da Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-026_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-027.png b/images/ua30/UA30BT_ARK-1-027.png new file mode 100644 index 0000000..d46ed33 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-027.png differ diff --git a/images/ua30/UA30BT_ARK-1-027_p1.png b/images/ua30/UA30BT_ARK-1-027_p1.png new file mode 100644 index 0000000..a941d23 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-027_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-027_p2.png b/images/ua30/UA30BT_ARK-1-027_p2.png new file mode 100644 index 0000000..5fad075 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-027_p2.png differ diff --git a/images/ua30/UA30BT_ARK-1-028.png b/images/ua30/UA30BT_ARK-1-028.png new file mode 100644 index 0000000..01ecfff Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-028.png differ diff --git a/images/ua30/UA30BT_ARK-1-029.png b/images/ua30/UA30BT_ARK-1-029.png new file mode 100644 index 0000000..72fb601 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-029.png differ diff --git a/images/ua30/UA30BT_ARK-1-030.png b/images/ua30/UA30BT_ARK-1-030.png new file mode 100644 index 0000000..077f2b2 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-030.png differ diff --git a/images/ua30/UA30BT_ARK-1-031.png b/images/ua30/UA30BT_ARK-1-031.png new file mode 100644 index 0000000..bf1e5f1 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-031.png differ diff --git a/images/ua30/UA30BT_ARK-1-032.png b/images/ua30/UA30BT_ARK-1-032.png new file mode 100644 index 0000000..26f6846 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-032.png differ diff --git a/images/ua30/UA30BT_ARK-1-033.png b/images/ua30/UA30BT_ARK-1-033.png new file mode 100644 index 0000000..1c9f7d1 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-033.png differ diff --git a/images/ua30/UA30BT_ARK-1-034.png b/images/ua30/UA30BT_ARK-1-034.png new file mode 100644 index 0000000..7f5aa9e Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-034.png differ diff --git a/images/ua30/UA30BT_ARK-1-035.png b/images/ua30/UA30BT_ARK-1-035.png new file mode 100644 index 0000000..9e55523 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-035.png differ diff --git a/images/ua30/UA30BT_ARK-1-036.png b/images/ua30/UA30BT_ARK-1-036.png new file mode 100644 index 0000000..a58d4e8 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-036.png differ diff --git a/images/ua30/UA30BT_ARK-1-037.png b/images/ua30/UA30BT_ARK-1-037.png new file mode 100644 index 0000000..429e421 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-037.png differ diff --git a/images/ua30/UA30BT_ARK-1-038.png b/images/ua30/UA30BT_ARK-1-038.png new file mode 100644 index 0000000..8ce22b4 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-038.png differ diff --git a/images/ua30/UA30BT_ARK-1-039.png b/images/ua30/UA30BT_ARK-1-039.png new file mode 100644 index 0000000..1b4a961 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-039.png differ diff --git a/images/ua30/UA30BT_ARK-1-040.png b/images/ua30/UA30BT_ARK-1-040.png new file mode 100644 index 0000000..0a861ae Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-040.png differ diff --git a/images/ua30/UA30BT_ARK-1-041.png b/images/ua30/UA30BT_ARK-1-041.png new file mode 100644 index 0000000..c67282a Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-041.png differ diff --git a/images/ua30/UA30BT_ARK-1-041_p1.png b/images/ua30/UA30BT_ARK-1-041_p1.png new file mode 100644 index 0000000..92764df Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-041_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-042.png b/images/ua30/UA30BT_ARK-1-042.png new file mode 100644 index 0000000..f700fe4 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-042.png differ diff --git a/images/ua30/UA30BT_ARK-1-042_p1.png b/images/ua30/UA30BT_ARK-1-042_p1.png new file mode 100644 index 0000000..6348dd3 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-042_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-042_p2.png b/images/ua30/UA30BT_ARK-1-042_p2.png new file mode 100644 index 0000000..56149e7 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-042_p2.png differ diff --git a/images/ua30/UA30BT_ARK-1-043.png b/images/ua30/UA30BT_ARK-1-043.png new file mode 100644 index 0000000..a93d3ca Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-043.png differ diff --git a/images/ua30/UA30BT_ARK-1-044.png b/images/ua30/UA30BT_ARK-1-044.png new file mode 100644 index 0000000..f13e3e8 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-044.png differ diff --git a/images/ua30/UA30BT_ARK-1-044_p1.png b/images/ua30/UA30BT_ARK-1-044_p1.png new file mode 100644 index 0000000..3cc020f Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-044_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-045.png b/images/ua30/UA30BT_ARK-1-045.png new file mode 100644 index 0000000..72da372 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-045.png differ diff --git a/images/ua30/UA30BT_ARK-1-046.png b/images/ua30/UA30BT_ARK-1-046.png new file mode 100644 index 0000000..99a0fc5 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-046.png differ diff --git a/images/ua30/UA30BT_ARK-1-047.png b/images/ua30/UA30BT_ARK-1-047.png new file mode 100644 index 0000000..6ae06f7 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-047.png differ diff --git a/images/ua30/UA30BT_ARK-1-047_p1.png b/images/ua30/UA30BT_ARK-1-047_p1.png new file mode 100644 index 0000000..9d7c340 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-047_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-048.png b/images/ua30/UA30BT_ARK-1-048.png new file mode 100644 index 0000000..435cafe Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-048.png differ diff --git a/images/ua30/UA30BT_ARK-1-048_p1.png b/images/ua30/UA30BT_ARK-1-048_p1.png new file mode 100644 index 0000000..6fffeaa Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-048_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-049.png b/images/ua30/UA30BT_ARK-1-049.png new file mode 100644 index 0000000..efc0c07 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-049.png differ diff --git a/images/ua30/UA30BT_ARK-1-050.png b/images/ua30/UA30BT_ARK-1-050.png new file mode 100644 index 0000000..7fd59ee Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-050.png differ diff --git a/images/ua30/UA30BT_ARK-1-051.png b/images/ua30/UA30BT_ARK-1-051.png new file mode 100644 index 0000000..bd2fca6 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-051.png differ diff --git a/images/ua30/UA30BT_ARK-1-052.png b/images/ua30/UA30BT_ARK-1-052.png new file mode 100644 index 0000000..74a5648 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-052.png differ diff --git a/images/ua30/UA30BT_ARK-1-053.png b/images/ua30/UA30BT_ARK-1-053.png new file mode 100644 index 0000000..e80125f Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-053.png differ diff --git a/images/ua30/UA30BT_ARK-1-053_p1.png b/images/ua30/UA30BT_ARK-1-053_p1.png new file mode 100644 index 0000000..2f20462 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-053_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-054.png b/images/ua30/UA30BT_ARK-1-054.png new file mode 100644 index 0000000..2e2eb08 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-054.png differ diff --git a/images/ua30/UA30BT_ARK-1-055.png b/images/ua30/UA30BT_ARK-1-055.png new file mode 100644 index 0000000..2e26151 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-055.png differ diff --git a/images/ua30/UA30BT_ARK-1-055_p1.png b/images/ua30/UA30BT_ARK-1-055_p1.png new file mode 100644 index 0000000..0b90d5a Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-055_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-056.png b/images/ua30/UA30BT_ARK-1-056.png new file mode 100644 index 0000000..01b6dd0 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-056.png differ diff --git a/images/ua30/UA30BT_ARK-1-057.png b/images/ua30/UA30BT_ARK-1-057.png new file mode 100644 index 0000000..1ea70de Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-057.png differ diff --git a/images/ua30/UA30BT_ARK-1-058.png b/images/ua30/UA30BT_ARK-1-058.png new file mode 100644 index 0000000..fb07d38 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-058.png differ diff --git a/images/ua30/UA30BT_ARK-1-058_p1.png b/images/ua30/UA30BT_ARK-1-058_p1.png new file mode 100644 index 0000000..b2955d4 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-058_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-059.png b/images/ua30/UA30BT_ARK-1-059.png new file mode 100644 index 0000000..aa019be Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-059.png differ diff --git a/images/ua30/UA30BT_ARK-1-059_p1.png b/images/ua30/UA30BT_ARK-1-059_p1.png new file mode 100644 index 0000000..47f632e Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-059_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-060.png b/images/ua30/UA30BT_ARK-1-060.png new file mode 100644 index 0000000..4942319 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-060.png differ diff --git a/images/ua30/UA30BT_ARK-1-060_p1.png b/images/ua30/UA30BT_ARK-1-060_p1.png new file mode 100644 index 0000000..0a2680f Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-060_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-061.png b/images/ua30/UA30BT_ARK-1-061.png new file mode 100644 index 0000000..de6726e Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-061.png differ diff --git a/images/ua30/UA30BT_ARK-1-062.png b/images/ua30/UA30BT_ARK-1-062.png new file mode 100644 index 0000000..3ccfb26 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-062.png differ diff --git a/images/ua30/UA30BT_ARK-1-063.png b/images/ua30/UA30BT_ARK-1-063.png new file mode 100644 index 0000000..25d005c Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-063.png differ diff --git a/images/ua30/UA30BT_ARK-1-064.png b/images/ua30/UA30BT_ARK-1-064.png new file mode 100644 index 0000000..6dbccf3 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-064.png differ diff --git a/images/ua30/UA30BT_ARK-1-065.png b/images/ua30/UA30BT_ARK-1-065.png new file mode 100644 index 0000000..30c869f Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-065.png differ diff --git a/images/ua30/UA30BT_ARK-1-066.png b/images/ua30/UA30BT_ARK-1-066.png new file mode 100644 index 0000000..1d75f08 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-066.png differ diff --git a/images/ua30/UA30BT_ARK-1-067.png b/images/ua30/UA30BT_ARK-1-067.png new file mode 100644 index 0000000..2365bdc Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-067.png differ diff --git a/images/ua30/UA30BT_ARK-1-067_p1.png b/images/ua30/UA30BT_ARK-1-067_p1.png new file mode 100644 index 0000000..10b8910 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-067_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-068.png b/images/ua30/UA30BT_ARK-1-068.png new file mode 100644 index 0000000..f0e0580 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-068.png differ diff --git a/images/ua30/UA30BT_ARK-1-069.png b/images/ua30/UA30BT_ARK-1-069.png new file mode 100644 index 0000000..7eb104f Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-069.png differ diff --git a/images/ua30/UA30BT_ARK-1-070.png b/images/ua30/UA30BT_ARK-1-070.png new file mode 100644 index 0000000..c3c3cd2 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-070.png differ diff --git a/images/ua30/UA30BT_ARK-1-071.png b/images/ua30/UA30BT_ARK-1-071.png new file mode 100644 index 0000000..54c0396 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-071.png differ diff --git a/images/ua30/UA30BT_ARK-1-072.png b/images/ua30/UA30BT_ARK-1-072.png new file mode 100644 index 0000000..a27d758 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-072.png differ diff --git a/images/ua30/UA30BT_ARK-1-072_p1.png b/images/ua30/UA30BT_ARK-1-072_p1.png new file mode 100644 index 0000000..665380c Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-072_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-073.png b/images/ua30/UA30BT_ARK-1-073.png new file mode 100644 index 0000000..12aa782 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-073.png differ diff --git a/images/ua30/UA30BT_ARK-1-074.png b/images/ua30/UA30BT_ARK-1-074.png new file mode 100644 index 0000000..efb01b1 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-074.png differ diff --git a/images/ua30/UA30BT_ARK-1-075.png b/images/ua30/UA30BT_ARK-1-075.png new file mode 100644 index 0000000..ea3e2ad Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-075.png differ diff --git a/images/ua30/UA30BT_ARK-1-076.png b/images/ua30/UA30BT_ARK-1-076.png new file mode 100644 index 0000000..fe6ae90 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-076.png differ diff --git a/images/ua30/UA30BT_ARK-1-076_p1.png b/images/ua30/UA30BT_ARK-1-076_p1.png new file mode 100644 index 0000000..0bd989c Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-076_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-077.png b/images/ua30/UA30BT_ARK-1-077.png new file mode 100644 index 0000000..d2927bd Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-077.png differ diff --git a/images/ua30/UA30BT_ARK-1-078.png b/images/ua30/UA30BT_ARK-1-078.png new file mode 100644 index 0000000..4f59739 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-078.png differ diff --git a/images/ua30/UA30BT_ARK-1-079.png b/images/ua30/UA30BT_ARK-1-079.png new file mode 100644 index 0000000..45f4e78 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-079.png differ diff --git a/images/ua30/UA30BT_ARK-1-079_p1.png b/images/ua30/UA30BT_ARK-1-079_p1.png new file mode 100644 index 0000000..bac6a2b Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-079_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-080.png b/images/ua30/UA30BT_ARK-1-080.png new file mode 100644 index 0000000..8e0f0f5 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-080.png differ diff --git a/images/ua30/UA30BT_ARK-1-081.png b/images/ua30/UA30BT_ARK-1-081.png new file mode 100644 index 0000000..80fb7e8 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-081.png differ diff --git a/images/ua30/UA30BT_ARK-1-082.png b/images/ua30/UA30BT_ARK-1-082.png new file mode 100644 index 0000000..d727a81 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-082.png differ diff --git a/images/ua30/UA30BT_ARK-1-083.png b/images/ua30/UA30BT_ARK-1-083.png new file mode 100644 index 0000000..fc4cc3e Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-083.png differ diff --git a/images/ua30/UA30BT_ARK-1-083_p1.png b/images/ua30/UA30BT_ARK-1-083_p1.png new file mode 100644 index 0000000..4dc7bc1 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-083_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-084.png b/images/ua30/UA30BT_ARK-1-084.png new file mode 100644 index 0000000..ed7cf10 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-084.png differ diff --git a/images/ua30/UA30BT_ARK-1-085.png b/images/ua30/UA30BT_ARK-1-085.png new file mode 100644 index 0000000..9141b93 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-085.png differ diff --git a/images/ua30/UA30BT_ARK-1-086.png b/images/ua30/UA30BT_ARK-1-086.png new file mode 100644 index 0000000..8dcfc96 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-086.png differ diff --git a/images/ua30/UA30BT_ARK-1-086_p1.png b/images/ua30/UA30BT_ARK-1-086_p1.png new file mode 100644 index 0000000..11512f0 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-086_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-087.png b/images/ua30/UA30BT_ARK-1-087.png new file mode 100644 index 0000000..a49fca9 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-087.png differ diff --git a/images/ua30/UA30BT_ARK-1-087_p1.png b/images/ua30/UA30BT_ARK-1-087_p1.png new file mode 100644 index 0000000..34a3e4c Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-087_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-088.png b/images/ua30/UA30BT_ARK-1-088.png new file mode 100644 index 0000000..80f3b30 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-088.png differ diff --git a/images/ua30/UA30BT_ARK-1-089.png b/images/ua30/UA30BT_ARK-1-089.png new file mode 100644 index 0000000..e944ed4 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-089.png differ diff --git a/images/ua30/UA30BT_ARK-1-090.png b/images/ua30/UA30BT_ARK-1-090.png new file mode 100644 index 0000000..38c3c8b Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-090.png differ diff --git a/images/ua30/UA30BT_ARK-1-091.png b/images/ua30/UA30BT_ARK-1-091.png new file mode 100644 index 0000000..22f0d27 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-091.png differ diff --git a/images/ua30/UA30BT_ARK-1-092.png b/images/ua30/UA30BT_ARK-1-092.png new file mode 100644 index 0000000..6932605 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-092.png differ diff --git a/images/ua30/UA30BT_ARK-1-092_p1.png b/images/ua30/UA30BT_ARK-1-092_p1.png new file mode 100644 index 0000000..240bbcd Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-092_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-093.png b/images/ua30/UA30BT_ARK-1-093.png new file mode 100644 index 0000000..42387ab Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-093.png differ diff --git a/images/ua30/UA30BT_ARK-1-094.png b/images/ua30/UA30BT_ARK-1-094.png new file mode 100644 index 0000000..ea32793 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-094.png differ diff --git a/images/ua30/UA30BT_ARK-1-094_p1.png b/images/ua30/UA30BT_ARK-1-094_p1.png new file mode 100644 index 0000000..5f434b1 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-094_p1.png differ diff --git a/images/ua30/UA30BT_ARK-1-095.png b/images/ua30/UA30BT_ARK-1-095.png new file mode 100644 index 0000000..b577cc4 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-095.png differ diff --git a/images/ua30/UA30BT_ARK-1-096.png b/images/ua30/UA30BT_ARK-1-096.png new file mode 100644 index 0000000..f3f4369 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-096.png differ diff --git a/images/ua30/UA30BT_ARK-1-097.png b/images/ua30/UA30BT_ARK-1-097.png new file mode 100644 index 0000000..1a4b921 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-097.png differ diff --git a/images/ua30/UA30BT_ARK-1-098.png b/images/ua30/UA30BT_ARK-1-098.png new file mode 100644 index 0000000..452c692 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-098.png differ diff --git a/images/ua30/UA30BT_ARK-1-099.png b/images/ua30/UA30BT_ARK-1-099.png new file mode 100644 index 0000000..ff35282 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-099.png differ diff --git a/images/ua30/UA30BT_ARK-1-100.png b/images/ua30/UA30BT_ARK-1-100.png new file mode 100644 index 0000000..cfec398 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-100.png differ diff --git a/images/ua30/UA30BT_ARK-1-AP01.png b/images/ua30/UA30BT_ARK-1-AP01.png new file mode 100644 index 0000000..d6b5b66 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-AP01.png differ diff --git a/images/ua30/UA30BT_ARK-1-AP01_s.png b/images/ua30/UA30BT_ARK-1-AP01_s.png new file mode 100644 index 0000000..e5eed36 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-AP01_s.png differ diff --git a/images/ua30/UA30BT_ARK-1-AP02.png b/images/ua30/UA30BT_ARK-1-AP02.png new file mode 100644 index 0000000..2fe6c61 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-AP02.png differ diff --git a/images/ua30/UA30BT_ARK-1-AP03.png b/images/ua30/UA30BT_ARK-1-AP03.png new file mode 100644 index 0000000..ec183b3 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-AP03.png differ diff --git a/images/ua30/UA30BT_ARK-1-AP04.png b/images/ua30/UA30BT_ARK-1-AP04.png new file mode 100644 index 0000000..9a4cde9 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-AP04.png differ diff --git a/images/ua30/UA30BT_ARK-1-AP05.png b/images/ua30/UA30BT_ARK-1-AP05.png new file mode 100644 index 0000000..dfd1acf Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-AP05.png differ diff --git a/images/ua30/UA30BT_ARK-1-AP06.png b/images/ua30/UA30BT_ARK-1-AP06.png new file mode 100644 index 0000000..0d596b5 Binary files /dev/null and b/images/ua30/UA30BT_ARK-1-AP06.png differ diff --git a/images/ua30/UA30ST_ARK-1-035.png b/images/ua30/UA30ST_ARK-1-035.png new file mode 100644 index 0000000..1746065 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-035.png differ diff --git a/images/ua30/UA30ST_ARK-1-036.png b/images/ua30/UA30ST_ARK-1-036.png new file mode 100644 index 0000000..09c0d5e Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-036.png differ diff --git a/images/ua30/UA30ST_ARK-1-039.png b/images/ua30/UA30ST_ARK-1-039.png new file mode 100644 index 0000000..ecc92ff Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-039.png differ diff --git a/images/ua30/UA30ST_ARK-1-046.png b/images/ua30/UA30ST_ARK-1-046.png new file mode 100644 index 0000000..eab9577 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-046.png differ diff --git a/images/ua30/UA30ST_ARK-1-049.png b/images/ua30/UA30ST_ARK-1-049.png new file mode 100644 index 0000000..6b70789 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-049.png differ diff --git a/images/ua30/UA30ST_ARK-1-050.png b/images/ua30/UA30ST_ARK-1-050.png new file mode 100644 index 0000000..1c93abf Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-050.png differ diff --git a/images/ua30/UA30ST_ARK-1-051.png b/images/ua30/UA30ST_ARK-1-051.png new file mode 100644 index 0000000..8af8e2c Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-051.png differ diff --git a/images/ua30/UA30ST_ARK-1-062.png b/images/ua30/UA30ST_ARK-1-062.png new file mode 100644 index 0000000..be99b0c Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-062.png differ diff --git a/images/ua30/UA30ST_ARK-1-064.png b/images/ua30/UA30ST_ARK-1-064.png new file mode 100644 index 0000000..56fc3a9 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-064.png differ diff --git a/images/ua30/UA30ST_ARK-1-101.png b/images/ua30/UA30ST_ARK-1-101.png new file mode 100644 index 0000000..50ec2d4 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-101.png differ diff --git a/images/ua30/UA30ST_ARK-1-102.png b/images/ua30/UA30ST_ARK-1-102.png new file mode 100644 index 0000000..d2f25ac Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-102.png differ diff --git a/images/ua30/UA30ST_ARK-1-103.png b/images/ua30/UA30ST_ARK-1-103.png new file mode 100644 index 0000000..d475027 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-103.png differ diff --git a/images/ua30/UA30ST_ARK-1-104.png b/images/ua30/UA30ST_ARK-1-104.png new file mode 100644 index 0000000..df67791 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-104.png differ diff --git a/images/ua30/UA30ST_ARK-1-105.png b/images/ua30/UA30ST_ARK-1-105.png new file mode 100644 index 0000000..d1a0450 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-105.png differ diff --git a/images/ua30/UA30ST_ARK-1-106.png b/images/ua30/UA30ST_ARK-1-106.png new file mode 100644 index 0000000..0e4b7c1 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-106.png differ diff --git a/images/ua30/UA30ST_ARK-1-107.png b/images/ua30/UA30ST_ARK-1-107.png new file mode 100644 index 0000000..f43f813 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-107.png differ diff --git a/images/ua30/UA30ST_ARK-1-108.png b/images/ua30/UA30ST_ARK-1-108.png new file mode 100644 index 0000000..03e4810 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-108.png differ diff --git a/images/ua30/UA30ST_ARK-1-109.png b/images/ua30/UA30ST_ARK-1-109.png new file mode 100644 index 0000000..59b04bc Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-109.png differ diff --git a/images/ua30/UA30ST_ARK-1-110.png b/images/ua30/UA30ST_ARK-1-110.png new file mode 100644 index 0000000..4e496d1 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-110.png differ diff --git a/images/ua30/UA30ST_ARK-1-110_p1.png b/images/ua30/UA30ST_ARK-1-110_p1.png new file mode 100644 index 0000000..e5f9ba1 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-110_p1.png differ diff --git a/images/ua30/UA30ST_ARK-1-111.png b/images/ua30/UA30ST_ARK-1-111.png new file mode 100644 index 0000000..72ae99b Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-111.png differ diff --git a/images/ua30/UA30ST_ARK-1-111_p1.png b/images/ua30/UA30ST_ARK-1-111_p1.png new file mode 100644 index 0000000..33fa885 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-111_p1.png differ diff --git a/images/ua30/UA30ST_ARK-1-112.png b/images/ua30/UA30ST_ARK-1-112.png new file mode 100644 index 0000000..0cabd5a Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-112.png differ diff --git a/images/ua30/UA30ST_ARK-1-112_p1.png b/images/ua30/UA30ST_ARK-1-112_p1.png new file mode 100644 index 0000000..036013b Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-112_p1.png differ diff --git a/images/ua30/UA30ST_ARK-1-113.png b/images/ua30/UA30ST_ARK-1-113.png new file mode 100644 index 0000000..d0d44b1 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-113.png differ diff --git a/images/ua30/UA30ST_ARK-1-113_p1.png b/images/ua30/UA30ST_ARK-1-113_p1.png new file mode 100644 index 0000000..43fcda0 Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-113_p1.png differ diff --git a/images/ua30/UA30ST_ARK-1-AP01.png b/images/ua30/UA30ST_ARK-1-AP01.png new file mode 100644 index 0000000..ddc6a4a Binary files /dev/null and b/images/ua30/UA30ST_ARK-1-AP01.png differ diff --git a/images/ua30/UAPB_ARK-AP01.png b/images/ua30/UAPB_ARK-AP01.png new file mode 100644 index 0000000..ece6be4 Binary files /dev/null and b/images/ua30/UAPB_ARK-AP01.png differ diff --git a/images/ua30/UAPR_ARK-1-014.png b/images/ua30/UAPR_ARK-1-014.png new file mode 100644 index 0000000..d9a51bf Binary files /dev/null and b/images/ua30/UAPR_ARK-1-014.png differ diff --git a/images/ua30/UAPR_ARK-1-040.png b/images/ua30/UAPR_ARK-1-040.png new file mode 100644 index 0000000..937882b Binary files /dev/null and b/images/ua30/UAPR_ARK-1-040.png differ diff --git a/images/ua30/UAPR_ARK-1-042.png b/images/ua30/UAPR_ARK-1-042.png new file mode 100644 index 0000000..05c3fe3 Binary files /dev/null and b/images/ua30/UAPR_ARK-1-042.png differ diff --git a/images/ua30/UAPR_ARK-1-042_p1-1.png b/images/ua30/UAPR_ARK-1-042_p1-1.png new file mode 100644 index 0000000..872a243 Binary files /dev/null and b/images/ua30/UAPR_ARK-1-042_p1-1.png differ diff --git a/images/ua30/UAPR_ARK-1-042_p1.png b/images/ua30/UAPR_ARK-1-042_p1.png new file mode 100644 index 0000000..872a243 Binary files /dev/null and b/images/ua30/UAPR_ARK-1-042_p1.png differ diff --git a/images/ua30/UAPR_ARK-1-045.png b/images/ua30/UAPR_ARK-1-045.png new file mode 100644 index 0000000..6d2d256 Binary files /dev/null and b/images/ua30/UAPR_ARK-1-045.png differ diff --git a/images/ua30/UAPR_ARK-1-046.png b/images/ua30/UAPR_ARK-1-046.png new file mode 100644 index 0000000..6b589d0 Binary files /dev/null and b/images/ua30/UAPR_ARK-1-046.png differ diff --git a/images/ua30/UAPR_ARK-1-077.png b/images/ua30/UAPR_ARK-1-077.png new file mode 100644 index 0000000..961a416 Binary files /dev/null and b/images/ua30/UAPR_ARK-1-077.png differ diff --git a/images/ua30/UAPR_ARK-1-084.png b/images/ua30/UAPR_ARK-1-084.png new file mode 100644 index 0000000..91870c9 Binary files /dev/null and b/images/ua30/UAPR_ARK-1-084.png differ diff --git a/images/ua30/UAPR_ARK-2-016.png b/images/ua30/UAPR_ARK-2-016.png new file mode 100644 index 0000000..3c21b5b Binary files /dev/null and b/images/ua30/UAPR_ARK-2-016.png differ diff --git a/images/ua30/UAPR_ARK-2-048.png b/images/ua30/UAPR_ARK-2-048.png new file mode 100644 index 0000000..55357d1 Binary files /dev/null and b/images/ua30/UAPR_ARK-2-048.png differ diff --git a/images/ua30/UAPR_ARK-2-049.png b/images/ua30/UAPR_ARK-2-049.png new file mode 100644 index 0000000..66442a1 Binary files /dev/null and b/images/ua30/UAPR_ARK-2-049.png differ diff --git a/images/ua30/UAPR_ARK-2-051.png b/images/ua30/UAPR_ARK-2-051.png new file mode 100644 index 0000000..80874db Binary files /dev/null and b/images/ua30/UAPR_ARK-2-051.png differ diff --git a/images/ua30/UAPR_ARK-2-051_p1.png b/images/ua30/UAPR_ARK-2-051_p1.png new file mode 100644 index 0000000..ff93c36 Binary files /dev/null and b/images/ua30/UAPR_ARK-2-051_p1.png differ diff --git a/images/ua30/UAPR_ARK-P-001.png b/images/ua30/UAPR_ARK-P-001.png new file mode 100644 index 0000000..000c8ab Binary files /dev/null and b/images/ua30/UAPR_ARK-P-001.png differ diff --git a/images/ua30/UAPR_ARK-P-002.png b/images/ua30/UAPR_ARK-P-002.png new file mode 100644 index 0000000..4a5da6d Binary files /dev/null and b/images/ua30/UAPR_ARK-P-002.png differ diff --git a/images/ua31/UA31BT_MMM-1-001.png b/images/ua31/UA31BT_MMM-1-001.png new file mode 100644 index 0000000..51a376d Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-001.png differ diff --git a/images/ua31/UA31BT_MMM-1-001_p1.png b/images/ua31/UA31BT_MMM-1-001_p1.png new file mode 100644 index 0000000..fab941b Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-001_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-002.png b/images/ua31/UA31BT_MMM-1-002.png new file mode 100644 index 0000000..0bfa06c Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-002.png differ diff --git a/images/ua31/UA31BT_MMM-1-002_p1.png b/images/ua31/UA31BT_MMM-1-002_p1.png new file mode 100644 index 0000000..da74942 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-002_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-002_p2.png b/images/ua31/UA31BT_MMM-1-002_p2.png new file mode 100644 index 0000000..3757c88 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-002_p2.png differ diff --git a/images/ua31/UA31BT_MMM-1-003.png b/images/ua31/UA31BT_MMM-1-003.png new file mode 100644 index 0000000..86455bd Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-003.png differ diff --git a/images/ua31/UA31BT_MMM-1-003_p1.png b/images/ua31/UA31BT_MMM-1-003_p1.png new file mode 100644 index 0000000..0692574 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-003_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-004.png b/images/ua31/UA31BT_MMM-1-004.png new file mode 100644 index 0000000..14f685f Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-004.png differ diff --git a/images/ua31/UA31BT_MMM-1-005.png b/images/ua31/UA31BT_MMM-1-005.png new file mode 100644 index 0000000..83b9ac8 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-005.png differ diff --git a/images/ua31/UA31BT_MMM-1-005_p1.png b/images/ua31/UA31BT_MMM-1-005_p1.png new file mode 100644 index 0000000..0556056 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-005_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-006.png b/images/ua31/UA31BT_MMM-1-006.png new file mode 100644 index 0000000..8dac169 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-006.png differ diff --git a/images/ua31/UA31BT_MMM-1-007.png b/images/ua31/UA31BT_MMM-1-007.png new file mode 100644 index 0000000..69a5758 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-007.png differ diff --git a/images/ua31/UA31BT_MMM-1-008.png b/images/ua31/UA31BT_MMM-1-008.png new file mode 100644 index 0000000..cdaf730 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-008.png differ diff --git a/images/ua31/UA31BT_MMM-1-008_p1.png b/images/ua31/UA31BT_MMM-1-008_p1.png new file mode 100644 index 0000000..64bf2cf Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-008_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-009.png b/images/ua31/UA31BT_MMM-1-009.png new file mode 100644 index 0000000..327cd5e Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-009.png differ diff --git a/images/ua31/UA31BT_MMM-1-010.png b/images/ua31/UA31BT_MMM-1-010.png new file mode 100644 index 0000000..b3c4f82 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-010.png differ diff --git a/images/ua31/UA31BT_MMM-1-011.png b/images/ua31/UA31BT_MMM-1-011.png new file mode 100644 index 0000000..f37bcbe Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-011.png differ diff --git a/images/ua31/UA31BT_MMM-1-012.png b/images/ua31/UA31BT_MMM-1-012.png new file mode 100644 index 0000000..1d39aec Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-012.png differ diff --git a/images/ua31/UA31BT_MMM-1-013.png b/images/ua31/UA31BT_MMM-1-013.png new file mode 100644 index 0000000..c33a352 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-013.png differ diff --git a/images/ua31/UA31BT_MMM-1-013_p1.png b/images/ua31/UA31BT_MMM-1-013_p1.png new file mode 100644 index 0000000..8c52ebf Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-013_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-014.png b/images/ua31/UA31BT_MMM-1-014.png new file mode 100644 index 0000000..d702923 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-014.png differ diff --git a/images/ua31/UA31BT_MMM-1-015.png b/images/ua31/UA31BT_MMM-1-015.png new file mode 100644 index 0000000..be24f5e Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-015.png differ diff --git a/images/ua31/UA31BT_MMM-1-016.png b/images/ua31/UA31BT_MMM-1-016.png new file mode 100644 index 0000000..d679226 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-016.png differ diff --git a/images/ua31/UA31BT_MMM-1-017.png b/images/ua31/UA31BT_MMM-1-017.png new file mode 100644 index 0000000..b3ac027 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-017.png differ diff --git a/images/ua31/UA31BT_MMM-1-018.png b/images/ua31/UA31BT_MMM-1-018.png new file mode 100644 index 0000000..8c7867c Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-018.png differ diff --git a/images/ua31/UA31BT_MMM-1-019.png b/images/ua31/UA31BT_MMM-1-019.png new file mode 100644 index 0000000..e2710c3 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-019.png differ diff --git a/images/ua31/UA31BT_MMM-1-019_p1.png b/images/ua31/UA31BT_MMM-1-019_p1.png new file mode 100644 index 0000000..2eca44f Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-019_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-020.png b/images/ua31/UA31BT_MMM-1-020.png new file mode 100644 index 0000000..2473e25 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-020.png differ diff --git a/images/ua31/UA31BT_MMM-1-020_p1.png b/images/ua31/UA31BT_MMM-1-020_p1.png new file mode 100644 index 0000000..7378bd0 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-020_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-021.png b/images/ua31/UA31BT_MMM-1-021.png new file mode 100644 index 0000000..dcb3ce4 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-021.png differ diff --git a/images/ua31/UA31BT_MMM-1-022.png b/images/ua31/UA31BT_MMM-1-022.png new file mode 100644 index 0000000..aef276a Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-022.png differ diff --git a/images/ua31/UA31BT_MMM-1-023.png b/images/ua31/UA31BT_MMM-1-023.png new file mode 100644 index 0000000..a5d9977 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-023.png differ diff --git a/images/ua31/UA31BT_MMM-1-024.png b/images/ua31/UA31BT_MMM-1-024.png new file mode 100644 index 0000000..8689625 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-024.png differ diff --git a/images/ua31/UA31BT_MMM-1-025.png b/images/ua31/UA31BT_MMM-1-025.png new file mode 100644 index 0000000..55d07d8 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-025.png differ diff --git a/images/ua31/UA31BT_MMM-1-026.png b/images/ua31/UA31BT_MMM-1-026.png new file mode 100644 index 0000000..61baef9 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-026.png differ diff --git a/images/ua31/UA31BT_MMM-1-026_p1.png b/images/ua31/UA31BT_MMM-1-026_p1.png new file mode 100644 index 0000000..2e297cf Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-026_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-027.png b/images/ua31/UA31BT_MMM-1-027.png new file mode 100644 index 0000000..f287dc9 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-027.png differ diff --git a/images/ua31/UA31BT_MMM-1-028.png b/images/ua31/UA31BT_MMM-1-028.png new file mode 100644 index 0000000..25e63fd Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-028.png differ diff --git a/images/ua31/UA31BT_MMM-1-029.png b/images/ua31/UA31BT_MMM-1-029.png new file mode 100644 index 0000000..6a78d1e Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-029.png differ diff --git a/images/ua31/UA31BT_MMM-1-030.png b/images/ua31/UA31BT_MMM-1-030.png new file mode 100644 index 0000000..2d92f6d Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-030.png differ diff --git a/images/ua31/UA31BT_MMM-1-031.png b/images/ua31/UA31BT_MMM-1-031.png new file mode 100644 index 0000000..8a5ec4f Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-031.png differ diff --git a/images/ua31/UA31BT_MMM-1-032.png b/images/ua31/UA31BT_MMM-1-032.png new file mode 100644 index 0000000..834be5a Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-032.png differ diff --git a/images/ua31/UA31BT_MMM-1-033.png b/images/ua31/UA31BT_MMM-1-033.png new file mode 100644 index 0000000..e260089 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-033.png differ diff --git a/images/ua31/UA31BT_MMM-1-034.png b/images/ua31/UA31BT_MMM-1-034.png new file mode 100644 index 0000000..f4272bd Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-034.png differ diff --git a/images/ua31/UA31BT_MMM-1-035.png b/images/ua31/UA31BT_MMM-1-035.png new file mode 100644 index 0000000..7f964e4 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-035.png differ diff --git a/images/ua31/UA31BT_MMM-1-036.png b/images/ua31/UA31BT_MMM-1-036.png new file mode 100644 index 0000000..955b755 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-036.png differ diff --git a/images/ua31/UA31BT_MMM-1-036_p1.png b/images/ua31/UA31BT_MMM-1-036_p1.png new file mode 100644 index 0000000..1d59339 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-036_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-036_p2.png b/images/ua31/UA31BT_MMM-1-036_p2.png new file mode 100644 index 0000000..a1ac471 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-036_p2.png differ diff --git a/images/ua31/UA31BT_MMM-1-037.png b/images/ua31/UA31BT_MMM-1-037.png new file mode 100644 index 0000000..9e44e8f Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-037.png differ diff --git a/images/ua31/UA31BT_MMM-1-038.png b/images/ua31/UA31BT_MMM-1-038.png new file mode 100644 index 0000000..0231c6e Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-038.png differ diff --git a/images/ua31/UA31BT_MMM-1-039.png b/images/ua31/UA31BT_MMM-1-039.png new file mode 100644 index 0000000..e2a7611 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-039.png differ diff --git a/images/ua31/UA31BT_MMM-1-040.png b/images/ua31/UA31BT_MMM-1-040.png new file mode 100644 index 0000000..34723c5 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-040.png differ diff --git a/images/ua31/UA31BT_MMM-1-041.png b/images/ua31/UA31BT_MMM-1-041.png new file mode 100644 index 0000000..b0139a0 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-041.png differ diff --git a/images/ua31/UA31BT_MMM-1-041_p1.png b/images/ua31/UA31BT_MMM-1-041_p1.png new file mode 100644 index 0000000..9551945 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-041_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-042.png b/images/ua31/UA31BT_MMM-1-042.png new file mode 100644 index 0000000..25be84e Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-042.png differ diff --git a/images/ua31/UA31BT_MMM-1-042_p1.png b/images/ua31/UA31BT_MMM-1-042_p1.png new file mode 100644 index 0000000..2c5455d Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-042_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-043.png b/images/ua31/UA31BT_MMM-1-043.png new file mode 100644 index 0000000..5b8486b Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-043.png differ diff --git a/images/ua31/UA31BT_MMM-1-044.png b/images/ua31/UA31BT_MMM-1-044.png new file mode 100644 index 0000000..8bb643f Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-044.png differ diff --git a/images/ua31/UA31BT_MMM-1-044_p1.png b/images/ua31/UA31BT_MMM-1-044_p1.png new file mode 100644 index 0000000..f5df3f5 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-044_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-045.png b/images/ua31/UA31BT_MMM-1-045.png new file mode 100644 index 0000000..f5e9058 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-045.png differ diff --git a/images/ua31/UA31BT_MMM-1-046.png b/images/ua31/UA31BT_MMM-1-046.png new file mode 100644 index 0000000..e80a5df Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-046.png differ diff --git a/images/ua31/UA31BT_MMM-1-047.png b/images/ua31/UA31BT_MMM-1-047.png new file mode 100644 index 0000000..69a2429 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-047.png differ diff --git a/images/ua31/UA31BT_MMM-1-048.png b/images/ua31/UA31BT_MMM-1-048.png new file mode 100644 index 0000000..ab38c1a Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-048.png differ diff --git a/images/ua31/UA31BT_MMM-1-049.png b/images/ua31/UA31BT_MMM-1-049.png new file mode 100644 index 0000000..106d263 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-049.png differ diff --git a/images/ua31/UA31BT_MMM-1-050.png b/images/ua31/UA31BT_MMM-1-050.png new file mode 100644 index 0000000..6b13cbd Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-050.png differ diff --git a/images/ua31/UA31BT_MMM-1-051.png b/images/ua31/UA31BT_MMM-1-051.png new file mode 100644 index 0000000..f1f2089 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-051.png differ diff --git a/images/ua31/UA31BT_MMM-1-052.png b/images/ua31/UA31BT_MMM-1-052.png new file mode 100644 index 0000000..5656fcb Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-052.png differ diff --git a/images/ua31/UA31BT_MMM-1-052_p1.png b/images/ua31/UA31BT_MMM-1-052_p1.png new file mode 100644 index 0000000..eb5ab3d Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-052_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-053.png b/images/ua31/UA31BT_MMM-1-053.png new file mode 100644 index 0000000..1930820 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-053.png differ diff --git a/images/ua31/UA31BT_MMM-1-054.png b/images/ua31/UA31BT_MMM-1-054.png new file mode 100644 index 0000000..9e0cd3c Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-054.png differ diff --git a/images/ua31/UA31BT_MMM-1-055.png b/images/ua31/UA31BT_MMM-1-055.png new file mode 100644 index 0000000..03515d9 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-055.png differ diff --git a/images/ua31/UA31BT_MMM-1-056.png b/images/ua31/UA31BT_MMM-1-056.png new file mode 100644 index 0000000..a208746 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-056.png differ diff --git a/images/ua31/UA31BT_MMM-1-056_p1.png b/images/ua31/UA31BT_MMM-1-056_p1.png new file mode 100644 index 0000000..a2d46f1 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-056_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-057.png b/images/ua31/UA31BT_MMM-1-057.png new file mode 100644 index 0000000..9885f4a Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-057.png differ diff --git a/images/ua31/UA31BT_MMM-1-058.png b/images/ua31/UA31BT_MMM-1-058.png new file mode 100644 index 0000000..f3dd4ff Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-058.png differ diff --git a/images/ua31/UA31BT_MMM-1-059.png b/images/ua31/UA31BT_MMM-1-059.png new file mode 100644 index 0000000..55aea2e Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-059.png differ diff --git a/images/ua31/UA31BT_MMM-1-060.png b/images/ua31/UA31BT_MMM-1-060.png new file mode 100644 index 0000000..27d34c8 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-060.png differ diff --git a/images/ua31/UA31BT_MMM-1-060_p1.png b/images/ua31/UA31BT_MMM-1-060_p1.png new file mode 100644 index 0000000..75459ae Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-060_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-061.png b/images/ua31/UA31BT_MMM-1-061.png new file mode 100644 index 0000000..91f31a1 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-061.png differ diff --git a/images/ua31/UA31BT_MMM-1-062.png b/images/ua31/UA31BT_MMM-1-062.png new file mode 100644 index 0000000..986a6e9 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-062.png differ diff --git a/images/ua31/UA31BT_MMM-1-063.png b/images/ua31/UA31BT_MMM-1-063.png new file mode 100644 index 0000000..3ffd4f0 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-063.png differ diff --git a/images/ua31/UA31BT_MMM-1-064.png b/images/ua31/UA31BT_MMM-1-064.png new file mode 100644 index 0000000..5c57091 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-064.png differ diff --git a/images/ua31/UA31BT_MMM-1-065.png b/images/ua31/UA31BT_MMM-1-065.png new file mode 100644 index 0000000..ad60a92 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-065.png differ diff --git a/images/ua31/UA31BT_MMM-1-066.png b/images/ua31/UA31BT_MMM-1-066.png new file mode 100644 index 0000000..15230ee Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-066.png differ diff --git a/images/ua31/UA31BT_MMM-1-067.png b/images/ua31/UA31BT_MMM-1-067.png new file mode 100644 index 0000000..e1c5908 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-067.png differ diff --git a/images/ua31/UA31BT_MMM-1-068.png b/images/ua31/UA31BT_MMM-1-068.png new file mode 100644 index 0000000..2ad5dc1 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-068.png differ diff --git a/images/ua31/UA31BT_MMM-1-069.png b/images/ua31/UA31BT_MMM-1-069.png new file mode 100644 index 0000000..f0beb29 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-069.png differ diff --git a/images/ua31/UA31BT_MMM-1-069_p1.png b/images/ua31/UA31BT_MMM-1-069_p1.png new file mode 100644 index 0000000..c52eccd Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-069_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-070.png b/images/ua31/UA31BT_MMM-1-070.png new file mode 100644 index 0000000..f54541d Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-070.png differ diff --git a/images/ua31/UA31BT_MMM-1-071.png b/images/ua31/UA31BT_MMM-1-071.png new file mode 100644 index 0000000..0fdd023 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-071.png differ diff --git a/images/ua31/UA31BT_MMM-1-072.png b/images/ua31/UA31BT_MMM-1-072.png new file mode 100644 index 0000000..1bb829c Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-072.png differ diff --git a/images/ua31/UA31BT_MMM-1-073.png b/images/ua31/UA31BT_MMM-1-073.png new file mode 100644 index 0000000..109db43 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-073.png differ diff --git a/images/ua31/UA31BT_MMM-1-074.png b/images/ua31/UA31BT_MMM-1-074.png new file mode 100644 index 0000000..40a856d Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-074.png differ diff --git a/images/ua31/UA31BT_MMM-1-074_p1.png b/images/ua31/UA31BT_MMM-1-074_p1.png new file mode 100644 index 0000000..0c6ecaf Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-074_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-075.png b/images/ua31/UA31BT_MMM-1-075.png new file mode 100644 index 0000000..b175d43 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-075.png differ diff --git a/images/ua31/UA31BT_MMM-1-075_p1.png b/images/ua31/UA31BT_MMM-1-075_p1.png new file mode 100644 index 0000000..d03926b Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-075_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-076.png b/images/ua31/UA31BT_MMM-1-076.png new file mode 100644 index 0000000..30cc006 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-076.png differ diff --git a/images/ua31/UA31BT_MMM-1-077.png b/images/ua31/UA31BT_MMM-1-077.png new file mode 100644 index 0000000..8c3c5a4 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-077.png differ diff --git a/images/ua31/UA31BT_MMM-1-077_p1.png b/images/ua31/UA31BT_MMM-1-077_p1.png new file mode 100644 index 0000000..ab1a6fe Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-077_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-078.png b/images/ua31/UA31BT_MMM-1-078.png new file mode 100644 index 0000000..93b06e9 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-078.png differ diff --git a/images/ua31/UA31BT_MMM-1-078_p1.png b/images/ua31/UA31BT_MMM-1-078_p1.png new file mode 100644 index 0000000..1d5dc92 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-078_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-079.png b/images/ua31/UA31BT_MMM-1-079.png new file mode 100644 index 0000000..b3fec7b Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-079.png differ diff --git a/images/ua31/UA31BT_MMM-1-080.png b/images/ua31/UA31BT_MMM-1-080.png new file mode 100644 index 0000000..0e705c3 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-080.png differ diff --git a/images/ua31/UA31BT_MMM-1-081.png b/images/ua31/UA31BT_MMM-1-081.png new file mode 100644 index 0000000..dfe9892 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-081.png differ diff --git a/images/ua31/UA31BT_MMM-1-082.png b/images/ua31/UA31BT_MMM-1-082.png new file mode 100644 index 0000000..4beb237 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-082.png differ diff --git a/images/ua31/UA31BT_MMM-1-082_p1.png b/images/ua31/UA31BT_MMM-1-082_p1.png new file mode 100644 index 0000000..aa2b452 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-082_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-083.png b/images/ua31/UA31BT_MMM-1-083.png new file mode 100644 index 0000000..a4b0137 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-083.png differ diff --git a/images/ua31/UA31BT_MMM-1-083_p1.png b/images/ua31/UA31BT_MMM-1-083_p1.png new file mode 100644 index 0000000..f15d88f Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-083_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-084.png b/images/ua31/UA31BT_MMM-1-084.png new file mode 100644 index 0000000..c9a15c2 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-084.png differ diff --git a/images/ua31/UA31BT_MMM-1-085.png b/images/ua31/UA31BT_MMM-1-085.png new file mode 100644 index 0000000..801b8ac Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-085.png differ diff --git a/images/ua31/UA31BT_MMM-1-085_p1.png b/images/ua31/UA31BT_MMM-1-085_p1.png new file mode 100644 index 0000000..9dda268 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-085_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-086.png b/images/ua31/UA31BT_MMM-1-086.png new file mode 100644 index 0000000..899dda4 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-086.png differ diff --git a/images/ua31/UA31BT_MMM-1-087.png b/images/ua31/UA31BT_MMM-1-087.png new file mode 100644 index 0000000..5105656 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-087.png differ diff --git a/images/ua31/UA31BT_MMM-1-088.png b/images/ua31/UA31BT_MMM-1-088.png new file mode 100644 index 0000000..25767bc Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-088.png differ diff --git a/images/ua31/UA31BT_MMM-1-089.png b/images/ua31/UA31BT_MMM-1-089.png new file mode 100644 index 0000000..da94833 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-089.png differ diff --git a/images/ua31/UA31BT_MMM-1-089_p1.png b/images/ua31/UA31BT_MMM-1-089_p1.png new file mode 100644 index 0000000..c045e68 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-089_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-090.png b/images/ua31/UA31BT_MMM-1-090.png new file mode 100644 index 0000000..a97a7c3 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-090.png differ diff --git a/images/ua31/UA31BT_MMM-1-090_p1.png b/images/ua31/UA31BT_MMM-1-090_p1.png new file mode 100644 index 0000000..180696a Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-090_p1.png differ diff --git a/images/ua31/UA31BT_MMM-1-091.png b/images/ua31/UA31BT_MMM-1-091.png new file mode 100644 index 0000000..dfa6555 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-091.png differ diff --git a/images/ua31/UA31BT_MMM-1-092.png b/images/ua31/UA31BT_MMM-1-092.png new file mode 100644 index 0000000..5e2562b Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-092.png differ diff --git a/images/ua31/UA31BT_MMM-1-093.png b/images/ua31/UA31BT_MMM-1-093.png new file mode 100644 index 0000000..a2e96ab Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-093.png differ diff --git a/images/ua31/UA31BT_MMM-1-094.png b/images/ua31/UA31BT_MMM-1-094.png new file mode 100644 index 0000000..9b82bf7 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-094.png differ diff --git a/images/ua31/UA31BT_MMM-1-095.png b/images/ua31/UA31BT_MMM-1-095.png new file mode 100644 index 0000000..ff16a2a Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-095.png differ diff --git a/images/ua31/UA31BT_MMM-1-096.png b/images/ua31/UA31BT_MMM-1-096.png new file mode 100644 index 0000000..00f7c93 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-096.png differ diff --git a/images/ua31/UA31BT_MMM-1-097.png b/images/ua31/UA31BT_MMM-1-097.png new file mode 100644 index 0000000..02fb2db Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-097.png differ diff --git a/images/ua31/UA31BT_MMM-1-098.png b/images/ua31/UA31BT_MMM-1-098.png new file mode 100644 index 0000000..57912b3 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-098.png differ diff --git a/images/ua31/UA31BT_MMM-1-099.png b/images/ua31/UA31BT_MMM-1-099.png new file mode 100644 index 0000000..23e3852 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-099.png differ diff --git a/images/ua31/UA31BT_MMM-1-100.png b/images/ua31/UA31BT_MMM-1-100.png new file mode 100644 index 0000000..0e93958 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-100.png differ diff --git a/images/ua31/UA31BT_MMM-1-AP01.png b/images/ua31/UA31BT_MMM-1-AP01.png new file mode 100644 index 0000000..6ed4ffb Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-AP01.png differ diff --git a/images/ua31/UA31BT_MMM-1-AP01_s.png b/images/ua31/UA31BT_MMM-1-AP01_s.png new file mode 100644 index 0000000..16e4d0e Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-AP01_s.png differ diff --git a/images/ua31/UA31BT_MMM-1-AP02.png b/images/ua31/UA31BT_MMM-1-AP02.png new file mode 100644 index 0000000..77998b0 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-AP02.png differ diff --git a/images/ua31/UA31BT_MMM-1-AP02_s.png b/images/ua31/UA31BT_MMM-1-AP02_s.png new file mode 100644 index 0000000..06c5f64 Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-AP02_s.png differ diff --git a/images/ua31/UA31BT_MMM-1-AP03.png b/images/ua31/UA31BT_MMM-1-AP03.png new file mode 100644 index 0000000..c61087a Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-AP03.png differ diff --git a/images/ua31/UA31BT_MMM-1-AP04.png b/images/ua31/UA31BT_MMM-1-AP04.png new file mode 100644 index 0000000..5beaa1b Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-AP04.png differ diff --git a/images/ua31/UA31BT_MMM-1-AP05.png b/images/ua31/UA31BT_MMM-1-AP05.png new file mode 100644 index 0000000..5aa3cbb Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-AP05.png differ diff --git a/images/ua31/UA31BT_MMM-1-AP06.png b/images/ua31/UA31BT_MMM-1-AP06.png new file mode 100644 index 0000000..dd6602a Binary files /dev/null and b/images/ua31/UA31BT_MMM-1-AP06.png differ diff --git a/images/ua31/UA31ST_MMM-1-069.png b/images/ua31/UA31ST_MMM-1-069.png new file mode 100644 index 0000000..64fd3ee Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-069.png differ diff --git a/images/ua31/UA31ST_MMM-1-070.png b/images/ua31/UA31ST_MMM-1-070.png new file mode 100644 index 0000000..41a1190 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-070.png differ diff --git a/images/ua31/UA31ST_MMM-1-076.png b/images/ua31/UA31ST_MMM-1-076.png new file mode 100644 index 0000000..77ebc27 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-076.png differ diff --git a/images/ua31/UA31ST_MMM-1-080.png b/images/ua31/UA31ST_MMM-1-080.png new file mode 100644 index 0000000..d84cedd Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-080.png differ diff --git a/images/ua31/UA31ST_MMM-1-081.png b/images/ua31/UA31ST_MMM-1-081.png new file mode 100644 index 0000000..c94701e Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-081.png differ diff --git a/images/ua31/UA31ST_MMM-1-085.png b/images/ua31/UA31ST_MMM-1-085.png new file mode 100644 index 0000000..a83ea7b Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-085.png differ diff --git a/images/ua31/UA31ST_MMM-1-088.png b/images/ua31/UA31ST_MMM-1-088.png new file mode 100644 index 0000000..5bf27c5 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-088.png differ diff --git a/images/ua31/UA31ST_MMM-1-094.png b/images/ua31/UA31ST_MMM-1-094.png new file mode 100644 index 0000000..cab5fcf Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-094.png differ diff --git a/images/ua31/UA31ST_MMM-1-095.png b/images/ua31/UA31ST_MMM-1-095.png new file mode 100644 index 0000000..a8b506f Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-095.png differ diff --git a/images/ua31/UA31ST_MMM-1-101.png b/images/ua31/UA31ST_MMM-1-101.png new file mode 100644 index 0000000..08e5bda Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-101.png differ diff --git a/images/ua31/UA31ST_MMM-1-102.png b/images/ua31/UA31ST_MMM-1-102.png new file mode 100644 index 0000000..8e8b053 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-102.png differ diff --git a/images/ua31/UA31ST_MMM-1-103.png b/images/ua31/UA31ST_MMM-1-103.png new file mode 100644 index 0000000..eb80df6 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-103.png differ diff --git a/images/ua31/UA31ST_MMM-1-104.png b/images/ua31/UA31ST_MMM-1-104.png new file mode 100644 index 0000000..4b6531e Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-104.png differ diff --git a/images/ua31/UA31ST_MMM-1-105.png b/images/ua31/UA31ST_MMM-1-105.png new file mode 100644 index 0000000..ef0400a Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-105.png differ diff --git a/images/ua31/UA31ST_MMM-1-106.png b/images/ua31/UA31ST_MMM-1-106.png new file mode 100644 index 0000000..ebb3994 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-106.png differ diff --git a/images/ua31/UA31ST_MMM-1-107.png b/images/ua31/UA31ST_MMM-1-107.png new file mode 100644 index 0000000..500830c Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-107.png differ diff --git a/images/ua31/UA31ST_MMM-1-108.png b/images/ua31/UA31ST_MMM-1-108.png new file mode 100644 index 0000000..6aff2c5 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-108.png differ diff --git a/images/ua31/UA31ST_MMM-1-109.png b/images/ua31/UA31ST_MMM-1-109.png new file mode 100644 index 0000000..cddeecc Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-109.png differ diff --git a/images/ua31/UA31ST_MMM-1-110.png b/images/ua31/UA31ST_MMM-1-110.png new file mode 100644 index 0000000..5dc34f4 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-110.png differ diff --git a/images/ua31/UA31ST_MMM-1-110_p1.png b/images/ua31/UA31ST_MMM-1-110_p1.png new file mode 100644 index 0000000..fc40bdd Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-110_p1.png differ diff --git a/images/ua31/UA31ST_MMM-1-111.png b/images/ua31/UA31ST_MMM-1-111.png new file mode 100644 index 0000000..ff17e2c Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-111.png differ diff --git a/images/ua31/UA31ST_MMM-1-111_p1.png b/images/ua31/UA31ST_MMM-1-111_p1.png new file mode 100644 index 0000000..893cb4c Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-111_p1.png differ diff --git a/images/ua31/UA31ST_MMM-1-112.png b/images/ua31/UA31ST_MMM-1-112.png new file mode 100644 index 0000000..935db5e Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-112.png differ diff --git a/images/ua31/UA31ST_MMM-1-112_p1.png b/images/ua31/UA31ST_MMM-1-112_p1.png new file mode 100644 index 0000000..745cbcb Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-112_p1.png differ diff --git a/images/ua31/UA31ST_MMM-1-113.png b/images/ua31/UA31ST_MMM-1-113.png new file mode 100644 index 0000000..3900a1e Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-113.png differ diff --git a/images/ua31/UA31ST_MMM-1-113_p1.png b/images/ua31/UA31ST_MMM-1-113_p1.png new file mode 100644 index 0000000..4104135 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-113_p1.png differ diff --git a/images/ua31/UA31ST_MMM-1-AP01.png b/images/ua31/UA31ST_MMM-1-AP01.png new file mode 100644 index 0000000..d090be1 Binary files /dev/null and b/images/ua31/UA31ST_MMM-1-AP01.png differ diff --git a/images/ua31/UAPR_MMM-1-002.png b/images/ua31/UAPR_MMM-1-002.png new file mode 100644 index 0000000..7cc2c03 Binary files /dev/null and b/images/ua31/UAPR_MMM-1-002.png differ diff --git a/images/ua31/UAPR_MMM-1-002_p1-1.png b/images/ua31/UAPR_MMM-1-002_p1-1.png new file mode 100644 index 0000000..3131c6a Binary files /dev/null and b/images/ua31/UAPR_MMM-1-002_p1-1.png differ diff --git a/images/ua31/UAPR_MMM-1-002_p1.png b/images/ua31/UAPR_MMM-1-002_p1.png new file mode 100644 index 0000000..3131c6a Binary files /dev/null and b/images/ua31/UAPR_MMM-1-002_p1.png differ diff --git a/images/ua31/UAPR_MMM-1-007.png b/images/ua31/UAPR_MMM-1-007.png new file mode 100644 index 0000000..8222fda Binary files /dev/null and b/images/ua31/UAPR_MMM-1-007.png differ diff --git a/images/ua31/UAPR_MMM-1-040.png b/images/ua31/UAPR_MMM-1-040.png new file mode 100644 index 0000000..f81f263 Binary files /dev/null and b/images/ua31/UAPR_MMM-1-040.png differ diff --git a/images/ua31/UAPR_MMM-1-AP01.png b/images/ua31/UAPR_MMM-1-AP01.png new file mode 100644 index 0000000..1d1c6c2 Binary files /dev/null and b/images/ua31/UAPR_MMM-1-AP01.png differ diff --git a/images/ua31/UAPR_MMM-P-001.png b/images/ua31/UAPR_MMM-P-001.png new file mode 100644 index 0000000..d8c1ecc Binary files /dev/null and b/images/ua31/UAPR_MMM-P-001.png differ diff --git a/images/ua32/UA32BT_SNF-1-001.png b/images/ua32/UA32BT_SNF-1-001.png new file mode 100644 index 0000000..5be0ea9 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-001.png differ diff --git a/images/ua32/UA32BT_SNF-1-002.png b/images/ua32/UA32BT_SNF-1-002.png new file mode 100644 index 0000000..10192b4 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-002.png differ diff --git a/images/ua32/UA32BT_SNF-1-003.png b/images/ua32/UA32BT_SNF-1-003.png new file mode 100644 index 0000000..d054484 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-003.png differ diff --git a/images/ua32/UA32BT_SNF-1-004.png b/images/ua32/UA32BT_SNF-1-004.png new file mode 100644 index 0000000..7ee804f Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-004.png differ diff --git a/images/ua32/UA32BT_SNF-1-005.png b/images/ua32/UA32BT_SNF-1-005.png new file mode 100644 index 0000000..24d1488 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-005.png differ diff --git a/images/ua32/UA32BT_SNF-1-006.png b/images/ua32/UA32BT_SNF-1-006.png new file mode 100644 index 0000000..ec5bed6 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-006.png differ diff --git a/images/ua32/UA32BT_SNF-1-007.png b/images/ua32/UA32BT_SNF-1-007.png new file mode 100644 index 0000000..33ff149 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-007.png differ diff --git a/images/ua32/UA32BT_SNF-1-007_p1.png b/images/ua32/UA32BT_SNF-1-007_p1.png new file mode 100644 index 0000000..d23a921 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-007_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-008.png b/images/ua32/UA32BT_SNF-1-008.png new file mode 100644 index 0000000..f12d25e Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-008.png differ diff --git a/images/ua32/UA32BT_SNF-1-009.png b/images/ua32/UA32BT_SNF-1-009.png new file mode 100644 index 0000000..d44af6b Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-009.png differ diff --git a/images/ua32/UA32BT_SNF-1-009_p1.png b/images/ua32/UA32BT_SNF-1-009_p1.png new file mode 100644 index 0000000..da8a799 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-009_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-010.png b/images/ua32/UA32BT_SNF-1-010.png new file mode 100644 index 0000000..1ce21b1 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-010.png differ diff --git a/images/ua32/UA32BT_SNF-1-011.png b/images/ua32/UA32BT_SNF-1-011.png new file mode 100644 index 0000000..f59e2b2 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-011.png differ diff --git a/images/ua32/UA32BT_SNF-1-012.png b/images/ua32/UA32BT_SNF-1-012.png new file mode 100644 index 0000000..9f5cf35 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-012.png differ diff --git a/images/ua32/UA32BT_SNF-1-013.png b/images/ua32/UA32BT_SNF-1-013.png new file mode 100644 index 0000000..c348d27 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-013.png differ diff --git a/images/ua32/UA32BT_SNF-1-014.png b/images/ua32/UA32BT_SNF-1-014.png new file mode 100644 index 0000000..e4b6e87 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-014.png differ diff --git a/images/ua32/UA32BT_SNF-1-014_p1.png b/images/ua32/UA32BT_SNF-1-014_p1.png new file mode 100644 index 0000000..841ccb6 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-014_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-015.png b/images/ua32/UA32BT_SNF-1-015.png new file mode 100644 index 0000000..2b523cf Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-015.png differ diff --git a/images/ua32/UA32BT_SNF-1-015_p1.png b/images/ua32/UA32BT_SNF-1-015_p1.png new file mode 100644 index 0000000..39568a8 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-015_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-016.png b/images/ua32/UA32BT_SNF-1-016.png new file mode 100644 index 0000000..c54d0d8 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-016.png differ diff --git a/images/ua32/UA32BT_SNF-1-017.png b/images/ua32/UA32BT_SNF-1-017.png new file mode 100644 index 0000000..2c373a6 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-017.png differ diff --git a/images/ua32/UA32BT_SNF-1-018.png b/images/ua32/UA32BT_SNF-1-018.png new file mode 100644 index 0000000..1840632 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-018.png differ diff --git a/images/ua32/UA32BT_SNF-1-019.png b/images/ua32/UA32BT_SNF-1-019.png new file mode 100644 index 0000000..c4a3f2c Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-019.png differ diff --git a/images/ua32/UA32BT_SNF-1-020.png b/images/ua32/UA32BT_SNF-1-020.png new file mode 100644 index 0000000..08b8fb6 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-020.png differ diff --git a/images/ua32/UA32BT_SNF-1-020_p1.png b/images/ua32/UA32BT_SNF-1-020_p1.png new file mode 100644 index 0000000..249530e Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-020_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-021.png b/images/ua32/UA32BT_SNF-1-021.png new file mode 100644 index 0000000..24d5804 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-021.png differ diff --git a/images/ua32/UA32BT_SNF-1-022.png b/images/ua32/UA32BT_SNF-1-022.png new file mode 100644 index 0000000..995e1cf Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-022.png differ diff --git a/images/ua32/UA32BT_SNF-1-023.png b/images/ua32/UA32BT_SNF-1-023.png new file mode 100644 index 0000000..62f95f3 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-023.png differ diff --git a/images/ua32/UA32BT_SNF-1-023_p1.png b/images/ua32/UA32BT_SNF-1-023_p1.png new file mode 100644 index 0000000..084d01e Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-023_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-024.png b/images/ua32/UA32BT_SNF-1-024.png new file mode 100644 index 0000000..4b680bd Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-024.png differ diff --git a/images/ua32/UA32BT_SNF-1-024_p1.png b/images/ua32/UA32BT_SNF-1-024_p1.png new file mode 100644 index 0000000..67cf5cf Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-024_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-025.png b/images/ua32/UA32BT_SNF-1-025.png new file mode 100644 index 0000000..69b4a16 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-025.png differ diff --git a/images/ua32/UA32BT_SNF-1-026.png b/images/ua32/UA32BT_SNF-1-026.png new file mode 100644 index 0000000..bd8321a Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-026.png differ diff --git a/images/ua32/UA32BT_SNF-1-027.png b/images/ua32/UA32BT_SNF-1-027.png new file mode 100644 index 0000000..25beb4f Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-027.png differ diff --git a/images/ua32/UA32BT_SNF-1-027_p1.png b/images/ua32/UA32BT_SNF-1-027_p1.png new file mode 100644 index 0000000..4997486 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-027_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-028.png b/images/ua32/UA32BT_SNF-1-028.png new file mode 100644 index 0000000..6b204ca Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-028.png differ diff --git a/images/ua32/UA32BT_SNF-1-029.png b/images/ua32/UA32BT_SNF-1-029.png new file mode 100644 index 0000000..f8426dc Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-029.png differ diff --git a/images/ua32/UA32BT_SNF-1-029_p1.png b/images/ua32/UA32BT_SNF-1-029_p1.png new file mode 100644 index 0000000..b31d7a6 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-029_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-030.png b/images/ua32/UA32BT_SNF-1-030.png new file mode 100644 index 0000000..34b4a5f Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-030.png differ diff --git a/images/ua32/UA32BT_SNF-1-031.png b/images/ua32/UA32BT_SNF-1-031.png new file mode 100644 index 0000000..14354cb Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-031.png differ diff --git a/images/ua32/UA32BT_SNF-1-032.png b/images/ua32/UA32BT_SNF-1-032.png new file mode 100644 index 0000000..debc571 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-032.png differ diff --git a/images/ua32/UA32BT_SNF-1-033.png b/images/ua32/UA32BT_SNF-1-033.png new file mode 100644 index 0000000..83a6471 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-033.png differ diff --git a/images/ua32/UA32BT_SNF-1-034.png b/images/ua32/UA32BT_SNF-1-034.png new file mode 100644 index 0000000..b505fcf Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-034.png differ diff --git a/images/ua32/UA32BT_SNF-1-035.png b/images/ua32/UA32BT_SNF-1-035.png new file mode 100644 index 0000000..d916951 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-035.png differ diff --git a/images/ua32/UA32BT_SNF-1-036.png b/images/ua32/UA32BT_SNF-1-036.png new file mode 100644 index 0000000..e3718ee Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-036.png differ diff --git a/images/ua32/UA32BT_SNF-1-037.png b/images/ua32/UA32BT_SNF-1-037.png new file mode 100644 index 0000000..285f1b0 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-037.png differ diff --git a/images/ua32/UA32BT_SNF-1-038.png b/images/ua32/UA32BT_SNF-1-038.png new file mode 100644 index 0000000..b003e93 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-038.png differ diff --git a/images/ua32/UA32BT_SNF-1-039.png b/images/ua32/UA32BT_SNF-1-039.png new file mode 100644 index 0000000..adf00a9 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-039.png differ diff --git a/images/ua32/UA32BT_SNF-1-040.png b/images/ua32/UA32BT_SNF-1-040.png new file mode 100644 index 0000000..f977a16 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-040.png differ diff --git a/images/ua32/UA32BT_SNF-1-041.png b/images/ua32/UA32BT_SNF-1-041.png new file mode 100644 index 0000000..1e14552 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-041.png differ diff --git a/images/ua32/UA32BT_SNF-1-042.png b/images/ua32/UA32BT_SNF-1-042.png new file mode 100644 index 0000000..07389b7 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-042.png differ diff --git a/images/ua32/UA32BT_SNF-1-043.png b/images/ua32/UA32BT_SNF-1-043.png new file mode 100644 index 0000000..c62e2fe Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-043.png differ diff --git a/images/ua32/UA32BT_SNF-1-043_p1.png b/images/ua32/UA32BT_SNF-1-043_p1.png new file mode 100644 index 0000000..605f75a Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-043_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-044.png b/images/ua32/UA32BT_SNF-1-044.png new file mode 100644 index 0000000..555900f Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-044.png differ diff --git a/images/ua32/UA32BT_SNF-1-044_p1.png b/images/ua32/UA32BT_SNF-1-044_p1.png new file mode 100644 index 0000000..b85bdb1 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-044_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-045.png b/images/ua32/UA32BT_SNF-1-045.png new file mode 100644 index 0000000..9dd7714 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-045.png differ diff --git a/images/ua32/UA32BT_SNF-1-045_p1.png b/images/ua32/UA32BT_SNF-1-045_p1.png new file mode 100644 index 0000000..a9723d0 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-045_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-046.png b/images/ua32/UA32BT_SNF-1-046.png new file mode 100644 index 0000000..23b917e Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-046.png differ diff --git a/images/ua32/UA32BT_SNF-1-047.png b/images/ua32/UA32BT_SNF-1-047.png new file mode 100644 index 0000000..3f86793 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-047.png differ diff --git a/images/ua32/UA32BT_SNF-1-048.png b/images/ua32/UA32BT_SNF-1-048.png new file mode 100644 index 0000000..2d3cd1c Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-048.png differ diff --git a/images/ua32/UA32BT_SNF-1-049.png b/images/ua32/UA32BT_SNF-1-049.png new file mode 100644 index 0000000..f07a528 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-049.png differ diff --git a/images/ua32/UA32BT_SNF-1-049_p1.png b/images/ua32/UA32BT_SNF-1-049_p1.png new file mode 100644 index 0000000..0f07821 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-049_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-050.png b/images/ua32/UA32BT_SNF-1-050.png new file mode 100644 index 0000000..59985ba Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-050.png differ diff --git a/images/ua32/UA32BT_SNF-1-050_p1.png b/images/ua32/UA32BT_SNF-1-050_p1.png new file mode 100644 index 0000000..5b77264 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-050_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-051.png b/images/ua32/UA32BT_SNF-1-051.png new file mode 100644 index 0000000..6f21af7 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-051.png differ diff --git a/images/ua32/UA32BT_SNF-1-052.png b/images/ua32/UA32BT_SNF-1-052.png new file mode 100644 index 0000000..b8e615c Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-052.png differ diff --git a/images/ua32/UA32BT_SNF-1-052_p1.png b/images/ua32/UA32BT_SNF-1-052_p1.png new file mode 100644 index 0000000..2b962c7 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-052_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-053.png b/images/ua32/UA32BT_SNF-1-053.png new file mode 100644 index 0000000..8be02f2 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-053.png differ diff --git a/images/ua32/UA32BT_SNF-1-054.png b/images/ua32/UA32BT_SNF-1-054.png new file mode 100644 index 0000000..6ca8209 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-054.png differ diff --git a/images/ua32/UA32BT_SNF-1-055.png b/images/ua32/UA32BT_SNF-1-055.png new file mode 100644 index 0000000..36ab3c8 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-055.png differ diff --git a/images/ua32/UA32BT_SNF-1-056.png b/images/ua32/UA32BT_SNF-1-056.png new file mode 100644 index 0000000..f47a4b9 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-056.png differ diff --git a/images/ua32/UA32BT_SNF-1-057.png b/images/ua32/UA32BT_SNF-1-057.png new file mode 100644 index 0000000..02e4ea5 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-057.png differ diff --git a/images/ua32/UA32BT_SNF-1-057_p1.png b/images/ua32/UA32BT_SNF-1-057_p1.png new file mode 100644 index 0000000..bbcdcdb Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-057_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-058.png b/images/ua32/UA32BT_SNF-1-058.png new file mode 100644 index 0000000..cc38ab1 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-058.png differ diff --git a/images/ua32/UA32BT_SNF-1-058_p1.png b/images/ua32/UA32BT_SNF-1-058_p1.png new file mode 100644 index 0000000..c15793f Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-058_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-058_p2.png b/images/ua32/UA32BT_SNF-1-058_p2.png new file mode 100644 index 0000000..59b44e0 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-058_p2.png differ diff --git a/images/ua32/UA32BT_SNF-1-059.png b/images/ua32/UA32BT_SNF-1-059.png new file mode 100644 index 0000000..473debb Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-059.png differ diff --git a/images/ua32/UA32BT_SNF-1-060.png b/images/ua32/UA32BT_SNF-1-060.png new file mode 100644 index 0000000..eb2e2a7 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-060.png differ diff --git a/images/ua32/UA32BT_SNF-1-061.png b/images/ua32/UA32BT_SNF-1-061.png new file mode 100644 index 0000000..8f31d57 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-061.png differ diff --git a/images/ua32/UA32BT_SNF-1-061_p1.png b/images/ua32/UA32BT_SNF-1-061_p1.png new file mode 100644 index 0000000..f494a79 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-061_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-062.png b/images/ua32/UA32BT_SNF-1-062.png new file mode 100644 index 0000000..59641d5 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-062.png differ diff --git a/images/ua32/UA32BT_SNF-1-063.png b/images/ua32/UA32BT_SNF-1-063.png new file mode 100644 index 0000000..0d993b2 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-063.png differ diff --git a/images/ua32/UA32BT_SNF-1-064.png b/images/ua32/UA32BT_SNF-1-064.png new file mode 100644 index 0000000..1fa9c82 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-064.png differ diff --git a/images/ua32/UA32BT_SNF-1-065.png b/images/ua32/UA32BT_SNF-1-065.png new file mode 100644 index 0000000..5f2d820 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-065.png differ diff --git a/images/ua32/UA32BT_SNF-1-066.png b/images/ua32/UA32BT_SNF-1-066.png new file mode 100644 index 0000000..92adfe9 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-066.png differ diff --git a/images/ua32/UA32BT_SNF-1-066_p1.png b/images/ua32/UA32BT_SNF-1-066_p1.png new file mode 100644 index 0000000..e9f25ef Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-066_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-067.png b/images/ua32/UA32BT_SNF-1-067.png new file mode 100644 index 0000000..5a45506 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-067.png differ diff --git a/images/ua32/UA32BT_SNF-1-067_p1.png b/images/ua32/UA32BT_SNF-1-067_p1.png new file mode 100644 index 0000000..fb90eaf Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-067_p1.png differ diff --git a/images/ua32/UA32BT_SNF-1-068.png b/images/ua32/UA32BT_SNF-1-068.png new file mode 100644 index 0000000..f473b56 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-068.png differ diff --git a/images/ua32/UA32BT_SNF-1-069.png b/images/ua32/UA32BT_SNF-1-069.png new file mode 100644 index 0000000..6b9b996 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-069.png differ diff --git a/images/ua32/UA32BT_SNF-1-070.png b/images/ua32/UA32BT_SNF-1-070.png new file mode 100644 index 0000000..396aade Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-070.png differ diff --git a/images/ua32/UA32BT_SNF-1-071.png b/images/ua32/UA32BT_SNF-1-071.png new file mode 100644 index 0000000..8b532b0 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-071.png differ diff --git a/images/ua32/UA32BT_SNF-1-072.png b/images/ua32/UA32BT_SNF-1-072.png new file mode 100644 index 0000000..5c4b11f Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-072.png differ diff --git a/images/ua32/UA32BT_SNF-1-073.png b/images/ua32/UA32BT_SNF-1-073.png new file mode 100644 index 0000000..c2cffbe Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-073.png differ diff --git a/images/ua32/UA32BT_SNF-1-074.png b/images/ua32/UA32BT_SNF-1-074.png new file mode 100644 index 0000000..15a25d2 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-074.png differ diff --git a/images/ua32/UA32BT_SNF-1-075.png b/images/ua32/UA32BT_SNF-1-075.png new file mode 100644 index 0000000..09d8f3a Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-075.png differ diff --git a/images/ua32/UA32BT_SNF-1-076.png b/images/ua32/UA32BT_SNF-1-076.png new file mode 100644 index 0000000..8bca5d3 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-076.png differ diff --git a/images/ua32/UA32BT_SNF-1-077.png b/images/ua32/UA32BT_SNF-1-077.png new file mode 100644 index 0000000..897c70e Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-077.png differ diff --git a/images/ua32/UA32BT_SNF-1-078.png b/images/ua32/UA32BT_SNF-1-078.png new file mode 100644 index 0000000..5903409 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-078.png differ diff --git a/images/ua32/UA32BT_SNF-1-079.png b/images/ua32/UA32BT_SNF-1-079.png new file mode 100644 index 0000000..62f839e Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-079.png differ diff --git a/images/ua32/UA32BT_SNF-1-080.png b/images/ua32/UA32BT_SNF-1-080.png new file mode 100644 index 0000000..2f86392 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-080.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP01.png b/images/ua32/UA32BT_SNF-1-AP01.png new file mode 100644 index 0000000..217faf6 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP01.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP01_s.png b/images/ua32/UA32BT_SNF-1-AP01_s.png new file mode 100644 index 0000000..54a0df3 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP01_s.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP02.png b/images/ua32/UA32BT_SNF-1-AP02.png new file mode 100644 index 0000000..0778c3f Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP02.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP02_s.png b/images/ua32/UA32BT_SNF-1-AP02_s.png new file mode 100644 index 0000000..0bb1ab1 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP02_s.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP03.png b/images/ua32/UA32BT_SNF-1-AP03.png new file mode 100644 index 0000000..ed7e5f7 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP03.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP04.png b/images/ua32/UA32BT_SNF-1-AP04.png new file mode 100644 index 0000000..32fa466 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP04.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP05.png b/images/ua32/UA32BT_SNF-1-AP05.png new file mode 100644 index 0000000..89018be Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP05.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP06.png b/images/ua32/UA32BT_SNF-1-AP06.png new file mode 100644 index 0000000..ce92929 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP06.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP07.png b/images/ua32/UA32BT_SNF-1-AP07.png new file mode 100644 index 0000000..ebcaaf0 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP07.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP08.png b/images/ua32/UA32BT_SNF-1-AP08.png new file mode 100644 index 0000000..366f939 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP08.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP09.png b/images/ua32/UA32BT_SNF-1-AP09.png new file mode 100644 index 0000000..d280aaf Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP09.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP10.png b/images/ua32/UA32BT_SNF-1-AP10.png new file mode 100644 index 0000000..a9555a5 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP10.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP11.png b/images/ua32/UA32BT_SNF-1-AP11.png new file mode 100644 index 0000000..539f3e5 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP11.png differ diff --git a/images/ua32/UA32BT_SNF-1-AP12.png b/images/ua32/UA32BT_SNF-1-AP12.png new file mode 100644 index 0000000..d5e5340 Binary files /dev/null and b/images/ua32/UA32BT_SNF-1-AP12.png differ diff --git a/images/ua32/UAPR_SNF-1-013.png b/images/ua32/UAPR_SNF-1-013.png new file mode 100644 index 0000000..6e393e1 Binary files /dev/null and b/images/ua32/UAPR_SNF-1-013.png differ diff --git a/images/ua32/UAPR_SNF-1-056.png b/images/ua32/UAPR_SNF-1-056.png new file mode 100644 index 0000000..5886957 Binary files /dev/null and b/images/ua32/UAPR_SNF-1-056.png differ diff --git a/images/ua33/UA33BT_NGR-1-001.png b/images/ua33/UA33BT_NGR-1-001.png new file mode 100644 index 0000000..1140e0a Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-001.png differ diff --git a/images/ua33/UA33BT_NGR-1-002.png b/images/ua33/UA33BT_NGR-1-002.png new file mode 100644 index 0000000..3c07aa9 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-002.png differ diff --git a/images/ua33/UA33BT_NGR-1-003.png b/images/ua33/UA33BT_NGR-1-003.png new file mode 100644 index 0000000..c276d93 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-003.png differ diff --git a/images/ua33/UA33BT_NGR-1-004.png b/images/ua33/UA33BT_NGR-1-004.png new file mode 100644 index 0000000..9367388 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-004.png differ diff --git a/images/ua33/UA33BT_NGR-1-005.png b/images/ua33/UA33BT_NGR-1-005.png new file mode 100644 index 0000000..ba28b3c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-005.png differ diff --git a/images/ua33/UA33BT_NGR-1-006.png b/images/ua33/UA33BT_NGR-1-006.png new file mode 100644 index 0000000..b3a0108 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-006.png differ diff --git a/images/ua33/UA33BT_NGR-1-007.png b/images/ua33/UA33BT_NGR-1-007.png new file mode 100644 index 0000000..ed072f3 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-007.png differ diff --git a/images/ua33/UA33BT_NGR-1-008.png b/images/ua33/UA33BT_NGR-1-008.png new file mode 100644 index 0000000..66fd1ff Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-008.png differ diff --git a/images/ua33/UA33BT_NGR-1-008_p1.png b/images/ua33/UA33BT_NGR-1-008_p1.png new file mode 100644 index 0000000..0de3e13 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-008_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-009.png b/images/ua33/UA33BT_NGR-1-009.png new file mode 100644 index 0000000..86b7d7c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-009.png differ diff --git a/images/ua33/UA33BT_NGR-1-010.png b/images/ua33/UA33BT_NGR-1-010.png new file mode 100644 index 0000000..c70dfd1 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-010.png differ diff --git a/images/ua33/UA33BT_NGR-1-011.png b/images/ua33/UA33BT_NGR-1-011.png new file mode 100644 index 0000000..57fff2a Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-011.png differ diff --git a/images/ua33/UA33BT_NGR-1-012.png b/images/ua33/UA33BT_NGR-1-012.png new file mode 100644 index 0000000..ec3fbfc Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-012.png differ diff --git a/images/ua33/UA33BT_NGR-1-013.png b/images/ua33/UA33BT_NGR-1-013.png new file mode 100644 index 0000000..fed519e Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-013.png differ diff --git a/images/ua33/UA33BT_NGR-1-014.png b/images/ua33/UA33BT_NGR-1-014.png new file mode 100644 index 0000000..2abd248 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-014.png differ diff --git a/images/ua33/UA33BT_NGR-1-015.png b/images/ua33/UA33BT_NGR-1-015.png new file mode 100644 index 0000000..1446040 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-015.png differ diff --git a/images/ua33/UA33BT_NGR-1-016.png b/images/ua33/UA33BT_NGR-1-016.png new file mode 100644 index 0000000..d77f1a0 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-016.png differ diff --git a/images/ua33/UA33BT_NGR-1-017.png b/images/ua33/UA33BT_NGR-1-017.png new file mode 100644 index 0000000..14c6268 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-017.png differ diff --git a/images/ua33/UA33BT_NGR-1-018.png b/images/ua33/UA33BT_NGR-1-018.png new file mode 100644 index 0000000..5658e9c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-018.png differ diff --git a/images/ua33/UA33BT_NGR-1-019.png b/images/ua33/UA33BT_NGR-1-019.png new file mode 100644 index 0000000..45c332f Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-019.png differ diff --git a/images/ua33/UA33BT_NGR-1-020.png b/images/ua33/UA33BT_NGR-1-020.png new file mode 100644 index 0000000..eab092d Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-020.png differ diff --git a/images/ua33/UA33BT_NGR-1-021.png b/images/ua33/UA33BT_NGR-1-021.png new file mode 100644 index 0000000..a860e61 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-021.png differ diff --git a/images/ua33/UA33BT_NGR-1-022.png b/images/ua33/UA33BT_NGR-1-022.png new file mode 100644 index 0000000..89f8f58 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-022.png differ diff --git a/images/ua33/UA33BT_NGR-1-022_p1.png b/images/ua33/UA33BT_NGR-1-022_p1.png new file mode 100644 index 0000000..9d2089b Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-022_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-023.png b/images/ua33/UA33BT_NGR-1-023.png new file mode 100644 index 0000000..9907789 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-023.png differ diff --git a/images/ua33/UA33BT_NGR-1-023_p1.png b/images/ua33/UA33BT_NGR-1-023_p1.png new file mode 100644 index 0000000..91afd76 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-023_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-024.png b/images/ua33/UA33BT_NGR-1-024.png new file mode 100644 index 0000000..9779024 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-024.png differ diff --git a/images/ua33/UA33BT_NGR-1-024_p1.png b/images/ua33/UA33BT_NGR-1-024_p1.png new file mode 100644 index 0000000..d5aa6f6 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-024_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-025.png b/images/ua33/UA33BT_NGR-1-025.png new file mode 100644 index 0000000..f97b7c3 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-025.png differ diff --git a/images/ua33/UA33BT_NGR-1-025_p1.png b/images/ua33/UA33BT_NGR-1-025_p1.png new file mode 100644 index 0000000..921055f Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-025_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-025_p2.png b/images/ua33/UA33BT_NGR-1-025_p2.png new file mode 100644 index 0000000..ca3076c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-025_p2.png differ diff --git a/images/ua33/UA33BT_NGR-1-026.png b/images/ua33/UA33BT_NGR-1-026.png new file mode 100644 index 0000000..126c465 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-026.png differ diff --git a/images/ua33/UA33BT_NGR-1-027.png b/images/ua33/UA33BT_NGR-1-027.png new file mode 100644 index 0000000..2856051 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-027.png differ diff --git a/images/ua33/UA33BT_NGR-1-027_p1.png b/images/ua33/UA33BT_NGR-1-027_p1.png new file mode 100644 index 0000000..563f7ca Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-027_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-028.png b/images/ua33/UA33BT_NGR-1-028.png new file mode 100644 index 0000000..76b4887 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-028.png differ diff --git a/images/ua33/UA33BT_NGR-1-028_p1.png b/images/ua33/UA33BT_NGR-1-028_p1.png new file mode 100644 index 0000000..8c3d103 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-028_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-029.png b/images/ua33/UA33BT_NGR-1-029.png new file mode 100644 index 0000000..a34082f Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-029.png differ diff --git a/images/ua33/UA33BT_NGR-1-029_p1.png b/images/ua33/UA33BT_NGR-1-029_p1.png new file mode 100644 index 0000000..c98b3b7 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-029_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-030.png b/images/ua33/UA33BT_NGR-1-030.png new file mode 100644 index 0000000..956bd1b Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-030.png differ diff --git a/images/ua33/UA33BT_NGR-1-030_p1.png b/images/ua33/UA33BT_NGR-1-030_p1.png new file mode 100644 index 0000000..e4030d4 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-030_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-030_p2.png b/images/ua33/UA33BT_NGR-1-030_p2.png new file mode 100644 index 0000000..afd02ef Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-030_p2.png differ diff --git a/images/ua33/UA33BT_NGR-1-031.png b/images/ua33/UA33BT_NGR-1-031.png new file mode 100644 index 0000000..3793bd9 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-031.png differ diff --git a/images/ua33/UA33BT_NGR-1-032.png b/images/ua33/UA33BT_NGR-1-032.png new file mode 100644 index 0000000..2125709 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-032.png differ diff --git a/images/ua33/UA33BT_NGR-1-033.png b/images/ua33/UA33BT_NGR-1-033.png new file mode 100644 index 0000000..9451a1c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-033.png differ diff --git a/images/ua33/UA33BT_NGR-1-034.png b/images/ua33/UA33BT_NGR-1-034.png new file mode 100644 index 0000000..d9b8ba7 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-034.png differ diff --git a/images/ua33/UA33BT_NGR-1-035.png b/images/ua33/UA33BT_NGR-1-035.png new file mode 100644 index 0000000..2946c3a Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-035.png differ diff --git a/images/ua33/UA33BT_NGR-1-036.png b/images/ua33/UA33BT_NGR-1-036.png new file mode 100644 index 0000000..a04fccc Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-036.png differ diff --git a/images/ua33/UA33BT_NGR-1-037.png b/images/ua33/UA33BT_NGR-1-037.png new file mode 100644 index 0000000..e9e2084 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-037.png differ diff --git a/images/ua33/UA33BT_NGR-1-038.png b/images/ua33/UA33BT_NGR-1-038.png new file mode 100644 index 0000000..d2e53b4 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-038.png differ diff --git a/images/ua33/UA33BT_NGR-1-039.png b/images/ua33/UA33BT_NGR-1-039.png new file mode 100644 index 0000000..658a8d0 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-039.png differ diff --git a/images/ua33/UA33BT_NGR-1-040.png b/images/ua33/UA33BT_NGR-1-040.png new file mode 100644 index 0000000..c1970b3 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-040.png differ diff --git a/images/ua33/UA33BT_NGR-1-041.png b/images/ua33/UA33BT_NGR-1-041.png new file mode 100644 index 0000000..990ca73 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-041.png differ diff --git a/images/ua33/UA33BT_NGR-1-042.png b/images/ua33/UA33BT_NGR-1-042.png new file mode 100644 index 0000000..3d8e179 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-042.png differ diff --git a/images/ua33/UA33BT_NGR-1-043.png b/images/ua33/UA33BT_NGR-1-043.png new file mode 100644 index 0000000..2057b6e Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-043.png differ diff --git a/images/ua33/UA33BT_NGR-1-044.png b/images/ua33/UA33BT_NGR-1-044.png new file mode 100644 index 0000000..cff203c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-044.png differ diff --git a/images/ua33/UA33BT_NGR-1-045.png b/images/ua33/UA33BT_NGR-1-045.png new file mode 100644 index 0000000..d2a3e05 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-045.png differ diff --git a/images/ua33/UA33BT_NGR-1-046.png b/images/ua33/UA33BT_NGR-1-046.png new file mode 100644 index 0000000..5a33448 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-046.png differ diff --git a/images/ua33/UA33BT_NGR-1-047.png b/images/ua33/UA33BT_NGR-1-047.png new file mode 100644 index 0000000..23363df Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-047.png differ diff --git a/images/ua33/UA33BT_NGR-1-048.png b/images/ua33/UA33BT_NGR-1-048.png new file mode 100644 index 0000000..fa25104 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-048.png differ diff --git a/images/ua33/UA33BT_NGR-1-049.png b/images/ua33/UA33BT_NGR-1-049.png new file mode 100644 index 0000000..b3b09b6 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-049.png differ diff --git a/images/ua33/UA33BT_NGR-1-050.png b/images/ua33/UA33BT_NGR-1-050.png new file mode 100644 index 0000000..83c9516 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-050.png differ diff --git a/images/ua33/UA33BT_NGR-1-051.png b/images/ua33/UA33BT_NGR-1-051.png new file mode 100644 index 0000000..2e10512 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-051.png differ diff --git a/images/ua33/UA33BT_NGR-1-051_p1.png b/images/ua33/UA33BT_NGR-1-051_p1.png new file mode 100644 index 0000000..007c8a9 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-051_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-052.png b/images/ua33/UA33BT_NGR-1-052.png new file mode 100644 index 0000000..c1ea654 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-052.png differ diff --git a/images/ua33/UA33BT_NGR-1-053.png b/images/ua33/UA33BT_NGR-1-053.png new file mode 100644 index 0000000..be125eb Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-053.png differ diff --git a/images/ua33/UA33BT_NGR-1-054.png b/images/ua33/UA33BT_NGR-1-054.png new file mode 100644 index 0000000..94f2c74 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-054.png differ diff --git a/images/ua33/UA33BT_NGR-1-055.png b/images/ua33/UA33BT_NGR-1-055.png new file mode 100644 index 0000000..2348c44 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-055.png differ diff --git a/images/ua33/UA33BT_NGR-1-056.png b/images/ua33/UA33BT_NGR-1-056.png new file mode 100644 index 0000000..4db7928 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-056.png differ diff --git a/images/ua33/UA33BT_NGR-1-057.png b/images/ua33/UA33BT_NGR-1-057.png new file mode 100644 index 0000000..7da603d Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-057.png differ diff --git a/images/ua33/UA33BT_NGR-1-058.png b/images/ua33/UA33BT_NGR-1-058.png new file mode 100644 index 0000000..8dba9a2 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-058.png differ diff --git a/images/ua33/UA33BT_NGR-1-059.png b/images/ua33/UA33BT_NGR-1-059.png new file mode 100644 index 0000000..48992a6 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-059.png differ diff --git a/images/ua33/UA33BT_NGR-1-060.png b/images/ua33/UA33BT_NGR-1-060.png new file mode 100644 index 0000000..02e286b Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-060.png differ diff --git a/images/ua33/UA33BT_NGR-1-060_p1.png b/images/ua33/UA33BT_NGR-1-060_p1.png new file mode 100644 index 0000000..1f37359 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-060_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-061.png b/images/ua33/UA33BT_NGR-1-061.png new file mode 100644 index 0000000..579ffb2 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-061.png differ diff --git a/images/ua33/UA33BT_NGR-1-061_p1.png b/images/ua33/UA33BT_NGR-1-061_p1.png new file mode 100644 index 0000000..9198d68 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-061_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-062.png b/images/ua33/UA33BT_NGR-1-062.png new file mode 100644 index 0000000..915b8f3 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-062.png differ diff --git a/images/ua33/UA33BT_NGR-1-063.png b/images/ua33/UA33BT_NGR-1-063.png new file mode 100644 index 0000000..bfabb65 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-063.png differ diff --git a/images/ua33/UA33BT_NGR-1-063_p1.png b/images/ua33/UA33BT_NGR-1-063_p1.png new file mode 100644 index 0000000..eb3c2f4 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-063_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-064.png b/images/ua33/UA33BT_NGR-1-064.png new file mode 100644 index 0000000..a24de99 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-064.png differ diff --git a/images/ua33/UA33BT_NGR-1-064_p1.png b/images/ua33/UA33BT_NGR-1-064_p1.png new file mode 100644 index 0000000..a68ded7 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-064_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-065.png b/images/ua33/UA33BT_NGR-1-065.png new file mode 100644 index 0000000..7a8172c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-065.png differ diff --git a/images/ua33/UA33BT_NGR-1-066.png b/images/ua33/UA33BT_NGR-1-066.png new file mode 100644 index 0000000..07a7691 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-066.png differ diff --git a/images/ua33/UA33BT_NGR-1-066_p1.png b/images/ua33/UA33BT_NGR-1-066_p1.png new file mode 100644 index 0000000..120c4eb Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-066_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-067.png b/images/ua33/UA33BT_NGR-1-067.png new file mode 100644 index 0000000..0f6b33c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-067.png differ diff --git a/images/ua33/UA33BT_NGR-1-067_p1.png b/images/ua33/UA33BT_NGR-1-067_p1.png new file mode 100644 index 0000000..25087d2 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-067_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-068.png b/images/ua33/UA33BT_NGR-1-068.png new file mode 100644 index 0000000..b61bfcb Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-068.png differ diff --git a/images/ua33/UA33BT_NGR-1-069.png b/images/ua33/UA33BT_NGR-1-069.png new file mode 100644 index 0000000..51b6e49 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-069.png differ diff --git a/images/ua33/UA33BT_NGR-1-069_p1.png b/images/ua33/UA33BT_NGR-1-069_p1.png new file mode 100644 index 0000000..d1f95c7 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-069_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-070.png b/images/ua33/UA33BT_NGR-1-070.png new file mode 100644 index 0000000..93b83c9 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-070.png differ diff --git a/images/ua33/UA33BT_NGR-1-070_p1.png b/images/ua33/UA33BT_NGR-1-070_p1.png new file mode 100644 index 0000000..d74cd43 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-070_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-071.png b/images/ua33/UA33BT_NGR-1-071.png new file mode 100644 index 0000000..b0bbf4d Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-071.png differ diff --git a/images/ua33/UA33BT_NGR-1-072.png b/images/ua33/UA33BT_NGR-1-072.png new file mode 100644 index 0000000..39cbb71 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-072.png differ diff --git a/images/ua33/UA33BT_NGR-1-072_p1.png b/images/ua33/UA33BT_NGR-1-072_p1.png new file mode 100644 index 0000000..d6ff3d8 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-072_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-073.png b/images/ua33/UA33BT_NGR-1-073.png new file mode 100644 index 0000000..431d5ab Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-073.png differ diff --git a/images/ua33/UA33BT_NGR-1-073_p1.png b/images/ua33/UA33BT_NGR-1-073_p1.png new file mode 100644 index 0000000..15f463e Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-073_p1.png differ diff --git a/images/ua33/UA33BT_NGR-1-074.png b/images/ua33/UA33BT_NGR-1-074.png new file mode 100644 index 0000000..d8ddf73 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-074.png differ diff --git a/images/ua33/UA33BT_NGR-1-075.png b/images/ua33/UA33BT_NGR-1-075.png new file mode 100644 index 0000000..50dd09d Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-075.png differ diff --git a/images/ua33/UA33BT_NGR-1-076.png b/images/ua33/UA33BT_NGR-1-076.png new file mode 100644 index 0000000..be08c2d Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-076.png differ diff --git a/images/ua33/UA33BT_NGR-1-077.png b/images/ua33/UA33BT_NGR-1-077.png new file mode 100644 index 0000000..f37ce47 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-077.png differ diff --git a/images/ua33/UA33BT_NGR-1-078.png b/images/ua33/UA33BT_NGR-1-078.png new file mode 100644 index 0000000..07086df Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-078.png differ diff --git a/images/ua33/UA33BT_NGR-1-079.png b/images/ua33/UA33BT_NGR-1-079.png new file mode 100644 index 0000000..c2e164e Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-079.png differ diff --git a/images/ua33/UA33BT_NGR-1-080.png b/images/ua33/UA33BT_NGR-1-080.png new file mode 100644 index 0000000..e2af890 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-080.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP01.png b/images/ua33/UA33BT_NGR-1-AP01.png new file mode 100644 index 0000000..81774db Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP01.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP01_s.png b/images/ua33/UA33BT_NGR-1-AP01_s.png new file mode 100644 index 0000000..ab3cd7b Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP01_s.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP02.png b/images/ua33/UA33BT_NGR-1-AP02.png new file mode 100644 index 0000000..a4a9087 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP02.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP02_s.png b/images/ua33/UA33BT_NGR-1-AP02_s.png new file mode 100644 index 0000000..e4e4141 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP02_s.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP03.png b/images/ua33/UA33BT_NGR-1-AP03.png new file mode 100644 index 0000000..af3703c Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP03.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP03_s.png b/images/ua33/UA33BT_NGR-1-AP03_s.png new file mode 100644 index 0000000..4060e76 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP03_s.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP04.png b/images/ua33/UA33BT_NGR-1-AP04.png new file mode 100644 index 0000000..b7dff56 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP04.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP04_s.png b/images/ua33/UA33BT_NGR-1-AP04_s.png new file mode 100644 index 0000000..8fe5f34 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP04_s.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP05.png b/images/ua33/UA33BT_NGR-1-AP05.png new file mode 100644 index 0000000..427cbb3 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP05.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP06.png b/images/ua33/UA33BT_NGR-1-AP06.png new file mode 100644 index 0000000..7c1ba02 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP06.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP07.png b/images/ua33/UA33BT_NGR-1-AP07.png new file mode 100644 index 0000000..d968e57 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP07.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP08.png b/images/ua33/UA33BT_NGR-1-AP08.png new file mode 100644 index 0000000..a8a5a8a Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP08.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP09.png b/images/ua33/UA33BT_NGR-1-AP09.png new file mode 100644 index 0000000..ed58210 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP09.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP10.png b/images/ua33/UA33BT_NGR-1-AP10.png new file mode 100644 index 0000000..0950f8e Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP10.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP11.png b/images/ua33/UA33BT_NGR-1-AP11.png new file mode 100644 index 0000000..4a7dbc9 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP11.png differ diff --git a/images/ua33/UA33BT_NGR-1-AP12.png b/images/ua33/UA33BT_NGR-1-AP12.png new file mode 100644 index 0000000..06aeb48 Binary files /dev/null and b/images/ua33/UA33BT_NGR-1-AP12.png differ diff --git a/images/ua33/UAPR_NGR-1-002.png b/images/ua33/UAPR_NGR-1-002.png new file mode 100644 index 0000000..eb94675 Binary files /dev/null and b/images/ua33/UAPR_NGR-1-002.png differ diff --git a/images/ua33/UAPR_NGR-1-003.png b/images/ua33/UAPR_NGR-1-003.png new file mode 100644 index 0000000..8a67962 Binary files /dev/null and b/images/ua33/UAPR_NGR-1-003.png differ diff --git a/images/ua33/UAPR_NGR-1-016.png b/images/ua33/UAPR_NGR-1-016.png new file mode 100644 index 0000000..c6d8618 Binary files /dev/null and b/images/ua33/UAPR_NGR-1-016.png differ diff --git a/images/ua33/UAPR_NGR-1-020.png b/images/ua33/UAPR_NGR-1-020.png new file mode 100644 index 0000000..63de813 Binary files /dev/null and b/images/ua33/UAPR_NGR-1-020.png differ diff --git a/images/ua33/UAPR_NGR-1-030.png b/images/ua33/UAPR_NGR-1-030.png new file mode 100644 index 0000000..10cb35e Binary files /dev/null and b/images/ua33/UAPR_NGR-1-030.png differ diff --git a/images/ua33/UAPR_NGR-1-030_p1.png b/images/ua33/UAPR_NGR-1-030_p1.png new file mode 100644 index 0000000..5d3220e Binary files /dev/null and b/images/ua33/UAPR_NGR-1-030_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-001.png b/images/ua34/UA34BT_CGD-1-001.png new file mode 100644 index 0000000..7d80b67 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-001.png differ diff --git a/images/ua34/UA34BT_CGD-1-002.png b/images/ua34/UA34BT_CGD-1-002.png new file mode 100644 index 0000000..e667ff0 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-002.png differ diff --git a/images/ua34/UA34BT_CGD-1-003.png b/images/ua34/UA34BT_CGD-1-003.png new file mode 100644 index 0000000..399c8ba Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-003.png differ diff --git a/images/ua34/UA34BT_CGD-1-004.png b/images/ua34/UA34BT_CGD-1-004.png new file mode 100644 index 0000000..374a445 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-004.png differ diff --git a/images/ua34/UA34BT_CGD-1-005.png b/images/ua34/UA34BT_CGD-1-005.png new file mode 100644 index 0000000..022e53b Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-005.png differ diff --git a/images/ua34/UA34BT_CGD-1-006.png b/images/ua34/UA34BT_CGD-1-006.png new file mode 100644 index 0000000..9ec4005 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-006.png differ diff --git a/images/ua34/UA34BT_CGD-1-007.png b/images/ua34/UA34BT_CGD-1-007.png new file mode 100644 index 0000000..caaed0a Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-007.png differ diff --git a/images/ua34/UA34BT_CGD-1-008.png b/images/ua34/UA34BT_CGD-1-008.png new file mode 100644 index 0000000..a5ec69f Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-008.png differ diff --git a/images/ua34/UA34BT_CGD-1-009.png b/images/ua34/UA34BT_CGD-1-009.png new file mode 100644 index 0000000..1416d64 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-009.png differ diff --git a/images/ua34/UA34BT_CGD-1-010.png b/images/ua34/UA34BT_CGD-1-010.png new file mode 100644 index 0000000..0bce464 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-010.png differ diff --git a/images/ua34/UA34BT_CGD-1-011.png b/images/ua34/UA34BT_CGD-1-011.png new file mode 100644 index 0000000..f193e03 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-011.png differ diff --git a/images/ua34/UA34BT_CGD-1-012.png b/images/ua34/UA34BT_CGD-1-012.png new file mode 100644 index 0000000..520c2f2 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-012.png differ diff --git a/images/ua34/UA34BT_CGD-1-012_p1.png b/images/ua34/UA34BT_CGD-1-012_p1.png new file mode 100644 index 0000000..0e32e68 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-012_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-013.png b/images/ua34/UA34BT_CGD-1-013.png new file mode 100644 index 0000000..66cb2c7 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-013.png differ diff --git a/images/ua34/UA34BT_CGD-1-014.png b/images/ua34/UA34BT_CGD-1-014.png new file mode 100644 index 0000000..b49e153 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-014.png differ diff --git a/images/ua34/UA34BT_CGD-1-015.png b/images/ua34/UA34BT_CGD-1-015.png new file mode 100644 index 0000000..3544a10 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-015.png differ diff --git a/images/ua34/UA34BT_CGD-1-016.png b/images/ua34/UA34BT_CGD-1-016.png new file mode 100644 index 0000000..60b2828 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-016.png differ diff --git a/images/ua34/UA34BT_CGD-1-016_p1.png b/images/ua34/UA34BT_CGD-1-016_p1.png new file mode 100644 index 0000000..3ab52ba Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-016_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-017.png b/images/ua34/UA34BT_CGD-1-017.png new file mode 100644 index 0000000..c4bed35 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-017.png differ diff --git a/images/ua34/UA34BT_CGD-1-017_p1.png b/images/ua34/UA34BT_CGD-1-017_p1.png new file mode 100644 index 0000000..f169e44 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-017_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-018.png b/images/ua34/UA34BT_CGD-1-018.png new file mode 100644 index 0000000..42ddcc6 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-018.png differ diff --git a/images/ua34/UA34BT_CGD-1-018_p1.png b/images/ua34/UA34BT_CGD-1-018_p1.png new file mode 100644 index 0000000..fa162b7 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-018_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-019.png b/images/ua34/UA34BT_CGD-1-019.png new file mode 100644 index 0000000..a34d35d Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-019.png differ diff --git a/images/ua34/UA34BT_CGD-1-020.png b/images/ua34/UA34BT_CGD-1-020.png new file mode 100644 index 0000000..b893c5a Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-020.png differ diff --git a/images/ua34/UA34BT_CGD-1-021.png b/images/ua34/UA34BT_CGD-1-021.png new file mode 100644 index 0000000..ee39e12 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-021.png differ diff --git a/images/ua34/UA34BT_CGD-1-021_p1.png b/images/ua34/UA34BT_CGD-1-021_p1.png new file mode 100644 index 0000000..0cdf6f7 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-021_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-022.png b/images/ua34/UA34BT_CGD-1-022.png new file mode 100644 index 0000000..9199c5e Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-022.png differ diff --git a/images/ua34/UA34BT_CGD-1-023.png b/images/ua34/UA34BT_CGD-1-023.png new file mode 100644 index 0000000..0ba325a Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-023.png differ diff --git a/images/ua34/UA34BT_CGD-1-024.png b/images/ua34/UA34BT_CGD-1-024.png new file mode 100644 index 0000000..586bf8c Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-024.png differ diff --git a/images/ua34/UA34BT_CGD-1-024_p1.png b/images/ua34/UA34BT_CGD-1-024_p1.png new file mode 100644 index 0000000..bdf4e29 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-024_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-025.png b/images/ua34/UA34BT_CGD-1-025.png new file mode 100644 index 0000000..e75aa6a Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-025.png differ diff --git a/images/ua34/UA34BT_CGD-1-025_p1.png b/images/ua34/UA34BT_CGD-1-025_p1.png new file mode 100644 index 0000000..d0815a3 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-025_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-026.png b/images/ua34/UA34BT_CGD-1-026.png new file mode 100644 index 0000000..5ce067c Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-026.png differ diff --git a/images/ua34/UA34BT_CGD-1-026_p1.png b/images/ua34/UA34BT_CGD-1-026_p1.png new file mode 100644 index 0000000..3e93521 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-026_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-027.png b/images/ua34/UA34BT_CGD-1-027.png new file mode 100644 index 0000000..57728f2 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-027.png differ diff --git a/images/ua34/UA34BT_CGD-1-027_p1.png b/images/ua34/UA34BT_CGD-1-027_p1.png new file mode 100644 index 0000000..2410d79 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-027_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-028.png b/images/ua34/UA34BT_CGD-1-028.png new file mode 100644 index 0000000..1deb426 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-028.png differ diff --git a/images/ua34/UA34BT_CGD-1-029.png b/images/ua34/UA34BT_CGD-1-029.png new file mode 100644 index 0000000..eec1baa Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-029.png differ diff --git a/images/ua34/UA34BT_CGD-1-029_p1.png b/images/ua34/UA34BT_CGD-1-029_p1.png new file mode 100644 index 0000000..6c2c2e3 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-029_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-030.png b/images/ua34/UA34BT_CGD-1-030.png new file mode 100644 index 0000000..94f7337 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-030.png differ diff --git a/images/ua34/UA34BT_CGD-1-031.png b/images/ua34/UA34BT_CGD-1-031.png new file mode 100644 index 0000000..36a407e Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-031.png differ diff --git a/images/ua34/UA34BT_CGD-1-031_p1.png b/images/ua34/UA34BT_CGD-1-031_p1.png new file mode 100644 index 0000000..7a01e9e Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-031_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-032.png b/images/ua34/UA34BT_CGD-1-032.png new file mode 100644 index 0000000..9b39cd3 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-032.png differ diff --git a/images/ua34/UA34BT_CGD-1-032_p1.png b/images/ua34/UA34BT_CGD-1-032_p1.png new file mode 100644 index 0000000..c3c1993 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-032_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-033.png b/images/ua34/UA34BT_CGD-1-033.png new file mode 100644 index 0000000..0f05270 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-033.png differ diff --git a/images/ua34/UA34BT_CGD-1-033_p1.png b/images/ua34/UA34BT_CGD-1-033_p1.png new file mode 100644 index 0000000..c74dd12 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-033_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-033_p2.png b/images/ua34/UA34BT_CGD-1-033_p2.png new file mode 100644 index 0000000..3b8588a Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-033_p2.png differ diff --git a/images/ua34/UA34BT_CGD-1-034.png b/images/ua34/UA34BT_CGD-1-034.png new file mode 100644 index 0000000..8095f13 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-034.png differ diff --git a/images/ua34/UA34BT_CGD-1-035.png b/images/ua34/UA34BT_CGD-1-035.png new file mode 100644 index 0000000..31af477 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-035.png differ diff --git a/images/ua34/UA34BT_CGD-1-036.png b/images/ua34/UA34BT_CGD-1-036.png new file mode 100644 index 0000000..eaa5b8e Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-036.png differ diff --git a/images/ua34/UA34BT_CGD-1-037.png b/images/ua34/UA34BT_CGD-1-037.png new file mode 100644 index 0000000..4c92564 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-037.png differ diff --git a/images/ua34/UA34BT_CGD-1-038.png b/images/ua34/UA34BT_CGD-1-038.png new file mode 100644 index 0000000..ec4bff2 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-038.png differ diff --git a/images/ua34/UA34BT_CGD-1-039.png b/images/ua34/UA34BT_CGD-1-039.png new file mode 100644 index 0000000..c6345ad Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-039.png differ diff --git a/images/ua34/UA34BT_CGD-1-040.png b/images/ua34/UA34BT_CGD-1-040.png new file mode 100644 index 0000000..465b029 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-040.png differ diff --git a/images/ua34/UA34BT_CGD-1-041.png b/images/ua34/UA34BT_CGD-1-041.png new file mode 100644 index 0000000..dcbd277 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-041.png differ diff --git a/images/ua34/UA34BT_CGD-1-042.png b/images/ua34/UA34BT_CGD-1-042.png new file mode 100644 index 0000000..13fa781 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-042.png differ diff --git a/images/ua34/UA34BT_CGD-1-043.png b/images/ua34/UA34BT_CGD-1-043.png new file mode 100644 index 0000000..6a86ec4 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-043.png differ diff --git a/images/ua34/UA34BT_CGD-1-044.png b/images/ua34/UA34BT_CGD-1-044.png new file mode 100644 index 0000000..36df375 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-044.png differ diff --git a/images/ua34/UA34BT_CGD-1-044_p1.png b/images/ua34/UA34BT_CGD-1-044_p1.png new file mode 100644 index 0000000..9e02ba4 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-044_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-045.png b/images/ua34/UA34BT_CGD-1-045.png new file mode 100644 index 0000000..e12ae6e Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-045.png differ diff --git a/images/ua34/UA34BT_CGD-1-046.png b/images/ua34/UA34BT_CGD-1-046.png new file mode 100644 index 0000000..c485741 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-046.png differ diff --git a/images/ua34/UA34BT_CGD-1-047.png b/images/ua34/UA34BT_CGD-1-047.png new file mode 100644 index 0000000..4bf58f1 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-047.png differ diff --git a/images/ua34/UA34BT_CGD-1-048.png b/images/ua34/UA34BT_CGD-1-048.png new file mode 100644 index 0000000..0774894 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-048.png differ diff --git a/images/ua34/UA34BT_CGD-1-049.png b/images/ua34/UA34BT_CGD-1-049.png new file mode 100644 index 0000000..a36f4c5 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-049.png differ diff --git a/images/ua34/UA34BT_CGD-1-050.png b/images/ua34/UA34BT_CGD-1-050.png new file mode 100644 index 0000000..c0a9296 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-050.png differ diff --git a/images/ua34/UA34BT_CGD-1-051.png b/images/ua34/UA34BT_CGD-1-051.png new file mode 100644 index 0000000..76596d8 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-051.png differ diff --git a/images/ua34/UA34BT_CGD-1-051_p1.png b/images/ua34/UA34BT_CGD-1-051_p1.png new file mode 100644 index 0000000..f7be8d2 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-051_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-052.png b/images/ua34/UA34BT_CGD-1-052.png new file mode 100644 index 0000000..b6db5f6 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-052.png differ diff --git a/images/ua34/UA34BT_CGD-1-053.png b/images/ua34/UA34BT_CGD-1-053.png new file mode 100644 index 0000000..10f6ae6 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-053.png differ diff --git a/images/ua34/UA34BT_CGD-1-054.png b/images/ua34/UA34BT_CGD-1-054.png new file mode 100644 index 0000000..7800794 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-054.png differ diff --git a/images/ua34/UA34BT_CGD-1-055.png b/images/ua34/UA34BT_CGD-1-055.png new file mode 100644 index 0000000..e55d11e Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-055.png differ diff --git a/images/ua34/UA34BT_CGD-1-056.png b/images/ua34/UA34BT_CGD-1-056.png new file mode 100644 index 0000000..2d3b749 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-056.png differ diff --git a/images/ua34/UA34BT_CGD-1-057.png b/images/ua34/UA34BT_CGD-1-057.png new file mode 100644 index 0000000..b68e365 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-057.png differ diff --git a/images/ua34/UA34BT_CGD-1-058.png b/images/ua34/UA34BT_CGD-1-058.png new file mode 100644 index 0000000..468d348 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-058.png differ diff --git a/images/ua34/UA34BT_CGD-1-059.png b/images/ua34/UA34BT_CGD-1-059.png new file mode 100644 index 0000000..13d18f3 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-059.png differ diff --git a/images/ua34/UA34BT_CGD-1-060.png b/images/ua34/UA34BT_CGD-1-060.png new file mode 100644 index 0000000..81f1779 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-060.png differ diff --git a/images/ua34/UA34BT_CGD-1-061.png b/images/ua34/UA34BT_CGD-1-061.png new file mode 100644 index 0000000..1ddd847 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-061.png differ diff --git a/images/ua34/UA34BT_CGD-1-062.png b/images/ua34/UA34BT_CGD-1-062.png new file mode 100644 index 0000000..22e7e31 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-062.png differ diff --git a/images/ua34/UA34BT_CGD-1-063.png b/images/ua34/UA34BT_CGD-1-063.png new file mode 100644 index 0000000..f99171e Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-063.png differ diff --git a/images/ua34/UA34BT_CGD-1-063_p1.png b/images/ua34/UA34BT_CGD-1-063_p1.png new file mode 100644 index 0000000..18c0f1b Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-063_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-064.png b/images/ua34/UA34BT_CGD-1-064.png new file mode 100644 index 0000000..477d8a5 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-064.png differ diff --git a/images/ua34/UA34BT_CGD-1-065.png b/images/ua34/UA34BT_CGD-1-065.png new file mode 100644 index 0000000..e5e31df Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-065.png differ diff --git a/images/ua34/UA34BT_CGD-1-066.png b/images/ua34/UA34BT_CGD-1-066.png new file mode 100644 index 0000000..93d1e10 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-066.png differ diff --git a/images/ua34/UA34BT_CGD-1-067.png b/images/ua34/UA34BT_CGD-1-067.png new file mode 100644 index 0000000..9a0ded1 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-067.png differ diff --git a/images/ua34/UA34BT_CGD-1-068.png b/images/ua34/UA34BT_CGD-1-068.png new file mode 100644 index 0000000..4fe7e2f Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-068.png differ diff --git a/images/ua34/UA34BT_CGD-1-068_p1.png b/images/ua34/UA34BT_CGD-1-068_p1.png new file mode 100644 index 0000000..713fb5b Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-068_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-069.png b/images/ua34/UA34BT_CGD-1-069.png new file mode 100644 index 0000000..a6a9159 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-069.png differ diff --git a/images/ua34/UA34BT_CGD-1-069_p1.png b/images/ua34/UA34BT_CGD-1-069_p1.png new file mode 100644 index 0000000..32390e6 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-069_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-070.png b/images/ua34/UA34BT_CGD-1-070.png new file mode 100644 index 0000000..7da06d6 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-070.png differ diff --git a/images/ua34/UA34BT_CGD-1-070_p1.png b/images/ua34/UA34BT_CGD-1-070_p1.png new file mode 100644 index 0000000..9b959a1 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-070_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-071.png b/images/ua34/UA34BT_CGD-1-071.png new file mode 100644 index 0000000..1618319 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-071.png differ diff --git a/images/ua34/UA34BT_CGD-1-071_p1.png b/images/ua34/UA34BT_CGD-1-071_p1.png new file mode 100644 index 0000000..3057db6 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-071_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-072.png b/images/ua34/UA34BT_CGD-1-072.png new file mode 100644 index 0000000..15c9d2c Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-072.png differ diff --git a/images/ua34/UA34BT_CGD-1-073.png b/images/ua34/UA34BT_CGD-1-073.png new file mode 100644 index 0000000..adf9116 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-073.png differ diff --git a/images/ua34/UA34BT_CGD-1-074.png b/images/ua34/UA34BT_CGD-1-074.png new file mode 100644 index 0000000..cec5600 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-074.png differ diff --git a/images/ua34/UA34BT_CGD-1-075.png b/images/ua34/UA34BT_CGD-1-075.png new file mode 100644 index 0000000..d6aa30d Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-075.png differ diff --git a/images/ua34/UA34BT_CGD-1-076.png b/images/ua34/UA34BT_CGD-1-076.png new file mode 100644 index 0000000..7de1008 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-076.png differ diff --git a/images/ua34/UA34BT_CGD-1-077.png b/images/ua34/UA34BT_CGD-1-077.png new file mode 100644 index 0000000..1118885 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-077.png differ diff --git a/images/ua34/UA34BT_CGD-1-078.png b/images/ua34/UA34BT_CGD-1-078.png new file mode 100644 index 0000000..f1ad518 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-078.png differ diff --git a/images/ua34/UA34BT_CGD-1-079.png b/images/ua34/UA34BT_CGD-1-079.png new file mode 100644 index 0000000..256c04c Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-079.png differ diff --git a/images/ua34/UA34BT_CGD-1-080.png b/images/ua34/UA34BT_CGD-1-080.png new file mode 100644 index 0000000..70d42ed Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-080.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP01.png b/images/ua34/UA34BT_CGD-1-AP01.png new file mode 100644 index 0000000..65eb665 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP01.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP01_p1.png b/images/ua34/UA34BT_CGD-1-AP01_p1.png new file mode 100644 index 0000000..28eafe7 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP01_p1.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP02.png b/images/ua34/UA34BT_CGD-1-AP02.png new file mode 100644 index 0000000..135a1a7 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP02.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP03.png b/images/ua34/UA34BT_CGD-1-AP03.png new file mode 100644 index 0000000..a1973a4 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP03.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP04.png b/images/ua34/UA34BT_CGD-1-AP04.png new file mode 100644 index 0000000..9e21567 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP04.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP05.png b/images/ua34/UA34BT_CGD-1-AP05.png new file mode 100644 index 0000000..4448628 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP05.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP06.png b/images/ua34/UA34BT_CGD-1-AP06.png new file mode 100644 index 0000000..c46e641 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP06.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP07.png b/images/ua34/UA34BT_CGD-1-AP07.png new file mode 100644 index 0000000..1afa3f3 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP07.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP08.png b/images/ua34/UA34BT_CGD-1-AP08.png new file mode 100644 index 0000000..4ddf4b6 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP08.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP09.png b/images/ua34/UA34BT_CGD-1-AP09.png new file mode 100644 index 0000000..75f32f0 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP09.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP10.png b/images/ua34/UA34BT_CGD-1-AP10.png new file mode 100644 index 0000000..8dc3a31 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP10.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP11.png b/images/ua34/UA34BT_CGD-1-AP11.png new file mode 100644 index 0000000..4948fe5 Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP11.png differ diff --git a/images/ua34/UA34BT_CGD-1-AP12.png b/images/ua34/UA34BT_CGD-1-AP12.png new file mode 100644 index 0000000..edb30fa Binary files /dev/null and b/images/ua34/UA34BT_CGD-1-AP12.png differ diff --git a/images/ua34/UAPR_CGD-1-023.png b/images/ua34/UAPR_CGD-1-023.png new file mode 100644 index 0000000..4952377 Binary files /dev/null and b/images/ua34/UAPR_CGD-1-023.png differ diff --git a/images/ua34/UAPR_CGD-1-049.png b/images/ua34/UAPR_CGD-1-049.png new file mode 100644 index 0000000..7ec3028 Binary files /dev/null and b/images/ua34/UAPR_CGD-1-049.png differ diff --git a/images/ua34/UAPR_CGD-AP01.png b/images/ua34/UAPR_CGD-AP01.png new file mode 100644 index 0000000..e900bb1 Binary files /dev/null and b/images/ua34/UAPR_CGD-AP01.png differ diff --git a/images/ua34/UAPR_CGD-AP02.png b/images/ua34/UAPR_CGD-AP02.png new file mode 100644 index 0000000..a4bc8eb Binary files /dev/null and b/images/ua34/UAPR_CGD-AP02.png differ diff --git a/images/ua35/UA35BT_OPM-1-001.png b/images/ua35/UA35BT_OPM-1-001.png new file mode 100644 index 0000000..20bcdc3 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-001.png differ diff --git a/images/ua35/UA35BT_OPM-1-002.png b/images/ua35/UA35BT_OPM-1-002.png new file mode 100644 index 0000000..3182890 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-002.png differ diff --git a/images/ua35/UA35BT_OPM-1-003.png b/images/ua35/UA35BT_OPM-1-003.png new file mode 100644 index 0000000..1ecb272 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-003.png differ diff --git a/images/ua35/UA35BT_OPM-1-004.png b/images/ua35/UA35BT_OPM-1-004.png new file mode 100644 index 0000000..cb92fc7 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-004.png differ diff --git a/images/ua35/UA35BT_OPM-1-005.png b/images/ua35/UA35BT_OPM-1-005.png new file mode 100644 index 0000000..83a39f5 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-005.png differ diff --git a/images/ua35/UA35BT_OPM-1-006.png b/images/ua35/UA35BT_OPM-1-006.png new file mode 100644 index 0000000..2f67bde Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-006.png differ diff --git a/images/ua35/UA35BT_OPM-1-006_p1.png b/images/ua35/UA35BT_OPM-1-006_p1.png new file mode 100644 index 0000000..8669e84 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-006_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-007.png b/images/ua35/UA35BT_OPM-1-007.png new file mode 100644 index 0000000..f6799b0 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-007.png differ diff --git a/images/ua35/UA35BT_OPM-1-007_p1.png b/images/ua35/UA35BT_OPM-1-007_p1.png new file mode 100644 index 0000000..5c8cbf5 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-007_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-008.png b/images/ua35/UA35BT_OPM-1-008.png new file mode 100644 index 0000000..547c203 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-008.png differ diff --git a/images/ua35/UA35BT_OPM-1-009.png b/images/ua35/UA35BT_OPM-1-009.png new file mode 100644 index 0000000..55625a2 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-009.png differ diff --git a/images/ua35/UA35BT_OPM-1-010.png b/images/ua35/UA35BT_OPM-1-010.png new file mode 100644 index 0000000..815e563 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-010.png differ diff --git a/images/ua35/UA35BT_OPM-1-011.png b/images/ua35/UA35BT_OPM-1-011.png new file mode 100644 index 0000000..9347332 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-011.png differ diff --git a/images/ua35/UA35BT_OPM-1-012.png b/images/ua35/UA35BT_OPM-1-012.png new file mode 100644 index 0000000..3b46e17 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-012.png differ diff --git a/images/ua35/UA35BT_OPM-1-012_p1.png b/images/ua35/UA35BT_OPM-1-012_p1.png new file mode 100644 index 0000000..f56cef3 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-012_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-013.png b/images/ua35/UA35BT_OPM-1-013.png new file mode 100644 index 0000000..c333b37 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-013.png differ diff --git a/images/ua35/UA35BT_OPM-1-014.png b/images/ua35/UA35BT_OPM-1-014.png new file mode 100644 index 0000000..525ebe2 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-014.png differ diff --git a/images/ua35/UA35BT_OPM-1-014_p1.png b/images/ua35/UA35BT_OPM-1-014_p1.png new file mode 100644 index 0000000..02592c7 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-014_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-015.png b/images/ua35/UA35BT_OPM-1-015.png new file mode 100644 index 0000000..d2e3e61 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-015.png differ diff --git a/images/ua35/UA35BT_OPM-1-015_p1.png b/images/ua35/UA35BT_OPM-1-015_p1.png new file mode 100644 index 0000000..62c6265 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-015_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-016.png b/images/ua35/UA35BT_OPM-1-016.png new file mode 100644 index 0000000..efc6b61 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-016.png differ diff --git a/images/ua35/UA35BT_OPM-1-017.png b/images/ua35/UA35BT_OPM-1-017.png new file mode 100644 index 0000000..ac8da53 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-017.png differ diff --git a/images/ua35/UA35BT_OPM-1-018.png b/images/ua35/UA35BT_OPM-1-018.png new file mode 100644 index 0000000..7db57a7 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-018.png differ diff --git a/images/ua35/UA35BT_OPM-1-018_p1.png b/images/ua35/UA35BT_OPM-1-018_p1.png new file mode 100644 index 0000000..d2ac395 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-018_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-019.png b/images/ua35/UA35BT_OPM-1-019.png new file mode 100644 index 0000000..75fcb6e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-019.png differ diff --git a/images/ua35/UA35BT_OPM-1-020.png b/images/ua35/UA35BT_OPM-1-020.png new file mode 100644 index 0000000..bce6b0d Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-020.png differ diff --git a/images/ua35/UA35BT_OPM-1-020_p1.png b/images/ua35/UA35BT_OPM-1-020_p1.png new file mode 100644 index 0000000..1e33ec8 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-020_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-021.png b/images/ua35/UA35BT_OPM-1-021.png new file mode 100644 index 0000000..1155898 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-021.png differ diff --git a/images/ua35/UA35BT_OPM-1-022.png b/images/ua35/UA35BT_OPM-1-022.png new file mode 100644 index 0000000..5c6e652 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-022.png differ diff --git a/images/ua35/UA35BT_OPM-1-022_p1.png b/images/ua35/UA35BT_OPM-1-022_p1.png new file mode 100644 index 0000000..346ad32 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-022_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-023.png b/images/ua35/UA35BT_OPM-1-023.png new file mode 100644 index 0000000..ad61ac1 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-023.png differ diff --git a/images/ua35/UA35BT_OPM-1-023_p1.png b/images/ua35/UA35BT_OPM-1-023_p1.png new file mode 100644 index 0000000..e406d8b Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-023_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-024.png b/images/ua35/UA35BT_OPM-1-024.png new file mode 100644 index 0000000..03b1b3d Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-024.png differ diff --git a/images/ua35/UA35BT_OPM-1-025.png b/images/ua35/UA35BT_OPM-1-025.png new file mode 100644 index 0000000..e944638 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-025.png differ diff --git a/images/ua35/UA35BT_OPM-1-026.png b/images/ua35/UA35BT_OPM-1-026.png new file mode 100644 index 0000000..e8cc3b8 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-026.png differ diff --git a/images/ua35/UA35BT_OPM-1-027.png b/images/ua35/UA35BT_OPM-1-027.png new file mode 100644 index 0000000..6139c39 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-027.png differ diff --git a/images/ua35/UA35BT_OPM-1-028.png b/images/ua35/UA35BT_OPM-1-028.png new file mode 100644 index 0000000..edd6151 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-028.png differ diff --git a/images/ua35/UA35BT_OPM-1-029.png b/images/ua35/UA35BT_OPM-1-029.png new file mode 100644 index 0000000..040c6f6 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-029.png differ diff --git a/images/ua35/UA35BT_OPM-1-030.png b/images/ua35/UA35BT_OPM-1-030.png new file mode 100644 index 0000000..73e2859 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-030.png differ diff --git a/images/ua35/UA35BT_OPM-1-031.png b/images/ua35/UA35BT_OPM-1-031.png new file mode 100644 index 0000000..85b0f32 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-031.png differ diff --git a/images/ua35/UA35BT_OPM-1-032.png b/images/ua35/UA35BT_OPM-1-032.png new file mode 100644 index 0000000..3e8667d Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-032.png differ diff --git a/images/ua35/UA35BT_OPM-1-033.png b/images/ua35/UA35BT_OPM-1-033.png new file mode 100644 index 0000000..921598d Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-033.png differ diff --git a/images/ua35/UA35BT_OPM-1-034.png b/images/ua35/UA35BT_OPM-1-034.png new file mode 100644 index 0000000..fe19aa2 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-034.png differ diff --git a/images/ua35/UA35BT_OPM-1-034_p1.png b/images/ua35/UA35BT_OPM-1-034_p1.png new file mode 100644 index 0000000..7613ffe Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-034_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-035.png b/images/ua35/UA35BT_OPM-1-035.png new file mode 100644 index 0000000..d9a701a Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-035.png differ diff --git a/images/ua35/UA35BT_OPM-1-036.png b/images/ua35/UA35BT_OPM-1-036.png new file mode 100644 index 0000000..0078566 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-036.png differ diff --git a/images/ua35/UA35BT_OPM-1-037.png b/images/ua35/UA35BT_OPM-1-037.png new file mode 100644 index 0000000..392297f Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-037.png differ diff --git a/images/ua35/UA35BT_OPM-1-038.png b/images/ua35/UA35BT_OPM-1-038.png new file mode 100644 index 0000000..daa39d3 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-038.png differ diff --git a/images/ua35/UA35BT_OPM-1-038_p1.png b/images/ua35/UA35BT_OPM-1-038_p1.png new file mode 100644 index 0000000..614b86d Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-038_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-039.png b/images/ua35/UA35BT_OPM-1-039.png new file mode 100644 index 0000000..27e9ffe Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-039.png differ diff --git a/images/ua35/UA35BT_OPM-1-040.png b/images/ua35/UA35BT_OPM-1-040.png new file mode 100644 index 0000000..db3fd1a Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-040.png differ diff --git a/images/ua35/UA35BT_OPM-1-041.png b/images/ua35/UA35BT_OPM-1-041.png new file mode 100644 index 0000000..187f5a9 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-041.png differ diff --git a/images/ua35/UA35BT_OPM-1-041_p1.png b/images/ua35/UA35BT_OPM-1-041_p1.png new file mode 100644 index 0000000..ea5551f Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-041_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-042.png b/images/ua35/UA35BT_OPM-1-042.png new file mode 100644 index 0000000..de4505e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-042.png differ diff --git a/images/ua35/UA35BT_OPM-1-043.png b/images/ua35/UA35BT_OPM-1-043.png new file mode 100644 index 0000000..e0a7dfc Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-043.png differ diff --git a/images/ua35/UA35BT_OPM-1-044.png b/images/ua35/UA35BT_OPM-1-044.png new file mode 100644 index 0000000..017e4a3 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-044.png differ diff --git a/images/ua35/UA35BT_OPM-1-044_p1.png b/images/ua35/UA35BT_OPM-1-044_p1.png new file mode 100644 index 0000000..0acf6f3 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-044_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-045.png b/images/ua35/UA35BT_OPM-1-045.png new file mode 100644 index 0000000..b898d1c Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-045.png differ diff --git a/images/ua35/UA35BT_OPM-1-046.png b/images/ua35/UA35BT_OPM-1-046.png new file mode 100644 index 0000000..9791147 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-046.png differ diff --git a/images/ua35/UA35BT_OPM-1-047.png b/images/ua35/UA35BT_OPM-1-047.png new file mode 100644 index 0000000..2f1eec2 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-047.png differ diff --git a/images/ua35/UA35BT_OPM-1-048.png b/images/ua35/UA35BT_OPM-1-048.png new file mode 100644 index 0000000..3b61224 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-048.png differ diff --git a/images/ua35/UA35BT_OPM-1-049.png b/images/ua35/UA35BT_OPM-1-049.png new file mode 100644 index 0000000..47af39c Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-049.png differ diff --git a/images/ua35/UA35BT_OPM-1-049_p1.png b/images/ua35/UA35BT_OPM-1-049_p1.png new file mode 100644 index 0000000..1e42233 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-049_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-050.png b/images/ua35/UA35BT_OPM-1-050.png new file mode 100644 index 0000000..557ab30 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-050.png differ diff --git a/images/ua35/UA35BT_OPM-1-050_p1.png b/images/ua35/UA35BT_OPM-1-050_p1.png new file mode 100644 index 0000000..03b09c5 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-050_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-051.png b/images/ua35/UA35BT_OPM-1-051.png new file mode 100644 index 0000000..1ed3b12 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-051.png differ diff --git a/images/ua35/UA35BT_OPM-1-052.png b/images/ua35/UA35BT_OPM-1-052.png new file mode 100644 index 0000000..0c78e9b Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-052.png differ diff --git a/images/ua35/UA35BT_OPM-1-053.png b/images/ua35/UA35BT_OPM-1-053.png new file mode 100644 index 0000000..1f46e2c Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-053.png differ diff --git a/images/ua35/UA35BT_OPM-1-054.png b/images/ua35/UA35BT_OPM-1-054.png new file mode 100644 index 0000000..f7f9af9 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-054.png differ diff --git a/images/ua35/UA35BT_OPM-1-055.png b/images/ua35/UA35BT_OPM-1-055.png new file mode 100644 index 0000000..24455a6 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-055.png differ diff --git a/images/ua35/UA35BT_OPM-1-055_p1.png b/images/ua35/UA35BT_OPM-1-055_p1.png new file mode 100644 index 0000000..b944594 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-055_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-056.png b/images/ua35/UA35BT_OPM-1-056.png new file mode 100644 index 0000000..8b633fa Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-056.png differ diff --git a/images/ua35/UA35BT_OPM-1-056_p1.png b/images/ua35/UA35BT_OPM-1-056_p1.png new file mode 100644 index 0000000..86fef5a Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-056_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-057.png b/images/ua35/UA35BT_OPM-1-057.png new file mode 100644 index 0000000..12c1b0e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-057.png differ diff --git a/images/ua35/UA35BT_OPM-1-058.png b/images/ua35/UA35BT_OPM-1-058.png new file mode 100644 index 0000000..26c394e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-058.png differ diff --git a/images/ua35/UA35BT_OPM-1-058_p1.png b/images/ua35/UA35BT_OPM-1-058_p1.png new file mode 100644 index 0000000..28f1e4e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-058_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-059.png b/images/ua35/UA35BT_OPM-1-059.png new file mode 100644 index 0000000..5e11138 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-059.png differ diff --git a/images/ua35/UA35BT_OPM-1-060.png b/images/ua35/UA35BT_OPM-1-060.png new file mode 100644 index 0000000..63ad671 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-060.png differ diff --git a/images/ua35/UA35BT_OPM-1-060_p1.png b/images/ua35/UA35BT_OPM-1-060_p1.png new file mode 100644 index 0000000..caddc28 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-060_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-061.png b/images/ua35/UA35BT_OPM-1-061.png new file mode 100644 index 0000000..41bce36 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-061.png differ diff --git a/images/ua35/UA35BT_OPM-1-062.png b/images/ua35/UA35BT_OPM-1-062.png new file mode 100644 index 0000000..d6e50e7 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-062.png differ diff --git a/images/ua35/UA35BT_OPM-1-062_p1.png b/images/ua35/UA35BT_OPM-1-062_p1.png new file mode 100644 index 0000000..7b9aad4 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-062_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-062_p2.png b/images/ua35/UA35BT_OPM-1-062_p2.png new file mode 100644 index 0000000..7cdb215 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-062_p2.png differ diff --git a/images/ua35/UA35BT_OPM-1-063.png b/images/ua35/UA35BT_OPM-1-063.png new file mode 100644 index 0000000..df3d613 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-063.png differ diff --git a/images/ua35/UA35BT_OPM-1-064.png b/images/ua35/UA35BT_OPM-1-064.png new file mode 100644 index 0000000..f4860e5 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-064.png differ diff --git a/images/ua35/UA35BT_OPM-1-065.png b/images/ua35/UA35BT_OPM-1-065.png new file mode 100644 index 0000000..e2126e4 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-065.png differ diff --git a/images/ua35/UA35BT_OPM-1-066.png b/images/ua35/UA35BT_OPM-1-066.png new file mode 100644 index 0000000..8ec4e95 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-066.png differ diff --git a/images/ua35/UA35BT_OPM-1-067.png b/images/ua35/UA35BT_OPM-1-067.png new file mode 100644 index 0000000..6646dfd Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-067.png differ diff --git a/images/ua35/UA35BT_OPM-1-068.png b/images/ua35/UA35BT_OPM-1-068.png new file mode 100644 index 0000000..e365c2d Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-068.png differ diff --git a/images/ua35/UA35BT_OPM-1-069.png b/images/ua35/UA35BT_OPM-1-069.png new file mode 100644 index 0000000..cc0dd35 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-069.png differ diff --git a/images/ua35/UA35BT_OPM-1-070.png b/images/ua35/UA35BT_OPM-1-070.png new file mode 100644 index 0000000..792240e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-070.png differ diff --git a/images/ua35/UA35BT_OPM-1-071.png b/images/ua35/UA35BT_OPM-1-071.png new file mode 100644 index 0000000..364f59a Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-071.png differ diff --git a/images/ua35/UA35BT_OPM-1-071_p1.png b/images/ua35/UA35BT_OPM-1-071_p1.png new file mode 100644 index 0000000..91f91d2 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-071_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-072.png b/images/ua35/UA35BT_OPM-1-072.png new file mode 100644 index 0000000..2215a97 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-072.png differ diff --git a/images/ua35/UA35BT_OPM-1-072_p1.png b/images/ua35/UA35BT_OPM-1-072_p1.png new file mode 100644 index 0000000..be43334 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-072_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-073.png b/images/ua35/UA35BT_OPM-1-073.png new file mode 100644 index 0000000..e637cdf Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-073.png differ diff --git a/images/ua35/UA35BT_OPM-1-074.png b/images/ua35/UA35BT_OPM-1-074.png new file mode 100644 index 0000000..588e041 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-074.png differ diff --git a/images/ua35/UA35BT_OPM-1-075.png b/images/ua35/UA35BT_OPM-1-075.png new file mode 100644 index 0000000..176cc76 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-075.png differ diff --git a/images/ua35/UA35BT_OPM-1-075_p1.png b/images/ua35/UA35BT_OPM-1-075_p1.png new file mode 100644 index 0000000..9d69ca9 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-075_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-076.png b/images/ua35/UA35BT_OPM-1-076.png new file mode 100644 index 0000000..3312082 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-076.png differ diff --git a/images/ua35/UA35BT_OPM-1-076_p1.png b/images/ua35/UA35BT_OPM-1-076_p1.png new file mode 100644 index 0000000..b01933f Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-076_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-077.png b/images/ua35/UA35BT_OPM-1-077.png new file mode 100644 index 0000000..81b86cc Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-077.png differ diff --git a/images/ua35/UA35BT_OPM-1-077_p1.png b/images/ua35/UA35BT_OPM-1-077_p1.png new file mode 100644 index 0000000..6fc1499 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-077_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-078.png b/images/ua35/UA35BT_OPM-1-078.png new file mode 100644 index 0000000..e78b53a Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-078.png differ diff --git a/images/ua35/UA35BT_OPM-1-079.png b/images/ua35/UA35BT_OPM-1-079.png new file mode 100644 index 0000000..8e474ba Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-079.png differ diff --git a/images/ua35/UA35BT_OPM-1-080.png b/images/ua35/UA35BT_OPM-1-080.png new file mode 100644 index 0000000..27cb14b Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-080.png differ diff --git a/images/ua35/UA35BT_OPM-1-081.png b/images/ua35/UA35BT_OPM-1-081.png new file mode 100644 index 0000000..5e9cd56 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-081.png differ diff --git a/images/ua35/UA35BT_OPM-1-082.png b/images/ua35/UA35BT_OPM-1-082.png new file mode 100644 index 0000000..2c9ac4c Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-082.png differ diff --git a/images/ua35/UA35BT_OPM-1-082_p1.png b/images/ua35/UA35BT_OPM-1-082_p1.png new file mode 100644 index 0000000..50ef027 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-082_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-083.png b/images/ua35/UA35BT_OPM-1-083.png new file mode 100644 index 0000000..8bea032 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-083.png differ diff --git a/images/ua35/UA35BT_OPM-1-084.png b/images/ua35/UA35BT_OPM-1-084.png new file mode 100644 index 0000000..66b4082 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-084.png differ diff --git a/images/ua35/UA35BT_OPM-1-085.png b/images/ua35/UA35BT_OPM-1-085.png new file mode 100644 index 0000000..f5ee8f2 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-085.png differ diff --git a/images/ua35/UA35BT_OPM-1-086.png b/images/ua35/UA35BT_OPM-1-086.png new file mode 100644 index 0000000..0c2ad0d Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-086.png differ diff --git a/images/ua35/UA35BT_OPM-1-087.png b/images/ua35/UA35BT_OPM-1-087.png new file mode 100644 index 0000000..53fccf0 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-087.png differ diff --git a/images/ua35/UA35BT_OPM-1-088.png b/images/ua35/UA35BT_OPM-1-088.png new file mode 100644 index 0000000..2ebc5c2 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-088.png differ diff --git a/images/ua35/UA35BT_OPM-1-089.png b/images/ua35/UA35BT_OPM-1-089.png new file mode 100644 index 0000000..7c66928 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-089.png differ diff --git a/images/ua35/UA35BT_OPM-1-090.png b/images/ua35/UA35BT_OPM-1-090.png new file mode 100644 index 0000000..9a99550 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-090.png differ diff --git a/images/ua35/UA35BT_OPM-1-091.png b/images/ua35/UA35BT_OPM-1-091.png new file mode 100644 index 0000000..2fb8264 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-091.png differ diff --git a/images/ua35/UA35BT_OPM-1-092.png b/images/ua35/UA35BT_OPM-1-092.png new file mode 100644 index 0000000..7c278df Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-092.png differ diff --git a/images/ua35/UA35BT_OPM-1-093.png b/images/ua35/UA35BT_OPM-1-093.png new file mode 100644 index 0000000..2a3ed4c Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-093.png differ diff --git a/images/ua35/UA35BT_OPM-1-094.png b/images/ua35/UA35BT_OPM-1-094.png new file mode 100644 index 0000000..c41d863 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-094.png differ diff --git a/images/ua35/UA35BT_OPM-1-095.png b/images/ua35/UA35BT_OPM-1-095.png new file mode 100644 index 0000000..3cd76da Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-095.png differ diff --git a/images/ua35/UA35BT_OPM-1-095_p1.png b/images/ua35/UA35BT_OPM-1-095_p1.png new file mode 100644 index 0000000..3e55370 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-095_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-096.png b/images/ua35/UA35BT_OPM-1-096.png new file mode 100644 index 0000000..879f4ca Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-096.png differ diff --git a/images/ua35/UA35BT_OPM-1-097.png b/images/ua35/UA35BT_OPM-1-097.png new file mode 100644 index 0000000..26fc10e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-097.png differ diff --git a/images/ua35/UA35BT_OPM-1-098.png b/images/ua35/UA35BT_OPM-1-098.png new file mode 100644 index 0000000..5d51421 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-098.png differ diff --git a/images/ua35/UA35BT_OPM-1-099.png b/images/ua35/UA35BT_OPM-1-099.png new file mode 100644 index 0000000..cb2098e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-099.png differ diff --git a/images/ua35/UA35BT_OPM-1-100.png b/images/ua35/UA35BT_OPM-1-100.png new file mode 100644 index 0000000..330c8f0 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-100.png differ diff --git a/images/ua35/UA35BT_OPM-1-AP01.png b/images/ua35/UA35BT_OPM-1-AP01.png new file mode 100644 index 0000000..f748206 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-AP01.png differ diff --git a/images/ua35/UA35BT_OPM-1-AP01_p1.png b/images/ua35/UA35BT_OPM-1-AP01_p1.png new file mode 100644 index 0000000..69f8141 Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-AP01_p1.png differ diff --git a/images/ua35/UA35BT_OPM-1-AP02.png b/images/ua35/UA35BT_OPM-1-AP02.png new file mode 100644 index 0000000..5e43bdb Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-AP02.png differ diff --git a/images/ua35/UA35BT_OPM-1-AP03.png b/images/ua35/UA35BT_OPM-1-AP03.png new file mode 100644 index 0000000..1da458a Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-AP03.png differ diff --git a/images/ua35/UA35BT_OPM-1-AP04.png b/images/ua35/UA35BT_OPM-1-AP04.png new file mode 100644 index 0000000..a1ffade Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-AP04.png differ diff --git a/images/ua35/UA35BT_OPM-1-AP05.png b/images/ua35/UA35BT_OPM-1-AP05.png new file mode 100644 index 0000000..b9ba3ec Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-AP05.png differ diff --git a/images/ua35/UA35BT_OPM-1-AP06.png b/images/ua35/UA35BT_OPM-1-AP06.png new file mode 100644 index 0000000..8b7160e Binary files /dev/null and b/images/ua35/UA35BT_OPM-1-AP06.png differ diff --git a/images/ua35/UA35ST_OPM-1-001.png b/images/ua35/UA35ST_OPM-1-001.png new file mode 100644 index 0000000..2524a7a Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-001.png differ diff --git a/images/ua35/UA35ST_OPM-1-003.png b/images/ua35/UA35ST_OPM-1-003.png new file mode 100644 index 0000000..9711525 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-003.png differ diff --git a/images/ua35/UA35ST_OPM-1-005.png b/images/ua35/UA35ST_OPM-1-005.png new file mode 100644 index 0000000..16f4e8b Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-005.png differ diff --git a/images/ua35/UA35ST_OPM-1-008.png b/images/ua35/UA35ST_OPM-1-008.png new file mode 100644 index 0000000..1654e49 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-008.png differ diff --git a/images/ua35/UA35ST_OPM-1-012.png b/images/ua35/UA35ST_OPM-1-012.png new file mode 100644 index 0000000..2c28190 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-012.png differ diff --git a/images/ua35/UA35ST_OPM-1-017.png b/images/ua35/UA35ST_OPM-1-017.png new file mode 100644 index 0000000..017b793 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-017.png differ diff --git a/images/ua35/UA35ST_OPM-1-021.png b/images/ua35/UA35ST_OPM-1-021.png new file mode 100644 index 0000000..8df56ed Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-021.png differ diff --git a/images/ua35/UA35ST_OPM-1-029.png b/images/ua35/UA35ST_OPM-1-029.png new file mode 100644 index 0000000..499dfd5 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-029.png differ diff --git a/images/ua35/UA35ST_OPM-1-032.png b/images/ua35/UA35ST_OPM-1-032.png new file mode 100644 index 0000000..b3066d8 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-032.png differ diff --git a/images/ua35/UA35ST_OPM-1-101.png b/images/ua35/UA35ST_OPM-1-101.png new file mode 100644 index 0000000..c687e90 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-101.png differ diff --git a/images/ua35/UA35ST_OPM-1-102.png b/images/ua35/UA35ST_OPM-1-102.png new file mode 100644 index 0000000..45f0672 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-102.png differ diff --git a/images/ua35/UA35ST_OPM-1-103.png b/images/ua35/UA35ST_OPM-1-103.png new file mode 100644 index 0000000..a92efe6 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-103.png differ diff --git a/images/ua35/UA35ST_OPM-1-104.png b/images/ua35/UA35ST_OPM-1-104.png new file mode 100644 index 0000000..54213c5 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-104.png differ diff --git a/images/ua35/UA35ST_OPM-1-105.png b/images/ua35/UA35ST_OPM-1-105.png new file mode 100644 index 0000000..42ba92c Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-105.png differ diff --git a/images/ua35/UA35ST_OPM-1-106.png b/images/ua35/UA35ST_OPM-1-106.png new file mode 100644 index 0000000..947c197 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-106.png differ diff --git a/images/ua35/UA35ST_OPM-1-107.png b/images/ua35/UA35ST_OPM-1-107.png new file mode 100644 index 0000000..2ac0f9b Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-107.png differ diff --git a/images/ua35/UA35ST_OPM-1-108.png b/images/ua35/UA35ST_OPM-1-108.png new file mode 100644 index 0000000..81cd256 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-108.png differ diff --git a/images/ua35/UA35ST_OPM-1-109.png b/images/ua35/UA35ST_OPM-1-109.png new file mode 100644 index 0000000..054698f Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-109.png differ diff --git a/images/ua35/UA35ST_OPM-1-110.png b/images/ua35/UA35ST_OPM-1-110.png new file mode 100644 index 0000000..516977e Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-110.png differ diff --git a/images/ua35/UA35ST_OPM-1-110_p1.png b/images/ua35/UA35ST_OPM-1-110_p1.png new file mode 100644 index 0000000..6237591 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-110_p1.png differ diff --git a/images/ua35/UA35ST_OPM-1-111.png b/images/ua35/UA35ST_OPM-1-111.png new file mode 100644 index 0000000..afd93dc Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-111.png differ diff --git a/images/ua35/UA35ST_OPM-1-111_p1.png b/images/ua35/UA35ST_OPM-1-111_p1.png new file mode 100644 index 0000000..1a08326 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-111_p1.png differ diff --git a/images/ua35/UA35ST_OPM-1-112.png b/images/ua35/UA35ST_OPM-1-112.png new file mode 100644 index 0000000..26c56da Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-112.png differ diff --git a/images/ua35/UA35ST_OPM-1-112_p1.png b/images/ua35/UA35ST_OPM-1-112_p1.png new file mode 100644 index 0000000..30f5189 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-112_p1.png differ diff --git a/images/ua35/UA35ST_OPM-1-113.png b/images/ua35/UA35ST_OPM-1-113.png new file mode 100644 index 0000000..16fbb53 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-113.png differ diff --git a/images/ua35/UA35ST_OPM-1-113_p1.png b/images/ua35/UA35ST_OPM-1-113_p1.png new file mode 100644 index 0000000..c0a2393 Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-113_p1.png differ diff --git a/images/ua35/UA35ST_OPM-1-AP01.png b/images/ua35/UA35ST_OPM-1-AP01.png new file mode 100644 index 0000000..41fe51c Binary files /dev/null and b/images/ua35/UA35ST_OPM-1-AP01.png differ diff --git a/images/ua35/UAPR_OPM-1-048.png b/images/ua35/UAPR_OPM-1-048.png new file mode 100644 index 0000000..d15c005 Binary files /dev/null and b/images/ua35/UAPR_OPM-1-048.png differ diff --git a/images/ua35/UAPR_OPM-1-051.png b/images/ua35/UAPR_OPM-1-051.png new file mode 100644 index 0000000..bd9285f Binary files /dev/null and b/images/ua35/UAPR_OPM-1-051.png differ diff --git a/images/ua35/UAPR_OPM-1-074.png b/images/ua35/UAPR_OPM-1-074.png new file mode 100644 index 0000000..4b35b40 Binary files /dev/null and b/images/ua35/UAPR_OPM-1-074.png differ diff --git a/images/ua35/UAPR_OPM-AP02.png b/images/ua35/UAPR_OPM-AP02.png new file mode 100644 index 0000000..bd69e8b Binary files /dev/null and b/images/ua35/UAPR_OPM-AP02.png differ diff --git a/images/ua36/UA36BT_MCR-1-001.png b/images/ua36/UA36BT_MCR-1-001.png new file mode 100644 index 0000000..3862cca Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-001.png differ diff --git a/images/ua36/UA36BT_MCR-1-002.png b/images/ua36/UA36BT_MCR-1-002.png new file mode 100644 index 0000000..1bfcf40 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-002.png differ diff --git a/images/ua36/UA36BT_MCR-1-003.png b/images/ua36/UA36BT_MCR-1-003.png new file mode 100644 index 0000000..df0a966 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-003.png differ diff --git a/images/ua36/UA36BT_MCR-1-004.png b/images/ua36/UA36BT_MCR-1-004.png new file mode 100644 index 0000000..e060f26 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-004.png differ diff --git a/images/ua36/UA36BT_MCR-1-005.png b/images/ua36/UA36BT_MCR-1-005.png new file mode 100644 index 0000000..a99d635 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-005.png differ diff --git a/images/ua36/UA36BT_MCR-1-006.png b/images/ua36/UA36BT_MCR-1-006.png new file mode 100644 index 0000000..71092ad Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-006.png differ diff --git a/images/ua36/UA36BT_MCR-1-007.png b/images/ua36/UA36BT_MCR-1-007.png new file mode 100644 index 0000000..19eaaf2 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-007.png differ diff --git a/images/ua36/UA36BT_MCR-1-008.png b/images/ua36/UA36BT_MCR-1-008.png new file mode 100644 index 0000000..a9f8195 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-008.png differ diff --git a/images/ua36/UA36BT_MCR-1-008_p1.png b/images/ua36/UA36BT_MCR-1-008_p1.png new file mode 100644 index 0000000..642c5fd Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-008_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-009.png b/images/ua36/UA36BT_MCR-1-009.png new file mode 100644 index 0000000..921901f Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-009.png differ diff --git a/images/ua36/UA36BT_MCR-1-009_p1.png b/images/ua36/UA36BT_MCR-1-009_p1.png new file mode 100644 index 0000000..44e2587 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-009_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-010.png b/images/ua36/UA36BT_MCR-1-010.png new file mode 100644 index 0000000..b27da4e Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-010.png differ diff --git a/images/ua36/UA36BT_MCR-1-010_p1.png b/images/ua36/UA36BT_MCR-1-010_p1.png new file mode 100644 index 0000000..ec5fe1e Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-010_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-011.png b/images/ua36/UA36BT_MCR-1-011.png new file mode 100644 index 0000000..207cc95 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-011.png differ diff --git a/images/ua36/UA36BT_MCR-1-011_p1.png b/images/ua36/UA36BT_MCR-1-011_p1.png new file mode 100644 index 0000000..864f531 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-011_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-012.png b/images/ua36/UA36BT_MCR-1-012.png new file mode 100644 index 0000000..5b0641d Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-012.png differ diff --git a/images/ua36/UA36BT_MCR-1-012_p1.png b/images/ua36/UA36BT_MCR-1-012_p1.png new file mode 100644 index 0000000..0a40ef2 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-012_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-012_p2.png b/images/ua36/UA36BT_MCR-1-012_p2.png new file mode 100644 index 0000000..9f1728d Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-012_p2.png differ diff --git a/images/ua36/UA36BT_MCR-1-013.png b/images/ua36/UA36BT_MCR-1-013.png new file mode 100644 index 0000000..b8c1579 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-013.png differ diff --git a/images/ua36/UA36BT_MCR-1-014.png b/images/ua36/UA36BT_MCR-1-014.png new file mode 100644 index 0000000..edfe21b Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-014.png differ diff --git a/images/ua36/UA36BT_MCR-1-015.png b/images/ua36/UA36BT_MCR-1-015.png new file mode 100644 index 0000000..55d788d Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-015.png differ diff --git a/images/ua36/UA36BT_MCR-1-016.png b/images/ua36/UA36BT_MCR-1-016.png new file mode 100644 index 0000000..4385450 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-016.png differ diff --git a/images/ua36/UA36BT_MCR-1-017.png b/images/ua36/UA36BT_MCR-1-017.png new file mode 100644 index 0000000..724c7a1 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-017.png differ diff --git a/images/ua36/UA36BT_MCR-1-018.png b/images/ua36/UA36BT_MCR-1-018.png new file mode 100644 index 0000000..75d8ec3 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-018.png differ diff --git a/images/ua36/UA36BT_MCR-1-019.png b/images/ua36/UA36BT_MCR-1-019.png new file mode 100644 index 0000000..532371f Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-019.png differ diff --git a/images/ua36/UA36BT_MCR-1-019_p1.png b/images/ua36/UA36BT_MCR-1-019_p1.png new file mode 100644 index 0000000..9dde185 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-019_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-020.png b/images/ua36/UA36BT_MCR-1-020.png new file mode 100644 index 0000000..082b379 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-020.png differ diff --git a/images/ua36/UA36BT_MCR-1-020_p1.png b/images/ua36/UA36BT_MCR-1-020_p1.png new file mode 100644 index 0000000..8ffa579 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-020_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-021.png b/images/ua36/UA36BT_MCR-1-021.png new file mode 100644 index 0000000..ae4ccec Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-021.png differ diff --git a/images/ua36/UA36BT_MCR-1-021_p1.png b/images/ua36/UA36BT_MCR-1-021_p1.png new file mode 100644 index 0000000..435bb8a Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-021_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-022.png b/images/ua36/UA36BT_MCR-1-022.png new file mode 100644 index 0000000..083c305 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-022.png differ diff --git a/images/ua36/UA36BT_MCR-1-022_p1.png b/images/ua36/UA36BT_MCR-1-022_p1.png new file mode 100644 index 0000000..7fd696a Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-022_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-023.png b/images/ua36/UA36BT_MCR-1-023.png new file mode 100644 index 0000000..8c697f2 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-023.png differ diff --git a/images/ua36/UA36BT_MCR-1-023_p1.png b/images/ua36/UA36BT_MCR-1-023_p1.png new file mode 100644 index 0000000..78120f7 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-023_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-023_p2.png b/images/ua36/UA36BT_MCR-1-023_p2.png new file mode 100644 index 0000000..39b8db2 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-023_p2.png differ diff --git a/images/ua36/UA36BT_MCR-1-024.png b/images/ua36/UA36BT_MCR-1-024.png new file mode 100644 index 0000000..54cd72a Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-024.png differ diff --git a/images/ua36/UA36BT_MCR-1-025.png b/images/ua36/UA36BT_MCR-1-025.png new file mode 100644 index 0000000..6d5c9f8 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-025.png differ diff --git a/images/ua36/UA36BT_MCR-1-026.png b/images/ua36/UA36BT_MCR-1-026.png new file mode 100644 index 0000000..720b0b4 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-026.png differ diff --git a/images/ua36/UA36BT_MCR-1-027.png b/images/ua36/UA36BT_MCR-1-027.png new file mode 100644 index 0000000..778ad03 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-027.png differ diff --git a/images/ua36/UA36BT_MCR-1-028.png b/images/ua36/UA36BT_MCR-1-028.png new file mode 100644 index 0000000..c25e2c2 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-028.png differ diff --git a/images/ua36/UA36BT_MCR-1-029.png b/images/ua36/UA36BT_MCR-1-029.png new file mode 100644 index 0000000..d78a04c Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-029.png differ diff --git a/images/ua36/UA36BT_MCR-1-030.png b/images/ua36/UA36BT_MCR-1-030.png new file mode 100644 index 0000000..6a28842 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-030.png differ diff --git a/images/ua36/UA36BT_MCR-1-031.png b/images/ua36/UA36BT_MCR-1-031.png new file mode 100644 index 0000000..245023c Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-031.png differ diff --git a/images/ua36/UA36BT_MCR-1-032.png b/images/ua36/UA36BT_MCR-1-032.png new file mode 100644 index 0000000..d11680e Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-032.png differ diff --git a/images/ua36/UA36BT_MCR-1-033.png b/images/ua36/UA36BT_MCR-1-033.png new file mode 100644 index 0000000..ac7b668 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-033.png differ diff --git a/images/ua36/UA36BT_MCR-1-034.png b/images/ua36/UA36BT_MCR-1-034.png new file mode 100644 index 0000000..e3fdcfb Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-034.png differ diff --git a/images/ua36/UA36BT_MCR-1-035.png b/images/ua36/UA36BT_MCR-1-035.png new file mode 100644 index 0000000..8333d10 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-035.png differ diff --git a/images/ua36/UA36BT_MCR-1-036.png b/images/ua36/UA36BT_MCR-1-036.png new file mode 100644 index 0000000..33bd9c2 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-036.png differ diff --git a/images/ua36/UA36BT_MCR-1-037.png b/images/ua36/UA36BT_MCR-1-037.png new file mode 100644 index 0000000..3601c71 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-037.png differ diff --git a/images/ua36/UA36BT_MCR-1-037_p1.png b/images/ua36/UA36BT_MCR-1-037_p1.png new file mode 100644 index 0000000..5f85337 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-037_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-038.png b/images/ua36/UA36BT_MCR-1-038.png new file mode 100644 index 0000000..bbbb359 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-038.png differ diff --git a/images/ua36/UA36BT_MCR-1-039.png b/images/ua36/UA36BT_MCR-1-039.png new file mode 100644 index 0000000..02d4c65 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-039.png differ diff --git a/images/ua36/UA36BT_MCR-1-040.png b/images/ua36/UA36BT_MCR-1-040.png new file mode 100644 index 0000000..278c764 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-040.png differ diff --git a/images/ua36/UA36BT_MCR-1-041.png b/images/ua36/UA36BT_MCR-1-041.png new file mode 100644 index 0000000..22f456f Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-041.png differ diff --git a/images/ua36/UA36BT_MCR-1-042.png b/images/ua36/UA36BT_MCR-1-042.png new file mode 100644 index 0000000..f7a20dd Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-042.png differ diff --git a/images/ua36/UA36BT_MCR-1-043.png b/images/ua36/UA36BT_MCR-1-043.png new file mode 100644 index 0000000..27131fc Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-043.png differ diff --git a/images/ua36/UA36BT_MCR-1-044.png b/images/ua36/UA36BT_MCR-1-044.png new file mode 100644 index 0000000..a0595cb Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-044.png differ diff --git a/images/ua36/UA36BT_MCR-1-044_p1.png b/images/ua36/UA36BT_MCR-1-044_p1.png new file mode 100644 index 0000000..0271ef7 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-044_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-045.png b/images/ua36/UA36BT_MCR-1-045.png new file mode 100644 index 0000000..b93ad0e Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-045.png differ diff --git a/images/ua36/UA36BT_MCR-1-045_p1.png b/images/ua36/UA36BT_MCR-1-045_p1.png new file mode 100644 index 0000000..6b54bf7 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-045_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-046.png b/images/ua36/UA36BT_MCR-1-046.png new file mode 100644 index 0000000..4549ce4 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-046.png differ diff --git a/images/ua36/UA36BT_MCR-1-047.png b/images/ua36/UA36BT_MCR-1-047.png new file mode 100644 index 0000000..b475eef Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-047.png differ diff --git a/images/ua36/UA36BT_MCR-1-048.png b/images/ua36/UA36BT_MCR-1-048.png new file mode 100644 index 0000000..d51e578 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-048.png differ diff --git a/images/ua36/UA36BT_MCR-1-049.png b/images/ua36/UA36BT_MCR-1-049.png new file mode 100644 index 0000000..4815c6d Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-049.png differ diff --git a/images/ua36/UA36BT_MCR-1-050.png b/images/ua36/UA36BT_MCR-1-050.png new file mode 100644 index 0000000..57da3fe Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-050.png differ diff --git a/images/ua36/UA36BT_MCR-1-051.png b/images/ua36/UA36BT_MCR-1-051.png new file mode 100644 index 0000000..98fb04b Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-051.png differ diff --git a/images/ua36/UA36BT_MCR-1-051_p1.png b/images/ua36/UA36BT_MCR-1-051_p1.png new file mode 100644 index 0000000..a5bc33a Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-051_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-052.png b/images/ua36/UA36BT_MCR-1-052.png new file mode 100644 index 0000000..668c40c Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-052.png differ diff --git a/images/ua36/UA36BT_MCR-1-052_p1.png b/images/ua36/UA36BT_MCR-1-052_p1.png new file mode 100644 index 0000000..73d41dc Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-052_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-053.png b/images/ua36/UA36BT_MCR-1-053.png new file mode 100644 index 0000000..47ff099 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-053.png differ diff --git a/images/ua36/UA36BT_MCR-1-054.png b/images/ua36/UA36BT_MCR-1-054.png new file mode 100644 index 0000000..9a117a0 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-054.png differ diff --git a/images/ua36/UA36BT_MCR-1-054_p1.png b/images/ua36/UA36BT_MCR-1-054_p1.png new file mode 100644 index 0000000..e8e5bd8 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-054_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-055.png b/images/ua36/UA36BT_MCR-1-055.png new file mode 100644 index 0000000..8914a4d Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-055.png differ diff --git a/images/ua36/UA36BT_MCR-1-056.png b/images/ua36/UA36BT_MCR-1-056.png new file mode 100644 index 0000000..96157e9 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-056.png differ diff --git a/images/ua36/UA36BT_MCR-1-057.png b/images/ua36/UA36BT_MCR-1-057.png new file mode 100644 index 0000000..85ae754 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-057.png differ diff --git a/images/ua36/UA36BT_MCR-1-058.png b/images/ua36/UA36BT_MCR-1-058.png new file mode 100644 index 0000000..92a71bf Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-058.png differ diff --git a/images/ua36/UA36BT_MCR-1-059.png b/images/ua36/UA36BT_MCR-1-059.png new file mode 100644 index 0000000..a2750e7 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-059.png differ diff --git a/images/ua36/UA36BT_MCR-1-060.png b/images/ua36/UA36BT_MCR-1-060.png new file mode 100644 index 0000000..aadbd37 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-060.png differ diff --git a/images/ua36/UA36BT_MCR-1-060_p1.png b/images/ua36/UA36BT_MCR-1-060_p1.png new file mode 100644 index 0000000..9609f1b Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-060_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-061.png b/images/ua36/UA36BT_MCR-1-061.png new file mode 100644 index 0000000..b819528 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-061.png differ diff --git a/images/ua36/UA36BT_MCR-1-062.png b/images/ua36/UA36BT_MCR-1-062.png new file mode 100644 index 0000000..9551b29 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-062.png differ diff --git a/images/ua36/UA36BT_MCR-1-062_p1.png b/images/ua36/UA36BT_MCR-1-062_p1.png new file mode 100644 index 0000000..4d32a24 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-062_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-063.png b/images/ua36/UA36BT_MCR-1-063.png new file mode 100644 index 0000000..b0dee40 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-063.png differ diff --git a/images/ua36/UA36BT_MCR-1-063_p1.png b/images/ua36/UA36BT_MCR-1-063_p1.png new file mode 100644 index 0000000..cd199b6 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-063_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-064.png b/images/ua36/UA36BT_MCR-1-064.png new file mode 100644 index 0000000..c7ad562 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-064.png differ diff --git a/images/ua36/UA36BT_MCR-1-065.png b/images/ua36/UA36BT_MCR-1-065.png new file mode 100644 index 0000000..dab4cbc Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-065.png differ diff --git a/images/ua36/UA36BT_MCR-1-066.png b/images/ua36/UA36BT_MCR-1-066.png new file mode 100644 index 0000000..cc1c77d Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-066.png differ diff --git a/images/ua36/UA36BT_MCR-1-067.png b/images/ua36/UA36BT_MCR-1-067.png new file mode 100644 index 0000000..a5ce9dd Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-067.png differ diff --git a/images/ua36/UA36BT_MCR-1-067_p1.png b/images/ua36/UA36BT_MCR-1-067_p1.png new file mode 100644 index 0000000..9647f5b Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-067_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-067_p2.png b/images/ua36/UA36BT_MCR-1-067_p2.png new file mode 100644 index 0000000..22d53ba Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-067_p2.png differ diff --git a/images/ua36/UA36BT_MCR-1-068.png b/images/ua36/UA36BT_MCR-1-068.png new file mode 100644 index 0000000..463b419 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-068.png differ diff --git a/images/ua36/UA36BT_MCR-1-069.png b/images/ua36/UA36BT_MCR-1-069.png new file mode 100644 index 0000000..69a5b8b Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-069.png differ diff --git a/images/ua36/UA36BT_MCR-1-070.png b/images/ua36/UA36BT_MCR-1-070.png new file mode 100644 index 0000000..44ad6b4 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-070.png differ diff --git a/images/ua36/UA36BT_MCR-1-071.png b/images/ua36/UA36BT_MCR-1-071.png new file mode 100644 index 0000000..8493478 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-071.png differ diff --git a/images/ua36/UA36BT_MCR-1-072.png b/images/ua36/UA36BT_MCR-1-072.png new file mode 100644 index 0000000..5e34bb7 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-072.png differ diff --git a/images/ua36/UA36BT_MCR-1-073.png b/images/ua36/UA36BT_MCR-1-073.png new file mode 100644 index 0000000..61afbcc Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-073.png differ diff --git a/images/ua36/UA36BT_MCR-1-074.png b/images/ua36/UA36BT_MCR-1-074.png new file mode 100644 index 0000000..8cdecec Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-074.png differ diff --git a/images/ua36/UA36BT_MCR-1-075.png b/images/ua36/UA36BT_MCR-1-075.png new file mode 100644 index 0000000..4754ee1 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-075.png differ diff --git a/images/ua36/UA36BT_MCR-1-076.png b/images/ua36/UA36BT_MCR-1-076.png new file mode 100644 index 0000000..ca7a985 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-076.png differ diff --git a/images/ua36/UA36BT_MCR-1-077.png b/images/ua36/UA36BT_MCR-1-077.png new file mode 100644 index 0000000..200394b Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-077.png differ diff --git a/images/ua36/UA36BT_MCR-1-078.png b/images/ua36/UA36BT_MCR-1-078.png new file mode 100644 index 0000000..e22bfcc Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-078.png differ diff --git a/images/ua36/UA36BT_MCR-1-079.png b/images/ua36/UA36BT_MCR-1-079.png new file mode 100644 index 0000000..a254874 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-079.png differ diff --git a/images/ua36/UA36BT_MCR-1-079_p1.png b/images/ua36/UA36BT_MCR-1-079_p1.png new file mode 100644 index 0000000..1c8e407 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-079_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-080.png b/images/ua36/UA36BT_MCR-1-080.png new file mode 100644 index 0000000..e7514c3 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-080.png differ diff --git a/images/ua36/UA36BT_MCR-1-081.png b/images/ua36/UA36BT_MCR-1-081.png new file mode 100644 index 0000000..4e4a488 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-081.png differ diff --git a/images/ua36/UA36BT_MCR-1-081_p1.png b/images/ua36/UA36BT_MCR-1-081_p1.png new file mode 100644 index 0000000..e3c5a0a Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-081_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-082.png b/images/ua36/UA36BT_MCR-1-082.png new file mode 100644 index 0000000..3b80e79 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-082.png differ diff --git a/images/ua36/UA36BT_MCR-1-082_p1.png b/images/ua36/UA36BT_MCR-1-082_p1.png new file mode 100644 index 0000000..1077829 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-082_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-083.png b/images/ua36/UA36BT_MCR-1-083.png new file mode 100644 index 0000000..2088a0f Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-083.png differ diff --git a/images/ua36/UA36BT_MCR-1-084.png b/images/ua36/UA36BT_MCR-1-084.png new file mode 100644 index 0000000..2520041 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-084.png differ diff --git a/images/ua36/UA36BT_MCR-1-085.png b/images/ua36/UA36BT_MCR-1-085.png new file mode 100644 index 0000000..7b1e6fd Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-085.png differ diff --git a/images/ua36/UA36BT_MCR-1-086.png b/images/ua36/UA36BT_MCR-1-086.png new file mode 100644 index 0000000..ca4a54e Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-086.png differ diff --git a/images/ua36/UA36BT_MCR-1-086_p1.png b/images/ua36/UA36BT_MCR-1-086_p1.png new file mode 100644 index 0000000..ec06d7f Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-086_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-087.png b/images/ua36/UA36BT_MCR-1-087.png new file mode 100644 index 0000000..7ee56d5 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-087.png differ diff --git a/images/ua36/UA36BT_MCR-1-088.png b/images/ua36/UA36BT_MCR-1-088.png new file mode 100644 index 0000000..554a629 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-088.png differ diff --git a/images/ua36/UA36BT_MCR-1-089.png b/images/ua36/UA36BT_MCR-1-089.png new file mode 100644 index 0000000..8f6db48 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-089.png differ diff --git a/images/ua36/UA36BT_MCR-1-090.png b/images/ua36/UA36BT_MCR-1-090.png new file mode 100644 index 0000000..ea76023 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-090.png differ diff --git a/images/ua36/UA36BT_MCR-1-091.png b/images/ua36/UA36BT_MCR-1-091.png new file mode 100644 index 0000000..a8887ce Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-091.png differ diff --git a/images/ua36/UA36BT_MCR-1-091_p1.png b/images/ua36/UA36BT_MCR-1-091_p1.png new file mode 100644 index 0000000..a4cd199 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-091_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-092.png b/images/ua36/UA36BT_MCR-1-092.png new file mode 100644 index 0000000..b53239d Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-092.png differ diff --git a/images/ua36/UA36BT_MCR-1-092_p1.png b/images/ua36/UA36BT_MCR-1-092_p1.png new file mode 100644 index 0000000..9be22e8 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-092_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-093.png b/images/ua36/UA36BT_MCR-1-093.png new file mode 100644 index 0000000..20092bc Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-093.png differ diff --git a/images/ua36/UA36BT_MCR-1-093_p1.png b/images/ua36/UA36BT_MCR-1-093_p1.png new file mode 100644 index 0000000..cef6f27 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-093_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-094.png b/images/ua36/UA36BT_MCR-1-094.png new file mode 100644 index 0000000..6a65480 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-094.png differ diff --git a/images/ua36/UA36BT_MCR-1-095.png b/images/ua36/UA36BT_MCR-1-095.png new file mode 100644 index 0000000..eb707fb Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-095.png differ diff --git a/images/ua36/UA36BT_MCR-1-095_p1.png b/images/ua36/UA36BT_MCR-1-095_p1.png new file mode 100644 index 0000000..0db1eab Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-095_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-096.png b/images/ua36/UA36BT_MCR-1-096.png new file mode 100644 index 0000000..d9fa9ea Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-096.png differ diff --git a/images/ua36/UA36BT_MCR-1-097.png b/images/ua36/UA36BT_MCR-1-097.png new file mode 100644 index 0000000..8be818a Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-097.png differ diff --git a/images/ua36/UA36BT_MCR-1-098.png b/images/ua36/UA36BT_MCR-1-098.png new file mode 100644 index 0000000..8cc5224 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-098.png differ diff --git a/images/ua36/UA36BT_MCR-1-099.png b/images/ua36/UA36BT_MCR-1-099.png new file mode 100644 index 0000000..9298199 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-099.png differ diff --git a/images/ua36/UA36BT_MCR-1-100.png b/images/ua36/UA36BT_MCR-1-100.png new file mode 100644 index 0000000..86d4cc7 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-100.png differ diff --git a/images/ua36/UA36BT_MCR-1-AP01.png b/images/ua36/UA36BT_MCR-1-AP01.png new file mode 100644 index 0000000..31d0687 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-AP01.png differ diff --git a/images/ua36/UA36BT_MCR-1-AP01_p1.png b/images/ua36/UA36BT_MCR-1-AP01_p1.png new file mode 100644 index 0000000..31a1d56 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-AP01_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-AP02.png b/images/ua36/UA36BT_MCR-1-AP02.png new file mode 100644 index 0000000..8ed2e3b Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-AP02.png differ diff --git a/images/ua36/UA36BT_MCR-1-AP02_p1.png b/images/ua36/UA36BT_MCR-1-AP02_p1.png new file mode 100644 index 0000000..a11a2d4 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-AP02_p1.png differ diff --git a/images/ua36/UA36BT_MCR-1-AP03.png b/images/ua36/UA36BT_MCR-1-AP03.png new file mode 100644 index 0000000..90b4b6a Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-AP03.png differ diff --git a/images/ua36/UA36BT_MCR-1-AP04.png b/images/ua36/UA36BT_MCR-1-AP04.png new file mode 100644 index 0000000..b1e601c Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-AP04.png differ diff --git a/images/ua36/UA36BT_MCR-1-AP05.png b/images/ua36/UA36BT_MCR-1-AP05.png new file mode 100644 index 0000000..574e67c Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-AP05.png differ diff --git a/images/ua36/UA36BT_MCR-1-AP06.png b/images/ua36/UA36BT_MCR-1-AP06.png new file mode 100644 index 0000000..aefef28 Binary files /dev/null and b/images/ua36/UA36BT_MCR-1-AP06.png differ diff --git a/images/ua36/UA36ST_MCR-1-053.png b/images/ua36/UA36ST_MCR-1-053.png new file mode 100644 index 0000000..20aefd6 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-053.png differ diff --git a/images/ua36/UA36ST_MCR-1-055.png b/images/ua36/UA36ST_MCR-1-055.png new file mode 100644 index 0000000..4ea5def Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-055.png differ diff --git a/images/ua36/UA36ST_MCR-1-056.png b/images/ua36/UA36ST_MCR-1-056.png new file mode 100644 index 0000000..2b2b292 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-056.png differ diff --git a/images/ua36/UA36ST_MCR-1-057.png b/images/ua36/UA36ST_MCR-1-057.png new file mode 100644 index 0000000..bfcda75 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-057.png differ diff --git a/images/ua36/UA36ST_MCR-1-058.png b/images/ua36/UA36ST_MCR-1-058.png new file mode 100644 index 0000000..eace343 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-058.png differ diff --git a/images/ua36/UA36ST_MCR-1-059.png b/images/ua36/UA36ST_MCR-1-059.png new file mode 100644 index 0000000..4f81a9c Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-059.png differ diff --git a/images/ua36/UA36ST_MCR-1-061.png b/images/ua36/UA36ST_MCR-1-061.png new file mode 100644 index 0000000..80112d2 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-061.png differ diff --git a/images/ua36/UA36ST_MCR-1-065.png b/images/ua36/UA36ST_MCR-1-065.png new file mode 100644 index 0000000..058e508 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-065.png differ diff --git a/images/ua36/UA36ST_MCR-1-066.png b/images/ua36/UA36ST_MCR-1-066.png new file mode 100644 index 0000000..fef74b8 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-066.png differ diff --git a/images/ua36/UA36ST_MCR-1-101.png b/images/ua36/UA36ST_MCR-1-101.png new file mode 100644 index 0000000..0181228 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-101.png differ diff --git a/images/ua36/UA36ST_MCR-1-102.png b/images/ua36/UA36ST_MCR-1-102.png new file mode 100644 index 0000000..680c51b Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-102.png differ diff --git a/images/ua36/UA36ST_MCR-1-103.png b/images/ua36/UA36ST_MCR-1-103.png new file mode 100644 index 0000000..74cc865 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-103.png differ diff --git a/images/ua36/UA36ST_MCR-1-104.png b/images/ua36/UA36ST_MCR-1-104.png new file mode 100644 index 0000000..2793c4a Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-104.png differ diff --git a/images/ua36/UA36ST_MCR-1-105.png b/images/ua36/UA36ST_MCR-1-105.png new file mode 100644 index 0000000..8d1aa72 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-105.png differ diff --git a/images/ua36/UA36ST_MCR-1-106.png b/images/ua36/UA36ST_MCR-1-106.png new file mode 100644 index 0000000..b240733 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-106.png differ diff --git a/images/ua36/UA36ST_MCR-1-107.png b/images/ua36/UA36ST_MCR-1-107.png new file mode 100644 index 0000000..997f3ba Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-107.png differ diff --git a/images/ua36/UA36ST_MCR-1-108.png b/images/ua36/UA36ST_MCR-1-108.png new file mode 100644 index 0000000..f334922 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-108.png differ diff --git a/images/ua36/UA36ST_MCR-1-109.png b/images/ua36/UA36ST_MCR-1-109.png new file mode 100644 index 0000000..e6759c4 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-109.png differ diff --git a/images/ua36/UA36ST_MCR-1-110.png b/images/ua36/UA36ST_MCR-1-110.png new file mode 100644 index 0000000..f791d7a Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-110.png differ diff --git a/images/ua36/UA36ST_MCR-1-110_p1.png b/images/ua36/UA36ST_MCR-1-110_p1.png new file mode 100644 index 0000000..29f42d3 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-110_p1.png differ diff --git a/images/ua36/UA36ST_MCR-1-111.png b/images/ua36/UA36ST_MCR-1-111.png new file mode 100644 index 0000000..b2db589 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-111.png differ diff --git a/images/ua36/UA36ST_MCR-1-111_p1.png b/images/ua36/UA36ST_MCR-1-111_p1.png new file mode 100644 index 0000000..b34ab9e Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-111_p1.png differ diff --git a/images/ua36/UA36ST_MCR-1-112.png b/images/ua36/UA36ST_MCR-1-112.png new file mode 100644 index 0000000..8b7ca37 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-112.png differ diff --git a/images/ua36/UA36ST_MCR-1-112_p1.png b/images/ua36/UA36ST_MCR-1-112_p1.png new file mode 100644 index 0000000..6c43498 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-112_p1.png differ diff --git a/images/ua36/UA36ST_MCR-1-113.png b/images/ua36/UA36ST_MCR-1-113.png new file mode 100644 index 0000000..167053f Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-113.png differ diff --git a/images/ua36/UA36ST_MCR-1-113_p1.png b/images/ua36/UA36ST_MCR-1-113_p1.png new file mode 100644 index 0000000..cbd1057 Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-113_p1.png differ diff --git a/images/ua36/UA36ST_MCR-1-AP01.png b/images/ua36/UA36ST_MCR-1-AP01.png new file mode 100644 index 0000000..282e05b Binary files /dev/null and b/images/ua36/UA36ST_MCR-1-AP01.png differ diff --git a/images/ua36/UAPR_MCR-1-005.png b/images/ua36/UAPR_MCR-1-005.png new file mode 100644 index 0000000..d5844bb Binary files /dev/null and b/images/ua36/UAPR_MCR-1-005.png differ diff --git a/images/ua36/UAPR_MCR-1-014.png b/images/ua36/UAPR_MCR-1-014.png new file mode 100644 index 0000000..c940634 Binary files /dev/null and b/images/ua36/UAPR_MCR-1-014.png differ diff --git a/images/ua36/UAPR_MCR-1-057.png b/images/ua36/UAPR_MCR-1-057.png new file mode 100644 index 0000000..0d6606f Binary files /dev/null and b/images/ua36/UAPR_MCR-1-057.png differ diff --git a/images/ua36/UAPR_MCR-1-067.png b/images/ua36/UAPR_MCR-1-067.png new file mode 100644 index 0000000..b083269 Binary files /dev/null and b/images/ua36/UAPR_MCR-1-067.png differ diff --git a/images/ua36/UAPR_MCR-1-067_p1.png b/images/ua36/UAPR_MCR-1-067_p1.png new file mode 100644 index 0000000..11b841e Binary files /dev/null and b/images/ua36/UAPR_MCR-1-067_p1.png differ diff --git a/images/ua36/UAPR_MCR-AP01.png b/images/ua36/UAPR_MCR-AP01.png new file mode 100644 index 0000000..6952184 Binary files /dev/null and b/images/ua36/UAPR_MCR-AP01.png differ diff --git a/images/ua36/UAPR_MCR-AP02.png b/images/ua36/UAPR_MCR-AP02.png new file mode 100644 index 0000000..c54a0f8 Binary files /dev/null and b/images/ua36/UAPR_MCR-AP02.png differ diff --git a/images/ua36/UAPR_MCR-P-001.png b/images/ua36/UAPR_MCR-P-001.png new file mode 100644 index 0000000..156dd40 Binary files /dev/null and b/images/ua36/UAPR_MCR-P-001.png differ diff --git a/images/ua37/UA37BT_FMA-1-001.png b/images/ua37/UA37BT_FMA-1-001.png new file mode 100644 index 0000000..a534a5c Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-001.png differ diff --git a/images/ua37/UA37BT_FMA-1-002.png b/images/ua37/UA37BT_FMA-1-002.png new file mode 100644 index 0000000..ae0ef37 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-002.png differ diff --git a/images/ua37/UA37BT_FMA-1-003.png b/images/ua37/UA37BT_FMA-1-003.png new file mode 100644 index 0000000..2e7df43 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-003.png differ diff --git a/images/ua37/UA37BT_FMA-1-004.png b/images/ua37/UA37BT_FMA-1-004.png new file mode 100644 index 0000000..ead1fa6 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-004.png differ diff --git a/images/ua37/UA37BT_FMA-1-004_p1.png b/images/ua37/UA37BT_FMA-1-004_p1.png new file mode 100644 index 0000000..32c9865 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-004_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-004_p2.png b/images/ua37/UA37BT_FMA-1-004_p2.png new file mode 100644 index 0000000..b2bc3af Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-004_p2.png differ diff --git a/images/ua37/UA37BT_FMA-1-005.png b/images/ua37/UA37BT_FMA-1-005.png new file mode 100644 index 0000000..718592a Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-005.png differ diff --git a/images/ua37/UA37BT_FMA-1-006.png b/images/ua37/UA37BT_FMA-1-006.png new file mode 100644 index 0000000..4294407 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-006.png differ diff --git a/images/ua37/UA37BT_FMA-1-007.png b/images/ua37/UA37BT_FMA-1-007.png new file mode 100644 index 0000000..1fe7420 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-007.png differ diff --git a/images/ua37/UA37BT_FMA-1-008.png b/images/ua37/UA37BT_FMA-1-008.png new file mode 100644 index 0000000..2e7f384 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-008.png differ diff --git a/images/ua37/UA37BT_FMA-1-008_p1.png b/images/ua37/UA37BT_FMA-1-008_p1.png new file mode 100644 index 0000000..b13e0ce Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-008_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-009.png b/images/ua37/UA37BT_FMA-1-009.png new file mode 100644 index 0000000..4a4dd4c Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-009.png differ diff --git a/images/ua37/UA37BT_FMA-1-010.png b/images/ua37/UA37BT_FMA-1-010.png new file mode 100644 index 0000000..7caba2b Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-010.png differ diff --git a/images/ua37/UA37BT_FMA-1-011.png b/images/ua37/UA37BT_FMA-1-011.png new file mode 100644 index 0000000..4920c4a Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-011.png differ diff --git a/images/ua37/UA37BT_FMA-1-011_p1.png b/images/ua37/UA37BT_FMA-1-011_p1.png new file mode 100644 index 0000000..4b4d71c Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-011_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-012.png b/images/ua37/UA37BT_FMA-1-012.png new file mode 100644 index 0000000..d54035f Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-012.png differ diff --git a/images/ua37/UA37BT_FMA-1-012_p1.png b/images/ua37/UA37BT_FMA-1-012_p1.png new file mode 100644 index 0000000..b9b12ff Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-012_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-012_p2.png b/images/ua37/UA37BT_FMA-1-012_p2.png new file mode 100644 index 0000000..5e5a8a0 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-012_p2.png differ diff --git a/images/ua37/UA37BT_FMA-1-013.png b/images/ua37/UA37BT_FMA-1-013.png new file mode 100644 index 0000000..754dc4f Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-013.png differ diff --git a/images/ua37/UA37BT_FMA-1-013_p1.png b/images/ua37/UA37BT_FMA-1-013_p1.png new file mode 100644 index 0000000..ec59738 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-013_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-014.png b/images/ua37/UA37BT_FMA-1-014.png new file mode 100644 index 0000000..a9bb08b Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-014.png differ diff --git a/images/ua37/UA37BT_FMA-1-015.png b/images/ua37/UA37BT_FMA-1-015.png new file mode 100644 index 0000000..e15964b Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-015.png differ diff --git a/images/ua37/UA37BT_FMA-1-016.png b/images/ua37/UA37BT_FMA-1-016.png new file mode 100644 index 0000000..fcc052f Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-016.png differ diff --git a/images/ua37/UA37BT_FMA-1-017.png b/images/ua37/UA37BT_FMA-1-017.png new file mode 100644 index 0000000..57b0d71 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-017.png differ diff --git a/images/ua37/UA37BT_FMA-1-018.png b/images/ua37/UA37BT_FMA-1-018.png new file mode 100644 index 0000000..5a4b9c2 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-018.png differ diff --git a/images/ua37/UA37BT_FMA-1-019.png b/images/ua37/UA37BT_FMA-1-019.png new file mode 100644 index 0000000..1d442e0 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-019.png differ diff --git a/images/ua37/UA37BT_FMA-1-020.png b/images/ua37/UA37BT_FMA-1-020.png new file mode 100644 index 0000000..2a5a7fe Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-020.png differ diff --git a/images/ua37/UA37BT_FMA-1-021.png b/images/ua37/UA37BT_FMA-1-021.png new file mode 100644 index 0000000..863a2f0 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-021.png differ diff --git a/images/ua37/UA37BT_FMA-1-021_p1.png b/images/ua37/UA37BT_FMA-1-021_p1.png new file mode 100644 index 0000000..48f2d4e Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-021_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-022.png b/images/ua37/UA37BT_FMA-1-022.png new file mode 100644 index 0000000..52c1532 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-022.png differ diff --git a/images/ua37/UA37BT_FMA-1-023.png b/images/ua37/UA37BT_FMA-1-023.png new file mode 100644 index 0000000..004f4c9 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-023.png differ diff --git a/images/ua37/UA37BT_FMA-1-023_p1.png b/images/ua37/UA37BT_FMA-1-023_p1.png new file mode 100644 index 0000000..36154a0 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-023_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-024.png b/images/ua37/UA37BT_FMA-1-024.png new file mode 100644 index 0000000..ef938c0 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-024.png differ diff --git a/images/ua37/UA37BT_FMA-1-025.png b/images/ua37/UA37BT_FMA-1-025.png new file mode 100644 index 0000000..390b38f Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-025.png differ diff --git a/images/ua37/UA37BT_FMA-1-026.png b/images/ua37/UA37BT_FMA-1-026.png new file mode 100644 index 0000000..4b8a635 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-026.png differ diff --git a/images/ua37/UA37BT_FMA-1-026_p1.png b/images/ua37/UA37BT_FMA-1-026_p1.png new file mode 100644 index 0000000..ab5bd27 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-026_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-027.png b/images/ua37/UA37BT_FMA-1-027.png new file mode 100644 index 0000000..6d8ee0f Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-027.png differ diff --git a/images/ua37/UA37BT_FMA-1-027_p1.png b/images/ua37/UA37BT_FMA-1-027_p1.png new file mode 100644 index 0000000..97873d0 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-027_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-028.png b/images/ua37/UA37BT_FMA-1-028.png new file mode 100644 index 0000000..1de0ed9 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-028.png differ diff --git a/images/ua37/UA37BT_FMA-1-029.png b/images/ua37/UA37BT_FMA-1-029.png new file mode 100644 index 0000000..e797066 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-029.png differ diff --git a/images/ua37/UA37BT_FMA-1-030.png b/images/ua37/UA37BT_FMA-1-030.png new file mode 100644 index 0000000..be723b1 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-030.png differ diff --git a/images/ua37/UA37BT_FMA-1-031.png b/images/ua37/UA37BT_FMA-1-031.png new file mode 100644 index 0000000..73537da Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-031.png differ diff --git a/images/ua37/UA37BT_FMA-1-032.png b/images/ua37/UA37BT_FMA-1-032.png new file mode 100644 index 0000000..6586168 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-032.png differ diff --git a/images/ua37/UA37BT_FMA-1-033.png b/images/ua37/UA37BT_FMA-1-033.png new file mode 100644 index 0000000..db6f55b Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-033.png differ diff --git a/images/ua37/UA37BT_FMA-1-034.png b/images/ua37/UA37BT_FMA-1-034.png new file mode 100644 index 0000000..dc3bfaa Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-034.png differ diff --git a/images/ua37/UA37BT_FMA-1-035.png b/images/ua37/UA37BT_FMA-1-035.png new file mode 100644 index 0000000..1baccf7 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-035.png differ diff --git a/images/ua37/UA37BT_FMA-1-036.png b/images/ua37/UA37BT_FMA-1-036.png new file mode 100644 index 0000000..a42a32d Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-036.png differ diff --git a/images/ua37/UA37BT_FMA-1-037.png b/images/ua37/UA37BT_FMA-1-037.png new file mode 100644 index 0000000..4b1944a Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-037.png differ diff --git a/images/ua37/UA37BT_FMA-1-037_p1.png b/images/ua37/UA37BT_FMA-1-037_p1.png new file mode 100644 index 0000000..78f3948 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-037_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-038.png b/images/ua37/UA37BT_FMA-1-038.png new file mode 100644 index 0000000..7c15d2e Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-038.png differ diff --git a/images/ua37/UA37BT_FMA-1-039.png b/images/ua37/UA37BT_FMA-1-039.png new file mode 100644 index 0000000..8c12c9c Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-039.png differ diff --git a/images/ua37/UA37BT_FMA-1-040.png b/images/ua37/UA37BT_FMA-1-040.png new file mode 100644 index 0000000..3ec518c Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-040.png differ diff --git a/images/ua37/UA37BT_FMA-1-040_p1.png b/images/ua37/UA37BT_FMA-1-040_p1.png new file mode 100644 index 0000000..f1c3794 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-040_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-041.png b/images/ua37/UA37BT_FMA-1-041.png new file mode 100644 index 0000000..0920943 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-041.png differ diff --git a/images/ua37/UA37BT_FMA-1-042.png b/images/ua37/UA37BT_FMA-1-042.png new file mode 100644 index 0000000..864531f Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-042.png differ diff --git a/images/ua37/UA37BT_FMA-1-043.png b/images/ua37/UA37BT_FMA-1-043.png new file mode 100644 index 0000000..832eb02 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-043.png differ diff --git a/images/ua37/UA37BT_FMA-1-044.png b/images/ua37/UA37BT_FMA-1-044.png new file mode 100644 index 0000000..0c79363 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-044.png differ diff --git a/images/ua37/UA37BT_FMA-1-045.png b/images/ua37/UA37BT_FMA-1-045.png new file mode 100644 index 0000000..8190452 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-045.png differ diff --git a/images/ua37/UA37BT_FMA-1-046.png b/images/ua37/UA37BT_FMA-1-046.png new file mode 100644 index 0000000..e9478db Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-046.png differ diff --git a/images/ua37/UA37BT_FMA-1-046_p1.png b/images/ua37/UA37BT_FMA-1-046_p1.png new file mode 100644 index 0000000..23624d9 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-046_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-047.png b/images/ua37/UA37BT_FMA-1-047.png new file mode 100644 index 0000000..78ab0da Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-047.png differ diff --git a/images/ua37/UA37BT_FMA-1-048.png b/images/ua37/UA37BT_FMA-1-048.png new file mode 100644 index 0000000..9cdf3ff Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-048.png differ diff --git a/images/ua37/UA37BT_FMA-1-049.png b/images/ua37/UA37BT_FMA-1-049.png new file mode 100644 index 0000000..4ed7f7b Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-049.png differ diff --git a/images/ua37/UA37BT_FMA-1-050.png b/images/ua37/UA37BT_FMA-1-050.png new file mode 100644 index 0000000..e44b01f Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-050.png differ diff --git a/images/ua37/UA37BT_FMA-1-051.png b/images/ua37/UA37BT_FMA-1-051.png new file mode 100644 index 0000000..1744270 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-051.png differ diff --git a/images/ua37/UA37BT_FMA-1-051_p1.png b/images/ua37/UA37BT_FMA-1-051_p1.png new file mode 100644 index 0000000..0e2d1be Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-051_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-052.png b/images/ua37/UA37BT_FMA-1-052.png new file mode 100644 index 0000000..84e56d5 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-052.png differ diff --git a/images/ua37/UA37BT_FMA-1-053.png b/images/ua37/UA37BT_FMA-1-053.png new file mode 100644 index 0000000..6bcb481 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-053.png differ diff --git a/images/ua37/UA37BT_FMA-1-053_p1.png b/images/ua37/UA37BT_FMA-1-053_p1.png new file mode 100644 index 0000000..230c2a5 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-053_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-054.png b/images/ua37/UA37BT_FMA-1-054.png new file mode 100644 index 0000000..eee3106 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-054.png differ diff --git a/images/ua37/UA37BT_FMA-1-054_p1.png b/images/ua37/UA37BT_FMA-1-054_p1.png new file mode 100644 index 0000000..27a6277 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-054_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-055.png b/images/ua37/UA37BT_FMA-1-055.png new file mode 100644 index 0000000..6c71511 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-055.png differ diff --git a/images/ua37/UA37BT_FMA-1-055_p1.png b/images/ua37/UA37BT_FMA-1-055_p1.png new file mode 100644 index 0000000..c3177aa Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-055_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-055_p2.png b/images/ua37/UA37BT_FMA-1-055_p2.png new file mode 100644 index 0000000..33255e6 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-055_p2.png differ diff --git a/images/ua37/UA37BT_FMA-1-056.png b/images/ua37/UA37BT_FMA-1-056.png new file mode 100644 index 0000000..5674fa7 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-056.png differ diff --git a/images/ua37/UA37BT_FMA-1-057.png b/images/ua37/UA37BT_FMA-1-057.png new file mode 100644 index 0000000..a429007 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-057.png differ diff --git a/images/ua37/UA37BT_FMA-1-058.png b/images/ua37/UA37BT_FMA-1-058.png new file mode 100644 index 0000000..4c69e42 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-058.png differ diff --git a/images/ua37/UA37BT_FMA-1-059.png b/images/ua37/UA37BT_FMA-1-059.png new file mode 100644 index 0000000..2c1b670 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-059.png differ diff --git a/images/ua37/UA37BT_FMA-1-060.png b/images/ua37/UA37BT_FMA-1-060.png new file mode 100644 index 0000000..2a02488 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-060.png differ diff --git a/images/ua37/UA37BT_FMA-1-060_p1.png b/images/ua37/UA37BT_FMA-1-060_p1.png new file mode 100644 index 0000000..92de191 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-060_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-061.png b/images/ua37/UA37BT_FMA-1-061.png new file mode 100644 index 0000000..98df7a4 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-061.png differ diff --git a/images/ua37/UA37BT_FMA-1-061_p1.png b/images/ua37/UA37BT_FMA-1-061_p1.png new file mode 100644 index 0000000..dbd6012 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-061_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-062.png b/images/ua37/UA37BT_FMA-1-062.png new file mode 100644 index 0000000..821a5d9 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-062.png differ diff --git a/images/ua37/UA37BT_FMA-1-063.png b/images/ua37/UA37BT_FMA-1-063.png new file mode 100644 index 0000000..a5c3858 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-063.png differ diff --git a/images/ua37/UA37BT_FMA-1-064.png b/images/ua37/UA37BT_FMA-1-064.png new file mode 100644 index 0000000..d9fb0a0 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-064.png differ diff --git a/images/ua37/UA37BT_FMA-1-065.png b/images/ua37/UA37BT_FMA-1-065.png new file mode 100644 index 0000000..b415724 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-065.png differ diff --git a/images/ua37/UA37BT_FMA-1-066.png b/images/ua37/UA37BT_FMA-1-066.png new file mode 100644 index 0000000..1e57c2c Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-066.png differ diff --git a/images/ua37/UA37BT_FMA-1-067.png b/images/ua37/UA37BT_FMA-1-067.png new file mode 100644 index 0000000..d3e2c9c Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-067.png differ diff --git a/images/ua37/UA37BT_FMA-1-068.png b/images/ua37/UA37BT_FMA-1-068.png new file mode 100644 index 0000000..7c22f96 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-068.png differ diff --git a/images/ua37/UA37BT_FMA-1-069.png b/images/ua37/UA37BT_FMA-1-069.png new file mode 100644 index 0000000..b635875 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-069.png differ diff --git a/images/ua37/UA37BT_FMA-1-070.png b/images/ua37/UA37BT_FMA-1-070.png new file mode 100644 index 0000000..e47cf09 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-070.png differ diff --git a/images/ua37/UA37BT_FMA-1-071.png b/images/ua37/UA37BT_FMA-1-071.png new file mode 100644 index 0000000..7a88198 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-071.png differ diff --git a/images/ua37/UA37BT_FMA-1-072.png b/images/ua37/UA37BT_FMA-1-072.png new file mode 100644 index 0000000..91e5e2f Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-072.png differ diff --git a/images/ua37/UA37BT_FMA-1-073.png b/images/ua37/UA37BT_FMA-1-073.png new file mode 100644 index 0000000..7bf8e16 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-073.png differ diff --git a/images/ua37/UA37BT_FMA-1-073_p1.png b/images/ua37/UA37BT_FMA-1-073_p1.png new file mode 100644 index 0000000..2aff2a0 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-073_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-074.png b/images/ua37/UA37BT_FMA-1-074.png new file mode 100644 index 0000000..cc62dcf Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-074.png differ diff --git a/images/ua37/UA37BT_FMA-1-075.png b/images/ua37/UA37BT_FMA-1-075.png new file mode 100644 index 0000000..cd1e9b7 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-075.png differ diff --git a/images/ua37/UA37BT_FMA-1-076.png b/images/ua37/UA37BT_FMA-1-076.png new file mode 100644 index 0000000..e7771ee Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-076.png differ diff --git a/images/ua37/UA37BT_FMA-1-077.png b/images/ua37/UA37BT_FMA-1-077.png new file mode 100644 index 0000000..4984cdb Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-077.png differ diff --git a/images/ua37/UA37BT_FMA-1-077_p1.png b/images/ua37/UA37BT_FMA-1-077_p1.png new file mode 100644 index 0000000..c1d1501 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-077_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-077_p2.png b/images/ua37/UA37BT_FMA-1-077_p2.png new file mode 100644 index 0000000..9b03467 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-077_p2.png differ diff --git a/images/ua37/UA37BT_FMA-1-078.png b/images/ua37/UA37BT_FMA-1-078.png new file mode 100644 index 0000000..f14b6b2 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-078.png differ diff --git a/images/ua37/UA37BT_FMA-1-079.png b/images/ua37/UA37BT_FMA-1-079.png new file mode 100644 index 0000000..d210563 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-079.png differ diff --git a/images/ua37/UA37BT_FMA-1-079_p1.png b/images/ua37/UA37BT_FMA-1-079_p1.png new file mode 100644 index 0000000..6b9ef84 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-079_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-080.png b/images/ua37/UA37BT_FMA-1-080.png new file mode 100644 index 0000000..16ebe18 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-080.png differ diff --git a/images/ua37/UA37BT_FMA-1-081.png b/images/ua37/UA37BT_FMA-1-081.png new file mode 100644 index 0000000..d35b2b2 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-081.png differ diff --git a/images/ua37/UA37BT_FMA-1-081_p1.png b/images/ua37/UA37BT_FMA-1-081_p1.png new file mode 100644 index 0000000..6e12a38 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-081_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-082.png b/images/ua37/UA37BT_FMA-1-082.png new file mode 100644 index 0000000..cf1d932 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-082.png differ diff --git a/images/ua37/UA37BT_FMA-1-082_p1.png b/images/ua37/UA37BT_FMA-1-082_p1.png new file mode 100644 index 0000000..9cfe5e4 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-082_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-083.png b/images/ua37/UA37BT_FMA-1-083.png new file mode 100644 index 0000000..99882ee Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-083.png differ diff --git a/images/ua37/UA37BT_FMA-1-084.png b/images/ua37/UA37BT_FMA-1-084.png new file mode 100644 index 0000000..7bf1e7e Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-084.png differ diff --git a/images/ua37/UA37BT_FMA-1-085.png b/images/ua37/UA37BT_FMA-1-085.png new file mode 100644 index 0000000..a71be41 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-085.png differ diff --git a/images/ua37/UA37BT_FMA-1-086.png b/images/ua37/UA37BT_FMA-1-086.png new file mode 100644 index 0000000..6618d36 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-086.png differ diff --git a/images/ua37/UA37BT_FMA-1-086_p1.png b/images/ua37/UA37BT_FMA-1-086_p1.png new file mode 100644 index 0000000..ce9a493 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-086_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-087.png b/images/ua37/UA37BT_FMA-1-087.png new file mode 100644 index 0000000..3612e36 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-087.png differ diff --git a/images/ua37/UA37BT_FMA-1-088.png b/images/ua37/UA37BT_FMA-1-088.png new file mode 100644 index 0000000..5cb2282 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-088.png differ diff --git a/images/ua37/UA37BT_FMA-1-089.png b/images/ua37/UA37BT_FMA-1-089.png new file mode 100644 index 0000000..9c829e3 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-089.png differ diff --git a/images/ua37/UA37BT_FMA-1-090.png b/images/ua37/UA37BT_FMA-1-090.png new file mode 100644 index 0000000..ddb6e2a Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-090.png differ diff --git a/images/ua37/UA37BT_FMA-1-090_p1.png b/images/ua37/UA37BT_FMA-1-090_p1.png new file mode 100644 index 0000000..35d52de Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-090_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-090_p2.png b/images/ua37/UA37BT_FMA-1-090_p2.png new file mode 100644 index 0000000..f009963 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-090_p2.png differ diff --git a/images/ua37/UA37BT_FMA-1-091.png b/images/ua37/UA37BT_FMA-1-091.png new file mode 100644 index 0000000..ff6c20e Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-091.png differ diff --git a/images/ua37/UA37BT_FMA-1-092.png b/images/ua37/UA37BT_FMA-1-092.png new file mode 100644 index 0000000..daac710 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-092.png differ diff --git a/images/ua37/UA37BT_FMA-1-093.png b/images/ua37/UA37BT_FMA-1-093.png new file mode 100644 index 0000000..e1f0148 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-093.png differ diff --git a/images/ua37/UA37BT_FMA-1-093_p1.png b/images/ua37/UA37BT_FMA-1-093_p1.png new file mode 100644 index 0000000..a9acf6e Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-093_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-094.png b/images/ua37/UA37BT_FMA-1-094.png new file mode 100644 index 0000000..f6ea5ee Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-094.png differ diff --git a/images/ua37/UA37BT_FMA-1-095.png b/images/ua37/UA37BT_FMA-1-095.png new file mode 100644 index 0000000..d244bd4 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-095.png differ diff --git a/images/ua37/UA37BT_FMA-1-096.png b/images/ua37/UA37BT_FMA-1-096.png new file mode 100644 index 0000000..81feba5 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-096.png differ diff --git a/images/ua37/UA37BT_FMA-1-097.png b/images/ua37/UA37BT_FMA-1-097.png new file mode 100644 index 0000000..4b90ad3 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-097.png differ diff --git a/images/ua37/UA37BT_FMA-1-098.png b/images/ua37/UA37BT_FMA-1-098.png new file mode 100644 index 0000000..2e71b03 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-098.png differ diff --git a/images/ua37/UA37BT_FMA-1-099.png b/images/ua37/UA37BT_FMA-1-099.png new file mode 100644 index 0000000..0e7c776 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-099.png differ diff --git a/images/ua37/UA37BT_FMA-1-100.png b/images/ua37/UA37BT_FMA-1-100.png new file mode 100644 index 0000000..d051fb1 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-100.png differ diff --git a/images/ua37/UA37BT_FMA-1-AP01.png b/images/ua37/UA37BT_FMA-1-AP01.png new file mode 100644 index 0000000..a5e9a58 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-AP01.png differ diff --git a/images/ua37/UA37BT_FMA-1-AP01_p1.png b/images/ua37/UA37BT_FMA-1-AP01_p1.png new file mode 100644 index 0000000..3fa8c0a Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-AP01_p1.png differ diff --git a/images/ua37/UA37BT_FMA-1-AP02.png b/images/ua37/UA37BT_FMA-1-AP02.png new file mode 100644 index 0000000..91e8a0b Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-AP02.png differ diff --git a/images/ua37/UA37BT_FMA-1-AP03.png b/images/ua37/UA37BT_FMA-1-AP03.png new file mode 100644 index 0000000..2ccab9a Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-AP03.png differ diff --git a/images/ua37/UA37BT_FMA-1-AP04.png b/images/ua37/UA37BT_FMA-1-AP04.png new file mode 100644 index 0000000..35869c2 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-AP04.png differ diff --git a/images/ua37/UA37BT_FMA-1-AP05.png b/images/ua37/UA37BT_FMA-1-AP05.png new file mode 100644 index 0000000..8438d85 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-AP05.png differ diff --git a/images/ua37/UA37BT_FMA-1-AP06.png b/images/ua37/UA37BT_FMA-1-AP06.png new file mode 100644 index 0000000..763bd52 Binary files /dev/null and b/images/ua37/UA37BT_FMA-1-AP06.png differ diff --git a/images/ua37/UA37ST_FMA-1-001.png b/images/ua37/UA37ST_FMA-1-001.png new file mode 100644 index 0000000..88137af Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-001.png differ diff --git a/images/ua37/UA37ST_FMA-1-003.png b/images/ua37/UA37ST_FMA-1-003.png new file mode 100644 index 0000000..4fe4b76 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-003.png differ diff --git a/images/ua37/UA37ST_FMA-1-005.png b/images/ua37/UA37ST_FMA-1-005.png new file mode 100644 index 0000000..180ba98 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-005.png differ diff --git a/images/ua37/UA37ST_FMA-1-006.png b/images/ua37/UA37ST_FMA-1-006.png new file mode 100644 index 0000000..d386885 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-006.png differ diff --git a/images/ua37/UA37ST_FMA-1-007.png b/images/ua37/UA37ST_FMA-1-007.png new file mode 100644 index 0000000..d436e5e Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-007.png differ diff --git a/images/ua37/UA37ST_FMA-1-009.png b/images/ua37/UA37ST_FMA-1-009.png new file mode 100644 index 0000000..caf8932 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-009.png differ diff --git a/images/ua37/UA37ST_FMA-1-015.png b/images/ua37/UA37ST_FMA-1-015.png new file mode 100644 index 0000000..6675aa8 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-015.png differ diff --git a/images/ua37/UA37ST_FMA-1-031.png b/images/ua37/UA37ST_FMA-1-031.png new file mode 100644 index 0000000..699c53e Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-031.png differ diff --git a/images/ua37/UA37ST_FMA-1-033.png b/images/ua37/UA37ST_FMA-1-033.png new file mode 100644 index 0000000..0c0c6fb Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-033.png differ diff --git a/images/ua37/UA37ST_FMA-1-101.png b/images/ua37/UA37ST_FMA-1-101.png new file mode 100644 index 0000000..d09894f Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-101.png differ diff --git a/images/ua37/UA37ST_FMA-1-102.png b/images/ua37/UA37ST_FMA-1-102.png new file mode 100644 index 0000000..b500a9b Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-102.png differ diff --git a/images/ua37/UA37ST_FMA-1-103.png b/images/ua37/UA37ST_FMA-1-103.png new file mode 100644 index 0000000..7213ec7 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-103.png differ diff --git a/images/ua37/UA37ST_FMA-1-104.png b/images/ua37/UA37ST_FMA-1-104.png new file mode 100644 index 0000000..976ba63 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-104.png differ diff --git a/images/ua37/UA37ST_FMA-1-105.png b/images/ua37/UA37ST_FMA-1-105.png new file mode 100644 index 0000000..ce54929 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-105.png differ diff --git a/images/ua37/UA37ST_FMA-1-106.png b/images/ua37/UA37ST_FMA-1-106.png new file mode 100644 index 0000000..f41bd5e Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-106.png differ diff --git a/images/ua37/UA37ST_FMA-1-107.png b/images/ua37/UA37ST_FMA-1-107.png new file mode 100644 index 0000000..2ca78a5 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-107.png differ diff --git a/images/ua37/UA37ST_FMA-1-108.png b/images/ua37/UA37ST_FMA-1-108.png new file mode 100644 index 0000000..00d8c06 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-108.png differ diff --git a/images/ua37/UA37ST_FMA-1-109.png b/images/ua37/UA37ST_FMA-1-109.png new file mode 100644 index 0000000..83ddfb3 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-109.png differ diff --git a/images/ua37/UA37ST_FMA-1-110.png b/images/ua37/UA37ST_FMA-1-110.png new file mode 100644 index 0000000..54e0ec5 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-110.png differ diff --git a/images/ua37/UA37ST_FMA-1-110_p1.png b/images/ua37/UA37ST_FMA-1-110_p1.png new file mode 100644 index 0000000..2e62ec1 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-110_p1.png differ diff --git a/images/ua37/UA37ST_FMA-1-111.png b/images/ua37/UA37ST_FMA-1-111.png new file mode 100644 index 0000000..4a7d2fc Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-111.png differ diff --git a/images/ua37/UA37ST_FMA-1-111_p1.png b/images/ua37/UA37ST_FMA-1-111_p1.png new file mode 100644 index 0000000..28d19ea Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-111_p1.png differ diff --git a/images/ua37/UA37ST_FMA-1-112.png b/images/ua37/UA37ST_FMA-1-112.png new file mode 100644 index 0000000..1ed3566 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-112.png differ diff --git a/images/ua37/UA37ST_FMA-1-112_p1.png b/images/ua37/UA37ST_FMA-1-112_p1.png new file mode 100644 index 0000000..a954440 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-112_p1.png differ diff --git a/images/ua37/UA37ST_FMA-1-113.png b/images/ua37/UA37ST_FMA-1-113.png new file mode 100644 index 0000000..19e0c97 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-113.png differ diff --git a/images/ua37/UA37ST_FMA-1-113_p1.png b/images/ua37/UA37ST_FMA-1-113_p1.png new file mode 100644 index 0000000..d55c4b1 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-113_p1.png differ diff --git a/images/ua37/UA37ST_FMA-1-AP01.png b/images/ua37/UA37ST_FMA-1-AP01.png new file mode 100644 index 0000000..b1208e0 Binary files /dev/null and b/images/ua37/UA37ST_FMA-1-AP01.png differ diff --git a/images/ua37/UAPR_FMA-1-010.png b/images/ua37/UAPR_FMA-1-010.png new file mode 100644 index 0000000..046f2b5 Binary files /dev/null and b/images/ua37/UAPR_FMA-1-010.png differ diff --git a/images/ua37/UAPR_FMA-1-053.png b/images/ua37/UAPR_FMA-1-053.png new file mode 100644 index 0000000..a0c94f0 Binary files /dev/null and b/images/ua37/UAPR_FMA-1-053.png differ diff --git a/images/ua37/UAPR_FMA-P-001.png b/images/ua37/UAPR_FMA-P-001.png new file mode 100644 index 0000000..9c62a31 Binary files /dev/null and b/images/ua37/UAPR_FMA-P-001.png differ diff --git a/images/ua38/UA01PC_WBK-1-001.png b/images/ua38/UA01PC_WBK-1-001.png new file mode 100644 index 0000000..e77207a Binary files /dev/null and b/images/ua38/UA01PC_WBK-1-001.png differ diff --git a/images/ua38/UA01PC_WBK-AP01.png b/images/ua38/UA01PC_WBK-AP01.png new file mode 100644 index 0000000..8e2f797 Binary files /dev/null and b/images/ua38/UA01PC_WBK-AP01.png differ diff --git a/images/ua38/UA01PC_WBK-AP02.png b/images/ua38/UA01PC_WBK-AP02.png new file mode 100644 index 0000000..98775a0 Binary files /dev/null and b/images/ua38/UA01PC_WBK-AP02.png differ diff --git a/images/ua38/UA01PC_WBK-AP03.png b/images/ua38/UA01PC_WBK-AP03.png new file mode 100644 index 0000000..a836803 Binary files /dev/null and b/images/ua38/UA01PC_WBK-AP03.png differ diff --git a/images/ua38/UA38BT_WBK-1-001.png b/images/ua38/UA38BT_WBK-1-001.png new file mode 100644 index 0000000..bfb5fac Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-001.png differ diff --git a/images/ua38/UA38BT_WBK-1-002.png b/images/ua38/UA38BT_WBK-1-002.png new file mode 100644 index 0000000..3b6b0ec Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-002.png differ diff --git a/images/ua38/UA38BT_WBK-1-003.png b/images/ua38/UA38BT_WBK-1-003.png new file mode 100644 index 0000000..9992130 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-003.png differ diff --git a/images/ua38/UA38BT_WBK-1-004.png b/images/ua38/UA38BT_WBK-1-004.png new file mode 100644 index 0000000..bc42b6c Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-004.png differ diff --git a/images/ua38/UA38BT_WBK-1-005.png b/images/ua38/UA38BT_WBK-1-005.png new file mode 100644 index 0000000..fe673f2 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-005.png differ diff --git a/images/ua38/UA38BT_WBK-1-006.png b/images/ua38/UA38BT_WBK-1-006.png new file mode 100644 index 0000000..387e884 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-006.png differ diff --git a/images/ua38/UA38BT_WBK-1-007.png b/images/ua38/UA38BT_WBK-1-007.png new file mode 100644 index 0000000..51c517d Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-007.png differ diff --git a/images/ua38/UA38BT_WBK-1-008.png b/images/ua38/UA38BT_WBK-1-008.png new file mode 100644 index 0000000..a16aea2 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-008.png differ diff --git a/images/ua38/UA38BT_WBK-1-009.png b/images/ua38/UA38BT_WBK-1-009.png new file mode 100644 index 0000000..4ff18a9 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-009.png differ diff --git a/images/ua38/UA38BT_WBK-1-010.png b/images/ua38/UA38BT_WBK-1-010.png new file mode 100644 index 0000000..1b81593 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-010.png differ diff --git a/images/ua38/UA38BT_WBK-1-011.png b/images/ua38/UA38BT_WBK-1-011.png new file mode 100644 index 0000000..ccb8c69 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-011.png differ diff --git a/images/ua38/UA38BT_WBK-1-011_p1.png b/images/ua38/UA38BT_WBK-1-011_p1.png new file mode 100644 index 0000000..e690057 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-011_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-012.png b/images/ua38/UA38BT_WBK-1-012.png new file mode 100644 index 0000000..e91d417 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-012.png differ diff --git a/images/ua38/UA38BT_WBK-1-012_p1.png b/images/ua38/UA38BT_WBK-1-012_p1.png new file mode 100644 index 0000000..f6c7d95 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-012_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-013.png b/images/ua38/UA38BT_WBK-1-013.png new file mode 100644 index 0000000..ef8ce8b Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-013.png differ diff --git a/images/ua38/UA38BT_WBK-1-014.png b/images/ua38/UA38BT_WBK-1-014.png new file mode 100644 index 0000000..81b92bd Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-014.png differ diff --git a/images/ua38/UA38BT_WBK-1-015.png b/images/ua38/UA38BT_WBK-1-015.png new file mode 100644 index 0000000..34912c0 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-015.png differ diff --git a/images/ua38/UA38BT_WBK-1-016.png b/images/ua38/UA38BT_WBK-1-016.png new file mode 100644 index 0000000..08ec4f7 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-016.png differ diff --git a/images/ua38/UA38BT_WBK-1-016_p1.png b/images/ua38/UA38BT_WBK-1-016_p1.png new file mode 100644 index 0000000..aeed622 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-016_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-017.png b/images/ua38/UA38BT_WBK-1-017.png new file mode 100644 index 0000000..783417b Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-017.png differ diff --git a/images/ua38/UA38BT_WBK-1-017_p1.png b/images/ua38/UA38BT_WBK-1-017_p1.png new file mode 100644 index 0000000..0bdc7e7 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-017_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-018.png b/images/ua38/UA38BT_WBK-1-018.png new file mode 100644 index 0000000..0926163 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-018.png differ diff --git a/images/ua38/UA38BT_WBK-1-019.png b/images/ua38/UA38BT_WBK-1-019.png new file mode 100644 index 0000000..c1c9488 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-019.png differ diff --git a/images/ua38/UA38BT_WBK-1-020.png b/images/ua38/UA38BT_WBK-1-020.png new file mode 100644 index 0000000..b5e833d Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-020.png differ diff --git a/images/ua38/UA38BT_WBK-1-020_p1.png b/images/ua38/UA38BT_WBK-1-020_p1.png new file mode 100644 index 0000000..25233e1 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-020_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-021.png b/images/ua38/UA38BT_WBK-1-021.png new file mode 100644 index 0000000..0d3df5b Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-021.png differ diff --git a/images/ua38/UA38BT_WBK-1-021_p1.png b/images/ua38/UA38BT_WBK-1-021_p1.png new file mode 100644 index 0000000..17acb77 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-021_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-022.png b/images/ua38/UA38BT_WBK-1-022.png new file mode 100644 index 0000000..910ae90 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-022.png differ diff --git a/images/ua38/UA38BT_WBK-1-023.png b/images/ua38/UA38BT_WBK-1-023.png new file mode 100644 index 0000000..7ba95af Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-023.png differ diff --git a/images/ua38/UA38BT_WBK-1-024.png b/images/ua38/UA38BT_WBK-1-024.png new file mode 100644 index 0000000..29c1040 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-024.png differ diff --git a/images/ua38/UA38BT_WBK-1-024_p1.png b/images/ua38/UA38BT_WBK-1-024_p1.png new file mode 100644 index 0000000..d03ae74 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-024_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-025.png b/images/ua38/UA38BT_WBK-1-025.png new file mode 100644 index 0000000..e26932f Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-025.png differ diff --git a/images/ua38/UA38BT_WBK-1-026.png b/images/ua38/UA38BT_WBK-1-026.png new file mode 100644 index 0000000..631a713 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-026.png differ diff --git a/images/ua38/UA38BT_WBK-1-026_p1.png b/images/ua38/UA38BT_WBK-1-026_p1.png new file mode 100644 index 0000000..45d47cd Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-026_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-027.png b/images/ua38/UA38BT_WBK-1-027.png new file mode 100644 index 0000000..281a6df Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-027.png differ diff --git a/images/ua38/UA38BT_WBK-1-028.png b/images/ua38/UA38BT_WBK-1-028.png new file mode 100644 index 0000000..ec1b652 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-028.png differ diff --git a/images/ua38/UA38BT_WBK-1-029.png b/images/ua38/UA38BT_WBK-1-029.png new file mode 100644 index 0000000..6c3be39 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-029.png differ diff --git a/images/ua38/UA38BT_WBK-1-029_p1.png b/images/ua38/UA38BT_WBK-1-029_p1.png new file mode 100644 index 0000000..64ca5be Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-029_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-030.png b/images/ua38/UA38BT_WBK-1-030.png new file mode 100644 index 0000000..842709b Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-030.png differ diff --git a/images/ua38/UA38BT_WBK-1-030_p1.png b/images/ua38/UA38BT_WBK-1-030_p1.png new file mode 100644 index 0000000..78d57ec Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-030_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-031.png b/images/ua38/UA38BT_WBK-1-031.png new file mode 100644 index 0000000..587606b Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-031.png differ diff --git a/images/ua38/UA38BT_WBK-1-032.png b/images/ua38/UA38BT_WBK-1-032.png new file mode 100644 index 0000000..79c88b8 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-032.png differ diff --git a/images/ua38/UA38BT_WBK-1-033.png b/images/ua38/UA38BT_WBK-1-033.png new file mode 100644 index 0000000..5569879 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-033.png differ diff --git a/images/ua38/UA38BT_WBK-1-034.png b/images/ua38/UA38BT_WBK-1-034.png new file mode 100644 index 0000000..1ad4f2d Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-034.png differ diff --git a/images/ua38/UA38BT_WBK-1-035.png b/images/ua38/UA38BT_WBK-1-035.png new file mode 100644 index 0000000..75799c2 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-035.png differ diff --git a/images/ua38/UA38BT_WBK-1-036.png b/images/ua38/UA38BT_WBK-1-036.png new file mode 100644 index 0000000..2f96e4b Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-036.png differ diff --git a/images/ua38/UA38BT_WBK-1-037.png b/images/ua38/UA38BT_WBK-1-037.png new file mode 100644 index 0000000..0b57678 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-037.png differ diff --git a/images/ua38/UA38BT_WBK-1-038.png b/images/ua38/UA38BT_WBK-1-038.png new file mode 100644 index 0000000..2f64de1 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-038.png differ diff --git a/images/ua38/UA38BT_WBK-1-039.png b/images/ua38/UA38BT_WBK-1-039.png new file mode 100644 index 0000000..668a083 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-039.png differ diff --git a/images/ua38/UA38BT_WBK-1-040.png b/images/ua38/UA38BT_WBK-1-040.png new file mode 100644 index 0000000..f5ac98e Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-040.png differ diff --git a/images/ua38/UA38BT_WBK-1-041.png b/images/ua38/UA38BT_WBK-1-041.png new file mode 100644 index 0000000..a594c52 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-041.png differ diff --git a/images/ua38/UA38BT_WBK-1-042.png b/images/ua38/UA38BT_WBK-1-042.png new file mode 100644 index 0000000..2500dbf Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-042.png differ diff --git a/images/ua38/UA38BT_WBK-1-043.png b/images/ua38/UA38BT_WBK-1-043.png new file mode 100644 index 0000000..cf52162 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-043.png differ diff --git a/images/ua38/UA38BT_WBK-1-044.png b/images/ua38/UA38BT_WBK-1-044.png new file mode 100644 index 0000000..00f6da7 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-044.png differ diff --git a/images/ua38/UA38BT_WBK-1-045.png b/images/ua38/UA38BT_WBK-1-045.png new file mode 100644 index 0000000..4437cfd Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-045.png differ diff --git a/images/ua38/UA38BT_WBK-1-046.png b/images/ua38/UA38BT_WBK-1-046.png new file mode 100644 index 0000000..adc9714 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-046.png differ diff --git a/images/ua38/UA38BT_WBK-1-047.png b/images/ua38/UA38BT_WBK-1-047.png new file mode 100644 index 0000000..b5bfb94 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-047.png differ diff --git a/images/ua38/UA38BT_WBK-1-048.png b/images/ua38/UA38BT_WBK-1-048.png new file mode 100644 index 0000000..89acc5a Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-048.png differ diff --git a/images/ua38/UA38BT_WBK-1-048_p1.png b/images/ua38/UA38BT_WBK-1-048_p1.png new file mode 100644 index 0000000..efb924f Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-048_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-049.png b/images/ua38/UA38BT_WBK-1-049.png new file mode 100644 index 0000000..2bf1d21 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-049.png differ diff --git a/images/ua38/UA38BT_WBK-1-050.png b/images/ua38/UA38BT_WBK-1-050.png new file mode 100644 index 0000000..8e5b708 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-050.png differ diff --git a/images/ua38/UA38BT_WBK-1-050_p1.png b/images/ua38/UA38BT_WBK-1-050_p1.png new file mode 100644 index 0000000..4512dc3 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-050_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-051.png b/images/ua38/UA38BT_WBK-1-051.png new file mode 100644 index 0000000..1419953 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-051.png differ diff --git a/images/ua38/UA38BT_WBK-1-052.png b/images/ua38/UA38BT_WBK-1-052.png new file mode 100644 index 0000000..c65a2ae Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-052.png differ diff --git a/images/ua38/UA38BT_WBK-1-053.png b/images/ua38/UA38BT_WBK-1-053.png new file mode 100644 index 0000000..0149544 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-053.png differ diff --git a/images/ua38/UA38BT_WBK-1-053_p1.png b/images/ua38/UA38BT_WBK-1-053_p1.png new file mode 100644 index 0000000..910edba Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-053_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-054.png b/images/ua38/UA38BT_WBK-1-054.png new file mode 100644 index 0000000..4e1f5fe Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-054.png differ diff --git a/images/ua38/UA38BT_WBK-1-055.png b/images/ua38/UA38BT_WBK-1-055.png new file mode 100644 index 0000000..75d8471 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-055.png differ diff --git a/images/ua38/UA38BT_WBK-1-055_p1.png b/images/ua38/UA38BT_WBK-1-055_p1.png new file mode 100644 index 0000000..4dc0d66 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-055_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-055_p2.png b/images/ua38/UA38BT_WBK-1-055_p2.png new file mode 100644 index 0000000..ab7afa8 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-055_p2.png differ diff --git a/images/ua38/UA38BT_WBK-1-056.png b/images/ua38/UA38BT_WBK-1-056.png new file mode 100644 index 0000000..c015726 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-056.png differ diff --git a/images/ua38/UA38BT_WBK-1-057.png b/images/ua38/UA38BT_WBK-1-057.png new file mode 100644 index 0000000..8f1a92d Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-057.png differ diff --git a/images/ua38/UA38BT_WBK-1-058.png b/images/ua38/UA38BT_WBK-1-058.png new file mode 100644 index 0000000..67726b8 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-058.png differ diff --git a/images/ua38/UA38BT_WBK-1-059.png b/images/ua38/UA38BT_WBK-1-059.png new file mode 100644 index 0000000..642dc09 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-059.png differ diff --git a/images/ua38/UA38BT_WBK-1-059_p1.png b/images/ua38/UA38BT_WBK-1-059_p1.png new file mode 100644 index 0000000..4d82219 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-059_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-060.png b/images/ua38/UA38BT_WBK-1-060.png new file mode 100644 index 0000000..2881b25 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-060.png differ diff --git a/images/ua38/UA38BT_WBK-1-060_p1.png b/images/ua38/UA38BT_WBK-1-060_p1.png new file mode 100644 index 0000000..8572931 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-060_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-061.png b/images/ua38/UA38BT_WBK-1-061.png new file mode 100644 index 0000000..99afc14 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-061.png differ diff --git a/images/ua38/UA38BT_WBK-1-061_p1.png b/images/ua38/UA38BT_WBK-1-061_p1.png new file mode 100644 index 0000000..f481d98 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-061_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-062.png b/images/ua38/UA38BT_WBK-1-062.png new file mode 100644 index 0000000..505279a Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-062.png differ diff --git a/images/ua38/UA38BT_WBK-1-063.png b/images/ua38/UA38BT_WBK-1-063.png new file mode 100644 index 0000000..b0b82a0 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-063.png differ diff --git a/images/ua38/UA38BT_WBK-1-064.png b/images/ua38/UA38BT_WBK-1-064.png new file mode 100644 index 0000000..b31a6a0 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-064.png differ diff --git a/images/ua38/UA38BT_WBK-1-065.png b/images/ua38/UA38BT_WBK-1-065.png new file mode 100644 index 0000000..6bb66ee Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-065.png differ diff --git a/images/ua38/UA38BT_WBK-1-066.png b/images/ua38/UA38BT_WBK-1-066.png new file mode 100644 index 0000000..505346d Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-066.png differ diff --git a/images/ua38/UA38BT_WBK-1-067.png b/images/ua38/UA38BT_WBK-1-067.png new file mode 100644 index 0000000..13bcd91 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-067.png differ diff --git a/images/ua38/UA38BT_WBK-1-067_p1.png b/images/ua38/UA38BT_WBK-1-067_p1.png new file mode 100644 index 0000000..62adba7 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-067_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-068.png b/images/ua38/UA38BT_WBK-1-068.png new file mode 100644 index 0000000..448da89 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-068.png differ diff --git a/images/ua38/UA38BT_WBK-1-069.png b/images/ua38/UA38BT_WBK-1-069.png new file mode 100644 index 0000000..fdabe3a Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-069.png differ diff --git a/images/ua38/UA38BT_WBK-1-070.png b/images/ua38/UA38BT_WBK-1-070.png new file mode 100644 index 0000000..b202079 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-070.png differ diff --git a/images/ua38/UA38BT_WBK-1-070_p1.png b/images/ua38/UA38BT_WBK-1-070_p1.png new file mode 100644 index 0000000..4332f4b Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-070_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-071.png b/images/ua38/UA38BT_WBK-1-071.png new file mode 100644 index 0000000..b8391a2 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-071.png differ diff --git a/images/ua38/UA38BT_WBK-1-071_p1.png b/images/ua38/UA38BT_WBK-1-071_p1.png new file mode 100644 index 0000000..f726b20 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-071_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-072.png b/images/ua38/UA38BT_WBK-1-072.png new file mode 100644 index 0000000..4e31c0a Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-072.png differ diff --git a/images/ua38/UA38BT_WBK-1-073.png b/images/ua38/UA38BT_WBK-1-073.png new file mode 100644 index 0000000..8057adf Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-073.png differ diff --git a/images/ua38/UA38BT_WBK-1-074.png b/images/ua38/UA38BT_WBK-1-074.png new file mode 100644 index 0000000..a59cbb3 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-074.png differ diff --git a/images/ua38/UA38BT_WBK-1-075.png b/images/ua38/UA38BT_WBK-1-075.png new file mode 100644 index 0000000..c03041c Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-075.png differ diff --git a/images/ua38/UA38BT_WBK-1-076.png b/images/ua38/UA38BT_WBK-1-076.png new file mode 100644 index 0000000..00f4e36 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-076.png differ diff --git a/images/ua38/UA38BT_WBK-1-077.png b/images/ua38/UA38BT_WBK-1-077.png new file mode 100644 index 0000000..49c0792 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-077.png differ diff --git a/images/ua38/UA38BT_WBK-1-078.png b/images/ua38/UA38BT_WBK-1-078.png new file mode 100644 index 0000000..e520a43 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-078.png differ diff --git a/images/ua38/UA38BT_WBK-1-079.png b/images/ua38/UA38BT_WBK-1-079.png new file mode 100644 index 0000000..99f8f51 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-079.png differ diff --git a/images/ua38/UA38BT_WBK-1-080.png b/images/ua38/UA38BT_WBK-1-080.png new file mode 100644 index 0000000..b093a53 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-080.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP01.png b/images/ua38/UA38BT_WBK-1-AP01.png new file mode 100644 index 0000000..6af78b7 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP01.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP01_p1.png b/images/ua38/UA38BT_WBK-1-AP01_p1.png new file mode 100644 index 0000000..013eafc Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP01_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP02.png b/images/ua38/UA38BT_WBK-1-AP02.png new file mode 100644 index 0000000..aafe06a Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP02.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP02_p1.png b/images/ua38/UA38BT_WBK-1-AP02_p1.png new file mode 100644 index 0000000..2c831fe Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP02_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP03.png b/images/ua38/UA38BT_WBK-1-AP03.png new file mode 100644 index 0000000..4255650 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP03.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP03_p1.png b/images/ua38/UA38BT_WBK-1-AP03_p1.png new file mode 100644 index 0000000..e03b347 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP03_p1.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP04.png b/images/ua38/UA38BT_WBK-1-AP04.png new file mode 100644 index 0000000..2f79eba Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP04.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP05.png b/images/ua38/UA38BT_WBK-1-AP05.png new file mode 100644 index 0000000..0ab9bdb Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP05.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP06.png b/images/ua38/UA38BT_WBK-1-AP06.png new file mode 100644 index 0000000..3dab52c Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP06.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP07.png b/images/ua38/UA38BT_WBK-1-AP07.png new file mode 100644 index 0000000..52be964 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP07.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP08.png b/images/ua38/UA38BT_WBK-1-AP08.png new file mode 100644 index 0000000..ed6531e Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP08.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP09.png b/images/ua38/UA38BT_WBK-1-AP09.png new file mode 100644 index 0000000..79fd458 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP09.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP10.png b/images/ua38/UA38BT_WBK-1-AP10.png new file mode 100644 index 0000000..1226ba5 Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP10.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP11.png b/images/ua38/UA38BT_WBK-1-AP11.png new file mode 100644 index 0000000..ae6030e Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP11.png differ diff --git a/images/ua38/UA38BT_WBK-1-AP12.png b/images/ua38/UA38BT_WBK-1-AP12.png new file mode 100644 index 0000000..70e4c3b Binary files /dev/null and b/images/ua38/UA38BT_WBK-1-AP12.png differ diff --git a/images/ua38/UAPR_WBK-1-022.png b/images/ua38/UAPR_WBK-1-022.png new file mode 100644 index 0000000..e71ed91 Binary files /dev/null and b/images/ua38/UAPR_WBK-1-022.png differ diff --git a/images/ua38/UAPR_WBK-1-056.png b/images/ua38/UAPR_WBK-1-056.png new file mode 100644 index 0000000..4244571 Binary files /dev/null and b/images/ua38/UAPR_WBK-1-056.png differ diff --git a/images/ua38/UAPR_WBK-P-001.png b/images/ua38/UAPR_WBK-P-001.png new file mode 100644 index 0000000..166840a Binary files /dev/null and b/images/ua38/UAPR_WBK-P-001.png differ diff --git a/images/ua39/UA39BT_KIN-1-001.png b/images/ua39/UA39BT_KIN-1-001.png new file mode 100644 index 0000000..1bf65ed Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-001.png differ diff --git a/images/ua39/UA39BT_KIN-1-001_p1.png b/images/ua39/UA39BT_KIN-1-001_p1.png new file mode 100644 index 0000000..4cf2dfe Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-001_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-001_p2.png b/images/ua39/UA39BT_KIN-1-001_p2.png new file mode 100644 index 0000000..6b42471 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-001_p2.png differ diff --git a/images/ua39/UA39BT_KIN-1-002.png b/images/ua39/UA39BT_KIN-1-002.png new file mode 100644 index 0000000..792a5bf Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-002.png differ diff --git a/images/ua39/UA39BT_KIN-1-003.png b/images/ua39/UA39BT_KIN-1-003.png new file mode 100644 index 0000000..6656063 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-003.png differ diff --git a/images/ua39/UA39BT_KIN-1-004.png b/images/ua39/UA39BT_KIN-1-004.png new file mode 100644 index 0000000..c163e7f Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-004.png differ diff --git a/images/ua39/UA39BT_KIN-1-005.png b/images/ua39/UA39BT_KIN-1-005.png new file mode 100644 index 0000000..078ae46 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-005.png differ diff --git a/images/ua39/UA39BT_KIN-1-006.png b/images/ua39/UA39BT_KIN-1-006.png new file mode 100644 index 0000000..da98277 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-006.png differ diff --git a/images/ua39/UA39BT_KIN-1-007.png b/images/ua39/UA39BT_KIN-1-007.png new file mode 100644 index 0000000..67760cd Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-007.png differ diff --git a/images/ua39/UA39BT_KIN-1-008.png b/images/ua39/UA39BT_KIN-1-008.png new file mode 100644 index 0000000..0a00e70 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-008.png differ diff --git a/images/ua39/UA39BT_KIN-1-008_p1.png b/images/ua39/UA39BT_KIN-1-008_p1.png new file mode 100644 index 0000000..504dd6d Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-008_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-009.png b/images/ua39/UA39BT_KIN-1-009.png new file mode 100644 index 0000000..684f858 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-009.png differ diff --git a/images/ua39/UA39BT_KIN-1-010.png b/images/ua39/UA39BT_KIN-1-010.png new file mode 100644 index 0000000..1d0b42b Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-010.png differ diff --git a/images/ua39/UA39BT_KIN-1-011.png b/images/ua39/UA39BT_KIN-1-011.png new file mode 100644 index 0000000..72792d2 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-011.png differ diff --git a/images/ua39/UA39BT_KIN-1-012.png b/images/ua39/UA39BT_KIN-1-012.png new file mode 100644 index 0000000..84d9b0f Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-012.png differ diff --git a/images/ua39/UA39BT_KIN-1-012_p1.png b/images/ua39/UA39BT_KIN-1-012_p1.png new file mode 100644 index 0000000..f934137 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-012_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-012_p2.png b/images/ua39/UA39BT_KIN-1-012_p2.png new file mode 100644 index 0000000..5973904 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-012_p2.png differ diff --git a/images/ua39/UA39BT_KIN-1-013.png b/images/ua39/UA39BT_KIN-1-013.png new file mode 100644 index 0000000..7726837 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-013.png differ diff --git a/images/ua39/UA39BT_KIN-1-014.png b/images/ua39/UA39BT_KIN-1-014.png new file mode 100644 index 0000000..58144ee Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-014.png differ diff --git a/images/ua39/UA39BT_KIN-1-015.png b/images/ua39/UA39BT_KIN-1-015.png new file mode 100644 index 0000000..b8ca23a Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-015.png differ diff --git a/images/ua39/UA39BT_KIN-1-015_p1.png b/images/ua39/UA39BT_KIN-1-015_p1.png new file mode 100644 index 0000000..908d20e Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-015_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-015_p2.png b/images/ua39/UA39BT_KIN-1-015_p2.png new file mode 100644 index 0000000..6e7368e Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-015_p2.png differ diff --git a/images/ua39/UA39BT_KIN-1-016.png b/images/ua39/UA39BT_KIN-1-016.png new file mode 100644 index 0000000..d2b8bb1 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-016.png differ diff --git a/images/ua39/UA39BT_KIN-1-017.png b/images/ua39/UA39BT_KIN-1-017.png new file mode 100644 index 0000000..4a8ea00 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-017.png differ diff --git a/images/ua39/UA39BT_KIN-1-018.png b/images/ua39/UA39BT_KIN-1-018.png new file mode 100644 index 0000000..f6aca98 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-018.png differ diff --git a/images/ua39/UA39BT_KIN-1-018_p1.png b/images/ua39/UA39BT_KIN-1-018_p1.png new file mode 100644 index 0000000..649cac6 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-018_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-019.png b/images/ua39/UA39BT_KIN-1-019.png new file mode 100644 index 0000000..0c97941 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-019.png differ diff --git a/images/ua39/UA39BT_KIN-1-020.png b/images/ua39/UA39BT_KIN-1-020.png new file mode 100644 index 0000000..33d4d45 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-020.png differ diff --git a/images/ua39/UA39BT_KIN-1-021.png b/images/ua39/UA39BT_KIN-1-021.png new file mode 100644 index 0000000..2b13eff Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-021.png differ diff --git a/images/ua39/UA39BT_KIN-1-021_p1.png b/images/ua39/UA39BT_KIN-1-021_p1.png new file mode 100644 index 0000000..28672f5 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-021_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-022.png b/images/ua39/UA39BT_KIN-1-022.png new file mode 100644 index 0000000..0cd4e01 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-022.png differ diff --git a/images/ua39/UA39BT_KIN-1-023.png b/images/ua39/UA39BT_KIN-1-023.png new file mode 100644 index 0000000..a4af498 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-023.png differ diff --git a/images/ua39/UA39BT_KIN-1-024.png b/images/ua39/UA39BT_KIN-1-024.png new file mode 100644 index 0000000..31bc8b9 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-024.png differ diff --git a/images/ua39/UA39BT_KIN-1-025.png b/images/ua39/UA39BT_KIN-1-025.png new file mode 100644 index 0000000..8ce7e4f Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-025.png differ diff --git a/images/ua39/UA39BT_KIN-1-026.png b/images/ua39/UA39BT_KIN-1-026.png new file mode 100644 index 0000000..1d140b6 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-026.png differ diff --git a/images/ua39/UA39BT_KIN-1-026_p1.png b/images/ua39/UA39BT_KIN-1-026_p1.png new file mode 100644 index 0000000..8cf412b Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-026_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-026_p2.png b/images/ua39/UA39BT_KIN-1-026_p2.png new file mode 100644 index 0000000..1da8d73 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-026_p2.png differ diff --git a/images/ua39/UA39BT_KIN-1-027.png b/images/ua39/UA39BT_KIN-1-027.png new file mode 100644 index 0000000..354f95a Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-027.png differ diff --git a/images/ua39/UA39BT_KIN-1-028.png b/images/ua39/UA39BT_KIN-1-028.png new file mode 100644 index 0000000..3b63895 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-028.png differ diff --git a/images/ua39/UA39BT_KIN-1-029.png b/images/ua39/UA39BT_KIN-1-029.png new file mode 100644 index 0000000..50576b0 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-029.png differ diff --git a/images/ua39/UA39BT_KIN-1-030.png b/images/ua39/UA39BT_KIN-1-030.png new file mode 100644 index 0000000..6062743 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-030.png differ diff --git a/images/ua39/UA39BT_KIN-1-031.png b/images/ua39/UA39BT_KIN-1-031.png new file mode 100644 index 0000000..2904f59 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-031.png differ diff --git a/images/ua39/UA39BT_KIN-1-032.png b/images/ua39/UA39BT_KIN-1-032.png new file mode 100644 index 0000000..0fef222 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-032.png differ diff --git a/images/ua39/UA39BT_KIN-1-033.png b/images/ua39/UA39BT_KIN-1-033.png new file mode 100644 index 0000000..ec2cb59 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-033.png differ diff --git a/images/ua39/UA39BT_KIN-1-034.png b/images/ua39/UA39BT_KIN-1-034.png new file mode 100644 index 0000000..b3380d1 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-034.png differ diff --git a/images/ua39/UA39BT_KIN-1-035.png b/images/ua39/UA39BT_KIN-1-035.png new file mode 100644 index 0000000..c2bf955 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-035.png differ diff --git a/images/ua39/UA39BT_KIN-1-036.png b/images/ua39/UA39BT_KIN-1-036.png new file mode 100644 index 0000000..ee8412c Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-036.png differ diff --git a/images/ua39/UA39BT_KIN-1-037.png b/images/ua39/UA39BT_KIN-1-037.png new file mode 100644 index 0000000..c1bd718 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-037.png differ diff --git a/images/ua39/UA39BT_KIN-1-038.png b/images/ua39/UA39BT_KIN-1-038.png new file mode 100644 index 0000000..20c33c9 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-038.png differ diff --git a/images/ua39/UA39BT_KIN-1-039.png b/images/ua39/UA39BT_KIN-1-039.png new file mode 100644 index 0000000..1a34b5f Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-039.png differ diff --git a/images/ua39/UA39BT_KIN-1-040.png b/images/ua39/UA39BT_KIN-1-040.png new file mode 100644 index 0000000..4f3eb96 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-040.png differ diff --git a/images/ua39/UA39BT_KIN-1-041.png b/images/ua39/UA39BT_KIN-1-041.png new file mode 100644 index 0000000..f59fa48 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-041.png differ diff --git a/images/ua39/UA39BT_KIN-1-042.png b/images/ua39/UA39BT_KIN-1-042.png new file mode 100644 index 0000000..83d2da2 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-042.png differ diff --git a/images/ua39/UA39BT_KIN-1-043.png b/images/ua39/UA39BT_KIN-1-043.png new file mode 100644 index 0000000..629c62a Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-043.png differ diff --git a/images/ua39/UA39BT_KIN-1-044.png b/images/ua39/UA39BT_KIN-1-044.png new file mode 100644 index 0000000..4f164d9 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-044.png differ diff --git a/images/ua39/UA39BT_KIN-1-044_p1.png b/images/ua39/UA39BT_KIN-1-044_p1.png new file mode 100644 index 0000000..3efb3f8 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-044_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-045.png b/images/ua39/UA39BT_KIN-1-045.png new file mode 100644 index 0000000..4694ace Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-045.png differ diff --git a/images/ua39/UA39BT_KIN-1-046.png b/images/ua39/UA39BT_KIN-1-046.png new file mode 100644 index 0000000..a9b80bd Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-046.png differ diff --git a/images/ua39/UA39BT_KIN-1-047.png b/images/ua39/UA39BT_KIN-1-047.png new file mode 100644 index 0000000..ba1eb9d Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-047.png differ diff --git a/images/ua39/UA39BT_KIN-1-048.png b/images/ua39/UA39BT_KIN-1-048.png new file mode 100644 index 0000000..ae39352 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-048.png differ diff --git a/images/ua39/UA39BT_KIN-1-049.png b/images/ua39/UA39BT_KIN-1-049.png new file mode 100644 index 0000000..f6d83a9 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-049.png differ diff --git a/images/ua39/UA39BT_KIN-1-050.png b/images/ua39/UA39BT_KIN-1-050.png new file mode 100644 index 0000000..671787a Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-050.png differ diff --git a/images/ua39/UA39BT_KIN-1-050_p1.png b/images/ua39/UA39BT_KIN-1-050_p1.png new file mode 100644 index 0000000..f9c4128 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-050_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-051.png b/images/ua39/UA39BT_KIN-1-051.png new file mode 100644 index 0000000..2386ec9 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-051.png differ diff --git a/images/ua39/UA39BT_KIN-1-051_p1.png b/images/ua39/UA39BT_KIN-1-051_p1.png new file mode 100644 index 0000000..418a572 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-051_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-051_p2.png b/images/ua39/UA39BT_KIN-1-051_p2.png new file mode 100644 index 0000000..d0c7912 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-051_p2.png differ diff --git a/images/ua39/UA39BT_KIN-1-051_p3.png b/images/ua39/UA39BT_KIN-1-051_p3.png new file mode 100644 index 0000000..190581a Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-051_p3.png differ diff --git a/images/ua39/UA39BT_KIN-1-052.png b/images/ua39/UA39BT_KIN-1-052.png new file mode 100644 index 0000000..0c1d587 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-052.png differ diff --git a/images/ua39/UA39BT_KIN-1-053.png b/images/ua39/UA39BT_KIN-1-053.png new file mode 100644 index 0000000..313ec7b Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-053.png differ diff --git a/images/ua39/UA39BT_KIN-1-053_p1.png b/images/ua39/UA39BT_KIN-1-053_p1.png new file mode 100644 index 0000000..632a861 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-053_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-054.png b/images/ua39/UA39BT_KIN-1-054.png new file mode 100644 index 0000000..7c9a249 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-054.png differ diff --git a/images/ua39/UA39BT_KIN-1-055.png b/images/ua39/UA39BT_KIN-1-055.png new file mode 100644 index 0000000..215ac86 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-055.png differ diff --git a/images/ua39/UA39BT_KIN-1-056.png b/images/ua39/UA39BT_KIN-1-056.png new file mode 100644 index 0000000..0e5bd89 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-056.png differ diff --git a/images/ua39/UA39BT_KIN-1-057.png b/images/ua39/UA39BT_KIN-1-057.png new file mode 100644 index 0000000..0674f53 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-057.png differ diff --git a/images/ua39/UA39BT_KIN-1-058.png b/images/ua39/UA39BT_KIN-1-058.png new file mode 100644 index 0000000..09b6f9d Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-058.png differ diff --git a/images/ua39/UA39BT_KIN-1-058_p1.png b/images/ua39/UA39BT_KIN-1-058_p1.png new file mode 100644 index 0000000..c07e3c2 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-058_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-058_p2.png b/images/ua39/UA39BT_KIN-1-058_p2.png new file mode 100644 index 0000000..047c73f Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-058_p2.png differ diff --git a/images/ua39/UA39BT_KIN-1-059.png b/images/ua39/UA39BT_KIN-1-059.png new file mode 100644 index 0000000..b4351b1 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-059.png differ diff --git a/images/ua39/UA39BT_KIN-1-060.png b/images/ua39/UA39BT_KIN-1-060.png new file mode 100644 index 0000000..a25bc4c Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-060.png differ diff --git a/images/ua39/UA39BT_KIN-1-060_p1.png b/images/ua39/UA39BT_KIN-1-060_p1.png new file mode 100644 index 0000000..eee84cc Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-060_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-061.png b/images/ua39/UA39BT_KIN-1-061.png new file mode 100644 index 0000000..311b833 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-061.png differ diff --git a/images/ua39/UA39BT_KIN-1-062.png b/images/ua39/UA39BT_KIN-1-062.png new file mode 100644 index 0000000..524d16b Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-062.png differ diff --git a/images/ua39/UA39BT_KIN-1-063.png b/images/ua39/UA39BT_KIN-1-063.png new file mode 100644 index 0000000..ac9f518 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-063.png differ diff --git a/images/ua39/UA39BT_KIN-1-063_p1.png b/images/ua39/UA39BT_KIN-1-063_p1.png new file mode 100644 index 0000000..d93a507 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-063_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-064.png b/images/ua39/UA39BT_KIN-1-064.png new file mode 100644 index 0000000..937ac72 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-064.png differ diff --git a/images/ua39/UA39BT_KIN-1-064_p1.png b/images/ua39/UA39BT_KIN-1-064_p1.png new file mode 100644 index 0000000..ae733e3 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-064_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-065.png b/images/ua39/UA39BT_KIN-1-065.png new file mode 100644 index 0000000..e234b4e Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-065.png differ diff --git a/images/ua39/UA39BT_KIN-1-066.png b/images/ua39/UA39BT_KIN-1-066.png new file mode 100644 index 0000000..1176cb9 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-066.png differ diff --git a/images/ua39/UA39BT_KIN-1-067.png b/images/ua39/UA39BT_KIN-1-067.png new file mode 100644 index 0000000..060bf0b Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-067.png differ diff --git a/images/ua39/UA39BT_KIN-1-067_p1.png b/images/ua39/UA39BT_KIN-1-067_p1.png new file mode 100644 index 0000000..f3e2c9e Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-067_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-068.png b/images/ua39/UA39BT_KIN-1-068.png new file mode 100644 index 0000000..92df7dc Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-068.png differ diff --git a/images/ua39/UA39BT_KIN-1-069.png b/images/ua39/UA39BT_KIN-1-069.png new file mode 100644 index 0000000..3beef69 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-069.png differ diff --git a/images/ua39/UA39BT_KIN-1-070.png b/images/ua39/UA39BT_KIN-1-070.png new file mode 100644 index 0000000..716f309 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-070.png differ diff --git a/images/ua39/UA39BT_KIN-1-071.png b/images/ua39/UA39BT_KIN-1-071.png new file mode 100644 index 0000000..9418f02 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-071.png differ diff --git a/images/ua39/UA39BT_KIN-1-071_p1.png b/images/ua39/UA39BT_KIN-1-071_p1.png new file mode 100644 index 0000000..9df1a87 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-071_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-072.png b/images/ua39/UA39BT_KIN-1-072.png new file mode 100644 index 0000000..2572d8a Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-072.png differ diff --git a/images/ua39/UA39BT_KIN-1-073.png b/images/ua39/UA39BT_KIN-1-073.png new file mode 100644 index 0000000..c34b419 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-073.png differ diff --git a/images/ua39/UA39BT_KIN-1-074.png b/images/ua39/UA39BT_KIN-1-074.png new file mode 100644 index 0000000..173a5c6 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-074.png differ diff --git a/images/ua39/UA39BT_KIN-1-075.png b/images/ua39/UA39BT_KIN-1-075.png new file mode 100644 index 0000000..04ac021 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-075.png differ diff --git a/images/ua39/UA39BT_KIN-1-076.png b/images/ua39/UA39BT_KIN-1-076.png new file mode 100644 index 0000000..e3d7fc1 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-076.png differ diff --git a/images/ua39/UA39BT_KIN-1-077.png b/images/ua39/UA39BT_KIN-1-077.png new file mode 100644 index 0000000..ecbe8db Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-077.png differ diff --git a/images/ua39/UA39BT_KIN-1-078.png b/images/ua39/UA39BT_KIN-1-078.png new file mode 100644 index 0000000..828785a Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-078.png differ diff --git a/images/ua39/UA39BT_KIN-1-079.png b/images/ua39/UA39BT_KIN-1-079.png new file mode 100644 index 0000000..bc1a829 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-079.png differ diff --git a/images/ua39/UA39BT_KIN-1-080.png b/images/ua39/UA39BT_KIN-1-080.png new file mode 100644 index 0000000..71ac4bf Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-080.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP01.png b/images/ua39/UA39BT_KIN-1-AP01.png new file mode 100644 index 0000000..69fa85d Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP01.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP01_p1.png b/images/ua39/UA39BT_KIN-1-AP01_p1.png new file mode 100644 index 0000000..ff99d99 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP01_p1.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP02.png b/images/ua39/UA39BT_KIN-1-AP02.png new file mode 100644 index 0000000..0ec2b01 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP02.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP03.png b/images/ua39/UA39BT_KIN-1-AP03.png new file mode 100644 index 0000000..b61b437 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP03.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP04.png b/images/ua39/UA39BT_KIN-1-AP04.png new file mode 100644 index 0000000..86fca5f Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP04.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP05.png b/images/ua39/UA39BT_KIN-1-AP05.png new file mode 100644 index 0000000..7e80d07 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP05.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP06.png b/images/ua39/UA39BT_KIN-1-AP06.png new file mode 100644 index 0000000..eee19b7 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP06.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP07.png b/images/ua39/UA39BT_KIN-1-AP07.png new file mode 100644 index 0000000..707e8f0 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP07.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP08.png b/images/ua39/UA39BT_KIN-1-AP08.png new file mode 100644 index 0000000..47b47a2 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP08.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP09.png b/images/ua39/UA39BT_KIN-1-AP09.png new file mode 100644 index 0000000..a8d8dee Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP09.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP10.png b/images/ua39/UA39BT_KIN-1-AP10.png new file mode 100644 index 0000000..054dc46 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP10.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP11.png b/images/ua39/UA39BT_KIN-1-AP11.png new file mode 100644 index 0000000..f9d1a41 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP11.png differ diff --git a/images/ua39/UA39BT_KIN-1-AP12.png b/images/ua39/UA39BT_KIN-1-AP12.png new file mode 100644 index 0000000..0a66104 Binary files /dev/null and b/images/ua39/UA39BT_KIN-1-AP12.png differ diff --git a/images/ua39/UAPR_KIN-1-047.png b/images/ua39/UAPR_KIN-1-047.png new file mode 100644 index 0000000..d34418b Binary files /dev/null and b/images/ua39/UAPR_KIN-1-047.png differ diff --git a/images/ua39/UAPR_KIN-1-048.png b/images/ua39/UAPR_KIN-1-048.png new file mode 100644 index 0000000..c58b055 Binary files /dev/null and b/images/ua39/UAPR_KIN-1-048.png differ diff --git a/images/ua39/UAPR_KIN-1-056.png b/images/ua39/UAPR_KIN-1-056.png new file mode 100644 index 0000000..bbbb2e5 Binary files /dev/null and b/images/ua39/UAPR_KIN-1-056.png differ diff --git a/images/ua39/UAPR_KIN-P-001.png b/images/ua39/UAPR_KIN-P-001.png new file mode 100644 index 0000000..07dd8ae Binary files /dev/null and b/images/ua39/UAPR_KIN-P-001.png differ diff --git a/images/ua40/UA40BT_REZ-1-001.png b/images/ua40/UA40BT_REZ-1-001.png new file mode 100644 index 0000000..f4e304a Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-001.png differ diff --git a/images/ua40/UA40BT_REZ-1-002.png b/images/ua40/UA40BT_REZ-1-002.png new file mode 100644 index 0000000..34d21fb Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-002.png differ diff --git a/images/ua40/UA40BT_REZ-1-003.png b/images/ua40/UA40BT_REZ-1-003.png new file mode 100644 index 0000000..7f721d4 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-003.png differ diff --git a/images/ua40/UA40BT_REZ-1-003_p1.png b/images/ua40/UA40BT_REZ-1-003_p1.png new file mode 100644 index 0000000..cb5f9f7 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-003_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-004.png b/images/ua40/UA40BT_REZ-1-004.png new file mode 100644 index 0000000..57c53c6 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-004.png differ diff --git a/images/ua40/UA40BT_REZ-1-004_p1.png b/images/ua40/UA40BT_REZ-1-004_p1.png new file mode 100644 index 0000000..d3e6df1 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-004_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-005.png b/images/ua40/UA40BT_REZ-1-005.png new file mode 100644 index 0000000..eb1bf6c Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-005.png differ diff --git a/images/ua40/UA40BT_REZ-1-005_p1.png b/images/ua40/UA40BT_REZ-1-005_p1.png new file mode 100644 index 0000000..5655083 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-005_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-006.png b/images/ua40/UA40BT_REZ-1-006.png new file mode 100644 index 0000000..a760f55 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-006.png differ diff --git a/images/ua40/UA40BT_REZ-1-007.png b/images/ua40/UA40BT_REZ-1-007.png new file mode 100644 index 0000000..c16391f Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-007.png differ diff --git a/images/ua40/UA40BT_REZ-1-008.png b/images/ua40/UA40BT_REZ-1-008.png new file mode 100644 index 0000000..b551a93 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-008.png differ diff --git a/images/ua40/UA40BT_REZ-1-009.png b/images/ua40/UA40BT_REZ-1-009.png new file mode 100644 index 0000000..5f733fe Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-009.png differ diff --git a/images/ua40/UA40BT_REZ-1-010.png b/images/ua40/UA40BT_REZ-1-010.png new file mode 100644 index 0000000..caa6c9d Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-010.png differ diff --git a/images/ua40/UA40BT_REZ-1-010_p1.png b/images/ua40/UA40BT_REZ-1-010_p1.png new file mode 100644 index 0000000..35f0f61 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-010_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-011.png b/images/ua40/UA40BT_REZ-1-011.png new file mode 100644 index 0000000..cfb3fa7 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-011.png differ diff --git a/images/ua40/UA40BT_REZ-1-011_p1.png b/images/ua40/UA40BT_REZ-1-011_p1.png new file mode 100644 index 0000000..453c766 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-011_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-012.png b/images/ua40/UA40BT_REZ-1-012.png new file mode 100644 index 0000000..763bea6 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-012.png differ diff --git a/images/ua40/UA40BT_REZ-1-013.png b/images/ua40/UA40BT_REZ-1-013.png new file mode 100644 index 0000000..d9222f2 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-013.png differ diff --git a/images/ua40/UA40BT_REZ-1-014.png b/images/ua40/UA40BT_REZ-1-014.png new file mode 100644 index 0000000..fecfb9a Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-014.png differ diff --git a/images/ua40/UA40BT_REZ-1-015.png b/images/ua40/UA40BT_REZ-1-015.png new file mode 100644 index 0000000..2bc4b0e Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-015.png differ diff --git a/images/ua40/UA40BT_REZ-1-016.png b/images/ua40/UA40BT_REZ-1-016.png new file mode 100644 index 0000000..c68bfeb Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-016.png differ diff --git a/images/ua40/UA40BT_REZ-1-017.png b/images/ua40/UA40BT_REZ-1-017.png new file mode 100644 index 0000000..c076b7a Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-017.png differ diff --git a/images/ua40/UA40BT_REZ-1-018.png b/images/ua40/UA40BT_REZ-1-018.png new file mode 100644 index 0000000..60e3f67 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-018.png differ diff --git a/images/ua40/UA40BT_REZ-1-018_p1.png b/images/ua40/UA40BT_REZ-1-018_p1.png new file mode 100644 index 0000000..7002a30 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-018_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-019.png b/images/ua40/UA40BT_REZ-1-019.png new file mode 100644 index 0000000..2defe4b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-019.png differ diff --git a/images/ua40/UA40BT_REZ-1-019_p1.png b/images/ua40/UA40BT_REZ-1-019_p1.png new file mode 100644 index 0000000..dec196b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-019_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-020.png b/images/ua40/UA40BT_REZ-1-020.png new file mode 100644 index 0000000..9231271 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-020.png differ diff --git a/images/ua40/UA40BT_REZ-1-020_p1.png b/images/ua40/UA40BT_REZ-1-020_p1.png new file mode 100644 index 0000000..186df74 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-020_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-021.png b/images/ua40/UA40BT_REZ-1-021.png new file mode 100644 index 0000000..2e79b93 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-021.png differ diff --git a/images/ua40/UA40BT_REZ-1-022.png b/images/ua40/UA40BT_REZ-1-022.png new file mode 100644 index 0000000..06039e0 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-022.png differ diff --git a/images/ua40/UA40BT_REZ-1-023.png b/images/ua40/UA40BT_REZ-1-023.png new file mode 100644 index 0000000..bbcc8da Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-023.png differ diff --git a/images/ua40/UA40BT_REZ-1-023_p1.png b/images/ua40/UA40BT_REZ-1-023_p1.png new file mode 100644 index 0000000..402bf1f Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-023_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-024.png b/images/ua40/UA40BT_REZ-1-024.png new file mode 100644 index 0000000..6f3362a Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-024.png differ diff --git a/images/ua40/UA40BT_REZ-1-025.png b/images/ua40/UA40BT_REZ-1-025.png new file mode 100644 index 0000000..0db9a18 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-025.png differ diff --git a/images/ua40/UA40BT_REZ-1-025_p1.png b/images/ua40/UA40BT_REZ-1-025_p1.png new file mode 100644 index 0000000..18a66ab Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-025_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-026.png b/images/ua40/UA40BT_REZ-1-026.png new file mode 100644 index 0000000..d4d1e0e Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-026.png differ diff --git a/images/ua40/UA40BT_REZ-1-026_p1.png b/images/ua40/UA40BT_REZ-1-026_p1.png new file mode 100644 index 0000000..b2926f9 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-026_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-027.png b/images/ua40/UA40BT_REZ-1-027.png new file mode 100644 index 0000000..61c12b2 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-027.png differ diff --git a/images/ua40/UA40BT_REZ-1-027_p1.png b/images/ua40/UA40BT_REZ-1-027_p1.png new file mode 100644 index 0000000..7fe572b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-027_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-028.png b/images/ua40/UA40BT_REZ-1-028.png new file mode 100644 index 0000000..dc4559e Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-028.png differ diff --git a/images/ua40/UA40BT_REZ-1-029.png b/images/ua40/UA40BT_REZ-1-029.png new file mode 100644 index 0000000..ddea7c7 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-029.png differ diff --git a/images/ua40/UA40BT_REZ-1-030.png b/images/ua40/UA40BT_REZ-1-030.png new file mode 100644 index 0000000..1f45fde Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-030.png differ diff --git a/images/ua40/UA40BT_REZ-1-031.png b/images/ua40/UA40BT_REZ-1-031.png new file mode 100644 index 0000000..c45fdc2 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-031.png differ diff --git a/images/ua40/UA40BT_REZ-1-032.png b/images/ua40/UA40BT_REZ-1-032.png new file mode 100644 index 0000000..3ce6a0d Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-032.png differ diff --git a/images/ua40/UA40BT_REZ-1-033.png b/images/ua40/UA40BT_REZ-1-033.png new file mode 100644 index 0000000..caffb06 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-033.png differ diff --git a/images/ua40/UA40BT_REZ-1-034.png b/images/ua40/UA40BT_REZ-1-034.png new file mode 100644 index 0000000..6dc603f Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-034.png differ diff --git a/images/ua40/UA40BT_REZ-1-035.png b/images/ua40/UA40BT_REZ-1-035.png new file mode 100644 index 0000000..ae3d7ef Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-035.png differ diff --git a/images/ua40/UA40BT_REZ-1-035_p1.png b/images/ua40/UA40BT_REZ-1-035_p1.png new file mode 100644 index 0000000..5b70434 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-035_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-036.png b/images/ua40/UA40BT_REZ-1-036.png new file mode 100644 index 0000000..ab0e5e5 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-036.png differ diff --git a/images/ua40/UA40BT_REZ-1-037.png b/images/ua40/UA40BT_REZ-1-037.png new file mode 100644 index 0000000..fec4c7e Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-037.png differ diff --git a/images/ua40/UA40BT_REZ-1-038.png b/images/ua40/UA40BT_REZ-1-038.png new file mode 100644 index 0000000..e61493e Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-038.png differ diff --git a/images/ua40/UA40BT_REZ-1-039.png b/images/ua40/UA40BT_REZ-1-039.png new file mode 100644 index 0000000..42e54bd Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-039.png differ diff --git a/images/ua40/UA40BT_REZ-1-040.png b/images/ua40/UA40BT_REZ-1-040.png new file mode 100644 index 0000000..4d03120 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-040.png differ diff --git a/images/ua40/UA40BT_REZ-1-040_p1.png b/images/ua40/UA40BT_REZ-1-040_p1.png new file mode 100644 index 0000000..6332429 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-040_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-041.png b/images/ua40/UA40BT_REZ-1-041.png new file mode 100644 index 0000000..320f589 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-041.png differ diff --git a/images/ua40/UA40BT_REZ-1-042.png b/images/ua40/UA40BT_REZ-1-042.png new file mode 100644 index 0000000..88522b0 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-042.png differ diff --git a/images/ua40/UA40BT_REZ-1-043.png b/images/ua40/UA40BT_REZ-1-043.png new file mode 100644 index 0000000..27ec431 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-043.png differ diff --git a/images/ua40/UA40BT_REZ-1-044.png b/images/ua40/UA40BT_REZ-1-044.png new file mode 100644 index 0000000..fa47c9e Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-044.png differ diff --git a/images/ua40/UA40BT_REZ-1-045.png b/images/ua40/UA40BT_REZ-1-045.png new file mode 100644 index 0000000..e6ca192 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-045.png differ diff --git a/images/ua40/UA40BT_REZ-1-046.png b/images/ua40/UA40BT_REZ-1-046.png new file mode 100644 index 0000000..3e03fb0 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-046.png differ diff --git a/images/ua40/UA40BT_REZ-1-047.png b/images/ua40/UA40BT_REZ-1-047.png new file mode 100644 index 0000000..8222c80 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-047.png differ diff --git a/images/ua40/UA40BT_REZ-1-048.png b/images/ua40/UA40BT_REZ-1-048.png new file mode 100644 index 0000000..7030a30 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-048.png differ diff --git a/images/ua40/UA40BT_REZ-1-049.png b/images/ua40/UA40BT_REZ-1-049.png new file mode 100644 index 0000000..9e6d497 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-049.png differ diff --git a/images/ua40/UA40BT_REZ-1-050.png b/images/ua40/UA40BT_REZ-1-050.png new file mode 100644 index 0000000..a365d23 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-050.png differ diff --git a/images/ua40/UA40BT_REZ-1-050_p1.png b/images/ua40/UA40BT_REZ-1-050_p1.png new file mode 100644 index 0000000..0de564c Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-050_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-051.png b/images/ua40/UA40BT_REZ-1-051.png new file mode 100644 index 0000000..1e6a530 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-051.png differ diff --git a/images/ua40/UA40BT_REZ-1-051_p1.png b/images/ua40/UA40BT_REZ-1-051_p1.png new file mode 100644 index 0000000..ca2185e Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-051_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-052.png b/images/ua40/UA40BT_REZ-1-052.png new file mode 100644 index 0000000..850216b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-052.png differ diff --git a/images/ua40/UA40BT_REZ-1-052_p1.png b/images/ua40/UA40BT_REZ-1-052_p1.png new file mode 100644 index 0000000..ff4e0a1 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-052_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-053.png b/images/ua40/UA40BT_REZ-1-053.png new file mode 100644 index 0000000..8a7b444 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-053.png differ diff --git a/images/ua40/UA40BT_REZ-1-053_p1.png b/images/ua40/UA40BT_REZ-1-053_p1.png new file mode 100644 index 0000000..329ea4d Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-053_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-054.png b/images/ua40/UA40BT_REZ-1-054.png new file mode 100644 index 0000000..c403110 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-054.png differ diff --git a/images/ua40/UA40BT_REZ-1-055.png b/images/ua40/UA40BT_REZ-1-055.png new file mode 100644 index 0000000..30a9406 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-055.png differ diff --git a/images/ua40/UA40BT_REZ-1-056.png b/images/ua40/UA40BT_REZ-1-056.png new file mode 100644 index 0000000..29ef960 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-056.png differ diff --git a/images/ua40/UA40BT_REZ-1-057.png b/images/ua40/UA40BT_REZ-1-057.png new file mode 100644 index 0000000..d18e524 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-057.png differ diff --git a/images/ua40/UA40BT_REZ-1-058.png b/images/ua40/UA40BT_REZ-1-058.png new file mode 100644 index 0000000..1b4be6b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-058.png differ diff --git a/images/ua40/UA40BT_REZ-1-058_p1.png b/images/ua40/UA40BT_REZ-1-058_p1.png new file mode 100644 index 0000000..0d7fbcd Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-058_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-059.png b/images/ua40/UA40BT_REZ-1-059.png new file mode 100644 index 0000000..33da1ab Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-059.png differ diff --git a/images/ua40/UA40BT_REZ-1-060.png b/images/ua40/UA40BT_REZ-1-060.png new file mode 100644 index 0000000..7f4dd3b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-060.png differ diff --git a/images/ua40/UA40BT_REZ-1-061.png b/images/ua40/UA40BT_REZ-1-061.png new file mode 100644 index 0000000..19a5343 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-061.png differ diff --git a/images/ua40/UA40BT_REZ-1-061_p1.png b/images/ua40/UA40BT_REZ-1-061_p1.png new file mode 100644 index 0000000..f5379a0 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-061_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-062.png b/images/ua40/UA40BT_REZ-1-062.png new file mode 100644 index 0000000..1d93a50 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-062.png differ diff --git a/images/ua40/UA40BT_REZ-1-063.png b/images/ua40/UA40BT_REZ-1-063.png new file mode 100644 index 0000000..f87d3b7 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-063.png differ diff --git a/images/ua40/UA40BT_REZ-1-064.png b/images/ua40/UA40BT_REZ-1-064.png new file mode 100644 index 0000000..8d6dfef Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-064.png differ diff --git a/images/ua40/UA40BT_REZ-1-065.png b/images/ua40/UA40BT_REZ-1-065.png new file mode 100644 index 0000000..18ecf49 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-065.png differ diff --git a/images/ua40/UA40BT_REZ-1-066.png b/images/ua40/UA40BT_REZ-1-066.png new file mode 100644 index 0000000..1ab981f Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-066.png differ diff --git a/images/ua40/UA40BT_REZ-1-067.png b/images/ua40/UA40BT_REZ-1-067.png new file mode 100644 index 0000000..71b4ef5 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-067.png differ diff --git a/images/ua40/UA40BT_REZ-1-068.png b/images/ua40/UA40BT_REZ-1-068.png new file mode 100644 index 0000000..1acdb91 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-068.png differ diff --git a/images/ua40/UA40BT_REZ-1-069.png b/images/ua40/UA40BT_REZ-1-069.png new file mode 100644 index 0000000..b6b0be3 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-069.png differ diff --git a/images/ua40/UA40BT_REZ-1-070.png b/images/ua40/UA40BT_REZ-1-070.png new file mode 100644 index 0000000..0ea2761 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-070.png differ diff --git a/images/ua40/UA40BT_REZ-1-071.png b/images/ua40/UA40BT_REZ-1-071.png new file mode 100644 index 0000000..4cd0acc Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-071.png differ diff --git a/images/ua40/UA40BT_REZ-1-072.png b/images/ua40/UA40BT_REZ-1-072.png new file mode 100644 index 0000000..e6b342f Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-072.png differ diff --git a/images/ua40/UA40BT_REZ-1-073.png b/images/ua40/UA40BT_REZ-1-073.png new file mode 100644 index 0000000..4719e48 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-073.png differ diff --git a/images/ua40/UA40BT_REZ-1-074.png b/images/ua40/UA40BT_REZ-1-074.png new file mode 100644 index 0000000..b3ef529 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-074.png differ diff --git a/images/ua40/UA40BT_REZ-1-075.png b/images/ua40/UA40BT_REZ-1-075.png new file mode 100644 index 0000000..46a54f2 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-075.png differ diff --git a/images/ua40/UA40BT_REZ-1-076.png b/images/ua40/UA40BT_REZ-1-076.png new file mode 100644 index 0000000..dd15303 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-076.png differ diff --git a/images/ua40/UA40BT_REZ-1-077.png b/images/ua40/UA40BT_REZ-1-077.png new file mode 100644 index 0000000..706cc65 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-077.png differ diff --git a/images/ua40/UA40BT_REZ-1-077_p1.png b/images/ua40/UA40BT_REZ-1-077_p1.png new file mode 100644 index 0000000..d80686f Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-077_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-078.png b/images/ua40/UA40BT_REZ-1-078.png new file mode 100644 index 0000000..1bd40bf Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-078.png differ diff --git a/images/ua40/UA40BT_REZ-1-078_p1.png b/images/ua40/UA40BT_REZ-1-078_p1.png new file mode 100644 index 0000000..1df964b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-078_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-079.png b/images/ua40/UA40BT_REZ-1-079.png new file mode 100644 index 0000000..2abdc48 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-079.png differ diff --git a/images/ua40/UA40BT_REZ-1-080.png b/images/ua40/UA40BT_REZ-1-080.png new file mode 100644 index 0000000..f44de14 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-080.png differ diff --git a/images/ua40/UA40BT_REZ-1-081.png b/images/ua40/UA40BT_REZ-1-081.png new file mode 100644 index 0000000..f5bf543 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-081.png differ diff --git a/images/ua40/UA40BT_REZ-1-082.png b/images/ua40/UA40BT_REZ-1-082.png new file mode 100644 index 0000000..618e98b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-082.png differ diff --git a/images/ua40/UA40BT_REZ-1-083.png b/images/ua40/UA40BT_REZ-1-083.png new file mode 100644 index 0000000..07fc524 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-083.png differ diff --git a/images/ua40/UA40BT_REZ-1-083_p1.png b/images/ua40/UA40BT_REZ-1-083_p1.png new file mode 100644 index 0000000..6970a52 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-083_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-084.png b/images/ua40/UA40BT_REZ-1-084.png new file mode 100644 index 0000000..cd197ba Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-084.png differ diff --git a/images/ua40/UA40BT_REZ-1-085.png b/images/ua40/UA40BT_REZ-1-085.png new file mode 100644 index 0000000..1264103 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-085.png differ diff --git a/images/ua40/UA40BT_REZ-1-086.png b/images/ua40/UA40BT_REZ-1-086.png new file mode 100644 index 0000000..2e35d39 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-086.png differ diff --git a/images/ua40/UA40BT_REZ-1-087.png b/images/ua40/UA40BT_REZ-1-087.png new file mode 100644 index 0000000..6baa83a Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-087.png differ diff --git a/images/ua40/UA40BT_REZ-1-088.png b/images/ua40/UA40BT_REZ-1-088.png new file mode 100644 index 0000000..285b694 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-088.png differ diff --git a/images/ua40/UA40BT_REZ-1-088_p1.png b/images/ua40/UA40BT_REZ-1-088_p1.png new file mode 100644 index 0000000..69ac280 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-088_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-089.png b/images/ua40/UA40BT_REZ-1-089.png new file mode 100644 index 0000000..fa5a294 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-089.png differ diff --git a/images/ua40/UA40BT_REZ-1-089_p1.png b/images/ua40/UA40BT_REZ-1-089_p1.png new file mode 100644 index 0000000..18a484a Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-089_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-090.png b/images/ua40/UA40BT_REZ-1-090.png new file mode 100644 index 0000000..80fe9f2 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-090.png differ diff --git a/images/ua40/UA40BT_REZ-1-090_p1.png b/images/ua40/UA40BT_REZ-1-090_p1.png new file mode 100644 index 0000000..760a0a9 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-090_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-091.png b/images/ua40/UA40BT_REZ-1-091.png new file mode 100644 index 0000000..ec8ff95 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-091.png differ diff --git a/images/ua40/UA40BT_REZ-1-092.png b/images/ua40/UA40BT_REZ-1-092.png new file mode 100644 index 0000000..e32bb6c Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-092.png differ diff --git a/images/ua40/UA40BT_REZ-1-092_p1.png b/images/ua40/UA40BT_REZ-1-092_p1.png new file mode 100644 index 0000000..4233b49 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-092_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-093.png b/images/ua40/UA40BT_REZ-1-093.png new file mode 100644 index 0000000..7203b1b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-093.png differ diff --git a/images/ua40/UA40BT_REZ-1-093_p1.png b/images/ua40/UA40BT_REZ-1-093_p1.png new file mode 100644 index 0000000..a2b0310 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-093_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-094.png b/images/ua40/UA40BT_REZ-1-094.png new file mode 100644 index 0000000..1854e09 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-094.png differ diff --git a/images/ua40/UA40BT_REZ-1-095.png b/images/ua40/UA40BT_REZ-1-095.png new file mode 100644 index 0000000..bed9e63 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-095.png differ diff --git a/images/ua40/UA40BT_REZ-1-096.png b/images/ua40/UA40BT_REZ-1-096.png new file mode 100644 index 0000000..3cecfc3 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-096.png differ diff --git a/images/ua40/UA40BT_REZ-1-097.png b/images/ua40/UA40BT_REZ-1-097.png new file mode 100644 index 0000000..f8f78d3 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-097.png differ diff --git a/images/ua40/UA40BT_REZ-1-097_p1.png b/images/ua40/UA40BT_REZ-1-097_p1.png new file mode 100644 index 0000000..dcfd2ab Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-097_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-098.png b/images/ua40/UA40BT_REZ-1-098.png new file mode 100644 index 0000000..86751eb Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-098.png differ diff --git a/images/ua40/UA40BT_REZ-1-099.png b/images/ua40/UA40BT_REZ-1-099.png new file mode 100644 index 0000000..d299ef6 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-099.png differ diff --git a/images/ua40/UA40BT_REZ-1-100.png b/images/ua40/UA40BT_REZ-1-100.png new file mode 100644 index 0000000..2a1134b Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-100.png differ diff --git a/images/ua40/UA40BT_REZ-1-AP01.png b/images/ua40/UA40BT_REZ-1-AP01.png new file mode 100644 index 0000000..30c2f9c Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-AP01.png differ diff --git a/images/ua40/UA40BT_REZ-1-AP01_p1.png b/images/ua40/UA40BT_REZ-1-AP01_p1.png new file mode 100644 index 0000000..e26aa49 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-AP01_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-AP02.png b/images/ua40/UA40BT_REZ-1-AP02.png new file mode 100644 index 0000000..f123b88 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-AP02.png differ diff --git a/images/ua40/UA40BT_REZ-1-AP02_p1.png b/images/ua40/UA40BT_REZ-1-AP02_p1.png new file mode 100644 index 0000000..de76d05 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-AP02_p1.png differ diff --git a/images/ua40/UA40BT_REZ-1-AP03.png b/images/ua40/UA40BT_REZ-1-AP03.png new file mode 100644 index 0000000..98664ac Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-AP03.png differ diff --git a/images/ua40/UA40BT_REZ-1-AP04.png b/images/ua40/UA40BT_REZ-1-AP04.png new file mode 100644 index 0000000..be2385a Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-AP04.png differ diff --git a/images/ua40/UA40BT_REZ-1-AP05.png b/images/ua40/UA40BT_REZ-1-AP05.png new file mode 100644 index 0000000..b91f231 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-AP05.png differ diff --git a/images/ua40/UA40BT_REZ-1-AP06.png b/images/ua40/UA40BT_REZ-1-AP06.png new file mode 100644 index 0000000..b9be375 Binary files /dev/null and b/images/ua40/UA40BT_REZ-1-AP06.png differ diff --git a/images/ua40/UA40ST_REZ-1-001.png b/images/ua40/UA40ST_REZ-1-001.png new file mode 100644 index 0000000..1de8f1f Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-001.png differ diff --git a/images/ua40/UA40ST_REZ-1-007.png b/images/ua40/UA40ST_REZ-1-007.png new file mode 100644 index 0000000..026069f Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-007.png differ diff --git a/images/ua40/UA40ST_REZ-1-010.png b/images/ua40/UA40ST_REZ-1-010.png new file mode 100644 index 0000000..176f149 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-010.png differ diff --git a/images/ua40/UA40ST_REZ-1-016.png b/images/ua40/UA40ST_REZ-1-016.png new file mode 100644 index 0000000..e3aa474 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-016.png differ diff --git a/images/ua40/UA40ST_REZ-1-022.png b/images/ua40/UA40ST_REZ-1-022.png new file mode 100644 index 0000000..3f79f39 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-022.png differ diff --git a/images/ua40/UA40ST_REZ-1-024.png b/images/ua40/UA40ST_REZ-1-024.png new file mode 100644 index 0000000..32d70a0 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-024.png differ diff --git a/images/ua40/UA40ST_REZ-1-028.png b/images/ua40/UA40ST_REZ-1-028.png new file mode 100644 index 0000000..8db2886 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-028.png differ diff --git a/images/ua40/UA40ST_REZ-1-029.png b/images/ua40/UA40ST_REZ-1-029.png new file mode 100644 index 0000000..d5da791 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-029.png differ diff --git a/images/ua40/UA40ST_REZ-1-033.png b/images/ua40/UA40ST_REZ-1-033.png new file mode 100644 index 0000000..164f4db Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-033.png differ diff --git a/images/ua40/UA40ST_REZ-1-101.png b/images/ua40/UA40ST_REZ-1-101.png new file mode 100644 index 0000000..18e9121 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-101.png differ diff --git a/images/ua40/UA40ST_REZ-1-102.png b/images/ua40/UA40ST_REZ-1-102.png new file mode 100644 index 0000000..bee3585 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-102.png differ diff --git a/images/ua40/UA40ST_REZ-1-103.png b/images/ua40/UA40ST_REZ-1-103.png new file mode 100644 index 0000000..27c2949 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-103.png differ diff --git a/images/ua40/UA40ST_REZ-1-104.png b/images/ua40/UA40ST_REZ-1-104.png new file mode 100644 index 0000000..0d14dec Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-104.png differ diff --git a/images/ua40/UA40ST_REZ-1-105.png b/images/ua40/UA40ST_REZ-1-105.png new file mode 100644 index 0000000..f8417cc Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-105.png differ diff --git a/images/ua40/UA40ST_REZ-1-106.png b/images/ua40/UA40ST_REZ-1-106.png new file mode 100644 index 0000000..d1a391b Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-106.png differ diff --git a/images/ua40/UA40ST_REZ-1-107.png b/images/ua40/UA40ST_REZ-1-107.png new file mode 100644 index 0000000..cf75aaf Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-107.png differ diff --git a/images/ua40/UA40ST_REZ-1-108.png b/images/ua40/UA40ST_REZ-1-108.png new file mode 100644 index 0000000..2435506 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-108.png differ diff --git a/images/ua40/UA40ST_REZ-1-109.png b/images/ua40/UA40ST_REZ-1-109.png new file mode 100644 index 0000000..8275b04 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-109.png differ diff --git a/images/ua40/UA40ST_REZ-1-110.png b/images/ua40/UA40ST_REZ-1-110.png new file mode 100644 index 0000000..c1cd703 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-110.png differ diff --git a/images/ua40/UA40ST_REZ-1-110_p1.png b/images/ua40/UA40ST_REZ-1-110_p1.png new file mode 100644 index 0000000..d3b41ef Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-110_p1.png differ diff --git a/images/ua40/UA40ST_REZ-1-111.png b/images/ua40/UA40ST_REZ-1-111.png new file mode 100644 index 0000000..e86f25a Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-111.png differ diff --git a/images/ua40/UA40ST_REZ-1-111_p1.png b/images/ua40/UA40ST_REZ-1-111_p1.png new file mode 100644 index 0000000..9e45eda Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-111_p1.png differ diff --git a/images/ua40/UA40ST_REZ-1-112.png b/images/ua40/UA40ST_REZ-1-112.png new file mode 100644 index 0000000..61484e1 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-112.png differ diff --git a/images/ua40/UA40ST_REZ-1-112_p1.png b/images/ua40/UA40ST_REZ-1-112_p1.png new file mode 100644 index 0000000..ab7cb38 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-112_p1.png differ diff --git a/images/ua40/UA40ST_REZ-1-113.png b/images/ua40/UA40ST_REZ-1-113.png new file mode 100644 index 0000000..848f3b5 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-113.png differ diff --git a/images/ua40/UA40ST_REZ-1-113_p1.png b/images/ua40/UA40ST_REZ-1-113_p1.png new file mode 100644 index 0000000..a1a991d Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-113_p1.png differ diff --git a/images/ua40/UA40ST_REZ-1-AP01.png b/images/ua40/UA40ST_REZ-1-AP01.png new file mode 100644 index 0000000..acff6e3 Binary files /dev/null and b/images/ua40/UA40ST_REZ-1-AP01.png differ diff --git a/images/ua40/UAPR_REZ-1-014.png b/images/ua40/UAPR_REZ-1-014.png new file mode 100644 index 0000000..9d7e71d Binary files /dev/null and b/images/ua40/UAPR_REZ-1-014.png differ diff --git a/images/ua40/UAPR_REZ-1-086.png b/images/ua40/UAPR_REZ-1-086.png new file mode 100644 index 0000000..fdad8cb Binary files /dev/null and b/images/ua40/UAPR_REZ-1-086.png differ diff --git a/images/ua40/UAPR_REZ-AP01.png b/images/ua40/UAPR_REZ-AP01.png new file mode 100644 index 0000000..cb343f2 Binary files /dev/null and b/images/ua40/UAPR_REZ-AP01.png differ diff --git a/images/ua40/UAPR_REZ-P-001.png b/images/ua40/UAPR_REZ-P-001.png new file mode 100644 index 0000000..e308232 Binary files /dev/null and b/images/ua40/UAPR_REZ-P-001.png differ diff --git a/images/ua41/UA41BT_RNK-1-001.png b/images/ua41/UA41BT_RNK-1-001.png new file mode 100644 index 0000000..8bcc2d7 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-001.png differ diff --git a/images/ua41/UA41BT_RNK-1-002.png b/images/ua41/UA41BT_RNK-1-002.png new file mode 100644 index 0000000..f6f3e67 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-002.png differ diff --git a/images/ua41/UA41BT_RNK-1-003.png b/images/ua41/UA41BT_RNK-1-003.png new file mode 100644 index 0000000..1f51620 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-003.png differ diff --git a/images/ua41/UA41BT_RNK-1-004.png b/images/ua41/UA41BT_RNK-1-004.png new file mode 100644 index 0000000..d2ee72f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-004.png differ diff --git a/images/ua41/UA41BT_RNK-1-005.png b/images/ua41/UA41BT_RNK-1-005.png new file mode 100644 index 0000000..3ab078f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-005.png differ diff --git a/images/ua41/UA41BT_RNK-1-006.png b/images/ua41/UA41BT_RNK-1-006.png new file mode 100644 index 0000000..0ac6199 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-006.png differ diff --git a/images/ua41/UA41BT_RNK-1-007.png b/images/ua41/UA41BT_RNK-1-007.png new file mode 100644 index 0000000..abf40aa Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-007.png differ diff --git a/images/ua41/UA41BT_RNK-1-007_p1.png b/images/ua41/UA41BT_RNK-1-007_p1.png new file mode 100644 index 0000000..8e1f790 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-007_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-008.png b/images/ua41/UA41BT_RNK-1-008.png new file mode 100644 index 0000000..9759fca Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-008.png differ diff --git a/images/ua41/UA41BT_RNK-1-008_p1.png b/images/ua41/UA41BT_RNK-1-008_p1.png new file mode 100644 index 0000000..d80969e Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-008_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-009.png b/images/ua41/UA41BT_RNK-1-009.png new file mode 100644 index 0000000..0043232 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-009.png differ diff --git a/images/ua41/UA41BT_RNK-1-010.png b/images/ua41/UA41BT_RNK-1-010.png new file mode 100644 index 0000000..9e8cc53 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-010.png differ diff --git a/images/ua41/UA41BT_RNK-1-010_p1.png b/images/ua41/UA41BT_RNK-1-010_p1.png new file mode 100644 index 0000000..0f62fda Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-010_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-011.png b/images/ua41/UA41BT_RNK-1-011.png new file mode 100644 index 0000000..77e0f63 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-011.png differ diff --git a/images/ua41/UA41BT_RNK-1-011_p1.png b/images/ua41/UA41BT_RNK-1-011_p1.png new file mode 100644 index 0000000..4115aa1 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-011_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-012.png b/images/ua41/UA41BT_RNK-1-012.png new file mode 100644 index 0000000..02c3995 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-012.png differ diff --git a/images/ua41/UA41BT_RNK-1-013.png b/images/ua41/UA41BT_RNK-1-013.png new file mode 100644 index 0000000..999406d Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-013.png differ diff --git a/images/ua41/UA41BT_RNK-1-014.png b/images/ua41/UA41BT_RNK-1-014.png new file mode 100644 index 0000000..01a6295 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-014.png differ diff --git a/images/ua41/UA41BT_RNK-1-015.png b/images/ua41/UA41BT_RNK-1-015.png new file mode 100644 index 0000000..4b485b5 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-015.png differ diff --git a/images/ua41/UA41BT_RNK-1-016.png b/images/ua41/UA41BT_RNK-1-016.png new file mode 100644 index 0000000..c876e00 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-016.png differ diff --git a/images/ua41/UA41BT_RNK-1-017.png b/images/ua41/UA41BT_RNK-1-017.png new file mode 100644 index 0000000..162a90c Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-017.png differ diff --git a/images/ua41/UA41BT_RNK-1-017_p1.png b/images/ua41/UA41BT_RNK-1-017_p1.png new file mode 100644 index 0000000..d2db427 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-017_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-018.png b/images/ua41/UA41BT_RNK-1-018.png new file mode 100644 index 0000000..a770b09 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-018.png differ diff --git a/images/ua41/UA41BT_RNK-1-018_p1.png b/images/ua41/UA41BT_RNK-1-018_p1.png new file mode 100644 index 0000000..cdb2d06 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-018_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-019.png b/images/ua41/UA41BT_RNK-1-019.png new file mode 100644 index 0000000..98b472f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-019.png differ diff --git a/images/ua41/UA41BT_RNK-1-020.png b/images/ua41/UA41BT_RNK-1-020.png new file mode 100644 index 0000000..a377eff Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-020.png differ diff --git a/images/ua41/UA41BT_RNK-1-021.png b/images/ua41/UA41BT_RNK-1-021.png new file mode 100644 index 0000000..1a0c31e Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-021.png differ diff --git a/images/ua41/UA41BT_RNK-1-022.png b/images/ua41/UA41BT_RNK-1-022.png new file mode 100644 index 0000000..10ab660 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-022.png differ diff --git a/images/ua41/UA41BT_RNK-1-023.png b/images/ua41/UA41BT_RNK-1-023.png new file mode 100644 index 0000000..a648366 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-023.png differ diff --git a/images/ua41/UA41BT_RNK-1-024.png b/images/ua41/UA41BT_RNK-1-024.png new file mode 100644 index 0000000..18c8b12 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-024.png differ diff --git a/images/ua41/UA41BT_RNK-1-024_p1.png b/images/ua41/UA41BT_RNK-1-024_p1.png new file mode 100644 index 0000000..22effba Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-024_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-025.png b/images/ua41/UA41BT_RNK-1-025.png new file mode 100644 index 0000000..1bc4331 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-025.png differ diff --git a/images/ua41/UA41BT_RNK-1-025_p1.png b/images/ua41/UA41BT_RNK-1-025_p1.png new file mode 100644 index 0000000..a48b6ba Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-025_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-026.png b/images/ua41/UA41BT_RNK-1-026.png new file mode 100644 index 0000000..c9652c4 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-026.png differ diff --git a/images/ua41/UA41BT_RNK-1-027.png b/images/ua41/UA41BT_RNK-1-027.png new file mode 100644 index 0000000..f67a7e2 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-027.png differ diff --git a/images/ua41/UA41BT_RNK-1-028.png b/images/ua41/UA41BT_RNK-1-028.png new file mode 100644 index 0000000..f98e904 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-028.png differ diff --git a/images/ua41/UA41BT_RNK-1-029.png b/images/ua41/UA41BT_RNK-1-029.png new file mode 100644 index 0000000..319f7e0 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-029.png differ diff --git a/images/ua41/UA41BT_RNK-1-030.png b/images/ua41/UA41BT_RNK-1-030.png new file mode 100644 index 0000000..c5a0183 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-030.png differ diff --git a/images/ua41/UA41BT_RNK-1-031.png b/images/ua41/UA41BT_RNK-1-031.png new file mode 100644 index 0000000..61a0e25 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-031.png differ diff --git a/images/ua41/UA41BT_RNK-1-032.png b/images/ua41/UA41BT_RNK-1-032.png new file mode 100644 index 0000000..ecdcf83 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-032.png differ diff --git a/images/ua41/UA41BT_RNK-1-033.png b/images/ua41/UA41BT_RNK-1-033.png new file mode 100644 index 0000000..f9af94e Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-033.png differ diff --git a/images/ua41/UA41BT_RNK-1-034.png b/images/ua41/UA41BT_RNK-1-034.png new file mode 100644 index 0000000..c6cf23e Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-034.png differ diff --git a/images/ua41/UA41BT_RNK-1-034_p1.png b/images/ua41/UA41BT_RNK-1-034_p1.png new file mode 100644 index 0000000..677ffb8 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-034_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-035.png b/images/ua41/UA41BT_RNK-1-035.png new file mode 100644 index 0000000..0f75653 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-035.png differ diff --git a/images/ua41/UA41BT_RNK-1-036.png b/images/ua41/UA41BT_RNK-1-036.png new file mode 100644 index 0000000..0f19ffa Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-036.png differ diff --git a/images/ua41/UA41BT_RNK-1-037.png b/images/ua41/UA41BT_RNK-1-037.png new file mode 100644 index 0000000..320adf4 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-037.png differ diff --git a/images/ua41/UA41BT_RNK-1-037_p1.png b/images/ua41/UA41BT_RNK-1-037_p1.png new file mode 100644 index 0000000..0ddc078 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-037_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-038.png b/images/ua41/UA41BT_RNK-1-038.png new file mode 100644 index 0000000..927e44d Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-038.png differ diff --git a/images/ua41/UA41BT_RNK-1-038_p1.png b/images/ua41/UA41BT_RNK-1-038_p1.png new file mode 100644 index 0000000..737eb01 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-038_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-039.png b/images/ua41/UA41BT_RNK-1-039.png new file mode 100644 index 0000000..c55a992 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-039.png differ diff --git a/images/ua41/UA41BT_RNK-1-039_p1.png b/images/ua41/UA41BT_RNK-1-039_p1.png new file mode 100644 index 0000000..0a1ef09 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-039_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-040.png b/images/ua41/UA41BT_RNK-1-040.png new file mode 100644 index 0000000..b4a3f34 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-040.png differ diff --git a/images/ua41/UA41BT_RNK-1-040_p1.png b/images/ua41/UA41BT_RNK-1-040_p1.png new file mode 100644 index 0000000..9141749 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-040_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-041.png b/images/ua41/UA41BT_RNK-1-041.png new file mode 100644 index 0000000..a655217 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-041.png differ diff --git a/images/ua41/UA41BT_RNK-1-042.png b/images/ua41/UA41BT_RNK-1-042.png new file mode 100644 index 0000000..32c7566 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-042.png differ diff --git a/images/ua41/UA41BT_RNK-1-043.png b/images/ua41/UA41BT_RNK-1-043.png new file mode 100644 index 0000000..a1b5a80 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-043.png differ diff --git a/images/ua41/UA41BT_RNK-1-043_p1.png b/images/ua41/UA41BT_RNK-1-043_p1.png new file mode 100644 index 0000000..ec6cf24 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-043_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-044.png b/images/ua41/UA41BT_RNK-1-044.png new file mode 100644 index 0000000..6acf14f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-044.png differ diff --git a/images/ua41/UA41BT_RNK-1-044_p1.png b/images/ua41/UA41BT_RNK-1-044_p1.png new file mode 100644 index 0000000..990fcd6 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-044_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-045.png b/images/ua41/UA41BT_RNK-1-045.png new file mode 100644 index 0000000..7e3ab3e Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-045.png differ diff --git a/images/ua41/UA41BT_RNK-1-046.png b/images/ua41/UA41BT_RNK-1-046.png new file mode 100644 index 0000000..da274f1 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-046.png differ diff --git a/images/ua41/UA41BT_RNK-1-047.png b/images/ua41/UA41BT_RNK-1-047.png new file mode 100644 index 0000000..8a4c601 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-047.png differ diff --git a/images/ua41/UA41BT_RNK-1-048.png b/images/ua41/UA41BT_RNK-1-048.png new file mode 100644 index 0000000..d0b028f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-048.png differ diff --git a/images/ua41/UA41BT_RNK-1-049.png b/images/ua41/UA41BT_RNK-1-049.png new file mode 100644 index 0000000..51f145f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-049.png differ diff --git a/images/ua41/UA41BT_RNK-1-050.png b/images/ua41/UA41BT_RNK-1-050.png new file mode 100644 index 0000000..8e90812 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-050.png differ diff --git a/images/ua41/UA41BT_RNK-1-051.png b/images/ua41/UA41BT_RNK-1-051.png new file mode 100644 index 0000000..457d6d5 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-051.png differ diff --git a/images/ua41/UA41BT_RNK-1-052.png b/images/ua41/UA41BT_RNK-1-052.png new file mode 100644 index 0000000..1e92754 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-052.png differ diff --git a/images/ua41/UA41BT_RNK-1-053.png b/images/ua41/UA41BT_RNK-1-053.png new file mode 100644 index 0000000..b67b83a Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-053.png differ diff --git a/images/ua41/UA41BT_RNK-1-054.png b/images/ua41/UA41BT_RNK-1-054.png new file mode 100644 index 0000000..feee9a3 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-054.png differ diff --git a/images/ua41/UA41BT_RNK-1-055.png b/images/ua41/UA41BT_RNK-1-055.png new file mode 100644 index 0000000..21dcbc4 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-055.png differ diff --git a/images/ua41/UA41BT_RNK-1-056.png b/images/ua41/UA41BT_RNK-1-056.png new file mode 100644 index 0000000..908f957 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-056.png differ diff --git a/images/ua41/UA41BT_RNK-1-057.png b/images/ua41/UA41BT_RNK-1-057.png new file mode 100644 index 0000000..fb2a9b9 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-057.png differ diff --git a/images/ua41/UA41BT_RNK-1-058.png b/images/ua41/UA41BT_RNK-1-058.png new file mode 100644 index 0000000..6633122 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-058.png differ diff --git a/images/ua41/UA41BT_RNK-1-058_p1.png b/images/ua41/UA41BT_RNK-1-058_p1.png new file mode 100644 index 0000000..f80e3c4 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-058_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-059.png b/images/ua41/UA41BT_RNK-1-059.png new file mode 100644 index 0000000..a98bb6d Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-059.png differ diff --git a/images/ua41/UA41BT_RNK-1-059_p1.png b/images/ua41/UA41BT_RNK-1-059_p1.png new file mode 100644 index 0000000..1c80015 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-059_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-060.png b/images/ua41/UA41BT_RNK-1-060.png new file mode 100644 index 0000000..d062144 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-060.png differ diff --git a/images/ua41/UA41BT_RNK-1-060_p1.png b/images/ua41/UA41BT_RNK-1-060_p1.png new file mode 100644 index 0000000..560a933 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-060_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-061.png b/images/ua41/UA41BT_RNK-1-061.png new file mode 100644 index 0000000..0e3dded Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-061.png differ diff --git a/images/ua41/UA41BT_RNK-1-062.png b/images/ua41/UA41BT_RNK-1-062.png new file mode 100644 index 0000000..a977d7e Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-062.png differ diff --git a/images/ua41/UA41BT_RNK-1-063.png b/images/ua41/UA41BT_RNK-1-063.png new file mode 100644 index 0000000..5140ac3 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-063.png differ diff --git a/images/ua41/UA41BT_RNK-1-064.png b/images/ua41/UA41BT_RNK-1-064.png new file mode 100644 index 0000000..c58f654 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-064.png differ diff --git a/images/ua41/UA41BT_RNK-1-065.png b/images/ua41/UA41BT_RNK-1-065.png new file mode 100644 index 0000000..b57776f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-065.png differ diff --git a/images/ua41/UA41BT_RNK-1-066.png b/images/ua41/UA41BT_RNK-1-066.png new file mode 100644 index 0000000..5aa42b1 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-066.png differ diff --git a/images/ua41/UA41BT_RNK-1-067.png b/images/ua41/UA41BT_RNK-1-067.png new file mode 100644 index 0000000..1ca284d Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-067.png differ diff --git a/images/ua41/UA41BT_RNK-1-068.png b/images/ua41/UA41BT_RNK-1-068.png new file mode 100644 index 0000000..9696bc0 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-068.png differ diff --git a/images/ua41/UA41BT_RNK-1-069.png b/images/ua41/UA41BT_RNK-1-069.png new file mode 100644 index 0000000..d9249d0 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-069.png differ diff --git a/images/ua41/UA41BT_RNK-1-070.png b/images/ua41/UA41BT_RNK-1-070.png new file mode 100644 index 0000000..d683fb4 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-070.png differ diff --git a/images/ua41/UA41BT_RNK-1-070_p1.png b/images/ua41/UA41BT_RNK-1-070_p1.png new file mode 100644 index 0000000..9f0efb5 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-070_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-071.png b/images/ua41/UA41BT_RNK-1-071.png new file mode 100644 index 0000000..2d4084b Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-071.png differ diff --git a/images/ua41/UA41BT_RNK-1-071_p1.png b/images/ua41/UA41BT_RNK-1-071_p1.png new file mode 100644 index 0000000..b9ea768 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-071_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-072.png b/images/ua41/UA41BT_RNK-1-072.png new file mode 100644 index 0000000..77bec97 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-072.png differ diff --git a/images/ua41/UA41BT_RNK-1-073.png b/images/ua41/UA41BT_RNK-1-073.png new file mode 100644 index 0000000..0202851 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-073.png differ diff --git a/images/ua41/UA41BT_RNK-1-073_p1.png b/images/ua41/UA41BT_RNK-1-073_p1.png new file mode 100644 index 0000000..c179ca5 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-073_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-074.png b/images/ua41/UA41BT_RNK-1-074.png new file mode 100644 index 0000000..6e4fd0d Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-074.png differ diff --git a/images/ua41/UA41BT_RNK-1-075.png b/images/ua41/UA41BT_RNK-1-075.png new file mode 100644 index 0000000..b9c7691 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-075.png differ diff --git a/images/ua41/UA41BT_RNK-1-076.png b/images/ua41/UA41BT_RNK-1-076.png new file mode 100644 index 0000000..316db73 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-076.png differ diff --git a/images/ua41/UA41BT_RNK-1-076_p1.png b/images/ua41/UA41BT_RNK-1-076_p1.png new file mode 100644 index 0000000..8c6ebc7 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-076_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-077.png b/images/ua41/UA41BT_RNK-1-077.png new file mode 100644 index 0000000..dcee6f6 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-077.png differ diff --git a/images/ua41/UA41BT_RNK-1-077_p1.png b/images/ua41/UA41BT_RNK-1-077_p1.png new file mode 100644 index 0000000..df210c0 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-077_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-078.png b/images/ua41/UA41BT_RNK-1-078.png new file mode 100644 index 0000000..31dbf50 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-078.png differ diff --git a/images/ua41/UA41BT_RNK-1-079.png b/images/ua41/UA41BT_RNK-1-079.png new file mode 100644 index 0000000..8e84921 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-079.png differ diff --git a/images/ua41/UA41BT_RNK-1-080.png b/images/ua41/UA41BT_RNK-1-080.png new file mode 100644 index 0000000..6439ce6 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-080.png differ diff --git a/images/ua41/UA41BT_RNK-1-081.png b/images/ua41/UA41BT_RNK-1-081.png new file mode 100644 index 0000000..8770350 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-081.png differ diff --git a/images/ua41/UA41BT_RNK-1-082.png b/images/ua41/UA41BT_RNK-1-082.png new file mode 100644 index 0000000..f191ea1 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-082.png differ diff --git a/images/ua41/UA41BT_RNK-1-082_p1.png b/images/ua41/UA41BT_RNK-1-082_p1.png new file mode 100644 index 0000000..7d79723 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-082_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-083.png b/images/ua41/UA41BT_RNK-1-083.png new file mode 100644 index 0000000..ca941da Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-083.png differ diff --git a/images/ua41/UA41BT_RNK-1-084.png b/images/ua41/UA41BT_RNK-1-084.png new file mode 100644 index 0000000..7e32f49 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-084.png differ diff --git a/images/ua41/UA41BT_RNK-1-085.png b/images/ua41/UA41BT_RNK-1-085.png new file mode 100644 index 0000000..7c20744 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-085.png differ diff --git a/images/ua41/UA41BT_RNK-1-086.png b/images/ua41/UA41BT_RNK-1-086.png new file mode 100644 index 0000000..9d04fbe Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-086.png differ diff --git a/images/ua41/UA41BT_RNK-1-087.png b/images/ua41/UA41BT_RNK-1-087.png new file mode 100644 index 0000000..5eadf00 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-087.png differ diff --git a/images/ua41/UA41BT_RNK-1-087_p1.png b/images/ua41/UA41BT_RNK-1-087_p1.png new file mode 100644 index 0000000..849da3f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-087_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-088.png b/images/ua41/UA41BT_RNK-1-088.png new file mode 100644 index 0000000..7aaed35 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-088.png differ diff --git a/images/ua41/UA41BT_RNK-1-088_p1.png b/images/ua41/UA41BT_RNK-1-088_p1.png new file mode 100644 index 0000000..7b121e3 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-088_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-089.png b/images/ua41/UA41BT_RNK-1-089.png new file mode 100644 index 0000000..86f2a07 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-089.png differ diff --git a/images/ua41/UA41BT_RNK-1-090.png b/images/ua41/UA41BT_RNK-1-090.png new file mode 100644 index 0000000..eedeff6 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-090.png differ diff --git a/images/ua41/UA41BT_RNK-1-090_p1.png b/images/ua41/UA41BT_RNK-1-090_p1.png new file mode 100644 index 0000000..a8b38fb Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-090_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-090_p2.png b/images/ua41/UA41BT_RNK-1-090_p2.png new file mode 100644 index 0000000..246e805 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-090_p2.png differ diff --git a/images/ua41/UA41BT_RNK-1-091.png b/images/ua41/UA41BT_RNK-1-091.png new file mode 100644 index 0000000..cfb3e94 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-091.png differ diff --git a/images/ua41/UA41BT_RNK-1-092.png b/images/ua41/UA41BT_RNK-1-092.png new file mode 100644 index 0000000..dda72e8 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-092.png differ diff --git a/images/ua41/UA41BT_RNK-1-092_p1.png b/images/ua41/UA41BT_RNK-1-092_p1.png new file mode 100644 index 0000000..32cb06d Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-092_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-093.png b/images/ua41/UA41BT_RNK-1-093.png new file mode 100644 index 0000000..d50de46 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-093.png differ diff --git a/images/ua41/UA41BT_RNK-1-093_p1.png b/images/ua41/UA41BT_RNK-1-093_p1.png new file mode 100644 index 0000000..696647d Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-093_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-094.png b/images/ua41/UA41BT_RNK-1-094.png new file mode 100644 index 0000000..75d5fef Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-094.png differ diff --git a/images/ua41/UA41BT_RNK-1-095.png b/images/ua41/UA41BT_RNK-1-095.png new file mode 100644 index 0000000..7cfccb5 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-095.png differ diff --git a/images/ua41/UA41BT_RNK-1-096.png b/images/ua41/UA41BT_RNK-1-096.png new file mode 100644 index 0000000..84f5294 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-096.png differ diff --git a/images/ua41/UA41BT_RNK-1-097.png b/images/ua41/UA41BT_RNK-1-097.png new file mode 100644 index 0000000..c291d08 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-097.png differ diff --git a/images/ua41/UA41BT_RNK-1-098.png b/images/ua41/UA41BT_RNK-1-098.png new file mode 100644 index 0000000..218cc81 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-098.png differ diff --git a/images/ua41/UA41BT_RNK-1-099.png b/images/ua41/UA41BT_RNK-1-099.png new file mode 100644 index 0000000..4139a00 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-099.png differ diff --git a/images/ua41/UA41BT_RNK-1-100.png b/images/ua41/UA41BT_RNK-1-100.png new file mode 100644 index 0000000..5eb0cf6 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-100.png differ diff --git a/images/ua41/UA41BT_RNK-1-AP01.png b/images/ua41/UA41BT_RNK-1-AP01.png new file mode 100644 index 0000000..cdb1a54 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-AP01.png differ diff --git a/images/ua41/UA41BT_RNK-1-AP01_p1.png b/images/ua41/UA41BT_RNK-1-AP01_p1.png new file mode 100644 index 0000000..1ad0843 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-AP01_p1.png differ diff --git a/images/ua41/UA41BT_RNK-1-AP02.png b/images/ua41/UA41BT_RNK-1-AP02.png new file mode 100644 index 0000000..cbd6d20 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-AP02.png differ diff --git a/images/ua41/UA41BT_RNK-1-AP03.png b/images/ua41/UA41BT_RNK-1-AP03.png new file mode 100644 index 0000000..a462193 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-AP03.png differ diff --git a/images/ua41/UA41BT_RNK-1-AP04.png b/images/ua41/UA41BT_RNK-1-AP04.png new file mode 100644 index 0000000..9d1ebd5 Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-AP04.png differ diff --git a/images/ua41/UA41BT_RNK-1-AP05.png b/images/ua41/UA41BT_RNK-1-AP05.png new file mode 100644 index 0000000..0c14bee Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-AP05.png differ diff --git a/images/ua41/UA41BT_RNK-1-AP06.png b/images/ua41/UA41BT_RNK-1-AP06.png new file mode 100644 index 0000000..5c2077f Binary files /dev/null and b/images/ua41/UA41BT_RNK-1-AP06.png differ diff --git a/images/ua41/UA41ST_RNK-1-068.png b/images/ua41/UA41ST_RNK-1-068.png new file mode 100644 index 0000000..6d676ef Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-068.png differ diff --git a/images/ua41/UA41ST_RNK-1-070.png b/images/ua41/UA41ST_RNK-1-070.png new file mode 100644 index 0000000..6bb077c Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-070.png differ diff --git a/images/ua41/UA41ST_RNK-1-074.png b/images/ua41/UA41ST_RNK-1-074.png new file mode 100644 index 0000000..240955a Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-074.png differ diff --git a/images/ua41/UA41ST_RNK-1-078.png b/images/ua41/UA41ST_RNK-1-078.png new file mode 100644 index 0000000..480965a Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-078.png differ diff --git a/images/ua41/UA41ST_RNK-1-080.png b/images/ua41/UA41ST_RNK-1-080.png new file mode 100644 index 0000000..8fc1655 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-080.png differ diff --git a/images/ua41/UA41ST_RNK-1-081.png b/images/ua41/UA41ST_RNK-1-081.png new file mode 100644 index 0000000..722a24e Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-081.png differ diff --git a/images/ua41/UA41ST_RNK-1-085.png b/images/ua41/UA41ST_RNK-1-085.png new file mode 100644 index 0000000..4acfd0e Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-085.png differ diff --git a/images/ua41/UA41ST_RNK-1-096.png b/images/ua41/UA41ST_RNK-1-096.png new file mode 100644 index 0000000..2a3bbfa Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-096.png differ diff --git a/images/ua41/UA41ST_RNK-1-100.png b/images/ua41/UA41ST_RNK-1-100.png new file mode 100644 index 0000000..ebea565 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-100.png differ diff --git a/images/ua41/UA41ST_RNK-1-101.png b/images/ua41/UA41ST_RNK-1-101.png new file mode 100644 index 0000000..6eecb20 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-101.png differ diff --git a/images/ua41/UA41ST_RNK-1-102.png b/images/ua41/UA41ST_RNK-1-102.png new file mode 100644 index 0000000..c018e38 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-102.png differ diff --git a/images/ua41/UA41ST_RNK-1-103.png b/images/ua41/UA41ST_RNK-1-103.png new file mode 100644 index 0000000..80920a0 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-103.png differ diff --git a/images/ua41/UA41ST_RNK-1-104.png b/images/ua41/UA41ST_RNK-1-104.png new file mode 100644 index 0000000..bfde4b7 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-104.png differ diff --git a/images/ua41/UA41ST_RNK-1-105.png b/images/ua41/UA41ST_RNK-1-105.png new file mode 100644 index 0000000..6c26de2 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-105.png differ diff --git a/images/ua41/UA41ST_RNK-1-106.png b/images/ua41/UA41ST_RNK-1-106.png new file mode 100644 index 0000000..f8aeeca Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-106.png differ diff --git a/images/ua41/UA41ST_RNK-1-107.png b/images/ua41/UA41ST_RNK-1-107.png new file mode 100644 index 0000000..3bfe862 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-107.png differ diff --git a/images/ua41/UA41ST_RNK-1-108.png b/images/ua41/UA41ST_RNK-1-108.png new file mode 100644 index 0000000..40fd8bb Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-108.png differ diff --git a/images/ua41/UA41ST_RNK-1-109.png b/images/ua41/UA41ST_RNK-1-109.png new file mode 100644 index 0000000..ba60d21 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-109.png differ diff --git a/images/ua41/UA41ST_RNK-1-110.png b/images/ua41/UA41ST_RNK-1-110.png new file mode 100644 index 0000000..8068588 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-110.png differ diff --git a/images/ua41/UA41ST_RNK-1-110_p1.png b/images/ua41/UA41ST_RNK-1-110_p1.png new file mode 100644 index 0000000..236a827 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-110_p1.png differ diff --git a/images/ua41/UA41ST_RNK-1-111.png b/images/ua41/UA41ST_RNK-1-111.png new file mode 100644 index 0000000..19519a9 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-111.png differ diff --git a/images/ua41/UA41ST_RNK-1-111_p1.png b/images/ua41/UA41ST_RNK-1-111_p1.png new file mode 100644 index 0000000..815cc2f Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-111_p1.png differ diff --git a/images/ua41/UA41ST_RNK-1-112.png b/images/ua41/UA41ST_RNK-1-112.png new file mode 100644 index 0000000..6a1e36b Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-112.png differ diff --git a/images/ua41/UA41ST_RNK-1-112_p1.png b/images/ua41/UA41ST_RNK-1-112_p1.png new file mode 100644 index 0000000..e41e662 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-112_p1.png differ diff --git a/images/ua41/UA41ST_RNK-1-113.png b/images/ua41/UA41ST_RNK-1-113.png new file mode 100644 index 0000000..b95374e Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-113.png differ diff --git a/images/ua41/UA41ST_RNK-1-113_p1.png b/images/ua41/UA41ST_RNK-1-113_p1.png new file mode 100644 index 0000000..d0115b0 Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-113_p1.png differ diff --git a/images/ua41/UA41ST_RNK-1-AP01.png b/images/ua41/UA41ST_RNK-1-AP01.png new file mode 100644 index 0000000..42eccaf Binary files /dev/null and b/images/ua41/UA41ST_RNK-1-AP01.png differ diff --git a/images/ua41/UAPR_RNK-1-014.png b/images/ua41/UAPR_RNK-1-014.png new file mode 100644 index 0000000..b4bc08a Binary files /dev/null and b/images/ua41/UAPR_RNK-1-014.png differ diff --git a/images/ua41/UAPR_RNK-1-057.png b/images/ua41/UAPR_RNK-1-057.png new file mode 100644 index 0000000..5bdaa9c Binary files /dev/null and b/images/ua41/UAPR_RNK-1-057.png differ diff --git a/images/ua41/UAPR_RNK-1-086.png b/images/ua41/UAPR_RNK-1-086.png new file mode 100644 index 0000000..3b2ab39 Binary files /dev/null and b/images/ua41/UAPR_RNK-1-086.png differ diff --git a/images/ua41/UAPR_RNK-AP01.png b/images/ua41/UAPR_RNK-AP01.png new file mode 100644 index 0000000..d694052 Binary files /dev/null and b/images/ua41/UAPR_RNK-AP01.png differ diff --git a/images/ua41/UAPR_RNK-P-001.png b/images/ua41/UAPR_RNK-P-001.png new file mode 100644 index 0000000..7feb8a4 Binary files /dev/null and b/images/ua41/UAPR_RNK-P-001.png differ diff --git a/images/ua42/UA42BT_MGS-1-001.png b/images/ua42/UA42BT_MGS-1-001.png new file mode 100644 index 0000000..8f32712 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-001.png differ diff --git a/images/ua42/UA42BT_MGS-1-002.png b/images/ua42/UA42BT_MGS-1-002.png new file mode 100644 index 0000000..e1e8fc9 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-002.png differ diff --git a/images/ua42/UA42BT_MGS-1-003.png b/images/ua42/UA42BT_MGS-1-003.png new file mode 100644 index 0000000..75fd150 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-003.png differ diff --git a/images/ua42/UA42BT_MGS-1-004.png b/images/ua42/UA42BT_MGS-1-004.png new file mode 100644 index 0000000..3e71f39 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-004.png differ diff --git a/images/ua42/UA42BT_MGS-1-005.png b/images/ua42/UA42BT_MGS-1-005.png new file mode 100644 index 0000000..1c5837f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-005.png differ diff --git a/images/ua42/UA42BT_MGS-1-006.png b/images/ua42/UA42BT_MGS-1-006.png new file mode 100644 index 0000000..c17d332 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-006.png differ diff --git a/images/ua42/UA42BT_MGS-1-007.png b/images/ua42/UA42BT_MGS-1-007.png new file mode 100644 index 0000000..dcfb2c6 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-007.png differ diff --git a/images/ua42/UA42BT_MGS-1-008.png b/images/ua42/UA42BT_MGS-1-008.png new file mode 100644 index 0000000..53efcef Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-008.png differ diff --git a/images/ua42/UA42BT_MGS-1-009.png b/images/ua42/UA42BT_MGS-1-009.png new file mode 100644 index 0000000..f746d68 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-009.png differ diff --git a/images/ua42/UA42BT_MGS-1-010.png b/images/ua42/UA42BT_MGS-1-010.png new file mode 100644 index 0000000..0a660a0 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-010.png differ diff --git a/images/ua42/UA42BT_MGS-1-011.png b/images/ua42/UA42BT_MGS-1-011.png new file mode 100644 index 0000000..9ce9956 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-011.png differ diff --git a/images/ua42/UA42BT_MGS-1-012.png b/images/ua42/UA42BT_MGS-1-012.png new file mode 100644 index 0000000..ae5c754 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-012.png differ diff --git a/images/ua42/UA42BT_MGS-1-012_p1.png b/images/ua42/UA42BT_MGS-1-012_p1.png new file mode 100644 index 0000000..c092c1a Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-012_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-013.png b/images/ua42/UA42BT_MGS-1-013.png new file mode 100644 index 0000000..1ba68f8 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-013.png differ diff --git a/images/ua42/UA42BT_MGS-1-013_p1.png b/images/ua42/UA42BT_MGS-1-013_p1.png new file mode 100644 index 0000000..bb411c6 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-013_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-014.png b/images/ua42/UA42BT_MGS-1-014.png new file mode 100644 index 0000000..a3471c8 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-014.png differ diff --git a/images/ua42/UA42BT_MGS-1-014_p1.png b/images/ua42/UA42BT_MGS-1-014_p1.png new file mode 100644 index 0000000..d9bdb47 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-014_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-015.png b/images/ua42/UA42BT_MGS-1-015.png new file mode 100644 index 0000000..e21b4f3 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-015.png differ diff --git a/images/ua42/UA42BT_MGS-1-015_p1.png b/images/ua42/UA42BT_MGS-1-015_p1.png new file mode 100644 index 0000000..ed8513b Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-015_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-016.png b/images/ua42/UA42BT_MGS-1-016.png new file mode 100644 index 0000000..b7987d7 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-016.png differ diff --git a/images/ua42/UA42BT_MGS-1-017.png b/images/ua42/UA42BT_MGS-1-017.png new file mode 100644 index 0000000..3b7ba6f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-017.png differ diff --git a/images/ua42/UA42BT_MGS-1-018.png b/images/ua42/UA42BT_MGS-1-018.png new file mode 100644 index 0000000..7c96abc Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-018.png differ diff --git a/images/ua42/UA42BT_MGS-1-019.png b/images/ua42/UA42BT_MGS-1-019.png new file mode 100644 index 0000000..6a2d476 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-019.png differ diff --git a/images/ua42/UA42BT_MGS-1-019_p1.png b/images/ua42/UA42BT_MGS-1-019_p1.png new file mode 100644 index 0000000..9bbb6f0 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-019_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-020.png b/images/ua42/UA42BT_MGS-1-020.png new file mode 100644 index 0000000..9e35b19 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-020.png differ diff --git a/images/ua42/UA42BT_MGS-1-020_p1.png b/images/ua42/UA42BT_MGS-1-020_p1.png new file mode 100644 index 0000000..2223a91 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-020_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-021.png b/images/ua42/UA42BT_MGS-1-021.png new file mode 100644 index 0000000..2e5cc6a Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-021.png differ diff --git a/images/ua42/UA42BT_MGS-1-021_p1.png b/images/ua42/UA42BT_MGS-1-021_p1.png new file mode 100644 index 0000000..88ab08e Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-021_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-022.png b/images/ua42/UA42BT_MGS-1-022.png new file mode 100644 index 0000000..2e1326f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-022.png differ diff --git a/images/ua42/UA42BT_MGS-1-023.png b/images/ua42/UA42BT_MGS-1-023.png new file mode 100644 index 0000000..d53c675 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-023.png differ diff --git a/images/ua42/UA42BT_MGS-1-023_p1.png b/images/ua42/UA42BT_MGS-1-023_p1.png new file mode 100644 index 0000000..ee17cc2 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-023_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-024.png b/images/ua42/UA42BT_MGS-1-024.png new file mode 100644 index 0000000..c86726a Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-024.png differ diff --git a/images/ua42/UA42BT_MGS-1-024_p1.png b/images/ua42/UA42BT_MGS-1-024_p1.png new file mode 100644 index 0000000..188be3e Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-024_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-025.png b/images/ua42/UA42BT_MGS-1-025.png new file mode 100644 index 0000000..394687e Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-025.png differ diff --git a/images/ua42/UA42BT_MGS-1-025_p1.png b/images/ua42/UA42BT_MGS-1-025_p1.png new file mode 100644 index 0000000..5cadaba Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-025_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-026.png b/images/ua42/UA42BT_MGS-1-026.png new file mode 100644 index 0000000..54ed77d Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-026.png differ diff --git a/images/ua42/UA42BT_MGS-1-027.png b/images/ua42/UA42BT_MGS-1-027.png new file mode 100644 index 0000000..dafcc3d Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-027.png differ diff --git a/images/ua42/UA42BT_MGS-1-028.png b/images/ua42/UA42BT_MGS-1-028.png new file mode 100644 index 0000000..353190f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-028.png differ diff --git a/images/ua42/UA42BT_MGS-1-029.png b/images/ua42/UA42BT_MGS-1-029.png new file mode 100644 index 0000000..48c0296 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-029.png differ diff --git a/images/ua42/UA42BT_MGS-1-030.png b/images/ua42/UA42BT_MGS-1-030.png new file mode 100644 index 0000000..94d9421 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-030.png differ diff --git a/images/ua42/UA42BT_MGS-1-031.png b/images/ua42/UA42BT_MGS-1-031.png new file mode 100644 index 0000000..8dbcfb1 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-031.png differ diff --git a/images/ua42/UA42BT_MGS-1-032.png b/images/ua42/UA42BT_MGS-1-032.png new file mode 100644 index 0000000..45e0c65 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-032.png differ diff --git a/images/ua42/UA42BT_MGS-1-033.png b/images/ua42/UA42BT_MGS-1-033.png new file mode 100644 index 0000000..3295caa Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-033.png differ diff --git a/images/ua42/UA42BT_MGS-1-034.png b/images/ua42/UA42BT_MGS-1-034.png new file mode 100644 index 0000000..2ddd268 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-034.png differ diff --git a/images/ua42/UA42BT_MGS-1-035.png b/images/ua42/UA42BT_MGS-1-035.png new file mode 100644 index 0000000..da7285f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-035.png differ diff --git a/images/ua42/UA42BT_MGS-1-036.png b/images/ua42/UA42BT_MGS-1-036.png new file mode 100644 index 0000000..ce5274d Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-036.png differ diff --git a/images/ua42/UA42BT_MGS-1-037.png b/images/ua42/UA42BT_MGS-1-037.png new file mode 100644 index 0000000..0b55fee Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-037.png differ diff --git a/images/ua42/UA42BT_MGS-1-038.png b/images/ua42/UA42BT_MGS-1-038.png new file mode 100644 index 0000000..d0bfd0f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-038.png differ diff --git a/images/ua42/UA42BT_MGS-1-038_p1.png b/images/ua42/UA42BT_MGS-1-038_p1.png new file mode 100644 index 0000000..8816977 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-038_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-039.png b/images/ua42/UA42BT_MGS-1-039.png new file mode 100644 index 0000000..bba451f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-039.png differ diff --git a/images/ua42/UA42BT_MGS-1-040.png b/images/ua42/UA42BT_MGS-1-040.png new file mode 100644 index 0000000..d965e3c Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-040.png differ diff --git a/images/ua42/UA42BT_MGS-1-041.png b/images/ua42/UA42BT_MGS-1-041.png new file mode 100644 index 0000000..3455035 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-041.png differ diff --git a/images/ua42/UA42BT_MGS-1-041_p1.png b/images/ua42/UA42BT_MGS-1-041_p1.png new file mode 100644 index 0000000..4d6f5e5 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-041_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-042.png b/images/ua42/UA42BT_MGS-1-042.png new file mode 100644 index 0000000..6c203b0 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-042.png differ diff --git a/images/ua42/UA42BT_MGS-1-042_p1.png b/images/ua42/UA42BT_MGS-1-042_p1.png new file mode 100644 index 0000000..be6a24f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-042_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-043.png b/images/ua42/UA42BT_MGS-1-043.png new file mode 100644 index 0000000..3aad7cb Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-043.png differ diff --git a/images/ua42/UA42BT_MGS-1-043_p1.png b/images/ua42/UA42BT_MGS-1-043_p1.png new file mode 100644 index 0000000..e1a6976 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-043_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-044.png b/images/ua42/UA42BT_MGS-1-044.png new file mode 100644 index 0000000..97aface Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-044.png differ diff --git a/images/ua42/UA42BT_MGS-1-044_p1.png b/images/ua42/UA42BT_MGS-1-044_p1.png new file mode 100644 index 0000000..d0187ad Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-044_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-045.png b/images/ua42/UA42BT_MGS-1-045.png new file mode 100644 index 0000000..4e08f1d Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-045.png differ diff --git a/images/ua42/UA42BT_MGS-1-045_p1.png b/images/ua42/UA42BT_MGS-1-045_p1.png new file mode 100644 index 0000000..c02613c Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-045_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-046.png b/images/ua42/UA42BT_MGS-1-046.png new file mode 100644 index 0000000..d05262b Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-046.png differ diff --git a/images/ua42/UA42BT_MGS-1-046_p1.png b/images/ua42/UA42BT_MGS-1-046_p1.png new file mode 100644 index 0000000..574baf6 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-046_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-047.png b/images/ua42/UA42BT_MGS-1-047.png new file mode 100644 index 0000000..6c0dd12 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-047.png differ diff --git a/images/ua42/UA42BT_MGS-1-047_p1.png b/images/ua42/UA42BT_MGS-1-047_p1.png new file mode 100644 index 0000000..26a1ada Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-047_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-047_p2.png b/images/ua42/UA42BT_MGS-1-047_p2.png new file mode 100644 index 0000000..bedc220 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-047_p2.png differ diff --git a/images/ua42/UA42BT_MGS-1-048.png b/images/ua42/UA42BT_MGS-1-048.png new file mode 100644 index 0000000..3952e79 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-048.png differ diff --git a/images/ua42/UA42BT_MGS-1-049.png b/images/ua42/UA42BT_MGS-1-049.png new file mode 100644 index 0000000..66dfa44 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-049.png differ diff --git a/images/ua42/UA42BT_MGS-1-050.png b/images/ua42/UA42BT_MGS-1-050.png new file mode 100644 index 0000000..f043afb Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-050.png differ diff --git a/images/ua42/UA42BT_MGS-1-051.png b/images/ua42/UA42BT_MGS-1-051.png new file mode 100644 index 0000000..05e2490 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-051.png differ diff --git a/images/ua42/UA42BT_MGS-1-052.png b/images/ua42/UA42BT_MGS-1-052.png new file mode 100644 index 0000000..c5beea2 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-052.png differ diff --git a/images/ua42/UA42BT_MGS-1-053.png b/images/ua42/UA42BT_MGS-1-053.png new file mode 100644 index 0000000..b4c4685 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-053.png differ diff --git a/images/ua42/UA42BT_MGS-1-054.png b/images/ua42/UA42BT_MGS-1-054.png new file mode 100644 index 0000000..636c446 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-054.png differ diff --git a/images/ua42/UA42BT_MGS-1-054_p1.png b/images/ua42/UA42BT_MGS-1-054_p1.png new file mode 100644 index 0000000..f76d17c Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-054_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-055.png b/images/ua42/UA42BT_MGS-1-055.png new file mode 100644 index 0000000..36fa553 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-055.png differ diff --git a/images/ua42/UA42BT_MGS-1-056.png b/images/ua42/UA42BT_MGS-1-056.png new file mode 100644 index 0000000..a77cd6e Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-056.png differ diff --git a/images/ua42/UA42BT_MGS-1-057.png b/images/ua42/UA42BT_MGS-1-057.png new file mode 100644 index 0000000..17975f6 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-057.png differ diff --git a/images/ua42/UA42BT_MGS-1-058.png b/images/ua42/UA42BT_MGS-1-058.png new file mode 100644 index 0000000..9fe3bf8 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-058.png differ diff --git a/images/ua42/UA42BT_MGS-1-058_p1.png b/images/ua42/UA42BT_MGS-1-058_p1.png new file mode 100644 index 0000000..30683a2 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-058_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-059.png b/images/ua42/UA42BT_MGS-1-059.png new file mode 100644 index 0000000..a5ba8ba Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-059.png differ diff --git a/images/ua42/UA42BT_MGS-1-059_p1.png b/images/ua42/UA42BT_MGS-1-059_p1.png new file mode 100644 index 0000000..b183539 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-059_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-059_p2.png b/images/ua42/UA42BT_MGS-1-059_p2.png new file mode 100644 index 0000000..82868e1 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-059_p2.png differ diff --git a/images/ua42/UA42BT_MGS-1-060.png b/images/ua42/UA42BT_MGS-1-060.png new file mode 100644 index 0000000..9e3932e Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-060.png differ diff --git a/images/ua42/UA42BT_MGS-1-060_p1.png b/images/ua42/UA42BT_MGS-1-060_p1.png new file mode 100644 index 0000000..e0b22be Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-060_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-061.png b/images/ua42/UA42BT_MGS-1-061.png new file mode 100644 index 0000000..893e24d Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-061.png differ diff --git a/images/ua42/UA42BT_MGS-1-061_p1.png b/images/ua42/UA42BT_MGS-1-061_p1.png new file mode 100644 index 0000000..95ad6e5 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-061_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-062.png b/images/ua42/UA42BT_MGS-1-062.png new file mode 100644 index 0000000..6da8a90 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-062.png differ diff --git a/images/ua42/UA42BT_MGS-1-063.png b/images/ua42/UA42BT_MGS-1-063.png new file mode 100644 index 0000000..ddbe9d7 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-063.png differ diff --git a/images/ua42/UA42BT_MGS-1-064.png b/images/ua42/UA42BT_MGS-1-064.png new file mode 100644 index 0000000..04e9027 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-064.png differ diff --git a/images/ua42/UA42BT_MGS-1-065.png b/images/ua42/UA42BT_MGS-1-065.png new file mode 100644 index 0000000..8e07d58 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-065.png differ diff --git a/images/ua42/UA42BT_MGS-1-066.png b/images/ua42/UA42BT_MGS-1-066.png new file mode 100644 index 0000000..38c9923 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-066.png differ diff --git a/images/ua42/UA42BT_MGS-1-067.png b/images/ua42/UA42BT_MGS-1-067.png new file mode 100644 index 0000000..01aaec8 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-067.png differ diff --git a/images/ua42/UA42BT_MGS-1-068.png b/images/ua42/UA42BT_MGS-1-068.png new file mode 100644 index 0000000..d132448 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-068.png differ diff --git a/images/ua42/UA42BT_MGS-1-069.png b/images/ua42/UA42BT_MGS-1-069.png new file mode 100644 index 0000000..0368f48 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-069.png differ diff --git a/images/ua42/UA42BT_MGS-1-070.png b/images/ua42/UA42BT_MGS-1-070.png new file mode 100644 index 0000000..aec5a95 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-070.png differ diff --git a/images/ua42/UA42BT_MGS-1-071.png b/images/ua42/UA42BT_MGS-1-071.png new file mode 100644 index 0000000..a7adffc Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-071.png differ diff --git a/images/ua42/UA42BT_MGS-1-072.png b/images/ua42/UA42BT_MGS-1-072.png new file mode 100644 index 0000000..e71f6fb Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-072.png differ diff --git a/images/ua42/UA42BT_MGS-1-073.png b/images/ua42/UA42BT_MGS-1-073.png new file mode 100644 index 0000000..127dc75 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-073.png differ diff --git a/images/ua42/UA42BT_MGS-1-074.png b/images/ua42/UA42BT_MGS-1-074.png new file mode 100644 index 0000000..1b406ab Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-074.png differ diff --git a/images/ua42/UA42BT_MGS-1-074_p1.png b/images/ua42/UA42BT_MGS-1-074_p1.png new file mode 100644 index 0000000..0ec1b09 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-074_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-075.png b/images/ua42/UA42BT_MGS-1-075.png new file mode 100644 index 0000000..c613a42 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-075.png differ diff --git a/images/ua42/UA42BT_MGS-1-075_p1.png b/images/ua42/UA42BT_MGS-1-075_p1.png new file mode 100644 index 0000000..718fc25 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-075_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-076.png b/images/ua42/UA42BT_MGS-1-076.png new file mode 100644 index 0000000..9729535 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-076.png differ diff --git a/images/ua42/UA42BT_MGS-1-076_p1.png b/images/ua42/UA42BT_MGS-1-076_p1.png new file mode 100644 index 0000000..ca7d181 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-076_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-077.png b/images/ua42/UA42BT_MGS-1-077.png new file mode 100644 index 0000000..0037817 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-077.png differ diff --git a/images/ua42/UA42BT_MGS-1-077_p1.png b/images/ua42/UA42BT_MGS-1-077_p1.png new file mode 100644 index 0000000..8411f47 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-077_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-078.png b/images/ua42/UA42BT_MGS-1-078.png new file mode 100644 index 0000000..02f9d9c Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-078.png differ diff --git a/images/ua42/UA42BT_MGS-1-079.png b/images/ua42/UA42BT_MGS-1-079.png new file mode 100644 index 0000000..4afff9f Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-079.png differ diff --git a/images/ua42/UA42BT_MGS-1-080.png b/images/ua42/UA42BT_MGS-1-080.png new file mode 100644 index 0000000..f4a01b7 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-080.png differ diff --git a/images/ua42/UA42BT_MGS-1-081.png b/images/ua42/UA42BT_MGS-1-081.png new file mode 100644 index 0000000..dcb0dc3 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-081.png differ diff --git a/images/ua42/UA42BT_MGS-1-081_p1.png b/images/ua42/UA42BT_MGS-1-081_p1.png new file mode 100644 index 0000000..d300582 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-081_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-082.png b/images/ua42/UA42BT_MGS-1-082.png new file mode 100644 index 0000000..6c120e1 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-082.png differ diff --git a/images/ua42/UA42BT_MGS-1-082_p1.png b/images/ua42/UA42BT_MGS-1-082_p1.png new file mode 100644 index 0000000..468cf0a Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-082_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-083.png b/images/ua42/UA42BT_MGS-1-083.png new file mode 100644 index 0000000..9502d01 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-083.png differ diff --git a/images/ua42/UA42BT_MGS-1-083_p1.png b/images/ua42/UA42BT_MGS-1-083_p1.png new file mode 100644 index 0000000..86084a4 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-083_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-083_p2.png b/images/ua42/UA42BT_MGS-1-083_p2.png new file mode 100644 index 0000000..5df393c Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-083_p2.png differ diff --git a/images/ua42/UA42BT_MGS-1-084.png b/images/ua42/UA42BT_MGS-1-084.png new file mode 100644 index 0000000..78293cd Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-084.png differ diff --git a/images/ua42/UA42BT_MGS-1-085.png b/images/ua42/UA42BT_MGS-1-085.png new file mode 100644 index 0000000..a7ecb59 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-085.png differ diff --git a/images/ua42/UA42BT_MGS-1-086.png b/images/ua42/UA42BT_MGS-1-086.png new file mode 100644 index 0000000..77028f2 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-086.png differ diff --git a/images/ua42/UA42BT_MGS-1-086_p1.png b/images/ua42/UA42BT_MGS-1-086_p1.png new file mode 100644 index 0000000..12963ed Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-086_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-087.png b/images/ua42/UA42BT_MGS-1-087.png new file mode 100644 index 0000000..e617229 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-087.png differ diff --git a/images/ua42/UA42BT_MGS-1-087_p1.png b/images/ua42/UA42BT_MGS-1-087_p1.png new file mode 100644 index 0000000..668c761 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-087_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-088.png b/images/ua42/UA42BT_MGS-1-088.png new file mode 100644 index 0000000..dde7ee7 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-088.png differ diff --git a/images/ua42/UA42BT_MGS-1-088_p1.png b/images/ua42/UA42BT_MGS-1-088_p1.png new file mode 100644 index 0000000..08f7643 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-088_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-089.png b/images/ua42/UA42BT_MGS-1-089.png new file mode 100644 index 0000000..72dbc53 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-089.png differ diff --git a/images/ua42/UA42BT_MGS-1-090.png b/images/ua42/UA42BT_MGS-1-090.png new file mode 100644 index 0000000..c0833a3 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-090.png differ diff --git a/images/ua42/UA42BT_MGS-1-091.png b/images/ua42/UA42BT_MGS-1-091.png new file mode 100644 index 0000000..cf7cefd Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-091.png differ diff --git a/images/ua42/UA42BT_MGS-1-092.png b/images/ua42/UA42BT_MGS-1-092.png new file mode 100644 index 0000000..69b57f1 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-092.png differ diff --git a/images/ua42/UA42BT_MGS-1-093.png b/images/ua42/UA42BT_MGS-1-093.png new file mode 100644 index 0000000..47b62b1 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-093.png differ diff --git a/images/ua42/UA42BT_MGS-1-094.png b/images/ua42/UA42BT_MGS-1-094.png new file mode 100644 index 0000000..108bbdd Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-094.png differ diff --git a/images/ua42/UA42BT_MGS-1-095.png b/images/ua42/UA42BT_MGS-1-095.png new file mode 100644 index 0000000..9904018 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-095.png differ diff --git a/images/ua42/UA42BT_MGS-1-096.png b/images/ua42/UA42BT_MGS-1-096.png new file mode 100644 index 0000000..5fa4233 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-096.png differ diff --git a/images/ua42/UA42BT_MGS-1-097.png b/images/ua42/UA42BT_MGS-1-097.png new file mode 100644 index 0000000..2ecf474 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-097.png differ diff --git a/images/ua42/UA42BT_MGS-1-098.png b/images/ua42/UA42BT_MGS-1-098.png new file mode 100644 index 0000000..26e13fa Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-098.png differ diff --git a/images/ua42/UA42BT_MGS-1-099.png b/images/ua42/UA42BT_MGS-1-099.png new file mode 100644 index 0000000..abddf28 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-099.png differ diff --git a/images/ua42/UA42BT_MGS-1-100.png b/images/ua42/UA42BT_MGS-1-100.png new file mode 100644 index 0000000..852541b Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-100.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP01.png b/images/ua42/UA42BT_MGS-1-AP01.png new file mode 100644 index 0000000..fe552d4 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP01.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP01_p1.png b/images/ua42/UA42BT_MGS-1-AP01_p1.png new file mode 100644 index 0000000..5c51bbc Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP01_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP02.png b/images/ua42/UA42BT_MGS-1-AP02.png new file mode 100644 index 0000000..3298d48 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP02.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP02_p1.png b/images/ua42/UA42BT_MGS-1-AP02_p1.png new file mode 100644 index 0000000..72b85d4 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP02_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP03.png b/images/ua42/UA42BT_MGS-1-AP03.png new file mode 100644 index 0000000..b89aaec Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP03.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP03_p1.png b/images/ua42/UA42BT_MGS-1-AP03_p1.png new file mode 100644 index 0000000..c1d68ab Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP03_p1.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP04.png b/images/ua42/UA42BT_MGS-1-AP04.png new file mode 100644 index 0000000..e9dfff1 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP04.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP05.png b/images/ua42/UA42BT_MGS-1-AP05.png new file mode 100644 index 0000000..d05de05 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP05.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP06.png b/images/ua42/UA42BT_MGS-1-AP06.png new file mode 100644 index 0000000..ad68559 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP06.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP07.png b/images/ua42/UA42BT_MGS-1-AP07.png new file mode 100644 index 0000000..2913cfb Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP07.png differ diff --git a/images/ua42/UA42BT_MGS-1-AP08.png b/images/ua42/UA42BT_MGS-1-AP08.png new file mode 100644 index 0000000..3f6c9c8 Binary files /dev/null and b/images/ua42/UA42BT_MGS-1-AP08.png differ diff --git a/images/ua42/UA42ST_MGS-1-035.png b/images/ua42/UA42ST_MGS-1-035.png new file mode 100644 index 0000000..5c630c3 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-035.png differ diff --git a/images/ua42/UA42ST_MGS-1-039.png b/images/ua42/UA42ST_MGS-1-039.png new file mode 100644 index 0000000..8d24621 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-039.png differ diff --git a/images/ua42/UA42ST_MGS-1-041.png b/images/ua42/UA42ST_MGS-1-041.png new file mode 100644 index 0000000..bd86397 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-041.png differ diff --git a/images/ua42/UA42ST_MGS-1-049.png b/images/ua42/UA42ST_MGS-1-049.png new file mode 100644 index 0000000..4816529 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-049.png differ diff --git a/images/ua42/UA42ST_MGS-1-054.png b/images/ua42/UA42ST_MGS-1-054.png new file mode 100644 index 0000000..1b1498a Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-054.png differ diff --git a/images/ua42/UA42ST_MGS-1-055.png b/images/ua42/UA42ST_MGS-1-055.png new file mode 100644 index 0000000..5a496ed Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-055.png differ diff --git a/images/ua42/UA42ST_MGS-1-056.png b/images/ua42/UA42ST_MGS-1-056.png new file mode 100644 index 0000000..0493ae0 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-056.png differ diff --git a/images/ua42/UA42ST_MGS-1-064.png b/images/ua42/UA42ST_MGS-1-064.png new file mode 100644 index 0000000..c6d4d6e Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-064.png differ diff --git a/images/ua42/UA42ST_MGS-1-067.png b/images/ua42/UA42ST_MGS-1-067.png new file mode 100644 index 0000000..04906e9 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-067.png differ diff --git a/images/ua42/UA42ST_MGS-1-101.png b/images/ua42/UA42ST_MGS-1-101.png new file mode 100644 index 0000000..464dfb4 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-101.png differ diff --git a/images/ua42/UA42ST_MGS-1-102.png b/images/ua42/UA42ST_MGS-1-102.png new file mode 100644 index 0000000..c74aa9f Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-102.png differ diff --git a/images/ua42/UA42ST_MGS-1-103.png b/images/ua42/UA42ST_MGS-1-103.png new file mode 100644 index 0000000..17850e9 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-103.png differ diff --git a/images/ua42/UA42ST_MGS-1-104.png b/images/ua42/UA42ST_MGS-1-104.png new file mode 100644 index 0000000..4e2a4d1 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-104.png differ diff --git a/images/ua42/UA42ST_MGS-1-105.png b/images/ua42/UA42ST_MGS-1-105.png new file mode 100644 index 0000000..2dfa755 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-105.png differ diff --git a/images/ua42/UA42ST_MGS-1-106.png b/images/ua42/UA42ST_MGS-1-106.png new file mode 100644 index 0000000..cb69ea7 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-106.png differ diff --git a/images/ua42/UA42ST_MGS-1-107.png b/images/ua42/UA42ST_MGS-1-107.png new file mode 100644 index 0000000..3b3ae82 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-107.png differ diff --git a/images/ua42/UA42ST_MGS-1-108.png b/images/ua42/UA42ST_MGS-1-108.png new file mode 100644 index 0000000..d7677d9 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-108.png differ diff --git a/images/ua42/UA42ST_MGS-1-109.png b/images/ua42/UA42ST_MGS-1-109.png new file mode 100644 index 0000000..193f273 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-109.png differ diff --git a/images/ua42/UA42ST_MGS-1-110.png b/images/ua42/UA42ST_MGS-1-110.png new file mode 100644 index 0000000..6e50b52 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-110.png differ diff --git a/images/ua42/UA42ST_MGS-1-110_p1.png b/images/ua42/UA42ST_MGS-1-110_p1.png new file mode 100644 index 0000000..a5d6937 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-110_p1.png differ diff --git a/images/ua42/UA42ST_MGS-1-111.png b/images/ua42/UA42ST_MGS-1-111.png new file mode 100644 index 0000000..c62bbb4 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-111.png differ diff --git a/images/ua42/UA42ST_MGS-1-111_p1.png b/images/ua42/UA42ST_MGS-1-111_p1.png new file mode 100644 index 0000000..552e907 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-111_p1.png differ diff --git a/images/ua42/UA42ST_MGS-1-112.png b/images/ua42/UA42ST_MGS-1-112.png new file mode 100644 index 0000000..4a47a6d Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-112.png differ diff --git a/images/ua42/UA42ST_MGS-1-112_p1.png b/images/ua42/UA42ST_MGS-1-112_p1.png new file mode 100644 index 0000000..7379962 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-112_p1.png differ diff --git a/images/ua42/UA42ST_MGS-1-113.png b/images/ua42/UA42ST_MGS-1-113.png new file mode 100644 index 0000000..9caa3da Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-113.png differ diff --git a/images/ua42/UA42ST_MGS-1-113_p1.png b/images/ua42/UA42ST_MGS-1-113_p1.png new file mode 100644 index 0000000..7e0d598 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-113_p1.png differ diff --git a/images/ua42/UA42ST_MGS-1-AP01.png b/images/ua42/UA42ST_MGS-1-AP01.png new file mode 100644 index 0000000..8c8fc48 Binary files /dev/null and b/images/ua42/UA42ST_MGS-1-AP01.png differ diff --git a/images/ua42/UAPR_MGS-1-055.png b/images/ua42/UAPR_MGS-1-055.png new file mode 100644 index 0000000..6cc2169 Binary files /dev/null and b/images/ua42/UAPR_MGS-1-055.png differ diff --git a/images/ua42/UAPR_MGS-1-080.png b/images/ua42/UAPR_MGS-1-080.png new file mode 100644 index 0000000..cca44c5 Binary files /dev/null and b/images/ua42/UAPR_MGS-1-080.png differ diff --git a/images/ua42/UAPR_MGS-P-001.png b/images/ua42/UAPR_MGS-P-001.png new file mode 100644 index 0000000..4a45727 Binary files /dev/null and b/images/ua42/UAPR_MGS-P-001.png differ diff --git a/images/ua43/UA43BT_SMD-1-001.png b/images/ua43/UA43BT_SMD-1-001.png new file mode 100644 index 0000000..c37576c Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-001.png differ diff --git a/images/ua43/UA43BT_SMD-1-002.png b/images/ua43/UA43BT_SMD-1-002.png new file mode 100644 index 0000000..60839cb Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-002.png differ diff --git a/images/ua43/UA43BT_SMD-1-003.png b/images/ua43/UA43BT_SMD-1-003.png new file mode 100644 index 0000000..8dcc48b Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-003.png differ diff --git a/images/ua43/UA43BT_SMD-1-004.png b/images/ua43/UA43BT_SMD-1-004.png new file mode 100644 index 0000000..db983a3 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-004.png differ diff --git a/images/ua43/UA43BT_SMD-1-005.png b/images/ua43/UA43BT_SMD-1-005.png new file mode 100644 index 0000000..11e60bb Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-005.png differ diff --git a/images/ua43/UA43BT_SMD-1-006.png b/images/ua43/UA43BT_SMD-1-006.png new file mode 100644 index 0000000..5d97de0 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-006.png differ diff --git a/images/ua43/UA43BT_SMD-1-007.png b/images/ua43/UA43BT_SMD-1-007.png new file mode 100644 index 0000000..e60b2ab Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-007.png differ diff --git a/images/ua43/UA43BT_SMD-1-007_p1.png b/images/ua43/UA43BT_SMD-1-007_p1.png new file mode 100644 index 0000000..e732e1c Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-007_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-008.png b/images/ua43/UA43BT_SMD-1-008.png new file mode 100644 index 0000000..c8793b9 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-008.png differ diff --git a/images/ua43/UA43BT_SMD-1-008_p1.png b/images/ua43/UA43BT_SMD-1-008_p1.png new file mode 100644 index 0000000..883ffed Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-008_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-009.png b/images/ua43/UA43BT_SMD-1-009.png new file mode 100644 index 0000000..ff21453 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-009.png differ diff --git a/images/ua43/UA43BT_SMD-1-010.png b/images/ua43/UA43BT_SMD-1-010.png new file mode 100644 index 0000000..143f0e9 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-010.png differ diff --git a/images/ua43/UA43BT_SMD-1-011.png b/images/ua43/UA43BT_SMD-1-011.png new file mode 100644 index 0000000..9635938 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-011.png differ diff --git a/images/ua43/UA43BT_SMD-1-012.png b/images/ua43/UA43BT_SMD-1-012.png new file mode 100644 index 0000000..24a1d31 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-012.png differ diff --git a/images/ua43/UA43BT_SMD-1-012_p1.png b/images/ua43/UA43BT_SMD-1-012_p1.png new file mode 100644 index 0000000..2680761 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-012_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-013.png b/images/ua43/UA43BT_SMD-1-013.png new file mode 100644 index 0000000..21defbf Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-013.png differ diff --git a/images/ua43/UA43BT_SMD-1-014.png b/images/ua43/UA43BT_SMD-1-014.png new file mode 100644 index 0000000..578399d Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-014.png differ diff --git a/images/ua43/UA43BT_SMD-1-015.png b/images/ua43/UA43BT_SMD-1-015.png new file mode 100644 index 0000000..fad7ec0 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-015.png differ diff --git a/images/ua43/UA43BT_SMD-1-016.png b/images/ua43/UA43BT_SMD-1-016.png new file mode 100644 index 0000000..363379e Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-016.png differ diff --git a/images/ua43/UA43BT_SMD-1-016_p1.png b/images/ua43/UA43BT_SMD-1-016_p1.png new file mode 100644 index 0000000..b0800aa Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-016_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-017.png b/images/ua43/UA43BT_SMD-1-017.png new file mode 100644 index 0000000..8c5e1a2 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-017.png differ diff --git a/images/ua43/UA43BT_SMD-1-017_p1.png b/images/ua43/UA43BT_SMD-1-017_p1.png new file mode 100644 index 0000000..2b672d3 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-017_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-018.png b/images/ua43/UA43BT_SMD-1-018.png new file mode 100644 index 0000000..634f930 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-018.png differ diff --git a/images/ua43/UA43BT_SMD-1-018_p1.png b/images/ua43/UA43BT_SMD-1-018_p1.png new file mode 100644 index 0000000..a44f316 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-018_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-019.png b/images/ua43/UA43BT_SMD-1-019.png new file mode 100644 index 0000000..4492b1f Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-019.png differ diff --git a/images/ua43/UA43BT_SMD-1-020.png b/images/ua43/UA43BT_SMD-1-020.png new file mode 100644 index 0000000..d7f2cc2 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-020.png differ diff --git a/images/ua43/UA43BT_SMD-1-021.png b/images/ua43/UA43BT_SMD-1-021.png new file mode 100644 index 0000000..c1ff753 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-021.png differ diff --git a/images/ua43/UA43BT_SMD-1-022.png b/images/ua43/UA43BT_SMD-1-022.png new file mode 100644 index 0000000..ab0379f Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-022.png differ diff --git a/images/ua43/UA43BT_SMD-1-023.png b/images/ua43/UA43BT_SMD-1-023.png new file mode 100644 index 0000000..4096a02 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-023.png differ diff --git a/images/ua43/UA43BT_SMD-1-024.png b/images/ua43/UA43BT_SMD-1-024.png new file mode 100644 index 0000000..3f67db3 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-024.png differ diff --git a/images/ua43/UA43BT_SMD-1-025.png b/images/ua43/UA43BT_SMD-1-025.png new file mode 100644 index 0000000..d9a7c6d Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-025.png differ diff --git a/images/ua43/UA43BT_SMD-1-025_p1.png b/images/ua43/UA43BT_SMD-1-025_p1.png new file mode 100644 index 0000000..4a2fa01 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-025_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-026.png b/images/ua43/UA43BT_SMD-1-026.png new file mode 100644 index 0000000..f7d5faa Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-026.png differ diff --git a/images/ua43/UA43BT_SMD-1-026_p1.png b/images/ua43/UA43BT_SMD-1-026_p1.png new file mode 100644 index 0000000..fe2fd17 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-026_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-026_p2.png b/images/ua43/UA43BT_SMD-1-026_p2.png new file mode 100644 index 0000000..46a882e Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-026_p2.png differ diff --git a/images/ua43/UA43BT_SMD-1-027.png b/images/ua43/UA43BT_SMD-1-027.png new file mode 100644 index 0000000..9d414c6 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-027.png differ diff --git a/images/ua43/UA43BT_SMD-1-028.png b/images/ua43/UA43BT_SMD-1-028.png new file mode 100644 index 0000000..740ae3d Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-028.png differ diff --git a/images/ua43/UA43BT_SMD-1-029.png b/images/ua43/UA43BT_SMD-1-029.png new file mode 100644 index 0000000..72ee9f8 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-029.png differ diff --git a/images/ua43/UA43BT_SMD-1-030.png b/images/ua43/UA43BT_SMD-1-030.png new file mode 100644 index 0000000..2bb6ef7 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-030.png differ diff --git a/images/ua43/UA43BT_SMD-1-030_p1.png b/images/ua43/UA43BT_SMD-1-030_p1.png new file mode 100644 index 0000000..d24d0a8 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-030_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-031.png b/images/ua43/UA43BT_SMD-1-031.png new file mode 100644 index 0000000..8f874ff Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-031.png differ diff --git a/images/ua43/UA43BT_SMD-1-031_p1.png b/images/ua43/UA43BT_SMD-1-031_p1.png new file mode 100644 index 0000000..847f8c3 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-031_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-032.png b/images/ua43/UA43BT_SMD-1-032.png new file mode 100644 index 0000000..5e4ec62 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-032.png differ diff --git a/images/ua43/UA43BT_SMD-1-033.png b/images/ua43/UA43BT_SMD-1-033.png new file mode 100644 index 0000000..74b5729 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-033.png differ diff --git a/images/ua43/UA43BT_SMD-1-034.png b/images/ua43/UA43BT_SMD-1-034.png new file mode 100644 index 0000000..d977817 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-034.png differ diff --git a/images/ua43/UA43BT_SMD-1-035.png b/images/ua43/UA43BT_SMD-1-035.png new file mode 100644 index 0000000..a5afdae Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-035.png differ diff --git a/images/ua43/UA43BT_SMD-1-036.png b/images/ua43/UA43BT_SMD-1-036.png new file mode 100644 index 0000000..1b76890 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-036.png differ diff --git a/images/ua43/UA43BT_SMD-1-037.png b/images/ua43/UA43BT_SMD-1-037.png new file mode 100644 index 0000000..bbf4226 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-037.png differ diff --git a/images/ua43/UA43BT_SMD-1-038.png b/images/ua43/UA43BT_SMD-1-038.png new file mode 100644 index 0000000..c2168fd Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-038.png differ diff --git a/images/ua43/UA43BT_SMD-1-039.png b/images/ua43/UA43BT_SMD-1-039.png new file mode 100644 index 0000000..69c2641 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-039.png differ diff --git a/images/ua43/UA43BT_SMD-1-040.png b/images/ua43/UA43BT_SMD-1-040.png new file mode 100644 index 0000000..85db7ed Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-040.png differ diff --git a/images/ua43/UA43BT_SMD-1-041.png b/images/ua43/UA43BT_SMD-1-041.png new file mode 100644 index 0000000..41a9d02 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-041.png differ diff --git a/images/ua43/UA43BT_SMD-1-042.png b/images/ua43/UA43BT_SMD-1-042.png new file mode 100644 index 0000000..6c3d751 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-042.png differ diff --git a/images/ua43/UA43BT_SMD-1-043.png b/images/ua43/UA43BT_SMD-1-043.png new file mode 100644 index 0000000..57c1332 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-043.png differ diff --git a/images/ua43/UA43BT_SMD-1-044.png b/images/ua43/UA43BT_SMD-1-044.png new file mode 100644 index 0000000..c188a1d Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-044.png differ diff --git a/images/ua43/UA43BT_SMD-1-044_p1.png b/images/ua43/UA43BT_SMD-1-044_p1.png new file mode 100644 index 0000000..50364cf Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-044_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-045.png b/images/ua43/UA43BT_SMD-1-045.png new file mode 100644 index 0000000..946c766 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-045.png differ diff --git a/images/ua43/UA43BT_SMD-1-045_p1.png b/images/ua43/UA43BT_SMD-1-045_p1.png new file mode 100644 index 0000000..decc044 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-045_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-046.png b/images/ua43/UA43BT_SMD-1-046.png new file mode 100644 index 0000000..be1c6fd Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-046.png differ diff --git a/images/ua43/UA43BT_SMD-1-046_p1.png b/images/ua43/UA43BT_SMD-1-046_p1.png new file mode 100644 index 0000000..7ac4798 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-046_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-047.png b/images/ua43/UA43BT_SMD-1-047.png new file mode 100644 index 0000000..a81967e Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-047.png differ diff --git a/images/ua43/UA43BT_SMD-1-048.png b/images/ua43/UA43BT_SMD-1-048.png new file mode 100644 index 0000000..a22318c Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-048.png differ diff --git a/images/ua43/UA43BT_SMD-1-049.png b/images/ua43/UA43BT_SMD-1-049.png new file mode 100644 index 0000000..66339d6 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-049.png differ diff --git a/images/ua43/UA43BT_SMD-1-050.png b/images/ua43/UA43BT_SMD-1-050.png new file mode 100644 index 0000000..a0421a8 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-050.png differ diff --git a/images/ua43/UA43BT_SMD-1-051.png b/images/ua43/UA43BT_SMD-1-051.png new file mode 100644 index 0000000..ee45218 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-051.png differ diff --git a/images/ua43/UA43BT_SMD-1-051_p1.png b/images/ua43/UA43BT_SMD-1-051_p1.png new file mode 100644 index 0000000..4287fdf Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-051_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-052.png b/images/ua43/UA43BT_SMD-1-052.png new file mode 100644 index 0000000..e95470c Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-052.png differ diff --git a/images/ua43/UA43BT_SMD-1-053.png b/images/ua43/UA43BT_SMD-1-053.png new file mode 100644 index 0000000..51d72be Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-053.png differ diff --git a/images/ua43/UA43BT_SMD-1-054.png b/images/ua43/UA43BT_SMD-1-054.png new file mode 100644 index 0000000..f3d0746 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-054.png differ diff --git a/images/ua43/UA43BT_SMD-1-054_p1.png b/images/ua43/UA43BT_SMD-1-054_p1.png new file mode 100644 index 0000000..ec90851 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-054_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-055.png b/images/ua43/UA43BT_SMD-1-055.png new file mode 100644 index 0000000..a551e1f Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-055.png differ diff --git a/images/ua43/UA43BT_SMD-1-055_p1.png b/images/ua43/UA43BT_SMD-1-055_p1.png new file mode 100644 index 0000000..0f079ba Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-055_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-056.png b/images/ua43/UA43BT_SMD-1-056.png new file mode 100644 index 0000000..d01e528 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-056.png differ diff --git a/images/ua43/UA43BT_SMD-1-056_p1.png b/images/ua43/UA43BT_SMD-1-056_p1.png new file mode 100644 index 0000000..9fe5324 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-056_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-057.png b/images/ua43/UA43BT_SMD-1-057.png new file mode 100644 index 0000000..cf601bd Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-057.png differ diff --git a/images/ua43/UA43BT_SMD-1-058.png b/images/ua43/UA43BT_SMD-1-058.png new file mode 100644 index 0000000..bf74868 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-058.png differ diff --git a/images/ua43/UA43BT_SMD-1-059.png b/images/ua43/UA43BT_SMD-1-059.png new file mode 100644 index 0000000..a960791 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-059.png differ diff --git a/images/ua43/UA43BT_SMD-1-060.png b/images/ua43/UA43BT_SMD-1-060.png new file mode 100644 index 0000000..b2d074f Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-060.png differ diff --git a/images/ua43/UA43BT_SMD-1-060_p1.png b/images/ua43/UA43BT_SMD-1-060_p1.png new file mode 100644 index 0000000..67b02e3 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-060_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-061.png b/images/ua43/UA43BT_SMD-1-061.png new file mode 100644 index 0000000..d957045 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-061.png differ diff --git a/images/ua43/UA43BT_SMD-1-061_p1.png b/images/ua43/UA43BT_SMD-1-061_p1.png new file mode 100644 index 0000000..c6bf63a Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-061_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-062.png b/images/ua43/UA43BT_SMD-1-062.png new file mode 100644 index 0000000..b596132 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-062.png differ diff --git a/images/ua43/UA43BT_SMD-1-063.png b/images/ua43/UA43BT_SMD-1-063.png new file mode 100644 index 0000000..5807183 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-063.png differ diff --git a/images/ua43/UA43BT_SMD-1-064.png b/images/ua43/UA43BT_SMD-1-064.png new file mode 100644 index 0000000..9a28500 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-064.png differ diff --git a/images/ua43/UA43BT_SMD-1-065.png b/images/ua43/UA43BT_SMD-1-065.png new file mode 100644 index 0000000..b16f28c Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-065.png differ diff --git a/images/ua43/UA43BT_SMD-1-066.png b/images/ua43/UA43BT_SMD-1-066.png new file mode 100644 index 0000000..1ffb6cd Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-066.png differ diff --git a/images/ua43/UA43BT_SMD-1-067.png b/images/ua43/UA43BT_SMD-1-067.png new file mode 100644 index 0000000..a108dc2 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-067.png differ diff --git a/images/ua43/UA43BT_SMD-1-068.png b/images/ua43/UA43BT_SMD-1-068.png new file mode 100644 index 0000000..48c21cb Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-068.png differ diff --git a/images/ua43/UA43BT_SMD-1-069.png b/images/ua43/UA43BT_SMD-1-069.png new file mode 100644 index 0000000..51a1a5b Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-069.png differ diff --git a/images/ua43/UA43BT_SMD-1-069_p1.png b/images/ua43/UA43BT_SMD-1-069_p1.png new file mode 100644 index 0000000..ea4044b Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-069_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-070.png b/images/ua43/UA43BT_SMD-1-070.png new file mode 100644 index 0000000..4c06d0a Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-070.png differ diff --git a/images/ua43/UA43BT_SMD-1-071.png b/images/ua43/UA43BT_SMD-1-071.png new file mode 100644 index 0000000..11542ff Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-071.png differ diff --git a/images/ua43/UA43BT_SMD-1-072.png b/images/ua43/UA43BT_SMD-1-072.png new file mode 100644 index 0000000..e6d874d Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-072.png differ diff --git a/images/ua43/UA43BT_SMD-1-073.png b/images/ua43/UA43BT_SMD-1-073.png new file mode 100644 index 0000000..514dc41 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-073.png differ diff --git a/images/ua43/UA43BT_SMD-1-074.png b/images/ua43/UA43BT_SMD-1-074.png new file mode 100644 index 0000000..de8add8 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-074.png differ diff --git a/images/ua43/UA43BT_SMD-1-075.png b/images/ua43/UA43BT_SMD-1-075.png new file mode 100644 index 0000000..3931b69 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-075.png differ diff --git a/images/ua43/UA43BT_SMD-1-076.png b/images/ua43/UA43BT_SMD-1-076.png new file mode 100644 index 0000000..7ccebbe Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-076.png differ diff --git a/images/ua43/UA43BT_SMD-1-077.png b/images/ua43/UA43BT_SMD-1-077.png new file mode 100644 index 0000000..d52791a Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-077.png differ diff --git a/images/ua43/UA43BT_SMD-1-078.png b/images/ua43/UA43BT_SMD-1-078.png new file mode 100644 index 0000000..6777e9a Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-078.png differ diff --git a/images/ua43/UA43BT_SMD-1-079.png b/images/ua43/UA43BT_SMD-1-079.png new file mode 100644 index 0000000..db2a7bf Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-079.png differ diff --git a/images/ua43/UA43BT_SMD-1-080.png b/images/ua43/UA43BT_SMD-1-080.png new file mode 100644 index 0000000..dcce52d Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-080.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP01.png b/images/ua43/UA43BT_SMD-1-AP01.png new file mode 100644 index 0000000..bad7335 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP01.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP01_p1.png b/images/ua43/UA43BT_SMD-1-AP01_p1.png new file mode 100644 index 0000000..eb8ec3f Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP01_p1.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP02.png b/images/ua43/UA43BT_SMD-1-AP02.png new file mode 100644 index 0000000..4bc33c7 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP02.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP03.png b/images/ua43/UA43BT_SMD-1-AP03.png new file mode 100644 index 0000000..87b6bbd Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP03.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP04.png b/images/ua43/UA43BT_SMD-1-AP04.png new file mode 100644 index 0000000..9520c2b Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP04.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP05.png b/images/ua43/UA43BT_SMD-1-AP05.png new file mode 100644 index 0000000..d5b440b Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP05.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP06.png b/images/ua43/UA43BT_SMD-1-AP06.png new file mode 100644 index 0000000..1ac9959 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP06.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP07.png b/images/ua43/UA43BT_SMD-1-AP07.png new file mode 100644 index 0000000..bd08b16 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP07.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP08.png b/images/ua43/UA43BT_SMD-1-AP08.png new file mode 100644 index 0000000..27c25d9 Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP08.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP09.png b/images/ua43/UA43BT_SMD-1-AP09.png new file mode 100644 index 0000000..5f3d06e Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP09.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP10.png b/images/ua43/UA43BT_SMD-1-AP10.png new file mode 100644 index 0000000..bec868a Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP10.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP11.png b/images/ua43/UA43BT_SMD-1-AP11.png new file mode 100644 index 0000000..5034acf Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP11.png differ diff --git a/images/ua43/UA43BT_SMD-1-AP12.png b/images/ua43/UA43BT_SMD-1-AP12.png new file mode 100644 index 0000000..c0e996a Binary files /dev/null and b/images/ua43/UA43BT_SMD-1-AP12.png differ diff --git a/images/ua43/UAPR_SMD-1-022.png b/images/ua43/UAPR_SMD-1-022.png new file mode 100644 index 0000000..1631b04 Binary files /dev/null and b/images/ua43/UAPR_SMD-1-022.png differ diff --git a/images/ua43/UAPR_SMD-1-058.png b/images/ua43/UAPR_SMD-1-058.png new file mode 100644 index 0000000..7eab138 Binary files /dev/null and b/images/ua43/UAPR_SMD-1-058.png differ diff --git a/images/ua43/UAPR_SMD-AP01.png b/images/ua43/UAPR_SMD-AP01.png new file mode 100644 index 0000000..5c78f9f Binary files /dev/null and b/images/ua43/UAPR_SMD-AP01.png differ diff --git a/images/ua43/UAPR_SMD-AP02.png b/images/ua43/UAPR_SMD-AP02.png new file mode 100644 index 0000000..fcd759e Binary files /dev/null and b/images/ua43/UAPR_SMD-AP02.png differ diff --git a/images/ua43/UAPR_SMD-P-001.png b/images/ua43/UAPR_SMD-P-001.png new file mode 100644 index 0000000..d0a0952 Binary files /dev/null and b/images/ua43/UAPR_SMD-P-001.png differ diff --git a/images/ua44/UA44BT_EVA-1-001.png b/images/ua44/UA44BT_EVA-1-001.png new file mode 100644 index 0000000..292e510 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-001.png differ diff --git a/images/ua44/UA44BT_EVA-1-002.png b/images/ua44/UA44BT_EVA-1-002.png new file mode 100644 index 0000000..5120d11 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-002.png differ diff --git a/images/ua44/UA44BT_EVA-1-002_p1.png b/images/ua44/UA44BT_EVA-1-002_p1.png new file mode 100644 index 0000000..65e9fdd Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-002_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-003.png b/images/ua44/UA44BT_EVA-1-003.png new file mode 100644 index 0000000..352be81 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-003.png differ diff --git a/images/ua44/UA44BT_EVA-1-003_p1.png b/images/ua44/UA44BT_EVA-1-003_p1.png new file mode 100644 index 0000000..65cac6b Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-003_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-004.png b/images/ua44/UA44BT_EVA-1-004.png new file mode 100644 index 0000000..62520fb Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-004.png differ diff --git a/images/ua44/UA44BT_EVA-1-004_p1.png b/images/ua44/UA44BT_EVA-1-004_p1.png new file mode 100644 index 0000000..ce66411 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-004_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-005.png b/images/ua44/UA44BT_EVA-1-005.png new file mode 100644 index 0000000..82cfa6a Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-005.png differ diff --git a/images/ua44/UA44BT_EVA-1-005_p1.png b/images/ua44/UA44BT_EVA-1-005_p1.png new file mode 100644 index 0000000..9324a6e Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-005_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-006.png b/images/ua44/UA44BT_EVA-1-006.png new file mode 100644 index 0000000..8b5431f Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-006.png differ diff --git a/images/ua44/UA44BT_EVA-1-007.png b/images/ua44/UA44BT_EVA-1-007.png new file mode 100644 index 0000000..08bdb37 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-007.png differ diff --git a/images/ua44/UA44BT_EVA-1-008.png b/images/ua44/UA44BT_EVA-1-008.png new file mode 100644 index 0000000..cbf05dc Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-008.png differ diff --git a/images/ua44/UA44BT_EVA-1-008_p1.png b/images/ua44/UA44BT_EVA-1-008_p1.png new file mode 100644 index 0000000..8e242f3 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-008_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-009.png b/images/ua44/UA44BT_EVA-1-009.png new file mode 100644 index 0000000..2a58624 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-009.png differ diff --git a/images/ua44/UA44BT_EVA-1-009_p1.png b/images/ua44/UA44BT_EVA-1-009_p1.png new file mode 100644 index 0000000..3a2ec75 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-009_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-010.png b/images/ua44/UA44BT_EVA-1-010.png new file mode 100644 index 0000000..5ef6ce0 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-010.png differ diff --git a/images/ua44/UA44BT_EVA-1-011.png b/images/ua44/UA44BT_EVA-1-011.png new file mode 100644 index 0000000..564c817 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-011.png differ diff --git a/images/ua44/UA44BT_EVA-1-012.png b/images/ua44/UA44BT_EVA-1-012.png new file mode 100644 index 0000000..9650fb8 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-012.png differ diff --git a/images/ua44/UA44BT_EVA-1-012_p1.png b/images/ua44/UA44BT_EVA-1-012_p1.png new file mode 100644 index 0000000..d4e5954 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-012_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-013.png b/images/ua44/UA44BT_EVA-1-013.png new file mode 100644 index 0000000..2b9ee59 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-013.png differ diff --git a/images/ua44/UA44BT_EVA-1-013_p1.png b/images/ua44/UA44BT_EVA-1-013_p1.png new file mode 100644 index 0000000..4faf577 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-013_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-014.png b/images/ua44/UA44BT_EVA-1-014.png new file mode 100644 index 0000000..bbc7c1b Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-014.png differ diff --git a/images/ua44/UA44BT_EVA-1-014_p1.png b/images/ua44/UA44BT_EVA-1-014_p1.png new file mode 100644 index 0000000..6ec464e Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-014_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-015.png b/images/ua44/UA44BT_EVA-1-015.png new file mode 100644 index 0000000..6371e63 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-015.png differ diff --git a/images/ua44/UA44BT_EVA-1-016.png b/images/ua44/UA44BT_EVA-1-016.png new file mode 100644 index 0000000..db37ea7 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-016.png differ diff --git a/images/ua44/UA44BT_EVA-1-017.png b/images/ua44/UA44BT_EVA-1-017.png new file mode 100644 index 0000000..6b64cf1 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-017.png differ diff --git a/images/ua44/UA44BT_EVA-1-017_p1.png b/images/ua44/UA44BT_EVA-1-017_p1.png new file mode 100644 index 0000000..3d908c9 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-017_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-018.png b/images/ua44/UA44BT_EVA-1-018.png new file mode 100644 index 0000000..61b30a6 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-018.png differ diff --git a/images/ua44/UA44BT_EVA-1-018_p1.png b/images/ua44/UA44BT_EVA-1-018_p1.png new file mode 100644 index 0000000..470799f Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-018_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-019.png b/images/ua44/UA44BT_EVA-1-019.png new file mode 100644 index 0000000..039d5ae Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-019.png differ diff --git a/images/ua44/UA44BT_EVA-1-020.png b/images/ua44/UA44BT_EVA-1-020.png new file mode 100644 index 0000000..b955889 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-020.png differ diff --git a/images/ua44/UA44BT_EVA-1-021.png b/images/ua44/UA44BT_EVA-1-021.png new file mode 100644 index 0000000..9f6b891 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-021.png differ diff --git a/images/ua44/UA44BT_EVA-1-022.png b/images/ua44/UA44BT_EVA-1-022.png new file mode 100644 index 0000000..ec9747c Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-022.png differ diff --git a/images/ua44/UA44BT_EVA-1-023.png b/images/ua44/UA44BT_EVA-1-023.png new file mode 100644 index 0000000..35724b9 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-023.png differ diff --git a/images/ua44/UA44BT_EVA-1-024.png b/images/ua44/UA44BT_EVA-1-024.png new file mode 100644 index 0000000..a160e49 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-024.png differ diff --git a/images/ua44/UA44BT_EVA-1-025.png b/images/ua44/UA44BT_EVA-1-025.png new file mode 100644 index 0000000..b6ab064 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-025.png differ diff --git a/images/ua44/UA44BT_EVA-1-026.png b/images/ua44/UA44BT_EVA-1-026.png new file mode 100644 index 0000000..a3165c4 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-026.png differ diff --git a/images/ua44/UA44BT_EVA-1-026_p1.png b/images/ua44/UA44BT_EVA-1-026_p1.png new file mode 100644 index 0000000..f01d61c Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-026_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-027.png b/images/ua44/UA44BT_EVA-1-027.png new file mode 100644 index 0000000..aadb6a9 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-027.png differ diff --git a/images/ua44/UA44BT_EVA-1-028.png b/images/ua44/UA44BT_EVA-1-028.png new file mode 100644 index 0000000..36b88d5 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-028.png differ diff --git a/images/ua44/UA44BT_EVA-1-029.png b/images/ua44/UA44BT_EVA-1-029.png new file mode 100644 index 0000000..98ddf61 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-029.png differ diff --git a/images/ua44/UA44BT_EVA-1-030.png b/images/ua44/UA44BT_EVA-1-030.png new file mode 100644 index 0000000..1d31194 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-030.png differ diff --git a/images/ua44/UA44BT_EVA-1-031.png b/images/ua44/UA44BT_EVA-1-031.png new file mode 100644 index 0000000..33fdc31 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-031.png differ diff --git a/images/ua44/UA44BT_EVA-1-032.png b/images/ua44/UA44BT_EVA-1-032.png new file mode 100644 index 0000000..1da12cd Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-032.png differ diff --git a/images/ua44/UA44BT_EVA-1-033.png b/images/ua44/UA44BT_EVA-1-033.png new file mode 100644 index 0000000..3cceb26 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-033.png differ diff --git a/images/ua44/UA44BT_EVA-1-033_p1.png b/images/ua44/UA44BT_EVA-1-033_p1.png new file mode 100644 index 0000000..6c40968 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-033_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-034.png b/images/ua44/UA44BT_EVA-1-034.png new file mode 100644 index 0000000..8730335 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-034.png differ diff --git a/images/ua44/UA44BT_EVA-1-034_p1.png b/images/ua44/UA44BT_EVA-1-034_p1.png new file mode 100644 index 0000000..154a39d Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-034_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-035.png b/images/ua44/UA44BT_EVA-1-035.png new file mode 100644 index 0000000..768dafb Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-035.png differ diff --git a/images/ua44/UA44BT_EVA-1-036.png b/images/ua44/UA44BT_EVA-1-036.png new file mode 100644 index 0000000..7f2b5f5 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-036.png differ diff --git a/images/ua44/UA44BT_EVA-1-037.png b/images/ua44/UA44BT_EVA-1-037.png new file mode 100644 index 0000000..4758c55 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-037.png differ diff --git a/images/ua44/UA44BT_EVA-1-038.png b/images/ua44/UA44BT_EVA-1-038.png new file mode 100644 index 0000000..a18b57b Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-038.png differ diff --git a/images/ua44/UA44BT_EVA-1-039.png b/images/ua44/UA44BT_EVA-1-039.png new file mode 100644 index 0000000..f7360b8 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-039.png differ diff --git a/images/ua44/UA44BT_EVA-1-039_p1.png b/images/ua44/UA44BT_EVA-1-039_p1.png new file mode 100644 index 0000000..cf25bfa Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-039_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-039_p2.png b/images/ua44/UA44BT_EVA-1-039_p2.png new file mode 100644 index 0000000..315ee4f Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-039_p2.png differ diff --git a/images/ua44/UA44BT_EVA-1-040.png b/images/ua44/UA44BT_EVA-1-040.png new file mode 100644 index 0000000..b9f9cf9 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-040.png differ diff --git a/images/ua44/UA44BT_EVA-1-041.png b/images/ua44/UA44BT_EVA-1-041.png new file mode 100644 index 0000000..37dbba2 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-041.png differ diff --git a/images/ua44/UA44BT_EVA-1-042.png b/images/ua44/UA44BT_EVA-1-042.png new file mode 100644 index 0000000..61b5dda Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-042.png differ diff --git a/images/ua44/UA44BT_EVA-1-042_p1.png b/images/ua44/UA44BT_EVA-1-042_p1.png new file mode 100644 index 0000000..616fcf5 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-042_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-043.png b/images/ua44/UA44BT_EVA-1-043.png new file mode 100644 index 0000000..960e9c7 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-043.png differ diff --git a/images/ua44/UA44BT_EVA-1-043_p1.png b/images/ua44/UA44BT_EVA-1-043_p1.png new file mode 100644 index 0000000..ad496fd Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-043_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-044.png b/images/ua44/UA44BT_EVA-1-044.png new file mode 100644 index 0000000..8b34a3c Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-044.png differ diff --git a/images/ua44/UA44BT_EVA-1-045.png b/images/ua44/UA44BT_EVA-1-045.png new file mode 100644 index 0000000..3d969b2 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-045.png differ diff --git a/images/ua44/UA44BT_EVA-1-046.png b/images/ua44/UA44BT_EVA-1-046.png new file mode 100644 index 0000000..4c62696 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-046.png differ diff --git a/images/ua44/UA44BT_EVA-1-046_p1.png b/images/ua44/UA44BT_EVA-1-046_p1.png new file mode 100644 index 0000000..fac5894 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-046_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-047.png b/images/ua44/UA44BT_EVA-1-047.png new file mode 100644 index 0000000..4ca0159 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-047.png differ diff --git a/images/ua44/UA44BT_EVA-1-048.png b/images/ua44/UA44BT_EVA-1-048.png new file mode 100644 index 0000000..0e4e4cc Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-048.png differ diff --git a/images/ua44/UA44BT_EVA-1-049.png b/images/ua44/UA44BT_EVA-1-049.png new file mode 100644 index 0000000..cb345d8 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-049.png differ diff --git a/images/ua44/UA44BT_EVA-1-050.png b/images/ua44/UA44BT_EVA-1-050.png new file mode 100644 index 0000000..8fc9f08 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-050.png differ diff --git a/images/ua44/UA44BT_EVA-1-051.png b/images/ua44/UA44BT_EVA-1-051.png new file mode 100644 index 0000000..af2470f Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-051.png differ diff --git a/images/ua44/UA44BT_EVA-1-052.png b/images/ua44/UA44BT_EVA-1-052.png new file mode 100644 index 0000000..f454617 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-052.png differ diff --git a/images/ua44/UA44BT_EVA-1-053.png b/images/ua44/UA44BT_EVA-1-053.png new file mode 100644 index 0000000..e8b4509 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-053.png differ diff --git a/images/ua44/UA44BT_EVA-1-053_p1.png b/images/ua44/UA44BT_EVA-1-053_p1.png new file mode 100644 index 0000000..4392a9d Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-053_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-054.png b/images/ua44/UA44BT_EVA-1-054.png new file mode 100644 index 0000000..4459b30 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-054.png differ diff --git a/images/ua44/UA44BT_EVA-1-055.png b/images/ua44/UA44BT_EVA-1-055.png new file mode 100644 index 0000000..7852b77 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-055.png differ diff --git a/images/ua44/UA44BT_EVA-1-056.png b/images/ua44/UA44BT_EVA-1-056.png new file mode 100644 index 0000000..3efac93 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-056.png differ diff --git a/images/ua44/UA44BT_EVA-1-057.png b/images/ua44/UA44BT_EVA-1-057.png new file mode 100644 index 0000000..407d973 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-057.png differ diff --git a/images/ua44/UA44BT_EVA-1-058.png b/images/ua44/UA44BT_EVA-1-058.png new file mode 100644 index 0000000..5a943a5 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-058.png differ diff --git a/images/ua44/UA44BT_EVA-1-059.png b/images/ua44/UA44BT_EVA-1-059.png new file mode 100644 index 0000000..9005797 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-059.png differ diff --git a/images/ua44/UA44BT_EVA-1-060.png b/images/ua44/UA44BT_EVA-1-060.png new file mode 100644 index 0000000..bb91eaa Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-060.png differ diff --git a/images/ua44/UA44BT_EVA-1-061.png b/images/ua44/UA44BT_EVA-1-061.png new file mode 100644 index 0000000..b465bef Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-061.png differ diff --git a/images/ua44/UA44BT_EVA-1-062.png b/images/ua44/UA44BT_EVA-1-062.png new file mode 100644 index 0000000..871117e Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-062.png differ diff --git a/images/ua44/UA44BT_EVA-1-063.png b/images/ua44/UA44BT_EVA-1-063.png new file mode 100644 index 0000000..3b2ee8e Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-063.png differ diff --git a/images/ua44/UA44BT_EVA-1-064.png b/images/ua44/UA44BT_EVA-1-064.png new file mode 100644 index 0000000..1cf12f0 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-064.png differ diff --git a/images/ua44/UA44BT_EVA-1-065.png b/images/ua44/UA44BT_EVA-1-065.png new file mode 100644 index 0000000..ba99be8 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-065.png differ diff --git a/images/ua44/UA44BT_EVA-1-066.png b/images/ua44/UA44BT_EVA-1-066.png new file mode 100644 index 0000000..37d99e9 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-066.png differ diff --git a/images/ua44/UA44BT_EVA-1-067.png b/images/ua44/UA44BT_EVA-1-067.png new file mode 100644 index 0000000..0c2e37d Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-067.png differ diff --git a/images/ua44/UA44BT_EVA-1-068.png b/images/ua44/UA44BT_EVA-1-068.png new file mode 100644 index 0000000..dcc41a0 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-068.png differ diff --git a/images/ua44/UA44BT_EVA-1-069.png b/images/ua44/UA44BT_EVA-1-069.png new file mode 100644 index 0000000..6ae40d0 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-069.png differ diff --git a/images/ua44/UA44BT_EVA-1-070.png b/images/ua44/UA44BT_EVA-1-070.png new file mode 100644 index 0000000..d9150e4 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-070.png differ diff --git a/images/ua44/UA44BT_EVA-1-071.png b/images/ua44/UA44BT_EVA-1-071.png new file mode 100644 index 0000000..8108e12 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-071.png differ diff --git a/images/ua44/UA44BT_EVA-1-072.png b/images/ua44/UA44BT_EVA-1-072.png new file mode 100644 index 0000000..ae824eb Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-072.png differ diff --git a/images/ua44/UA44BT_EVA-1-073.png b/images/ua44/UA44BT_EVA-1-073.png new file mode 100644 index 0000000..17fb221 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-073.png differ diff --git a/images/ua44/UA44BT_EVA-1-074.png b/images/ua44/UA44BT_EVA-1-074.png new file mode 100644 index 0000000..8b36d34 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-074.png differ diff --git a/images/ua44/UA44BT_EVA-1-075.png b/images/ua44/UA44BT_EVA-1-075.png new file mode 100644 index 0000000..109b3d9 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-075.png differ diff --git a/images/ua44/UA44BT_EVA-1-076.png b/images/ua44/UA44BT_EVA-1-076.png new file mode 100644 index 0000000..b042b7b Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-076.png differ diff --git a/images/ua44/UA44BT_EVA-1-077.png b/images/ua44/UA44BT_EVA-1-077.png new file mode 100644 index 0000000..3ac8645 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-077.png differ diff --git a/images/ua44/UA44BT_EVA-1-078.png b/images/ua44/UA44BT_EVA-1-078.png new file mode 100644 index 0000000..c56cb4d Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-078.png differ diff --git a/images/ua44/UA44BT_EVA-1-079.png b/images/ua44/UA44BT_EVA-1-079.png new file mode 100644 index 0000000..5b89452 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-079.png differ diff --git a/images/ua44/UA44BT_EVA-1-079_p1.png b/images/ua44/UA44BT_EVA-1-079_p1.png new file mode 100644 index 0000000..e73e925 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-079_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-079_p2.png b/images/ua44/UA44BT_EVA-1-079_p2.png new file mode 100644 index 0000000..7a02685 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-079_p2.png differ diff --git a/images/ua44/UA44BT_EVA-1-079_p3.png b/images/ua44/UA44BT_EVA-1-079_p3.png new file mode 100644 index 0000000..1abe93a Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-079_p3.png differ diff --git a/images/ua44/UA44BT_EVA-1-080.png b/images/ua44/UA44BT_EVA-1-080.png new file mode 100644 index 0000000..234f435 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-080.png differ diff --git a/images/ua44/UA44BT_EVA-1-080_p1.png b/images/ua44/UA44BT_EVA-1-080_p1.png new file mode 100644 index 0000000..0293662 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-080_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-080_p2.png b/images/ua44/UA44BT_EVA-1-080_p2.png new file mode 100644 index 0000000..7dc3f33 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-080_p2.png differ diff --git a/images/ua44/UA44BT_EVA-1-081.png b/images/ua44/UA44BT_EVA-1-081.png new file mode 100644 index 0000000..f057f8d Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-081.png differ diff --git a/images/ua44/UA44BT_EVA-1-081_p1.png b/images/ua44/UA44BT_EVA-1-081_p1.png new file mode 100644 index 0000000..7574030 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-081_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-082.png b/images/ua44/UA44BT_EVA-1-082.png new file mode 100644 index 0000000..daece55 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-082.png differ diff --git a/images/ua44/UA44BT_EVA-1-082_p1.png b/images/ua44/UA44BT_EVA-1-082_p1.png new file mode 100644 index 0000000..e41ea2c Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-082_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-083.png b/images/ua44/UA44BT_EVA-1-083.png new file mode 100644 index 0000000..980473a Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-083.png differ diff --git a/images/ua44/UA44BT_EVA-1-084.png b/images/ua44/UA44BT_EVA-1-084.png new file mode 100644 index 0000000..99b7e3a Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-084.png differ diff --git a/images/ua44/UA44BT_EVA-1-085.png b/images/ua44/UA44BT_EVA-1-085.png new file mode 100644 index 0000000..7a0886e Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-085.png differ diff --git a/images/ua44/UA44BT_EVA-1-085_p1.png b/images/ua44/UA44BT_EVA-1-085_p1.png new file mode 100644 index 0000000..0b052c3 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-085_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-086.png b/images/ua44/UA44BT_EVA-1-086.png new file mode 100644 index 0000000..952e09f Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-086.png differ diff --git a/images/ua44/UA44BT_EVA-1-087.png b/images/ua44/UA44BT_EVA-1-087.png new file mode 100644 index 0000000..778e2e4 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-087.png differ diff --git a/images/ua44/UA44BT_EVA-1-088.png b/images/ua44/UA44BT_EVA-1-088.png new file mode 100644 index 0000000..aad57da Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-088.png differ diff --git a/images/ua44/UA44BT_EVA-1-089.png b/images/ua44/UA44BT_EVA-1-089.png new file mode 100644 index 0000000..84d401a Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-089.png differ diff --git a/images/ua44/UA44BT_EVA-1-090.png b/images/ua44/UA44BT_EVA-1-090.png new file mode 100644 index 0000000..ce2db09 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-090.png differ diff --git a/images/ua44/UA44BT_EVA-1-091.png b/images/ua44/UA44BT_EVA-1-091.png new file mode 100644 index 0000000..c437acf Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-091.png differ diff --git a/images/ua44/UA44BT_EVA-1-092.png b/images/ua44/UA44BT_EVA-1-092.png new file mode 100644 index 0000000..321a7c6 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-092.png differ diff --git a/images/ua44/UA44BT_EVA-1-093.png b/images/ua44/UA44BT_EVA-1-093.png new file mode 100644 index 0000000..cfcb5d9 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-093.png differ diff --git a/images/ua44/UA44BT_EVA-1-094.png b/images/ua44/UA44BT_EVA-1-094.png new file mode 100644 index 0000000..cac0f0f Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-094.png differ diff --git a/images/ua44/UA44BT_EVA-1-095.png b/images/ua44/UA44BT_EVA-1-095.png new file mode 100644 index 0000000..1c8b201 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-095.png differ diff --git a/images/ua44/UA44BT_EVA-1-096.png b/images/ua44/UA44BT_EVA-1-096.png new file mode 100644 index 0000000..3d7d225 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-096.png differ diff --git a/images/ua44/UA44BT_EVA-1-097.png b/images/ua44/UA44BT_EVA-1-097.png new file mode 100644 index 0000000..e446edd Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-097.png differ diff --git a/images/ua44/UA44BT_EVA-1-098.png b/images/ua44/UA44BT_EVA-1-098.png new file mode 100644 index 0000000..2476f2d Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-098.png differ diff --git a/images/ua44/UA44BT_EVA-1-099.png b/images/ua44/UA44BT_EVA-1-099.png new file mode 100644 index 0000000..5ab59bf Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-099.png differ diff --git a/images/ua44/UA44BT_EVA-1-100.png b/images/ua44/UA44BT_EVA-1-100.png new file mode 100644 index 0000000..c279ebd Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-100.png differ diff --git a/images/ua44/UA44BT_EVA-1-AP01.png b/images/ua44/UA44BT_EVA-1-AP01.png new file mode 100644 index 0000000..af7caa1 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-AP01.png differ diff --git a/images/ua44/UA44BT_EVA-1-AP01_p1.png b/images/ua44/UA44BT_EVA-1-AP01_p1.png new file mode 100644 index 0000000..70ad07a Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-AP01_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-AP02.png b/images/ua44/UA44BT_EVA-1-AP02.png new file mode 100644 index 0000000..8ee13e7 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-AP02.png differ diff --git a/images/ua44/UA44BT_EVA-1-AP02_p1.png b/images/ua44/UA44BT_EVA-1-AP02_p1.png new file mode 100644 index 0000000..87ef70f Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-AP02_p1.png differ diff --git a/images/ua44/UA44BT_EVA-1-AP03.png b/images/ua44/UA44BT_EVA-1-AP03.png new file mode 100644 index 0000000..e34c236 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-AP03.png differ diff --git a/images/ua44/UA44BT_EVA-1-AP04.png b/images/ua44/UA44BT_EVA-1-AP04.png new file mode 100644 index 0000000..12d7e05 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-AP04.png differ diff --git a/images/ua44/UA44BT_EVA-1-AP05.png b/images/ua44/UA44BT_EVA-1-AP05.png new file mode 100644 index 0000000..8149ad6 Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-AP05.png differ diff --git a/images/ua44/UA44BT_EVA-1-AP06.png b/images/ua44/UA44BT_EVA-1-AP06.png new file mode 100644 index 0000000..601da6c Binary files /dev/null and b/images/ua44/UA44BT_EVA-1-AP06.png differ diff --git a/images/ua44/UA44ST_EVA-1-068.png b/images/ua44/UA44ST_EVA-1-068.png new file mode 100644 index 0000000..7463efc Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-068.png differ diff --git a/images/ua44/UA44ST_EVA-1-069.png b/images/ua44/UA44ST_EVA-1-069.png new file mode 100644 index 0000000..6bbd361 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-069.png differ diff --git a/images/ua44/UA44ST_EVA-1-072.png b/images/ua44/UA44ST_EVA-1-072.png new file mode 100644 index 0000000..8df9d9e Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-072.png differ diff --git a/images/ua44/UA44ST_EVA-1-073.png b/images/ua44/UA44ST_EVA-1-073.png new file mode 100644 index 0000000..794c606 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-073.png differ diff --git a/images/ua44/UA44ST_EVA-1-076.png b/images/ua44/UA44ST_EVA-1-076.png new file mode 100644 index 0000000..dba7baa Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-076.png differ diff --git a/images/ua44/UA44ST_EVA-1-083.png b/images/ua44/UA44ST_EVA-1-083.png new file mode 100644 index 0000000..af3a2ec Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-083.png differ diff --git a/images/ua44/UA44ST_EVA-1-085.png b/images/ua44/UA44ST_EVA-1-085.png new file mode 100644 index 0000000..f06c2ef Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-085.png differ diff --git a/images/ua44/UA44ST_EVA-1-095.png b/images/ua44/UA44ST_EVA-1-095.png new file mode 100644 index 0000000..8a53c30 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-095.png differ diff --git a/images/ua44/UA44ST_EVA-1-100.png b/images/ua44/UA44ST_EVA-1-100.png new file mode 100644 index 0000000..7bc5b6f Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-100.png differ diff --git a/images/ua44/UA44ST_EVA-1-101.png b/images/ua44/UA44ST_EVA-1-101.png new file mode 100644 index 0000000..9e0e2e2 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-101.png differ diff --git a/images/ua44/UA44ST_EVA-1-102.png b/images/ua44/UA44ST_EVA-1-102.png new file mode 100644 index 0000000..3ca983d Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-102.png differ diff --git a/images/ua44/UA44ST_EVA-1-103.png b/images/ua44/UA44ST_EVA-1-103.png new file mode 100644 index 0000000..d846f47 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-103.png differ diff --git a/images/ua44/UA44ST_EVA-1-104.png b/images/ua44/UA44ST_EVA-1-104.png new file mode 100644 index 0000000..701c8fb Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-104.png differ diff --git a/images/ua44/UA44ST_EVA-1-105.png b/images/ua44/UA44ST_EVA-1-105.png new file mode 100644 index 0000000..2ff6cfc Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-105.png differ diff --git a/images/ua44/UA44ST_EVA-1-106.png b/images/ua44/UA44ST_EVA-1-106.png new file mode 100644 index 0000000..278c446 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-106.png differ diff --git a/images/ua44/UA44ST_EVA-1-107.png b/images/ua44/UA44ST_EVA-1-107.png new file mode 100644 index 0000000..ea5ed0f Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-107.png differ diff --git a/images/ua44/UA44ST_EVA-1-108.png b/images/ua44/UA44ST_EVA-1-108.png new file mode 100644 index 0000000..b1ad693 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-108.png differ diff --git a/images/ua44/UA44ST_EVA-1-109.png b/images/ua44/UA44ST_EVA-1-109.png new file mode 100644 index 0000000..0ddd948 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-109.png differ diff --git a/images/ua44/UA44ST_EVA-1-110.png b/images/ua44/UA44ST_EVA-1-110.png new file mode 100644 index 0000000..ba6e08e Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-110.png differ diff --git a/images/ua44/UA44ST_EVA-1-110_p1.png b/images/ua44/UA44ST_EVA-1-110_p1.png new file mode 100644 index 0000000..377bf43 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-110_p1.png differ diff --git a/images/ua44/UA44ST_EVA-1-111.png b/images/ua44/UA44ST_EVA-1-111.png new file mode 100644 index 0000000..47ca8fe Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-111.png differ diff --git a/images/ua44/UA44ST_EVA-1-111_p1.png b/images/ua44/UA44ST_EVA-1-111_p1.png new file mode 100644 index 0000000..33ba78f Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-111_p1.png differ diff --git a/images/ua44/UA44ST_EVA-1-112.png b/images/ua44/UA44ST_EVA-1-112.png new file mode 100644 index 0000000..5da2366 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-112.png differ diff --git a/images/ua44/UA44ST_EVA-1-112_p1.png b/images/ua44/UA44ST_EVA-1-112_p1.png new file mode 100644 index 0000000..8a17f18 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-112_p1.png differ diff --git a/images/ua44/UA44ST_EVA-1-113.png b/images/ua44/UA44ST_EVA-1-113.png new file mode 100644 index 0000000..2727d02 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-113.png differ diff --git a/images/ua44/UA44ST_EVA-1-113_p1.png b/images/ua44/UA44ST_EVA-1-113_p1.png new file mode 100644 index 0000000..e44f98c Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-113_p1.png differ diff --git a/images/ua44/UA44ST_EVA-1-AP01.png b/images/ua44/UA44ST_EVA-1-AP01.png new file mode 100644 index 0000000..10f81f5 Binary files /dev/null and b/images/ua44/UA44ST_EVA-1-AP01.png differ diff --git a/images/ua44/UAPR_EVA-1-010.png b/images/ua44/UAPR_EVA-1-010.png new file mode 100644 index 0000000..811045a Binary files /dev/null and b/images/ua44/UAPR_EVA-1-010.png differ diff --git a/images/ua44/UAPR_EVA-1-016.png b/images/ua44/UAPR_EVA-1-016.png new file mode 100644 index 0000000..0b076a7 Binary files /dev/null and b/images/ua44/UAPR_EVA-1-016.png differ diff --git a/images/ua44/UAPR_EVA-1-079.png b/images/ua44/UAPR_EVA-1-079.png new file mode 100644 index 0000000..0c1fbe2 Binary files /dev/null and b/images/ua44/UAPR_EVA-1-079.png differ diff --git a/images/ua44/UAPR_EVA-1-079_p1.png b/images/ua44/UAPR_EVA-1-079_p1.png new file mode 100644 index 0000000..8fd5650 Binary files /dev/null and b/images/ua44/UAPR_EVA-1-079_p1.png differ diff --git a/images/ua44/UAPR_EVA-P-001.png b/images/ua44/UAPR_EVA-P-001.png new file mode 100644 index 0000000..1735e65 Binary files /dev/null and b/images/ua44/UAPR_EVA-P-001.png differ diff --git a/images/ua45/UA45BT_TLR-1-001.png b/images/ua45/UA45BT_TLR-1-001.png new file mode 100644 index 0000000..8a46b79 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-001.png differ diff --git a/images/ua45/UA45BT_TLR-1-001_p1.png b/images/ua45/UA45BT_TLR-1-001_p1.png new file mode 100644 index 0000000..9932a15 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-001_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-002.png b/images/ua45/UA45BT_TLR-1-002.png new file mode 100644 index 0000000..74505cc Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-002.png differ diff --git a/images/ua45/UA45BT_TLR-1-003.png b/images/ua45/UA45BT_TLR-1-003.png new file mode 100644 index 0000000..2d9ca8c Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-003.png differ diff --git a/images/ua45/UA45BT_TLR-1-004.png b/images/ua45/UA45BT_TLR-1-004.png new file mode 100644 index 0000000..11dc2f5 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-004.png differ diff --git a/images/ua45/UA45BT_TLR-1-005.png b/images/ua45/UA45BT_TLR-1-005.png new file mode 100644 index 0000000..5da1fe9 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-005.png differ diff --git a/images/ua45/UA45BT_TLR-1-005_p1.png b/images/ua45/UA45BT_TLR-1-005_p1.png new file mode 100644 index 0000000..62eab1b Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-005_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-006.png b/images/ua45/UA45BT_TLR-1-006.png new file mode 100644 index 0000000..13110cc Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-006.png differ diff --git a/images/ua45/UA45BT_TLR-1-007.png b/images/ua45/UA45BT_TLR-1-007.png new file mode 100644 index 0000000..8581a29 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-007.png differ diff --git a/images/ua45/UA45BT_TLR-1-007_p1.png b/images/ua45/UA45BT_TLR-1-007_p1.png new file mode 100644 index 0000000..bc3a853 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-007_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-008.png b/images/ua45/UA45BT_TLR-1-008.png new file mode 100644 index 0000000..bbbe271 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-008.png differ diff --git a/images/ua45/UA45BT_TLR-1-008_p1.png b/images/ua45/UA45BT_TLR-1-008_p1.png new file mode 100644 index 0000000..0739398 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-008_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-009.png b/images/ua45/UA45BT_TLR-1-009.png new file mode 100644 index 0000000..6f80dee Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-009.png differ diff --git a/images/ua45/UA45BT_TLR-1-009_p1.png b/images/ua45/UA45BT_TLR-1-009_p1.png new file mode 100644 index 0000000..7b69d51 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-009_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-010.png b/images/ua45/UA45BT_TLR-1-010.png new file mode 100644 index 0000000..89b6db4 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-010.png differ diff --git a/images/ua45/UA45BT_TLR-1-011.png b/images/ua45/UA45BT_TLR-1-011.png new file mode 100644 index 0000000..41bf046 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-011.png differ diff --git a/images/ua45/UA45BT_TLR-1-012.png b/images/ua45/UA45BT_TLR-1-012.png new file mode 100644 index 0000000..d88b78a Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-012.png differ diff --git a/images/ua45/UA45BT_TLR-1-013.png b/images/ua45/UA45BT_TLR-1-013.png new file mode 100644 index 0000000..1d238f5 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-013.png differ diff --git a/images/ua45/UA45BT_TLR-1-014.png b/images/ua45/UA45BT_TLR-1-014.png new file mode 100644 index 0000000..001c334 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-014.png differ diff --git a/images/ua45/UA45BT_TLR-1-014_p1.png b/images/ua45/UA45BT_TLR-1-014_p1.png new file mode 100644 index 0000000..42661d2 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-014_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-015.png b/images/ua45/UA45BT_TLR-1-015.png new file mode 100644 index 0000000..edba9bf Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-015.png differ diff --git a/images/ua45/UA45BT_TLR-1-015_p1.png b/images/ua45/UA45BT_TLR-1-015_p1.png new file mode 100644 index 0000000..66807f4 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-015_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-016.png b/images/ua45/UA45BT_TLR-1-016.png new file mode 100644 index 0000000..3d0f7df Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-016.png differ diff --git a/images/ua45/UA45BT_TLR-1-017.png b/images/ua45/UA45BT_TLR-1-017.png new file mode 100644 index 0000000..f126996 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-017.png differ diff --git a/images/ua45/UA45BT_TLR-1-017_p1.png b/images/ua45/UA45BT_TLR-1-017_p1.png new file mode 100644 index 0000000..fc5b7bb Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-017_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-018.png b/images/ua45/UA45BT_TLR-1-018.png new file mode 100644 index 0000000..7d5dee5 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-018.png differ diff --git a/images/ua45/UA45BT_TLR-1-018_p1.png b/images/ua45/UA45BT_TLR-1-018_p1.png new file mode 100644 index 0000000..fbc0cac Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-018_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-019.png b/images/ua45/UA45BT_TLR-1-019.png new file mode 100644 index 0000000..555febf Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-019.png differ diff --git a/images/ua45/UA45BT_TLR-1-020.png b/images/ua45/UA45BT_TLR-1-020.png new file mode 100644 index 0000000..1d5e9c6 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-020.png differ diff --git a/images/ua45/UA45BT_TLR-1-021.png b/images/ua45/UA45BT_TLR-1-021.png new file mode 100644 index 0000000..4e364d1 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-021.png differ diff --git a/images/ua45/UA45BT_TLR-1-022.png b/images/ua45/UA45BT_TLR-1-022.png new file mode 100644 index 0000000..2f75475 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-022.png differ diff --git a/images/ua45/UA45BT_TLR-1-022_p1.png b/images/ua45/UA45BT_TLR-1-022_p1.png new file mode 100644 index 0000000..16f51dc Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-022_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-023.png b/images/ua45/UA45BT_TLR-1-023.png new file mode 100644 index 0000000..e52a393 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-023.png differ diff --git a/images/ua45/UA45BT_TLR-1-023_p1.png b/images/ua45/UA45BT_TLR-1-023_p1.png new file mode 100644 index 0000000..6b884a7 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-023_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-024.png b/images/ua45/UA45BT_TLR-1-024.png new file mode 100644 index 0000000..d4f8e3a Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-024.png differ diff --git a/images/ua45/UA45BT_TLR-1-025.png b/images/ua45/UA45BT_TLR-1-025.png new file mode 100644 index 0000000..fa7e2bc Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-025.png differ diff --git a/images/ua45/UA45BT_TLR-1-026.png b/images/ua45/UA45BT_TLR-1-026.png new file mode 100644 index 0000000..bf483e8 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-026.png differ diff --git a/images/ua45/UA45BT_TLR-1-027.png b/images/ua45/UA45BT_TLR-1-027.png new file mode 100644 index 0000000..d0b1c57 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-027.png differ diff --git a/images/ua45/UA45BT_TLR-1-027_p1.png b/images/ua45/UA45BT_TLR-1-027_p1.png new file mode 100644 index 0000000..90b6822 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-027_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-028.png b/images/ua45/UA45BT_TLR-1-028.png new file mode 100644 index 0000000..d8cbd07 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-028.png differ diff --git a/images/ua45/UA45BT_TLR-1-028_p1.png b/images/ua45/UA45BT_TLR-1-028_p1.png new file mode 100644 index 0000000..626def3 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-028_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-028_p2.png b/images/ua45/UA45BT_TLR-1-028_p2.png new file mode 100644 index 0000000..7fd0979 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-028_p2.png differ diff --git a/images/ua45/UA45BT_TLR-1-029.png b/images/ua45/UA45BT_TLR-1-029.png new file mode 100644 index 0000000..0e290fa Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-029.png differ diff --git a/images/ua45/UA45BT_TLR-1-030.png b/images/ua45/UA45BT_TLR-1-030.png new file mode 100644 index 0000000..e9aea53 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-030.png differ diff --git a/images/ua45/UA45BT_TLR-1-030_p1.png b/images/ua45/UA45BT_TLR-1-030_p1.png new file mode 100644 index 0000000..07aa62e Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-030_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-031.png b/images/ua45/UA45BT_TLR-1-031.png new file mode 100644 index 0000000..cadb7a0 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-031.png differ diff --git a/images/ua45/UA45BT_TLR-1-032.png b/images/ua45/UA45BT_TLR-1-032.png new file mode 100644 index 0000000..fd6a4ed Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-032.png differ diff --git a/images/ua45/UA45BT_TLR-1-033.png b/images/ua45/UA45BT_TLR-1-033.png new file mode 100644 index 0000000..d555c42 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-033.png differ diff --git a/images/ua45/UA45BT_TLR-1-034.png b/images/ua45/UA45BT_TLR-1-034.png new file mode 100644 index 0000000..ed46942 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-034.png differ diff --git a/images/ua45/UA45BT_TLR-1-034_p1.png b/images/ua45/UA45BT_TLR-1-034_p1.png new file mode 100644 index 0000000..cbf53d4 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-034_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-035.png b/images/ua45/UA45BT_TLR-1-035.png new file mode 100644 index 0000000..bbf1430 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-035.png differ diff --git a/images/ua45/UA45BT_TLR-1-035_p1.png b/images/ua45/UA45BT_TLR-1-035_p1.png new file mode 100644 index 0000000..1d76ebc Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-035_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-036.png b/images/ua45/UA45BT_TLR-1-036.png new file mode 100644 index 0000000..2fe1f2f Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-036.png differ diff --git a/images/ua45/UA45BT_TLR-1-037.png b/images/ua45/UA45BT_TLR-1-037.png new file mode 100644 index 0000000..70e45fa Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-037.png differ diff --git a/images/ua45/UA45BT_TLR-1-038.png b/images/ua45/UA45BT_TLR-1-038.png new file mode 100644 index 0000000..debe2fb Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-038.png differ diff --git a/images/ua45/UA45BT_TLR-1-039.png b/images/ua45/UA45BT_TLR-1-039.png new file mode 100644 index 0000000..70934c7 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-039.png differ diff --git a/images/ua45/UA45BT_TLR-1-040.png b/images/ua45/UA45BT_TLR-1-040.png new file mode 100644 index 0000000..894f0ea Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-040.png differ diff --git a/images/ua45/UA45BT_TLR-1-041.png b/images/ua45/UA45BT_TLR-1-041.png new file mode 100644 index 0000000..a9c8fc2 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-041.png differ diff --git a/images/ua45/UA45BT_TLR-1-042.png b/images/ua45/UA45BT_TLR-1-042.png new file mode 100644 index 0000000..c0ee803 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-042.png differ diff --git a/images/ua45/UA45BT_TLR-1-042_p1.png b/images/ua45/UA45BT_TLR-1-042_p1.png new file mode 100644 index 0000000..7f527eb Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-042_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-043.png b/images/ua45/UA45BT_TLR-1-043.png new file mode 100644 index 0000000..a85fc11 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-043.png differ diff --git a/images/ua45/UA45BT_TLR-1-043_p1.png b/images/ua45/UA45BT_TLR-1-043_p1.png new file mode 100644 index 0000000..3231964 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-043_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-044.png b/images/ua45/UA45BT_TLR-1-044.png new file mode 100644 index 0000000..c05cbd8 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-044.png differ diff --git a/images/ua45/UA45BT_TLR-1-045.png b/images/ua45/UA45BT_TLR-1-045.png new file mode 100644 index 0000000..3be5ffc Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-045.png differ diff --git a/images/ua45/UA45BT_TLR-1-046.png b/images/ua45/UA45BT_TLR-1-046.png new file mode 100644 index 0000000..e34c8e0 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-046.png differ diff --git a/images/ua45/UA45BT_TLR-1-047.png b/images/ua45/UA45BT_TLR-1-047.png new file mode 100644 index 0000000..1b1dc0f Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-047.png differ diff --git a/images/ua45/UA45BT_TLR-1-047_p1.png b/images/ua45/UA45BT_TLR-1-047_p1.png new file mode 100644 index 0000000..77f5f5c Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-047_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-048.png b/images/ua45/UA45BT_TLR-1-048.png new file mode 100644 index 0000000..3157685 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-048.png differ diff --git a/images/ua45/UA45BT_TLR-1-048_p1.png b/images/ua45/UA45BT_TLR-1-048_p1.png new file mode 100644 index 0000000..7d47dec Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-048_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-049.png b/images/ua45/UA45BT_TLR-1-049.png new file mode 100644 index 0000000..170c59f Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-049.png differ diff --git a/images/ua45/UA45BT_TLR-1-050.png b/images/ua45/UA45BT_TLR-1-050.png new file mode 100644 index 0000000..b69d248 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-050.png differ diff --git a/images/ua45/UA45BT_TLR-1-051.png b/images/ua45/UA45BT_TLR-1-051.png new file mode 100644 index 0000000..ea95c0e Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-051.png differ diff --git a/images/ua45/UA45BT_TLR-1-052.png b/images/ua45/UA45BT_TLR-1-052.png new file mode 100644 index 0000000..977b8e4 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-052.png differ diff --git a/images/ua45/UA45BT_TLR-1-052_p1.png b/images/ua45/UA45BT_TLR-1-052_p1.png new file mode 100644 index 0000000..1466d38 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-052_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-053.png b/images/ua45/UA45BT_TLR-1-053.png new file mode 100644 index 0000000..aaf7b0e Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-053.png differ diff --git a/images/ua45/UA45BT_TLR-1-053_p1.png b/images/ua45/UA45BT_TLR-1-053_p1.png new file mode 100644 index 0000000..2e9e75b Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-053_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-054.png b/images/ua45/UA45BT_TLR-1-054.png new file mode 100644 index 0000000..35417ed Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-054.png differ diff --git a/images/ua45/UA45BT_TLR-1-054_p1.png b/images/ua45/UA45BT_TLR-1-054_p1.png new file mode 100644 index 0000000..5747f15 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-054_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-055.png b/images/ua45/UA45BT_TLR-1-055.png new file mode 100644 index 0000000..d817d1a Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-055.png differ diff --git a/images/ua45/UA45BT_TLR-1-055_p1.png b/images/ua45/UA45BT_TLR-1-055_p1.png new file mode 100644 index 0000000..7331d85 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-055_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-056.png b/images/ua45/UA45BT_TLR-1-056.png new file mode 100644 index 0000000..2493a61 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-056.png differ diff --git a/images/ua45/UA45BT_TLR-1-057.png b/images/ua45/UA45BT_TLR-1-057.png new file mode 100644 index 0000000..e8d6c59 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-057.png differ diff --git a/images/ua45/UA45BT_TLR-1-057_p1.png b/images/ua45/UA45BT_TLR-1-057_p1.png new file mode 100644 index 0000000..2b383a4 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-057_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-058.png b/images/ua45/UA45BT_TLR-1-058.png new file mode 100644 index 0000000..437da47 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-058.png differ diff --git a/images/ua45/UA45BT_TLR-1-059.png b/images/ua45/UA45BT_TLR-1-059.png new file mode 100644 index 0000000..5530fbd Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-059.png differ diff --git a/images/ua45/UA45BT_TLR-1-060.png b/images/ua45/UA45BT_TLR-1-060.png new file mode 100644 index 0000000..01dd424 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-060.png differ diff --git a/images/ua45/UA45BT_TLR-1-061.png b/images/ua45/UA45BT_TLR-1-061.png new file mode 100644 index 0000000..69e6e68 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-061.png differ diff --git a/images/ua45/UA45BT_TLR-1-061_p1.png b/images/ua45/UA45BT_TLR-1-061_p1.png new file mode 100644 index 0000000..f6bd46a Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-061_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-062.png b/images/ua45/UA45BT_TLR-1-062.png new file mode 100644 index 0000000..d73e6af Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-062.png differ diff --git a/images/ua45/UA45BT_TLR-1-062_p1.png b/images/ua45/UA45BT_TLR-1-062_p1.png new file mode 100644 index 0000000..addc763 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-062_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-063.png b/images/ua45/UA45BT_TLR-1-063.png new file mode 100644 index 0000000..ef667e3 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-063.png differ diff --git a/images/ua45/UA45BT_TLR-1-063_p1.png b/images/ua45/UA45BT_TLR-1-063_p1.png new file mode 100644 index 0000000..f74c3ab Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-063_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-064.png b/images/ua45/UA45BT_TLR-1-064.png new file mode 100644 index 0000000..001f2dc Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-064.png differ diff --git a/images/ua45/UA45BT_TLR-1-064_p1.png b/images/ua45/UA45BT_TLR-1-064_p1.png new file mode 100644 index 0000000..7876965 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-064_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-065.png b/images/ua45/UA45BT_TLR-1-065.png new file mode 100644 index 0000000..195dd52 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-065.png differ diff --git a/images/ua45/UA45BT_TLR-1-066.png b/images/ua45/UA45BT_TLR-1-066.png new file mode 100644 index 0000000..30b1559 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-066.png differ diff --git a/images/ua45/UA45BT_TLR-1-067.png b/images/ua45/UA45BT_TLR-1-067.png new file mode 100644 index 0000000..6c3432d Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-067.png differ diff --git a/images/ua45/UA45BT_TLR-1-068.png b/images/ua45/UA45BT_TLR-1-068.png new file mode 100644 index 0000000..1423c9e Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-068.png differ diff --git a/images/ua45/UA45BT_TLR-1-068_p1.png b/images/ua45/UA45BT_TLR-1-068_p1.png new file mode 100644 index 0000000..48134ff Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-068_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-069.png b/images/ua45/UA45BT_TLR-1-069.png new file mode 100644 index 0000000..b7ddaad Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-069.png differ diff --git a/images/ua45/UA45BT_TLR-1-069_p1.png b/images/ua45/UA45BT_TLR-1-069_p1.png new file mode 100644 index 0000000..bd34b60 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-069_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-069_p2.png b/images/ua45/UA45BT_TLR-1-069_p2.png new file mode 100644 index 0000000..ce34a77 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-069_p2.png differ diff --git a/images/ua45/UA45BT_TLR-1-070.png b/images/ua45/UA45BT_TLR-1-070.png new file mode 100644 index 0000000..bb1de74 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-070.png differ diff --git a/images/ua45/UA45BT_TLR-1-071.png b/images/ua45/UA45BT_TLR-1-071.png new file mode 100644 index 0000000..a275242 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-071.png differ diff --git a/images/ua45/UA45BT_TLR-1-071_p1.png b/images/ua45/UA45BT_TLR-1-071_p1.png new file mode 100644 index 0000000..d6ea2b1 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-071_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-072.png b/images/ua45/UA45BT_TLR-1-072.png new file mode 100644 index 0000000..921f41f Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-072.png differ diff --git a/images/ua45/UA45BT_TLR-1-073.png b/images/ua45/UA45BT_TLR-1-073.png new file mode 100644 index 0000000..612caeb Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-073.png differ diff --git a/images/ua45/UA45BT_TLR-1-074.png b/images/ua45/UA45BT_TLR-1-074.png new file mode 100644 index 0000000..3a27996 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-074.png differ diff --git a/images/ua45/UA45BT_TLR-1-075.png b/images/ua45/UA45BT_TLR-1-075.png new file mode 100644 index 0000000..5023783 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-075.png differ diff --git a/images/ua45/UA45BT_TLR-1-075_p1.png b/images/ua45/UA45BT_TLR-1-075_p1.png new file mode 100644 index 0000000..8382e2d Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-075_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-075_p2.png b/images/ua45/UA45BT_TLR-1-075_p2.png new file mode 100644 index 0000000..a730972 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-075_p2.png differ diff --git a/images/ua45/UA45BT_TLR-1-076.png b/images/ua45/UA45BT_TLR-1-076.png new file mode 100644 index 0000000..1437778 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-076.png differ diff --git a/images/ua45/UA45BT_TLR-1-077.png b/images/ua45/UA45BT_TLR-1-077.png new file mode 100644 index 0000000..1bff2dd Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-077.png differ diff --git a/images/ua45/UA45BT_TLR-1-078.png b/images/ua45/UA45BT_TLR-1-078.png new file mode 100644 index 0000000..5a9dff8 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-078.png differ diff --git a/images/ua45/UA45BT_TLR-1-079.png b/images/ua45/UA45BT_TLR-1-079.png new file mode 100644 index 0000000..267f595 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-079.png differ diff --git a/images/ua45/UA45BT_TLR-1-080.png b/images/ua45/UA45BT_TLR-1-080.png new file mode 100644 index 0000000..1278752 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-080.png differ diff --git a/images/ua45/UA45BT_TLR-1-081.png b/images/ua45/UA45BT_TLR-1-081.png new file mode 100644 index 0000000..ec60562 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-081.png differ diff --git a/images/ua45/UA45BT_TLR-1-082.png b/images/ua45/UA45BT_TLR-1-082.png new file mode 100644 index 0000000..8145a4c Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-082.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP01.png b/images/ua45/UA45BT_TLR-1-AP01.png new file mode 100644 index 0000000..6ddefe0 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP01.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP01_p1.png b/images/ua45/UA45BT_TLR-1-AP01_p1.png new file mode 100644 index 0000000..9118476 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP01_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP02.png b/images/ua45/UA45BT_TLR-1-AP02.png new file mode 100644 index 0000000..0b2458f Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP02.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP02_p1.png b/images/ua45/UA45BT_TLR-1-AP02_p1.png new file mode 100644 index 0000000..4e053a5 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP02_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP03.png b/images/ua45/UA45BT_TLR-1-AP03.png new file mode 100644 index 0000000..d5bd3bb Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP03.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP03_p1.png b/images/ua45/UA45BT_TLR-1-AP03_p1.png new file mode 100644 index 0000000..4f9fc5e Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP03_p1.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP04.png b/images/ua45/UA45BT_TLR-1-AP04.png new file mode 100644 index 0000000..b57fb29 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP04.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP05.png b/images/ua45/UA45BT_TLR-1-AP05.png new file mode 100644 index 0000000..c56b0c7 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP05.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP06.png b/images/ua45/UA45BT_TLR-1-AP06.png new file mode 100644 index 0000000..4987288 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP06.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP07.png b/images/ua45/UA45BT_TLR-1-AP07.png new file mode 100644 index 0000000..4fe1b22 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP07.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP08.png b/images/ua45/UA45BT_TLR-1-AP08.png new file mode 100644 index 0000000..7c1d687 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP08.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP09.png b/images/ua45/UA45BT_TLR-1-AP09.png new file mode 100644 index 0000000..20943f2 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP09.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP10.png b/images/ua45/UA45BT_TLR-1-AP10.png new file mode 100644 index 0000000..4fd8683 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP10.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP11.png b/images/ua45/UA45BT_TLR-1-AP11.png new file mode 100644 index 0000000..f65f5c9 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP11.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP12.png b/images/ua45/UA45BT_TLR-1-AP12.png new file mode 100644 index 0000000..ffdae96 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP12.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP13.png b/images/ua45/UA45BT_TLR-1-AP13.png new file mode 100644 index 0000000..2bfb665 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP13.png differ diff --git a/images/ua45/UA45BT_TLR-1-AP14.png b/images/ua45/UA45BT_TLR-1-AP14.png new file mode 100644 index 0000000..1855d64 Binary files /dev/null and b/images/ua45/UA45BT_TLR-1-AP14.png differ diff --git a/images/ua45/UAPR_TLR-1-012.png b/images/ua45/UAPR_TLR-1-012.png new file mode 100644 index 0000000..751404c Binary files /dev/null and b/images/ua45/UAPR_TLR-1-012.png differ diff --git a/images/ua45/UAPR_TLR-1-024.png b/images/ua45/UAPR_TLR-1-024.png new file mode 100644 index 0000000..18c5b13 Binary files /dev/null and b/images/ua45/UAPR_TLR-1-024.png differ diff --git a/images/ua45/UAPR_TLR-1-072.png b/images/ua45/UAPR_TLR-1-072.png new file mode 100644 index 0000000..5663a9a Binary files /dev/null and b/images/ua45/UAPR_TLR-1-072.png differ diff --git a/images/ua45/UAPR_TLR-1-075_p1.png b/images/ua45/UAPR_TLR-1-075_p1.png new file mode 100644 index 0000000..109adc5 Binary files /dev/null and b/images/ua45/UAPR_TLR-1-075_p1.png differ diff --git a/images/ua45/UAPR_TLR-P-001.png b/images/ua45/UAPR_TLR-P-001.png new file mode 100644 index 0000000..73c7b4f Binary files /dev/null and b/images/ua45/UAPR_TLR-P-001.png differ diff --git a/images/ua46/UA46BT_KGR-1-001.png b/images/ua46/UA46BT_KGR-1-001.png new file mode 100644 index 0000000..d76ca9c Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-001.png differ diff --git a/images/ua46/UA46BT_KGR-1-001_p1.png b/images/ua46/UA46BT_KGR-1-001_p1.png new file mode 100644 index 0000000..d859da2 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-001_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-002.png b/images/ua46/UA46BT_KGR-1-002.png new file mode 100644 index 0000000..9a30f81 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-002.png differ diff --git a/images/ua46/UA46BT_KGR-1-003.png b/images/ua46/UA46BT_KGR-1-003.png new file mode 100644 index 0000000..13e73a2 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-003.png differ diff --git a/images/ua46/UA46BT_KGR-1-004.png b/images/ua46/UA46BT_KGR-1-004.png new file mode 100644 index 0000000..c4a2a5a Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-004.png differ diff --git a/images/ua46/UA46BT_KGR-1-005.png b/images/ua46/UA46BT_KGR-1-005.png new file mode 100644 index 0000000..6000820 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-005.png differ diff --git a/images/ua46/UA46BT_KGR-1-005_p1.png b/images/ua46/UA46BT_KGR-1-005_p1.png new file mode 100644 index 0000000..57a1061 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-005_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-006.png b/images/ua46/UA46BT_KGR-1-006.png new file mode 100644 index 0000000..c29974f Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-006.png differ diff --git a/images/ua46/UA46BT_KGR-1-006_p1.png b/images/ua46/UA46BT_KGR-1-006_p1.png new file mode 100644 index 0000000..8a94fea Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-006_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-007.png b/images/ua46/UA46BT_KGR-1-007.png new file mode 100644 index 0000000..9f4e2f7 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-007.png differ diff --git a/images/ua46/UA46BT_KGR-1-008.png b/images/ua46/UA46BT_KGR-1-008.png new file mode 100644 index 0000000..4240573 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-008.png differ diff --git a/images/ua46/UA46BT_KGR-1-009.png b/images/ua46/UA46BT_KGR-1-009.png new file mode 100644 index 0000000..52d8998 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-009.png differ diff --git a/images/ua46/UA46BT_KGR-1-010.png b/images/ua46/UA46BT_KGR-1-010.png new file mode 100644 index 0000000..d75b035 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-010.png differ diff --git a/images/ua46/UA46BT_KGR-1-011.png b/images/ua46/UA46BT_KGR-1-011.png new file mode 100644 index 0000000..810f3ec Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-011.png differ diff --git a/images/ua46/UA46BT_KGR-1-011_p1.png b/images/ua46/UA46BT_KGR-1-011_p1.png new file mode 100644 index 0000000..456d061 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-011_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-012.png b/images/ua46/UA46BT_KGR-1-012.png new file mode 100644 index 0000000..1315567 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-012.png differ diff --git a/images/ua46/UA46BT_KGR-1-013.png b/images/ua46/UA46BT_KGR-1-013.png new file mode 100644 index 0000000..5b5037f Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-013.png differ diff --git a/images/ua46/UA46BT_KGR-1-014.png b/images/ua46/UA46BT_KGR-1-014.png new file mode 100644 index 0000000..12e7fbf Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-014.png differ diff --git a/images/ua46/UA46BT_KGR-1-014_p1.png b/images/ua46/UA46BT_KGR-1-014_p1.png new file mode 100644 index 0000000..4c36f26 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-014_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-015.png b/images/ua46/UA46BT_KGR-1-015.png new file mode 100644 index 0000000..08f24af Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-015.png differ diff --git a/images/ua46/UA46BT_KGR-1-015_p1.png b/images/ua46/UA46BT_KGR-1-015_p1.png new file mode 100644 index 0000000..4186e44 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-015_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-015_p2.png b/images/ua46/UA46BT_KGR-1-015_p2.png new file mode 100644 index 0000000..838cc43 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-015_p2.png differ diff --git a/images/ua46/UA46BT_KGR-1-016.png b/images/ua46/UA46BT_KGR-1-016.png new file mode 100644 index 0000000..e859fc8 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-016.png differ diff --git a/images/ua46/UA46BT_KGR-1-017.png b/images/ua46/UA46BT_KGR-1-017.png new file mode 100644 index 0000000..7e09869 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-017.png differ diff --git a/images/ua46/UA46BT_KGR-1-017_p1.png b/images/ua46/UA46BT_KGR-1-017_p1.png new file mode 100644 index 0000000..a6dbde0 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-017_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-018.png b/images/ua46/UA46BT_KGR-1-018.png new file mode 100644 index 0000000..c02e751 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-018.png differ diff --git a/images/ua46/UA46BT_KGR-1-018_p1.png b/images/ua46/UA46BT_KGR-1-018_p1.png new file mode 100644 index 0000000..18a6989 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-018_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-018_p2.png b/images/ua46/UA46BT_KGR-1-018_p2.png new file mode 100644 index 0000000..1fba33f Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-018_p2.png differ diff --git a/images/ua46/UA46BT_KGR-1-019.png b/images/ua46/UA46BT_KGR-1-019.png new file mode 100644 index 0000000..a5aae42 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-019.png differ diff --git a/images/ua46/UA46BT_KGR-1-020.png b/images/ua46/UA46BT_KGR-1-020.png new file mode 100644 index 0000000..ac1ade0 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-020.png differ diff --git a/images/ua46/UA46BT_KGR-1-020_p1.png b/images/ua46/UA46BT_KGR-1-020_p1.png new file mode 100644 index 0000000..e0b2185 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-020_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-021.png b/images/ua46/UA46BT_KGR-1-021.png new file mode 100644 index 0000000..c52da22 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-021.png differ diff --git a/images/ua46/UA46BT_KGR-1-021_p1.png b/images/ua46/UA46BT_KGR-1-021_p1.png new file mode 100644 index 0000000..4d132b4 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-021_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-022.png b/images/ua46/UA46BT_KGR-1-022.png new file mode 100644 index 0000000..b6a9325 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-022.png differ diff --git a/images/ua46/UA46BT_KGR-1-023.png b/images/ua46/UA46BT_KGR-1-023.png new file mode 100644 index 0000000..c19e380 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-023.png differ diff --git a/images/ua46/UA46BT_KGR-1-024.png b/images/ua46/UA46BT_KGR-1-024.png new file mode 100644 index 0000000..678ad7a Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-024.png differ diff --git a/images/ua46/UA46BT_KGR-1-025.png b/images/ua46/UA46BT_KGR-1-025.png new file mode 100644 index 0000000..a16330e Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-025.png differ diff --git a/images/ua46/UA46BT_KGR-1-026.png b/images/ua46/UA46BT_KGR-1-026.png new file mode 100644 index 0000000..0f329cd Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-026.png differ diff --git a/images/ua46/UA46BT_KGR-1-027.png b/images/ua46/UA46BT_KGR-1-027.png new file mode 100644 index 0000000..5f4e91c Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-027.png differ diff --git a/images/ua46/UA46BT_KGR-1-028.png b/images/ua46/UA46BT_KGR-1-028.png new file mode 100644 index 0000000..89f8269 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-028.png differ diff --git a/images/ua46/UA46BT_KGR-1-029.png b/images/ua46/UA46BT_KGR-1-029.png new file mode 100644 index 0000000..fff65fb Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-029.png differ diff --git a/images/ua46/UA46BT_KGR-1-029_p1.png b/images/ua46/UA46BT_KGR-1-029_p1.png new file mode 100644 index 0000000..067e9f0 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-029_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-030.png b/images/ua46/UA46BT_KGR-1-030.png new file mode 100644 index 0000000..2ac8e29 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-030.png differ diff --git a/images/ua46/UA46BT_KGR-1-031.png b/images/ua46/UA46BT_KGR-1-031.png new file mode 100644 index 0000000..1188bb1 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-031.png differ diff --git a/images/ua46/UA46BT_KGR-1-032.png b/images/ua46/UA46BT_KGR-1-032.png new file mode 100644 index 0000000..935d509 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-032.png differ diff --git a/images/ua46/UA46BT_KGR-1-033.png b/images/ua46/UA46BT_KGR-1-033.png new file mode 100644 index 0000000..2034b53 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-033.png differ diff --git a/images/ua46/UA46BT_KGR-1-034.png b/images/ua46/UA46BT_KGR-1-034.png new file mode 100644 index 0000000..81cfcfb Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-034.png differ diff --git a/images/ua46/UA46BT_KGR-1-035.png b/images/ua46/UA46BT_KGR-1-035.png new file mode 100644 index 0000000..b3d991b Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-035.png differ diff --git a/images/ua46/UA46BT_KGR-1-036.png b/images/ua46/UA46BT_KGR-1-036.png new file mode 100644 index 0000000..d3d4bd5 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-036.png differ diff --git a/images/ua46/UA46BT_KGR-1-037.png b/images/ua46/UA46BT_KGR-1-037.png new file mode 100644 index 0000000..4278fad Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-037.png differ diff --git a/images/ua46/UA46BT_KGR-1-038.png b/images/ua46/UA46BT_KGR-1-038.png new file mode 100644 index 0000000..168c1ed Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-038.png differ diff --git a/images/ua46/UA46BT_KGR-1-039.png b/images/ua46/UA46BT_KGR-1-039.png new file mode 100644 index 0000000..0b2b291 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-039.png differ diff --git a/images/ua46/UA46BT_KGR-1-039_p1.png b/images/ua46/UA46BT_KGR-1-039_p1.png new file mode 100644 index 0000000..febd8a2 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-039_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-040.png b/images/ua46/UA46BT_KGR-1-040.png new file mode 100644 index 0000000..a0fe473 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-040.png differ diff --git a/images/ua46/UA46BT_KGR-1-041.png b/images/ua46/UA46BT_KGR-1-041.png new file mode 100644 index 0000000..8b3aa52 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-041.png differ diff --git a/images/ua46/UA46BT_KGR-1-042.png b/images/ua46/UA46BT_KGR-1-042.png new file mode 100644 index 0000000..4d21233 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-042.png differ diff --git a/images/ua46/UA46BT_KGR-1-043.png b/images/ua46/UA46BT_KGR-1-043.png new file mode 100644 index 0000000..bbc8327 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-043.png differ diff --git a/images/ua46/UA46BT_KGR-1-043_p1.png b/images/ua46/UA46BT_KGR-1-043_p1.png new file mode 100644 index 0000000..0681f47 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-043_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-044.png b/images/ua46/UA46BT_KGR-1-044.png new file mode 100644 index 0000000..eb89e9a Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-044.png differ diff --git a/images/ua46/UA46BT_KGR-1-045.png b/images/ua46/UA46BT_KGR-1-045.png new file mode 100644 index 0000000..19a8cdd Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-045.png differ diff --git a/images/ua46/UA46BT_KGR-1-046.png b/images/ua46/UA46BT_KGR-1-046.png new file mode 100644 index 0000000..d12240d Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-046.png differ diff --git a/images/ua46/UA46BT_KGR-1-046_p1.png b/images/ua46/UA46BT_KGR-1-046_p1.png new file mode 100644 index 0000000..97c1ee4 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-046_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-047.png b/images/ua46/UA46BT_KGR-1-047.png new file mode 100644 index 0000000..eb5d07c Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-047.png differ diff --git a/images/ua46/UA46BT_KGR-1-047_p1.png b/images/ua46/UA46BT_KGR-1-047_p1.png new file mode 100644 index 0000000..22c0607 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-047_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-047_p2.png b/images/ua46/UA46BT_KGR-1-047_p2.png new file mode 100644 index 0000000..1281952 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-047_p2.png differ diff --git a/images/ua46/UA46BT_KGR-1-048.png b/images/ua46/UA46BT_KGR-1-048.png new file mode 100644 index 0000000..5dba8b6 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-048.png differ diff --git a/images/ua46/UA46BT_KGR-1-049.png b/images/ua46/UA46BT_KGR-1-049.png new file mode 100644 index 0000000..cf60694 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-049.png differ diff --git a/images/ua46/UA46BT_KGR-1-049_p1.png b/images/ua46/UA46BT_KGR-1-049_p1.png new file mode 100644 index 0000000..ec901bb Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-049_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-050.png b/images/ua46/UA46BT_KGR-1-050.png new file mode 100644 index 0000000..2aaa418 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-050.png differ diff --git a/images/ua46/UA46BT_KGR-1-050_p1.png b/images/ua46/UA46BT_KGR-1-050_p1.png new file mode 100644 index 0000000..78cf82c Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-050_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-051.png b/images/ua46/UA46BT_KGR-1-051.png new file mode 100644 index 0000000..eb62a03 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-051.png differ diff --git a/images/ua46/UA46BT_KGR-1-052.png b/images/ua46/UA46BT_KGR-1-052.png new file mode 100644 index 0000000..5f42e74 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-052.png differ diff --git a/images/ua46/UA46BT_KGR-1-053.png b/images/ua46/UA46BT_KGR-1-053.png new file mode 100644 index 0000000..839cc73 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-053.png differ diff --git a/images/ua46/UA46BT_KGR-1-054.png b/images/ua46/UA46BT_KGR-1-054.png new file mode 100644 index 0000000..943c25d Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-054.png differ diff --git a/images/ua46/UA46BT_KGR-1-055.png b/images/ua46/UA46BT_KGR-1-055.png new file mode 100644 index 0000000..9c9d449 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-055.png differ diff --git a/images/ua46/UA46BT_KGR-1-056.png b/images/ua46/UA46BT_KGR-1-056.png new file mode 100644 index 0000000..c590522 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-056.png differ diff --git a/images/ua46/UA46BT_KGR-1-057.png b/images/ua46/UA46BT_KGR-1-057.png new file mode 100644 index 0000000..b4ffd34 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-057.png differ diff --git a/images/ua46/UA46BT_KGR-1-057_p1.png b/images/ua46/UA46BT_KGR-1-057_p1.png new file mode 100644 index 0000000..86d36af Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-057_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-058.png b/images/ua46/UA46BT_KGR-1-058.png new file mode 100644 index 0000000..ad21bdb Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-058.png differ diff --git a/images/ua46/UA46BT_KGR-1-058_p1.png b/images/ua46/UA46BT_KGR-1-058_p1.png new file mode 100644 index 0000000..cb2c8d6 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-058_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-059.png b/images/ua46/UA46BT_KGR-1-059.png new file mode 100644 index 0000000..bda933e Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-059.png differ diff --git a/images/ua46/UA46BT_KGR-1-059_p1.png b/images/ua46/UA46BT_KGR-1-059_p1.png new file mode 100644 index 0000000..b2c2698 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-059_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-060.png b/images/ua46/UA46BT_KGR-1-060.png new file mode 100644 index 0000000..a2261f2 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-060.png differ diff --git a/images/ua46/UA46BT_KGR-1-060_p1.png b/images/ua46/UA46BT_KGR-1-060_p1.png new file mode 100644 index 0000000..5b3aacd Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-060_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-060_p2.png b/images/ua46/UA46BT_KGR-1-060_p2.png new file mode 100644 index 0000000..3bcb930 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-060_p2.png differ diff --git a/images/ua46/UA46BT_KGR-1-061.png b/images/ua46/UA46BT_KGR-1-061.png new file mode 100644 index 0000000..ef1c62b Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-061.png differ diff --git a/images/ua46/UA46BT_KGR-1-062.png b/images/ua46/UA46BT_KGR-1-062.png new file mode 100644 index 0000000..300f254 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-062.png differ diff --git a/images/ua46/UA46BT_KGR-1-062_p1.png b/images/ua46/UA46BT_KGR-1-062_p1.png new file mode 100644 index 0000000..eef7cc1 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-062_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-063.png b/images/ua46/UA46BT_KGR-1-063.png new file mode 100644 index 0000000..7161c65 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-063.png differ diff --git a/images/ua46/UA46BT_KGR-1-064.png b/images/ua46/UA46BT_KGR-1-064.png new file mode 100644 index 0000000..e058ca7 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-064.png differ diff --git a/images/ua46/UA46BT_KGR-1-065.png b/images/ua46/UA46BT_KGR-1-065.png new file mode 100644 index 0000000..4a801b4 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-065.png differ diff --git a/images/ua46/UA46BT_KGR-1-066.png b/images/ua46/UA46BT_KGR-1-066.png new file mode 100644 index 0000000..a58fbfd Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-066.png differ diff --git a/images/ua46/UA46BT_KGR-1-066_p1.png b/images/ua46/UA46BT_KGR-1-066_p1.png new file mode 100644 index 0000000..7a9f9da Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-066_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-067.png b/images/ua46/UA46BT_KGR-1-067.png new file mode 100644 index 0000000..5da0f58 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-067.png differ diff --git a/images/ua46/UA46BT_KGR-1-067_p1.png b/images/ua46/UA46BT_KGR-1-067_p1.png new file mode 100644 index 0000000..20964a3 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-067_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-068.png b/images/ua46/UA46BT_KGR-1-068.png new file mode 100644 index 0000000..62c334e Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-068.png differ diff --git a/images/ua46/UA46BT_KGR-1-069.png b/images/ua46/UA46BT_KGR-1-069.png new file mode 100644 index 0000000..16fed51 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-069.png differ diff --git a/images/ua46/UA46BT_KGR-1-070.png b/images/ua46/UA46BT_KGR-1-070.png new file mode 100644 index 0000000..63a948a Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-070.png differ diff --git a/images/ua46/UA46BT_KGR-1-071.png b/images/ua46/UA46BT_KGR-1-071.png new file mode 100644 index 0000000..b5ee61d Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-071.png differ diff --git a/images/ua46/UA46BT_KGR-1-072.png b/images/ua46/UA46BT_KGR-1-072.png new file mode 100644 index 0000000..ab9039e Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-072.png differ diff --git a/images/ua46/UA46BT_KGR-1-073.png b/images/ua46/UA46BT_KGR-1-073.png new file mode 100644 index 0000000..33d6db6 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-073.png differ diff --git a/images/ua46/UA46BT_KGR-1-074.png b/images/ua46/UA46BT_KGR-1-074.png new file mode 100644 index 0000000..f0f54f5 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-074.png differ diff --git a/images/ua46/UA46BT_KGR-1-075.png b/images/ua46/UA46BT_KGR-1-075.png new file mode 100644 index 0000000..f985ae9 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-075.png differ diff --git a/images/ua46/UA46BT_KGR-1-076.png b/images/ua46/UA46BT_KGR-1-076.png new file mode 100644 index 0000000..a20ecee Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-076.png differ diff --git a/images/ua46/UA46BT_KGR-1-077.png b/images/ua46/UA46BT_KGR-1-077.png new file mode 100644 index 0000000..2b1f722 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-077.png differ diff --git a/images/ua46/UA46BT_KGR-1-078.png b/images/ua46/UA46BT_KGR-1-078.png new file mode 100644 index 0000000..9a22a81 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-078.png differ diff --git a/images/ua46/UA46BT_KGR-1-079.png b/images/ua46/UA46BT_KGR-1-079.png new file mode 100644 index 0000000..56a3cda Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-079.png differ diff --git a/images/ua46/UA46BT_KGR-1-080.png b/images/ua46/UA46BT_KGR-1-080.png new file mode 100644 index 0000000..91b809b Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-080.png differ diff --git a/images/ua46/UA46BT_KGR-1-081.png b/images/ua46/UA46BT_KGR-1-081.png new file mode 100644 index 0000000..9f9847b Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-081.png differ diff --git a/images/ua46/UA46BT_KGR-1-082.png b/images/ua46/UA46BT_KGR-1-082.png new file mode 100644 index 0000000..33159b0 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-082.png differ diff --git a/images/ua46/UA46BT_KGR-1-082_p1.png b/images/ua46/UA46BT_KGR-1-082_p1.png new file mode 100644 index 0000000..f5c6d2c Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-082_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP01.png b/images/ua46/UA46BT_KGR-1-AP01.png new file mode 100644 index 0000000..98cc0d7 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP01.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP01_p1.png b/images/ua46/UA46BT_KGR-1-AP01_p1.png new file mode 100644 index 0000000..1cdb2f4 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP01_p1.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP02.png b/images/ua46/UA46BT_KGR-1-AP02.png new file mode 100644 index 0000000..ec8e4c3 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP02.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP03.png b/images/ua46/UA46BT_KGR-1-AP03.png new file mode 100644 index 0000000..d98cc04 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP03.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP04.png b/images/ua46/UA46BT_KGR-1-AP04.png new file mode 100644 index 0000000..331f867 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP04.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP05.png b/images/ua46/UA46BT_KGR-1-AP05.png new file mode 100644 index 0000000..4e084de Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP05.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP06.png b/images/ua46/UA46BT_KGR-1-AP06.png new file mode 100644 index 0000000..51bcb7c Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP06.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP07.png b/images/ua46/UA46BT_KGR-1-AP07.png new file mode 100644 index 0000000..72a1f68 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP07.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP08.png b/images/ua46/UA46BT_KGR-1-AP08.png new file mode 100644 index 0000000..fa6c227 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP08.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP09.png b/images/ua46/UA46BT_KGR-1-AP09.png new file mode 100644 index 0000000..4377dd1 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP09.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP10.png b/images/ua46/UA46BT_KGR-1-AP10.png new file mode 100644 index 0000000..6069d82 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP10.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP11.png b/images/ua46/UA46BT_KGR-1-AP11.png new file mode 100644 index 0000000..c85f654 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP11.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP12.png b/images/ua46/UA46BT_KGR-1-AP12.png new file mode 100644 index 0000000..218c42f Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP12.png differ diff --git a/images/ua46/UA46BT_KGR-1-AP13.png b/images/ua46/UA46BT_KGR-1-AP13.png new file mode 100644 index 0000000..52cc742 Binary files /dev/null and b/images/ua46/UA46BT_KGR-1-AP13.png differ diff --git a/images/ua46/UAPB_KGR-AP01.png b/images/ua46/UAPB_KGR-AP01.png new file mode 100644 index 0000000..2092cd3 Binary files /dev/null and b/images/ua46/UAPB_KGR-AP01.png differ diff --git a/images/ua46/UAPR_KGR-1-012.png b/images/ua46/UAPR_KGR-1-012.png new file mode 100644 index 0000000..f8a54b4 Binary files /dev/null and b/images/ua46/UAPR_KGR-1-012.png differ diff --git a/images/ua46/UAPR_KGR-1-013.png b/images/ua46/UAPR_KGR-1-013.png new file mode 100644 index 0000000..2a29521 Binary files /dev/null and b/images/ua46/UAPR_KGR-1-013.png differ diff --git a/images/ua46/UAPR_KGR-1-044.png b/images/ua46/UAPR_KGR-1-044.png new file mode 100644 index 0000000..517f051 Binary files /dev/null and b/images/ua46/UAPR_KGR-1-044.png differ diff --git a/images/ua46/UAPR_KGR-1-055.png b/images/ua46/UAPR_KGR-1-055.png new file mode 100644 index 0000000..fa7b2e6 Binary files /dev/null and b/images/ua46/UAPR_KGR-1-055.png differ diff --git a/images/ua46/UAPR_KGR-1-056.png b/images/ua46/UAPR_KGR-1-056.png new file mode 100644 index 0000000..241df11 Binary files /dev/null and b/images/ua46/UAPR_KGR-1-056.png differ diff --git a/images/ua46/UAPR_KGR-AP01.png b/images/ua46/UAPR_KGR-AP01.png new file mode 100644 index 0000000..4fda27f Binary files /dev/null and b/images/ua46/UAPR_KGR-AP01.png differ diff --git a/images/ua46/UAPR_KGR-AP02.png b/images/ua46/UAPR_KGR-AP02.png new file mode 100644 index 0000000..8f66d72 Binary files /dev/null and b/images/ua46/UAPR_KGR-AP02.png differ diff --git a/images/ua46/UAPR_KGR-P-001.png b/images/ua46/UAPR_KGR-P-001.png new file mode 100644 index 0000000..cd4a317 Binary files /dev/null and b/images/ua46/UAPR_KGR-P-001.png differ diff --git a/images/ua47/UA47BT_TKG-1-001.png b/images/ua47/UA47BT_TKG-1-001.png new file mode 100644 index 0000000..419a1fa Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-001.png differ diff --git a/images/ua47/UA47BT_TKG-1-002.png b/images/ua47/UA47BT_TKG-1-002.png new file mode 100644 index 0000000..f29f969 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-002.png differ diff --git a/images/ua47/UA47BT_TKG-1-002_p1.png b/images/ua47/UA47BT_TKG-1-002_p1.png new file mode 100644 index 0000000..7a5b79e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-002_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-003.png b/images/ua47/UA47BT_TKG-1-003.png new file mode 100644 index 0000000..985101a Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-003.png differ diff --git a/images/ua47/UA47BT_TKG-1-004.png b/images/ua47/UA47BT_TKG-1-004.png new file mode 100644 index 0000000..2e902d5 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-004.png differ diff --git a/images/ua47/UA47BT_TKG-1-004_p1.png b/images/ua47/UA47BT_TKG-1-004_p1.png new file mode 100644 index 0000000..347dff2 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-004_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-005.png b/images/ua47/UA47BT_TKG-1-005.png new file mode 100644 index 0000000..9318697 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-005.png differ diff --git a/images/ua47/UA47BT_TKG-1-006.png b/images/ua47/UA47BT_TKG-1-006.png new file mode 100644 index 0000000..2b2182e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-006.png differ diff --git a/images/ua47/UA47BT_TKG-1-007.png b/images/ua47/UA47BT_TKG-1-007.png new file mode 100644 index 0000000..06f139b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-007.png differ diff --git a/images/ua47/UA47BT_TKG-1-008.png b/images/ua47/UA47BT_TKG-1-008.png new file mode 100644 index 0000000..25d8027 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-008.png differ diff --git a/images/ua47/UA47BT_TKG-1-009.png b/images/ua47/UA47BT_TKG-1-009.png new file mode 100644 index 0000000..4597901 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-009.png differ diff --git a/images/ua47/UA47BT_TKG-1-009_p1.png b/images/ua47/UA47BT_TKG-1-009_p1.png new file mode 100644 index 0000000..b150f8d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-009_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-010.png b/images/ua47/UA47BT_TKG-1-010.png new file mode 100644 index 0000000..085f657 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-010.png differ diff --git a/images/ua47/UA47BT_TKG-1-010_p1.png b/images/ua47/UA47BT_TKG-1-010_p1.png new file mode 100644 index 0000000..03da543 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-010_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-011.png b/images/ua47/UA47BT_TKG-1-011.png new file mode 100644 index 0000000..606be22 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-011.png differ diff --git a/images/ua47/UA47BT_TKG-1-012.png b/images/ua47/UA47BT_TKG-1-012.png new file mode 100644 index 0000000..9eea548 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-012.png differ diff --git a/images/ua47/UA47BT_TKG-1-013.png b/images/ua47/UA47BT_TKG-1-013.png new file mode 100644 index 0000000..e839f95 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-013.png differ diff --git a/images/ua47/UA47BT_TKG-1-013_p1.png b/images/ua47/UA47BT_TKG-1-013_p1.png new file mode 100644 index 0000000..b0bea73 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-013_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-014.png b/images/ua47/UA47BT_TKG-1-014.png new file mode 100644 index 0000000..a7539ae Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-014.png differ diff --git a/images/ua47/UA47BT_TKG-1-015.png b/images/ua47/UA47BT_TKG-1-015.png new file mode 100644 index 0000000..eb49d83 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-015.png differ diff --git a/images/ua47/UA47BT_TKG-1-015_p1.png b/images/ua47/UA47BT_TKG-1-015_p1.png new file mode 100644 index 0000000..9a3bd30 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-015_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-016.png b/images/ua47/UA47BT_TKG-1-016.png new file mode 100644 index 0000000..324a98e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-016.png differ diff --git a/images/ua47/UA47BT_TKG-1-016_p1.png b/images/ua47/UA47BT_TKG-1-016_p1.png new file mode 100644 index 0000000..8fbd72b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-016_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-016_p2.png b/images/ua47/UA47BT_TKG-1-016_p2.png new file mode 100644 index 0000000..9b930b1 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-016_p2.png differ diff --git a/images/ua47/UA47BT_TKG-1-017.png b/images/ua47/UA47BT_TKG-1-017.png new file mode 100644 index 0000000..2aaee60 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-017.png differ diff --git a/images/ua47/UA47BT_TKG-1-018.png b/images/ua47/UA47BT_TKG-1-018.png new file mode 100644 index 0000000..3b5f7b0 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-018.png differ diff --git a/images/ua47/UA47BT_TKG-1-018_p1.png b/images/ua47/UA47BT_TKG-1-018_p1.png new file mode 100644 index 0000000..eeb67f1 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-018_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-019.png b/images/ua47/UA47BT_TKG-1-019.png new file mode 100644 index 0000000..4333020 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-019.png differ diff --git a/images/ua47/UA47BT_TKG-1-020.png b/images/ua47/UA47BT_TKG-1-020.png new file mode 100644 index 0000000..18fb659 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-020.png differ diff --git a/images/ua47/UA47BT_TKG-1-020_p1.png b/images/ua47/UA47BT_TKG-1-020_p1.png new file mode 100644 index 0000000..0b17f11 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-020_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-021.png b/images/ua47/UA47BT_TKG-1-021.png new file mode 100644 index 0000000..d651e5b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-021.png differ diff --git a/images/ua47/UA47BT_TKG-1-022.png b/images/ua47/UA47BT_TKG-1-022.png new file mode 100644 index 0000000..d66033b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-022.png differ diff --git a/images/ua47/UA47BT_TKG-1-022_p1.png b/images/ua47/UA47BT_TKG-1-022_p1.png new file mode 100644 index 0000000..24eaa20 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-022_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-023.png b/images/ua47/UA47BT_TKG-1-023.png new file mode 100644 index 0000000..acbb9dc Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-023.png differ diff --git a/images/ua47/UA47BT_TKG-1-024.png b/images/ua47/UA47BT_TKG-1-024.png new file mode 100644 index 0000000..f12f0cf Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-024.png differ diff --git a/images/ua47/UA47BT_TKG-1-024_p1.png b/images/ua47/UA47BT_TKG-1-024_p1.png new file mode 100644 index 0000000..af40aa9 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-024_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-025.png b/images/ua47/UA47BT_TKG-1-025.png new file mode 100644 index 0000000..22d3c94 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-025.png differ diff --git a/images/ua47/UA47BT_TKG-1-026.png b/images/ua47/UA47BT_TKG-1-026.png new file mode 100644 index 0000000..4834bd3 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-026.png differ diff --git a/images/ua47/UA47BT_TKG-1-026_p1.png b/images/ua47/UA47BT_TKG-1-026_p1.png new file mode 100644 index 0000000..54606fe Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-026_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-027.png b/images/ua47/UA47BT_TKG-1-027.png new file mode 100644 index 0000000..61b2752 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-027.png differ diff --git a/images/ua47/UA47BT_TKG-1-028.png b/images/ua47/UA47BT_TKG-1-028.png new file mode 100644 index 0000000..d8f76aa Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-028.png differ diff --git a/images/ua47/UA47BT_TKG-1-029.png b/images/ua47/UA47BT_TKG-1-029.png new file mode 100644 index 0000000..096ba6d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-029.png differ diff --git a/images/ua47/UA47BT_TKG-1-030.png b/images/ua47/UA47BT_TKG-1-030.png new file mode 100644 index 0000000..338a015 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-030.png differ diff --git a/images/ua47/UA47BT_TKG-1-031.png b/images/ua47/UA47BT_TKG-1-031.png new file mode 100644 index 0000000..1cd788d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-031.png differ diff --git a/images/ua47/UA47BT_TKG-1-032.png b/images/ua47/UA47BT_TKG-1-032.png new file mode 100644 index 0000000..529404f Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-032.png differ diff --git a/images/ua47/UA47BT_TKG-1-033.png b/images/ua47/UA47BT_TKG-1-033.png new file mode 100644 index 0000000..a3d477f Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-033.png differ diff --git a/images/ua47/UA47BT_TKG-1-034.png b/images/ua47/UA47BT_TKG-1-034.png new file mode 100644 index 0000000..9792de5 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-034.png differ diff --git a/images/ua47/UA47BT_TKG-1-035.png b/images/ua47/UA47BT_TKG-1-035.png new file mode 100644 index 0000000..f06628b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-035.png differ diff --git a/images/ua47/UA47BT_TKG-1-036.png b/images/ua47/UA47BT_TKG-1-036.png new file mode 100644 index 0000000..d7aeb0b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-036.png differ diff --git a/images/ua47/UA47BT_TKG-1-037.png b/images/ua47/UA47BT_TKG-1-037.png new file mode 100644 index 0000000..e061c13 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-037.png differ diff --git a/images/ua47/UA47BT_TKG-1-037_p1.png b/images/ua47/UA47BT_TKG-1-037_p1.png new file mode 100644 index 0000000..8e98492 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-037_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-038.png b/images/ua47/UA47BT_TKG-1-038.png new file mode 100644 index 0000000..9e5ad25 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-038.png differ diff --git a/images/ua47/UA47BT_TKG-1-039.png b/images/ua47/UA47BT_TKG-1-039.png new file mode 100644 index 0000000..766297e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-039.png differ diff --git a/images/ua47/UA47BT_TKG-1-040.png b/images/ua47/UA47BT_TKG-1-040.png new file mode 100644 index 0000000..f131fdd Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-040.png differ diff --git a/images/ua47/UA47BT_TKG-1-040_p1.png b/images/ua47/UA47BT_TKG-1-040_p1.png new file mode 100644 index 0000000..d160bb0 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-040_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-041.png b/images/ua47/UA47BT_TKG-1-041.png new file mode 100644 index 0000000..d53a2a5 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-041.png differ diff --git a/images/ua47/UA47BT_TKG-1-041_p1.png b/images/ua47/UA47BT_TKG-1-041_p1.png new file mode 100644 index 0000000..6636d3b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-041_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-042.png b/images/ua47/UA47BT_TKG-1-042.png new file mode 100644 index 0000000..e9e5a8c Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-042.png differ diff --git a/images/ua47/UA47BT_TKG-1-042_p1.png b/images/ua47/UA47BT_TKG-1-042_p1.png new file mode 100644 index 0000000..aa0eabf Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-042_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-042_p2.png b/images/ua47/UA47BT_TKG-1-042_p2.png new file mode 100644 index 0000000..d8cea95 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-042_p2.png differ diff --git a/images/ua47/UA47BT_TKG-1-043.png b/images/ua47/UA47BT_TKG-1-043.png new file mode 100644 index 0000000..da4b341 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-043.png differ diff --git a/images/ua47/UA47BT_TKG-1-044.png b/images/ua47/UA47BT_TKG-1-044.png new file mode 100644 index 0000000..dc431e8 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-044.png differ diff --git a/images/ua47/UA47BT_TKG-1-044_p1.png b/images/ua47/UA47BT_TKG-1-044_p1.png new file mode 100644 index 0000000..210617e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-044_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-045.png b/images/ua47/UA47BT_TKG-1-045.png new file mode 100644 index 0000000..9b0764e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-045.png differ diff --git a/images/ua47/UA47BT_TKG-1-045_p1.png b/images/ua47/UA47BT_TKG-1-045_p1.png new file mode 100644 index 0000000..5b34e5b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-045_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-046.png b/images/ua47/UA47BT_TKG-1-046.png new file mode 100644 index 0000000..0523f8d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-046.png differ diff --git a/images/ua47/UA47BT_TKG-1-047.png b/images/ua47/UA47BT_TKG-1-047.png new file mode 100644 index 0000000..a536f4d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-047.png differ diff --git a/images/ua47/UA47BT_TKG-1-047_p1.png b/images/ua47/UA47BT_TKG-1-047_p1.png new file mode 100644 index 0000000..9080359 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-047_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-048.png b/images/ua47/UA47BT_TKG-1-048.png new file mode 100644 index 0000000..d197f2c Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-048.png differ diff --git a/images/ua47/UA47BT_TKG-1-049.png b/images/ua47/UA47BT_TKG-1-049.png new file mode 100644 index 0000000..048cba9 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-049.png differ diff --git a/images/ua47/UA47BT_TKG-1-050.png b/images/ua47/UA47BT_TKG-1-050.png new file mode 100644 index 0000000..ad8194d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-050.png differ diff --git a/images/ua47/UA47BT_TKG-1-051.png b/images/ua47/UA47BT_TKG-1-051.png new file mode 100644 index 0000000..3207734 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-051.png differ diff --git a/images/ua47/UA47BT_TKG-1-051_p1.png b/images/ua47/UA47BT_TKG-1-051_p1.png new file mode 100644 index 0000000..8388f0b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-051_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-052.png b/images/ua47/UA47BT_TKG-1-052.png new file mode 100644 index 0000000..1d7e52e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-052.png differ diff --git a/images/ua47/UA47BT_TKG-1-052_p1.png b/images/ua47/UA47BT_TKG-1-052_p1.png new file mode 100644 index 0000000..9ee9363 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-052_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-053.png b/images/ua47/UA47BT_TKG-1-053.png new file mode 100644 index 0000000..c8669bb Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-053.png differ diff --git a/images/ua47/UA47BT_TKG-1-053_p1.png b/images/ua47/UA47BT_TKG-1-053_p1.png new file mode 100644 index 0000000..8b5a726 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-053_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-054.png b/images/ua47/UA47BT_TKG-1-054.png new file mode 100644 index 0000000..7f99c44 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-054.png differ diff --git a/images/ua47/UA47BT_TKG-1-055.png b/images/ua47/UA47BT_TKG-1-055.png new file mode 100644 index 0000000..c686a17 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-055.png differ diff --git a/images/ua47/UA47BT_TKG-1-055_p1.png b/images/ua47/UA47BT_TKG-1-055_p1.png new file mode 100644 index 0000000..ab58f60 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-055_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-056.png b/images/ua47/UA47BT_TKG-1-056.png new file mode 100644 index 0000000..f2f508c Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-056.png differ diff --git a/images/ua47/UA47BT_TKG-1-057.png b/images/ua47/UA47BT_TKG-1-057.png new file mode 100644 index 0000000..fb6e554 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-057.png differ diff --git a/images/ua47/UA47BT_TKG-1-058.png b/images/ua47/UA47BT_TKG-1-058.png new file mode 100644 index 0000000..28142a2 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-058.png differ diff --git a/images/ua47/UA47BT_TKG-1-059.png b/images/ua47/UA47BT_TKG-1-059.png new file mode 100644 index 0000000..a41b85d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-059.png differ diff --git a/images/ua47/UA47BT_TKG-1-059_p1.png b/images/ua47/UA47BT_TKG-1-059_p1.png new file mode 100644 index 0000000..06a468c Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-059_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-060.png b/images/ua47/UA47BT_TKG-1-060.png new file mode 100644 index 0000000..9c54e73 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-060.png differ diff --git a/images/ua47/UA47BT_TKG-1-061.png b/images/ua47/UA47BT_TKG-1-061.png new file mode 100644 index 0000000..21ee51b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-061.png differ diff --git a/images/ua47/UA47BT_TKG-1-062.png b/images/ua47/UA47BT_TKG-1-062.png new file mode 100644 index 0000000..3076e20 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-062.png differ diff --git a/images/ua47/UA47BT_TKG-1-063.png b/images/ua47/UA47BT_TKG-1-063.png new file mode 100644 index 0000000..8142b45 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-063.png differ diff --git a/images/ua47/UA47BT_TKG-1-064.png b/images/ua47/UA47BT_TKG-1-064.png new file mode 100644 index 0000000..2ffd6ae Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-064.png differ diff --git a/images/ua47/UA47BT_TKG-1-065.png b/images/ua47/UA47BT_TKG-1-065.png new file mode 100644 index 0000000..78ca125 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-065.png differ diff --git a/images/ua47/UA47BT_TKG-1-066.png b/images/ua47/UA47BT_TKG-1-066.png new file mode 100644 index 0000000..c724117 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-066.png differ diff --git a/images/ua47/UA47BT_TKG-1-067.png b/images/ua47/UA47BT_TKG-1-067.png new file mode 100644 index 0000000..a2e0e4a Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-067.png differ diff --git a/images/ua47/UA47BT_TKG-1-068.png b/images/ua47/UA47BT_TKG-1-068.png new file mode 100644 index 0000000..aef6be5 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-068.png differ diff --git a/images/ua47/UA47BT_TKG-1-069.png b/images/ua47/UA47BT_TKG-1-069.png new file mode 100644 index 0000000..dd9d7a5 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-069.png differ diff --git a/images/ua47/UA47BT_TKG-1-070.png b/images/ua47/UA47BT_TKG-1-070.png new file mode 100644 index 0000000..9454131 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-070.png differ diff --git a/images/ua47/UA47BT_TKG-1-070_p1.png b/images/ua47/UA47BT_TKG-1-070_p1.png new file mode 100644 index 0000000..3df280c Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-070_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-071.png b/images/ua47/UA47BT_TKG-1-071.png new file mode 100644 index 0000000..e534dd8 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-071.png differ diff --git a/images/ua47/UA47BT_TKG-1-071_p1.png b/images/ua47/UA47BT_TKG-1-071_p1.png new file mode 100644 index 0000000..7d9fab4 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-071_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-072.png b/images/ua47/UA47BT_TKG-1-072.png new file mode 100644 index 0000000..ed0746c Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-072.png differ diff --git a/images/ua47/UA47BT_TKG-1-073.png b/images/ua47/UA47BT_TKG-1-073.png new file mode 100644 index 0000000..ce749f3 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-073.png differ diff --git a/images/ua47/UA47BT_TKG-1-074.png b/images/ua47/UA47BT_TKG-1-074.png new file mode 100644 index 0000000..30d43f8 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-074.png differ diff --git a/images/ua47/UA47BT_TKG-1-074_p1.png b/images/ua47/UA47BT_TKG-1-074_p1.png new file mode 100644 index 0000000..bc60379 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-074_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-075.png b/images/ua47/UA47BT_TKG-1-075.png new file mode 100644 index 0000000..5fb4382 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-075.png differ diff --git a/images/ua47/UA47BT_TKG-1-075_p1.png b/images/ua47/UA47BT_TKG-1-075_p1.png new file mode 100644 index 0000000..0eda08d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-075_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-076.png b/images/ua47/UA47BT_TKG-1-076.png new file mode 100644 index 0000000..050971d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-076.png differ diff --git a/images/ua47/UA47BT_TKG-1-077.png b/images/ua47/UA47BT_TKG-1-077.png new file mode 100644 index 0000000..fac0226 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-077.png differ diff --git a/images/ua47/UA47BT_TKG-1-078.png b/images/ua47/UA47BT_TKG-1-078.png new file mode 100644 index 0000000..7076232 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-078.png differ diff --git a/images/ua47/UA47BT_TKG-1-078_p1.png b/images/ua47/UA47BT_TKG-1-078_p1.png new file mode 100644 index 0000000..729f31a Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-078_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-079.png b/images/ua47/UA47BT_TKG-1-079.png new file mode 100644 index 0000000..4a3013d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-079.png differ diff --git a/images/ua47/UA47BT_TKG-1-080.png b/images/ua47/UA47BT_TKG-1-080.png new file mode 100644 index 0000000..9be298e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-080.png differ diff --git a/images/ua47/UA47BT_TKG-1-081.png b/images/ua47/UA47BT_TKG-1-081.png new file mode 100644 index 0000000..4f6c869 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-081.png differ diff --git a/images/ua47/UA47BT_TKG-1-082.png b/images/ua47/UA47BT_TKG-1-082.png new file mode 100644 index 0000000..2a7602a Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-082.png differ diff --git a/images/ua47/UA47BT_TKG-1-082_p1.png b/images/ua47/UA47BT_TKG-1-082_p1.png new file mode 100644 index 0000000..e608959 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-082_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-083.png b/images/ua47/UA47BT_TKG-1-083.png new file mode 100644 index 0000000..49e9ac8 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-083.png differ diff --git a/images/ua47/UA47BT_TKG-1-083_p1.png b/images/ua47/UA47BT_TKG-1-083_p1.png new file mode 100644 index 0000000..5b3b95f Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-083_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-084.png b/images/ua47/UA47BT_TKG-1-084.png new file mode 100644 index 0000000..11a0741 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-084.png differ diff --git a/images/ua47/UA47BT_TKG-1-084_p1.png b/images/ua47/UA47BT_TKG-1-084_p1.png new file mode 100644 index 0000000..ecd1f6d Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-084_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-085.png b/images/ua47/UA47BT_TKG-1-085.png new file mode 100644 index 0000000..588fbc3 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-085.png differ diff --git a/images/ua47/UA47BT_TKG-1-086.png b/images/ua47/UA47BT_TKG-1-086.png new file mode 100644 index 0000000..efd55e5 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-086.png differ diff --git a/images/ua47/UA47BT_TKG-1-087.png b/images/ua47/UA47BT_TKG-1-087.png new file mode 100644 index 0000000..48b149a Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-087.png differ diff --git a/images/ua47/UA47BT_TKG-1-087_p1.png b/images/ua47/UA47BT_TKG-1-087_p1.png new file mode 100644 index 0000000..b0e1d6c Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-087_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-088.png b/images/ua47/UA47BT_TKG-1-088.png new file mode 100644 index 0000000..fd01a5c Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-088.png differ diff --git a/images/ua47/UA47BT_TKG-1-089.png b/images/ua47/UA47BT_TKG-1-089.png new file mode 100644 index 0000000..4644075 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-089.png differ diff --git a/images/ua47/UA47BT_TKG-1-089_p1.png b/images/ua47/UA47BT_TKG-1-089_p1.png new file mode 100644 index 0000000..2eee746 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-089_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-090.png b/images/ua47/UA47BT_TKG-1-090.png new file mode 100644 index 0000000..28f15e7 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-090.png differ diff --git a/images/ua47/UA47BT_TKG-1-091.png b/images/ua47/UA47BT_TKG-1-091.png new file mode 100644 index 0000000..06194eb Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-091.png differ diff --git a/images/ua47/UA47BT_TKG-1-092.png b/images/ua47/UA47BT_TKG-1-092.png new file mode 100644 index 0000000..f71dcd9 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-092.png differ diff --git a/images/ua47/UA47BT_TKG-1-092_p1.png b/images/ua47/UA47BT_TKG-1-092_p1.png new file mode 100644 index 0000000..0e58139 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-092_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-093.png b/images/ua47/UA47BT_TKG-1-093.png new file mode 100644 index 0000000..fb4b5a1 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-093.png differ diff --git a/images/ua47/UA47BT_TKG-1-094.png b/images/ua47/UA47BT_TKG-1-094.png new file mode 100644 index 0000000..42b5a94 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-094.png differ diff --git a/images/ua47/UA47BT_TKG-1-094_p1.png b/images/ua47/UA47BT_TKG-1-094_p1.png new file mode 100644 index 0000000..a7bbcda Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-094_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-095.png b/images/ua47/UA47BT_TKG-1-095.png new file mode 100644 index 0000000..ffe61fb Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-095.png differ diff --git a/images/ua47/UA47BT_TKG-1-096.png b/images/ua47/UA47BT_TKG-1-096.png new file mode 100644 index 0000000..4c607c4 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-096.png differ diff --git a/images/ua47/UA47BT_TKG-1-097.png b/images/ua47/UA47BT_TKG-1-097.png new file mode 100644 index 0000000..0ded6c6 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-097.png differ diff --git a/images/ua47/UA47BT_TKG-1-098.png b/images/ua47/UA47BT_TKG-1-098.png new file mode 100644 index 0000000..5bd60f2 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-098.png differ diff --git a/images/ua47/UA47BT_TKG-1-099.png b/images/ua47/UA47BT_TKG-1-099.png new file mode 100644 index 0000000..2af047e Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-099.png differ diff --git a/images/ua47/UA47BT_TKG-1-100.png b/images/ua47/UA47BT_TKG-1-100.png new file mode 100644 index 0000000..52c45ae Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-100.png differ diff --git a/images/ua47/UA47BT_TKG-1-AP01.png b/images/ua47/UA47BT_TKG-1-AP01.png new file mode 100644 index 0000000..68b503f Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-AP01.png differ diff --git a/images/ua47/UA47BT_TKG-1-AP01_p1.png b/images/ua47/UA47BT_TKG-1-AP01_p1.png new file mode 100644 index 0000000..7df6a99 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-AP01_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-AP02.png b/images/ua47/UA47BT_TKG-1-AP02.png new file mode 100644 index 0000000..bb09035 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-AP02.png differ diff --git a/images/ua47/UA47BT_TKG-1-AP02_p1.png b/images/ua47/UA47BT_TKG-1-AP02_p1.png new file mode 100644 index 0000000..c6173ca Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-AP02_p1.png differ diff --git a/images/ua47/UA47BT_TKG-1-AP03.png b/images/ua47/UA47BT_TKG-1-AP03.png new file mode 100644 index 0000000..66f943b Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-AP03.png differ diff --git a/images/ua47/UA47BT_TKG-1-AP04.png b/images/ua47/UA47BT_TKG-1-AP04.png new file mode 100644 index 0000000..ce31bf1 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-AP04.png differ diff --git a/images/ua47/UA47BT_TKG-1-AP05.png b/images/ua47/UA47BT_TKG-1-AP05.png new file mode 100644 index 0000000..8470fb3 Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-AP05.png differ diff --git a/images/ua47/UA47BT_TKG-1-AP06.png b/images/ua47/UA47BT_TKG-1-AP06.png new file mode 100644 index 0000000..e58e3da Binary files /dev/null and b/images/ua47/UA47BT_TKG-1-AP06.png differ diff --git a/images/ua47/UA47ST_TKG-1-036.png b/images/ua47/UA47ST_TKG-1-036.png new file mode 100644 index 0000000..cac0dd3 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-036.png differ diff --git a/images/ua47/UA47ST_TKG-1-038.png b/images/ua47/UA47ST_TKG-1-038.png new file mode 100644 index 0000000..b1d653e Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-038.png differ diff --git a/images/ua47/UA47ST_TKG-1-044.png b/images/ua47/UA47ST_TKG-1-044.png new file mode 100644 index 0000000..6e8213f Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-044.png differ diff --git a/images/ua47/UA47ST_TKG-1-045.png b/images/ua47/UA47ST_TKG-1-045.png new file mode 100644 index 0000000..6ee766d Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-045.png differ diff --git a/images/ua47/UA47ST_TKG-1-054.png b/images/ua47/UA47ST_TKG-1-054.png new file mode 100644 index 0000000..7c6b6e1 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-054.png differ diff --git a/images/ua47/UA47ST_TKG-1-056.png b/images/ua47/UA47ST_TKG-1-056.png new file mode 100644 index 0000000..7ddf1bf Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-056.png differ diff --git a/images/ua47/UA47ST_TKG-1-057.png b/images/ua47/UA47ST_TKG-1-057.png new file mode 100644 index 0000000..8406369 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-057.png differ diff --git a/images/ua47/UA47ST_TKG-1-058.png b/images/ua47/UA47ST_TKG-1-058.png new file mode 100644 index 0000000..b5e362a Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-058.png differ diff --git a/images/ua47/UA47ST_TKG-1-061.png b/images/ua47/UA47ST_TKG-1-061.png new file mode 100644 index 0000000..6c7c046 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-061.png differ diff --git a/images/ua47/UA47ST_TKG-1-101.png b/images/ua47/UA47ST_TKG-1-101.png new file mode 100644 index 0000000..36b6118 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-101.png differ diff --git a/images/ua47/UA47ST_TKG-1-102.png b/images/ua47/UA47ST_TKG-1-102.png new file mode 100644 index 0000000..10fd7fa Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-102.png differ diff --git a/images/ua47/UA47ST_TKG-1-103.png b/images/ua47/UA47ST_TKG-1-103.png new file mode 100644 index 0000000..0799f28 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-103.png differ diff --git a/images/ua47/UA47ST_TKG-1-104.png b/images/ua47/UA47ST_TKG-1-104.png new file mode 100644 index 0000000..01e4fb4 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-104.png differ diff --git a/images/ua47/UA47ST_TKG-1-105.png b/images/ua47/UA47ST_TKG-1-105.png new file mode 100644 index 0000000..821a329 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-105.png differ diff --git a/images/ua47/UA47ST_TKG-1-106.png b/images/ua47/UA47ST_TKG-1-106.png new file mode 100644 index 0000000..cf41b6d Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-106.png differ diff --git a/images/ua47/UA47ST_TKG-1-107.png b/images/ua47/UA47ST_TKG-1-107.png new file mode 100644 index 0000000..25b1b3d Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-107.png differ diff --git a/images/ua47/UA47ST_TKG-1-108.png b/images/ua47/UA47ST_TKG-1-108.png new file mode 100644 index 0000000..20c23ec Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-108.png differ diff --git a/images/ua47/UA47ST_TKG-1-109.png b/images/ua47/UA47ST_TKG-1-109.png new file mode 100644 index 0000000..96b7eaf Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-109.png differ diff --git a/images/ua47/UA47ST_TKG-1-110.png b/images/ua47/UA47ST_TKG-1-110.png new file mode 100644 index 0000000..e0c2a3b Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-110.png differ diff --git a/images/ua47/UA47ST_TKG-1-110_p1.png b/images/ua47/UA47ST_TKG-1-110_p1.png new file mode 100644 index 0000000..b61a802 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-110_p1.png differ diff --git a/images/ua47/UA47ST_TKG-1-111.png b/images/ua47/UA47ST_TKG-1-111.png new file mode 100644 index 0000000..2e33a1b Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-111.png differ diff --git a/images/ua47/UA47ST_TKG-1-111_p1.png b/images/ua47/UA47ST_TKG-1-111_p1.png new file mode 100644 index 0000000..21600ad Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-111_p1.png differ diff --git a/images/ua47/UA47ST_TKG-1-112.png b/images/ua47/UA47ST_TKG-1-112.png new file mode 100644 index 0000000..45f6e56 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-112.png differ diff --git a/images/ua47/UA47ST_TKG-1-112_p1.png b/images/ua47/UA47ST_TKG-1-112_p1.png new file mode 100644 index 0000000..e4226d4 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-112_p1.png differ diff --git a/images/ua47/UA47ST_TKG-1-113.png b/images/ua47/UA47ST_TKG-1-113.png new file mode 100644 index 0000000..3b8b451 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-113.png differ diff --git a/images/ua47/UA47ST_TKG-1-113_p1.png b/images/ua47/UA47ST_TKG-1-113_p1.png new file mode 100644 index 0000000..98b3b01 Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-113_p1.png differ diff --git a/images/ua47/UA47ST_TKG-1-AP01.png b/images/ua47/UA47ST_TKG-1-AP01.png new file mode 100644 index 0000000..4007c4b Binary files /dev/null and b/images/ua47/UA47ST_TKG-1-AP01.png differ diff --git a/images/ua47/UAPR_TKG-1-039.png b/images/ua47/UAPR_TKG-1-039.png new file mode 100644 index 0000000..68bf555 Binary files /dev/null and b/images/ua47/UAPR_TKG-1-039.png differ diff --git a/images/ua47/UAPR_TKG-1-068.png b/images/ua47/UAPR_TKG-1-068.png new file mode 100644 index 0000000..f61f464 Binary files /dev/null and b/images/ua47/UAPR_TKG-1-068.png differ diff --git a/images/ua47/UAPR_TKG-1-088.png b/images/ua47/UAPR_TKG-1-088.png new file mode 100644 index 0000000..bd0321f Binary files /dev/null and b/images/ua47/UAPR_TKG-1-088.png differ diff --git a/images/ua47/UAPR_TKG-P-001.png b/images/ua47/UAPR_TKG-P-001.png new file mode 100644 index 0000000..2674ae4 Binary files /dev/null and b/images/ua47/UAPR_TKG-P-001.png differ diff --git a/images/uapr/UAPR_2023-AP01.png b/images/uapr/UAPR_2023-AP01.png new file mode 100644 index 0000000..58aa2c4 Binary files /dev/null and b/images/uapr/UAPR_2023-AP01.png differ diff --git a/images/uapr/UAPR_2023-AP02.png b/images/uapr/UAPR_2023-AP02.png new file mode 100644 index 0000000..9aa576d Binary files /dev/null and b/images/uapr/UAPR_2023-AP02.png differ diff --git a/images/uapr/UAPR_2023-AP03.png b/images/uapr/UAPR_2023-AP03.png new file mode 100644 index 0000000..3f5fa2c Binary files /dev/null and b/images/uapr/UAPR_2023-AP03.png differ diff --git a/images/uapr/UAPR_2023-AP04.png b/images/uapr/UAPR_2023-AP04.png new file mode 100644 index 0000000..b2f420e Binary files /dev/null and b/images/uapr/UAPR_2023-AP04.png differ diff --git a/images/uapr/UAPR_2023-AP05.png b/images/uapr/UAPR_2023-AP05.png new file mode 100644 index 0000000..4208851 Binary files /dev/null and b/images/uapr/UAPR_2023-AP05.png differ diff --git a/images/uapr/comingsoon.png b/images/uapr/comingsoon.png new file mode 100644 index 0000000..1bcdf0e Binary files /dev/null and b/images/uapr/comingsoon.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a45d8ae --- /dev/null +++ b/index.html @@ -0,0 +1,115 @@ + + + + + + + + + UADECK V2 + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/lib/html2canvas-1.4.1/html2canvas.min.js b/lib/html2canvas-1.4.1/html2canvas.min.js new file mode 100644 index 0000000..2731194 --- /dev/null +++ b/lib/html2canvas-1.4.1/html2canvas.min.js @@ -0,0 +1,20 @@ +/*! + * html2canvas 1.4.1 + * Copyright (c) 2022 Niklas von Hertzen + * Released under MIT License + */ +!function(A,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(A="undefined"!=typeof globalThis?globalThis:A||self).html2canvas=e()}(this,function(){"use strict"; + /*! ***************************************************************************** + Copyright (c) Microsoft Corporation. + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + ***************************************************************************** */var r=function(A,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(A[t]=e[t])})(A,e)};function A(A,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=A}r(A,e),A.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}var h=function(){return(h=Object.assign||function(A){for(var e,t=1,r=arguments.length;ts[0]&&e[1]>10),s%1024+56320)),(B+1===t||16384>5],this.data[e=(e<<2)+(31&A)];if(A<=65535)return e=this.index[2048+(A-55296>>5)],this.data[e=(e<<2)+(31&A)];if(A>11)],e=this.index[e+=A>>5&63],this.data[e=(e<<2)+(31&A)];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},l);function l(A,e,t,r,B,n){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=r,this.index=B,this.data=n}for(var C="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u="undefined"==typeof Uint8Array?[]:new Uint8Array(256),F=0;F>4,i[o++]=(15&t)<<4|r>>2,i[o++]=(3&r)<<6|63&B;return n}(y="KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA=="),L=Array.isArray(m)?function(A){for(var e=A.length,t=[],r=0;r=this._value.length?-1:this._value[A]},XA.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();lA(e)&&A.length<6;)A.push(e),e=this.consumeCodePoint();for(var t=!1;63===e&&A.length<6;)A.push(e),e=this.consumeCodePoint(),t=!0;if(t)return{type:30,start:parseInt(g.apply(void 0,A.map(function(A){return 63===A?48:A})),16),end:parseInt(g.apply(void 0,A.map(function(A){return 63===A?70:A})),16)};var r=parseInt(g.apply(void 0,A),16);if(45===this.peekCodePoint(0)&&lA(this.peekCodePoint(1))){this.consumeCodePoint();for(var e=this.consumeCodePoint(),B=[];lA(e)&&B.length<6;)B.push(e),e=this.consumeCodePoint();return{type:30,start:r,end:parseInt(g.apply(void 0,B),16)}}return{type:30,start:r,end:r}},XA.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return"url"===A.toLowerCase()&&40===this.peekCodePoint(0)?(this.consumeCodePoint(),this.consumeUrlToken()):40===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},XA.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),-1===this.peekCodePoint(0))return{type:22,value:""};var e,t=this.peekCodePoint(0);if(39===t||34===t){t=this.consumeStringToken(this.consumeCodePoint());return 0===t.type&&(this.consumeWhiteSpace(),-1===this.peekCodePoint(0)||41===this.peekCodePoint(0))?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),xA)}for(;;){var r=this.consumeCodePoint();if(-1===r||41===r)return{type:22,value:g.apply(void 0,A)};if(CA(r))return this.consumeWhiteSpace(),-1===this.peekCodePoint(0)||41===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:22,value:g.apply(void 0,A)}):(this.consumeBadUrlRemnants(),xA);if(34===r||39===r||40===r||(0<=(e=r)&&e<=8||11===e||14<=e&&e<=31||127===e))return this.consumeBadUrlRemnants(),xA;if(92===r){if(!hA(r,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),xA;A.push(this.consumeEscapedCodePoint())}else A.push(r)}},XA.prototype.consumeWhiteSpace=function(){for(;CA(this.peekCodePoint(0));)this.consumeCodePoint()},XA.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||-1===A)return;hA(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},XA.prototype.consumeStringSlice=function(A){for(var e="";0>8,r=255&A>>16,A=255&A>>24;return e<255?"rgba("+A+","+r+","+t+","+e/255+")":"rgb("+A+","+r+","+t+")"}function Qe(A,e){if(17===A.type)return A.number;if(16!==A.type)return 0;var t=3===e?1:255;return 3===e?A.number/100*t:Math.round(A.number/100*t)}var ce=function(A,e){return 11===e&&12===A.type||(28===e&&29===A.type||2===e&&3===A.type)},ae={type:17,number:0,flags:4},ge={type:16,number:50,flags:4},we={type:16,number:100,flags:4},Ue=function(A,e){if(16===A.type)return A.number/100*e;if(WA(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},le=function(A,e){if(15===e.type)switch(e.unit){case"deg":return Math.PI*e.number/180;case"grad":return Math.PI/200*e.number;case"rad":return e.number;case"turn":return 2*Math.PI*e.number}throw new Error("Unsupported angle type")},Ce=function(A){return Math.PI*A/180},ue=function(A,e){if(18===e.type){var t=me[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(5===e.type){if(3===e.value.length){var r=e.value.substring(0,1),B=e.value.substring(1,2),n=e.value.substring(2,3);return Fe(parseInt(r+r,16),parseInt(B+B,16),parseInt(n+n,16),1)}if(4===e.value.length){var r=e.value.substring(0,1),B=e.value.substring(1,2),n=e.value.substring(2,3),s=e.value.substring(3,4);return Fe(parseInt(r+r,16),parseInt(B+B,16),parseInt(n+n,16),parseInt(s+s,16)/255)}if(6===e.value.length){r=e.value.substring(0,2),B=e.value.substring(2,4),n=e.value.substring(4,6);return Fe(parseInt(r,16),parseInt(B,16),parseInt(n,16),1)}if(8===e.value.length){r=e.value.substring(0,2),B=e.value.substring(2,4),n=e.value.substring(4,6),s=e.value.substring(6,8);return Fe(parseInt(r,16),parseInt(B,16),parseInt(n,16),parseInt(s,16)/255)}}if(20===e.type){e=Le[e.value.toUpperCase()];if(void 0!==e)return e}return Le.TRANSPARENT},Fe=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(255*r)<<0)>>>0},he=function(A,e){e=e.filter($A);if(3===e.length){var t=e.map(Qe),r=t[0],B=t[1],t=t[2];return Fe(r,B,t,1)}if(4!==e.length)return 0;e=e.map(Qe),r=e[0],B=e[1],t=e[2],e=e[3];return Fe(r,B,t,e)};function de(A,e,t){return t<0&&(t+=1),1<=t&&--t,t<1/6?(e-A)*t*6+A:t<.5?e:t<2/3?6*(e-A)*(2/3-t)+A:A}function fe(A,e){return ue(A,JA.create(e).parseComponentValue())}function He(A,e){return A=ue(A,e[0]),(e=e[1])&&te(e)?{color:A,stop:e}:{color:A,stop:null}}function pe(A,t){var e=A[0],r=A[A.length-1];null===e.stop&&(e.stop=ae),null===r.stop&&(r.stop=we);for(var B=[],n=0,s=0;sA.optimumDistance)?{optimumCorner:e,optimumDistance:r}:A},{optimumDistance:s?1/0:-1/0,optimumCorner:null}).optimumCorner}var Ke=function(A,e){var t=e.filter($A),r=t[0],B=t[1],n=t[2],e=t[3],t=(17===r.type?Ce(r.number):le(A,r))/(2*Math.PI),A=te(B)?B.number/100:0,r=te(n)?n.number/100:0,B=void 0!==e&&te(e)?Ue(e,1):1;if(0==A)return Fe(255*r,255*r,255*r,1);n=r<=.5?r*(1+A):r+A-r*A,e=2*r-n,A=de(e,n,t+1/3),r=de(e,n,t),t=de(e,n,t-1/3);return Fe(255*A,255*r,255*t,B)},me={hsl:Ke,hsla:Ke,rgb:he,rgba:he},Le={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},be={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(_A(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},De={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ke=function(t,A){var r=Ce(180),B=[];return Ae(A).forEach(function(A,e){if(0===e){e=A[0];if(20===e.type&&-1!==["top","left","right","bottom"].indexOf(e.value))return void(r=se(A));if(ne(e))return void(r=(le(t,e)+Ce(270))%Ce(360))}A=He(t,A);B.push(A)}),{angle:r,stops:B,type:1}},ve="closest-side",xe="farthest-side",Me="closest-corner",Se="farthest-corner",Te="ellipse",Ge="contain",he=function(r,A){var B=0,n=3,s=[],o=[];return Ae(A).forEach(function(A,e){var t=!0;0===e?t=A.reduce(function(A,e){if(_A(e))switch(e.value){case"center":return o.push(ge),!1;case"top":case"left":return o.push(ae),!1;case"right":case"bottom":return o.push(we),!1}else if(te(e)||ee(e))return o.push(e),!1;return A},t):1===e&&(t=A.reduce(function(A,e){if(_A(e))switch(e.value){case"circle":return B=0,!1;case Te:return!(B=1);case Ge:case ve:return n=0,!1;case xe:return!(n=1);case Me:return!(n=2);case"cover":case Se:return!(n=3)}else if(ee(e)||te(e))return(n=!Array.isArray(n)?[]:n).push(e),!1;return A},t)),t&&(A=He(r,A),s.push(A))}),{size:n,shape:B,stops:s,position:o,type:2}},Oe=function(A,e){if(22===e.type){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(18!==e.type)throw new Error("Unsupported image type "+e.type);t=ke[e.name];if(void 0===t)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return t(A,e.values)};var Ve,ke={"linear-gradient":function(t,A){var r=Ce(180),B=[];return Ae(A).forEach(function(A,e){if(0===e){e=A[0];if(20===e.type&&"to"===e.value)return void(r=se(A));if(ne(e))return void(r=le(t,e))}A=He(t,A);B.push(A)}),{angle:r,stops:B,type:1}},"-moz-linear-gradient":Ke,"-ms-linear-gradient":Ke,"-o-linear-gradient":Ke,"-webkit-linear-gradient":Ke,"radial-gradient":function(B,A){var n=0,s=3,o=[],i=[];return Ae(A).forEach(function(A,e){var t,r=!0;0===e&&(t=!1,r=A.reduce(function(A,e){if(t)if(_A(e))switch(e.value){case"center":return i.push(ge),A;case"top":case"left":return i.push(ae),A;case"right":case"bottom":return i.push(we),A}else(te(e)||ee(e))&&i.push(e);else if(_A(e))switch(e.value){case"circle":return n=0,!1;case Te:return!(n=1);case"at":return!(t=!0);case ve:return s=0,!1;case"cover":case xe:return!(s=1);case Ge:case Me:return!(s=2);case Se:return!(s=3)}else if(ee(e)||te(e))return(s=!Array.isArray(s)?[]:s).push(e),!1;return A},r)),r&&(A=He(B,A),o.push(A))}),{size:s,shape:n,stops:o,position:i,type:2}},"-moz-radial-gradient":he,"-ms-radial-gradient":he,"-o-radial-gradient":he,"-webkit-radial-gradient":he,"-webkit-gradient":function(r,A){var e=Ce(180),B=[],n=1;return Ae(A).forEach(function(A,e){var t,A=A[0];if(0===e){if(_A(A)&&"linear"===A.value)return void(n=1);if(_A(A)&&"radial"===A.value)return void(n=2)}18===A.type&&("from"===A.name?(t=ue(r,A.values[0]),B.push({stop:ae,color:t})):"to"===A.name?(t=ue(r,A.values[0]),B.push({stop:we,color:t})):"color-stop"!==A.name||2===(A=A.values.filter($A)).length&&(t=ue(r,A[1]),A=A[0],ZA(A)&&B.push({stop:{type:16,number:100*A.number,flags:A.flags},color:t})))}),1===n?{angle:(e+Ce(180))%Ce(360),stops:B,type:n}:{size:3,shape:0,stops:B,position:[],type:n}}},Re={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(0===A.length)return[];var t=A[0];return 20===t.type&&"none"===t.value?[]:A.filter(function(A){return $A(A)&&!(20===(A=A).type&&"none"===A.value||18===A.type&&!ke[A.name])}).map(function(A){return Oe(e,A)})}},Ne={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(_A(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Pe={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return Ae(e).map(function(A){return A.filter(te)}).map(re)}},Xe={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return Ae(e).map(function(A){return A.filter(_A).map(function(A){return A.value}).join(" ")}).map(Je)}},Je=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};(he=Ve=Ve||{}).AUTO="auto",he.CONTAIN="contain";function Ye(A,e){return _A(A)&&"normal"===A.value?1.2*e:17===A.type?e*A.number:te(A)?Ue(A,e):e}var We,Ze,_e={name:"background-size",initialValue:"0",prefix:!(he.COVER="cover"),type:1,parse:function(A,e){return Ae(e).map(function(A){return A.filter(qe)})}},qe=function(A){return _A(A)||te(A)},he=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},je=he("top"),ze=he("right"),$e=he("bottom"),At=he("left"),he=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return re(e.filter(te))}}},et=he("top-left"),tt=he("top-right"),rt=he("bottom-right"),Bt=he("bottom-left"),he=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},nt=he("top"),st=he("right"),ot=he("bottom"),it=he("left"),he=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return WA(e)?e.number:0}}},Qt=he("top"),ct=he("right"),at=he("bottom"),gt=he("left"),wt={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ut={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return"rtl"!==e?0:1}},lt={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(_A).reduce(function(A,e){return A|Ct(e.value)},0)}},Ct=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},ut={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},Ft={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return!(20===e.type&&"normal"===e.value||17!==e.type&&15!==e.type)?e.number:0}},ht={name:"line-break",initialValue:(he=We=We||{}).NORMAL="normal",prefix:!(he.STRICT="strict"),type:2,parse:function(A,e){return"strict"!==e?We.NORMAL:We.STRICT}},dt={name:"line-height",initialValue:"normal",prefix:!1,type:4},ft={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return 20===e.type&&"none"===e.value?null:Oe(A,e)}},Ht={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return"inside"!==e?1:0}},pt={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},he=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},Et=he("top"),It=he("right"),yt=he("bottom"),Kt=he("left"),mt={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(_A).map(function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},Lt={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"break-word"!==e?"normal":"break-word"}},he=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},bt=he("top"),Dt=he("right"),vt=he("bottom"),xt=he("left"),Mt={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},St={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Tt={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(n,A){return 1===A.length&&jA(A[0],"none")?[]:Ae(A).map(function(A){for(var e={color:Le.TRANSPARENT,offsetX:ae,offsetY:ae,blur:ae},t=0,r=0;r>5],this.data[e=(e<<2)+(31&A)];if(A<=65535)return e=this.index[2048+(A-55296>>5)],this.data[e=(e<<2)+(31&A)];if(A>11)],e=this.index[e+=A>>5&63],this.data[e=(e<<2)+(31&A)];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},pr);function pr(A,e,t,r,B,n){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=r,this.index=B,this.data=n}for(var Er="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ir="undefined"==typeof Uint8Array?[]:new Uint8Array(256),yr=0;yr>10),s%1024+56320)),(B+1===t||16384>4,i[o++]=(15&t)<<4|r>>2,i[o++]=(3&r)<<6|63&B;return n}(br="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="),xr=Array.isArray(vr)?function(A){for(var e=A.length,t=[],r=0;rs.x||t.y>s.y;return s=t,0===e||A});return A.body.removeChild(e),t}(document);return Object.defineProperty(Xr,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=function(A){var e=new Image,t=A.createElement("canvas"),A=t.getContext("2d");if(!A)return!1;e.src="data:image/svg+xml,";try{A.drawImage(e,0,0),t.toDataURL()}catch(A){return!1}return!0}(document);return Object.defineProperty(Xr,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A="function"==typeof Array.from&&"function"==typeof window.fetch?function(t){var A=t.createElement("canvas"),r=100;A.width=r,A.height=r;var B=A.getContext("2d");if(!B)return Promise.reject(!1);B.fillStyle="rgb(0, 255, 0)",B.fillRect(0,0,r,r);var e=new Image,n=A.toDataURL();e.src=n;e=Nr(r,r,0,0,e);return B.fillStyle="red",B.fillRect(0,0,r,r),Pr(e).then(function(A){B.drawImage(A,0,0);var e=B.getImageData(0,0,r,r).data;B.fillStyle="red",B.fillRect(0,0,r,r);A=t.createElement("div");return A.style.backgroundImage="url("+n+")",A.style.height="100px",Lr(e)?Pr(Nr(r,r,0,0,A)):Promise.reject(!1)}).then(function(A){return B.drawImage(A,0,0),Lr(B.getImageData(0,0,r,r).data)}).catch(function(){return!1})}(document):Promise.resolve(!1);return Object.defineProperty(Xr,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=void 0!==(new Image).crossOrigin;return Object.defineProperty(Xr,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A="string"==typeof(new XMLHttpRequest).responseType;return Object.defineProperty(Xr,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(Xr,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!("undefined"==typeof Intl||!Intl.Segmenter);return Object.defineProperty(Xr,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},Jr=function(A,e){this.text=A,this.bounds=e},Yr=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));t=e.parentNode;if(t){t.replaceChild(r,e);A=f(A,r);return r.firstChild&&t.replaceChild(r.firstChild,r),A}}return d.EMPTY},Wr=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");r=r.createRange();return r.setStart(A,e),r.setEnd(A,e+t),r},Zr=function(A){if(Xr.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(A){return A.segment})}return function(A){for(var e,t=mr(A),r=[];!(e=t.next()).done;)e.value&&r.push(e.value.slice());return r}(A)},_r=function(A,e){return 0!==e.letterSpacing?Zr(A):function(A,e){if(Xr.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(A){return A.segment})}return jr(A,e)}(A,e)},qr=[32,160,4961,65792,65793,4153,4241],jr=function(A,e){for(var t,r=wA(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),B=[];!(t=r.next()).done;)!function(){var A,e;t.value&&(A=t.value.slice(),A=Q(A),e="",A.forEach(function(A){-1===qr.indexOf(A)?e+=g(A):(e.length&&B.push(e),B.push(g(A)),e="")}),e.length&&B.push(e))}();return B},zr=function(A,e,t){var B,n,s,o,i;this.text=$r(e.data,t.textTransform),this.textBounds=(B=A,A=this.text,s=e,A=_r(A,n=t),o=[],i=0,A.forEach(function(A){var e,t,r;n.textDecorationLine.length||0e.height?new d(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width"),Ln(this.referenceElement.ownerDocument,t,n),o.replaceChild(o.adoptNode(this.documentElement),o.documentElement),o.close(),A},fn.prototype.createElementClone=function(A){if(Cr(A,2),zB(A))return this.createCanvasClone(A);if(MB(A))return this.createVideoClone(A);if(SB(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return $B(e)&&($B(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),"lazy"===e.loading&&(e.loading="eager")),TB(e)?this.createCustomElementClone(e):e},fn.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return Kn(A.style,e),e},fn.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce(function(A,e){return e&&"string"==typeof e.cssText?A+e.cssText:A},""),r=A.cloneNode(!1);return r.textContent=t,r}}catch(A){if(this.context.logger.error("Unable to access cssRules property",A),"SecurityError"!==A.name)throw A}return A.cloneNode(!1)},fn.prototype.createCanvasClone=function(e){var A;if(this.options.inlineImages&&e.ownerDocument){var t=e.ownerDocument.createElement("img");try{return t.src=e.toDataURL(),t}catch(A){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",e)}}t=e.cloneNode(!1);try{t.width=e.width,t.height=e.height;var r,B,n=e.getContext("2d"),s=t.getContext("2d");return s&&(!this.options.allowTaint&&n?s.putImageData(n.getImageData(0,0,e.width,e.height),0,0):(!(r=null!==(A=e.getContext("webgl2"))&&void 0!==A?A:e.getContext("webgl"))||!1===(null==(B=r.getContextAttributes())?void 0:B.preserveDrawingBuffer)&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",e),s.drawImage(e,0,0))),t}catch(A){this.context.logger.info("Unable to clone canvas as it is tainted",e)}return t},fn.prototype.createVideoClone=function(e){var A=e.ownerDocument.createElement("canvas");A.width=e.offsetWidth,A.height=e.offsetHeight;var t=A.getContext("2d");try{return t&&(t.drawImage(e,0,0,A.width,A.height),this.options.allowTaint||t.getImageData(0,0,A.width,A.height)),A}catch(A){this.context.logger.info("Unable to clone video as it is tainted",e)}A=e.ownerDocument.createElement("canvas");return A.width=e.offsetWidth,A.height=e.offsetHeight,A},fn.prototype.appendChildNode=function(A,e,t){XB(e)&&("SCRIPT"===e.tagName||e.hasAttribute(hn)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(e))||this.options.copyStyles&&XB(e)&&SB(e)||A.appendChild(this.cloneNode(e,t))},fn.prototype.cloneChildNodes=function(A,e,t){for(var r,B=this,n=(A.shadowRoot||A).firstChild;n;n=n.nextSibling)XB(n)&&rn(n)&&"function"==typeof n.assignedNodes?(r=n.assignedNodes()).length&&r.forEach(function(A){return B.appendChildNode(e,A,t)}):this.appendChildNode(e,n,t)},fn.prototype.cloneNode=function(A,e){if(PB(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&XB(A)&&(JB(A)||YB(A))){var r=this.createElementClone(A);r.style.transitionProperty="none";var B=t.getComputedStyle(A),n=t.getComputedStyle(A,":before"),s=t.getComputedStyle(A,":after");this.referenceElement===A&&JB(r)&&(this.clonedReferenceElement=r),jB(r)&&Mn(r);t=this.counters.parse(new Ur(this.context,B)),n=this.resolvePseudoContent(A,r,n,gn.BEFORE);TB(A)&&(e=!0),MB(A)||this.cloneChildNodes(A,r,e),n&&r.insertBefore(n,r.firstChild);s=this.resolvePseudoContent(A,r,s,gn.AFTER);return s&&r.appendChild(s),this.counters.pop(t),(B&&(this.options.copyStyles||YB(A))&&!An(A)||e)&&Kn(B,r),0===A.scrollTop&&0===A.scrollLeft||this.scrolledElements.push([r,A.scrollLeft,A.scrollTop]),(en(A)||tn(A))&&(en(r)||tn(r))&&(r.value=A.value),r}return A.cloneNode(!1)},fn.prototype.resolvePseudoContent=function(o,A,e,t){var i=this;if(e){var r=e.content,Q=A.ownerDocument;if(Q&&r&&"none"!==r&&"-moz-alt-content"!==r&&"none"!==e.display){this.counters.parse(new Ur(this.context,e));var c=new wr(this.context,e),a=Q.createElement("html2canvaspseudoelement");Kn(e,a),c.content.forEach(function(A){if(0===A.type)a.appendChild(Q.createTextNode(A.value));else if(22===A.type){var e=Q.createElement("img");e.src=A.value,e.style.opacity="1",a.appendChild(e)}else if(18===A.type){var t,r,B,n,s;"attr"===A.name?(e=A.values.filter(_A)).length&&a.appendChild(Q.createTextNode(o.getAttribute(e[0].value)||"")):"counter"===A.name?(B=(r=A.values.filter($A))[0],r=r[1],B&&_A(B)&&(t=i.counters.getCounterValue(B.value),s=r&&_A(r)?pt.parse(i.context,r.value):3,a.appendChild(Q.createTextNode(Fn(t,s,!1))))):"counters"===A.name&&(B=(t=A.values.filter($A))[0],s=t[1],r=t[2],B&&_A(B)&&(B=i.counters.getCounterValues(B.value),n=r&&_A(r)?pt.parse(i.context,r.value):3,s=s&&0===s.type?s.value:"",s=B.map(function(A){return Fn(A,n,!1)}).join(s),a.appendChild(Q.createTextNode(s))))}else if(20===A.type)switch(A.value){case"open-quote":a.appendChild(Q.createTextNode(Xt(c.quotes,i.quoteDepth++,!0)));break;case"close-quote":a.appendChild(Q.createTextNode(Xt(c.quotes,--i.quoteDepth,!1)));break;default:a.appendChild(Q.createTextNode(A.value))}}),a.className=Dn+" "+vn;t=t===gn.BEFORE?" "+Dn:" "+vn;return YB(A)?A.className.baseValue+=t:A.className+=t,a}}},fn.destroy=function(A){return!!A.parentNode&&(A.parentNode.removeChild(A),!0)},fn);function fn(A,e,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new Bn,this.quoteDepth=0,!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}(he=gn=gn||{})[he.BEFORE=0]="BEFORE",he[he.AFTER=1]="AFTER";function Hn(e){return new Promise(function(A){!e.complete&&e.src?(e.onload=A,e.onerror=A):A()})}var pn=function(A,e){var t=A.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(hn,"true"),A.body.appendChild(t),t},En=function(A){return Promise.all([].slice.call(A.images,0).map(Hn))},In=function(B){return new Promise(function(e,A){var t=B.contentWindow;if(!t)return A("No window assigned for iframe");var r=t.document;t.onload=B.onload=function(){t.onload=B.onload=null;var A=setInterval(function(){0"),e},Ln=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},bn=function(A){var e=A[0],t=A[1],A=A[2];e.scrollLeft=t,e.scrollTop=A},Dn="___html2canvas___pseudoelement_before",vn="___html2canvas___pseudoelement_after",xn='{\n content: "" !important;\n display: none !important;\n}',Mn=function(A){Sn(A,"."+Dn+":before"+xn+"\n ."+vn+":after"+xn)},Sn=function(A,e){var t=A.ownerDocument;t&&((t=t.createElement("style")).textContent=e,A.appendChild(t))},Tn=(Gn.getOrigin=function(A){var e=Gn._link;return e?(e.href=A,e.href=e.href,e.protocol+e.hostname+e.port):"about:blank"},Gn.isSameOrigin=function(A){return Gn.getOrigin(A)===Gn._origin},Gn.setContext=function(A){Gn._link=A.document.createElement("a"),Gn._origin=Gn.getOrigin(A.location.href)},Gn._origin="about:blank",Gn);function Gn(){}var On=(Vn.prototype.addImage=function(A){var e=Promise.resolve();return this.has(A)||(Yn(A)||Pn(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),e},Vn.prototype.match=function(A){return this._cache[A]},Vn.prototype.loadImage=function(s){return a(this,void 0,void 0,function(){var e,r,t,B,n=this;return H(this,function(A){switch(A.label){case 0:return(e=Tn.isSameOrigin(s),r=!Xn(s)&&!0===this._options.useCORS&&Xr.SUPPORT_CORS_IMAGES&&!e,t=!Xn(s)&&!e&&!Yn(s)&&"string"==typeof this._options.proxy&&Xr.SUPPORT_CORS_XHR&&!r,e||!1!==this._options.allowTaint||Xn(s)||Yn(s)||t||r)?(B=s,t?[4,this.proxy(B)]:[3,2]):[2];case 1:B=A.sent(),A.label=2;case 2:return this.context.logger.debug("Added image "+s.substring(0,256)),[4,new Promise(function(A,e){var t=new Image;t.onload=function(){return A(t)},t.onerror=e,(Jn(B)||r)&&(t.crossOrigin="anonymous"),t.src=B,!0===t.complete&&setTimeout(function(){return A(t)},500),0t.width+C?0:Math.max(0,n-C),Math.max(0,s-l),As.TOP_RIGHT):new Zn(t.left+t.width-C,t.top+l),this.bottomRightPaddingBox=0t.width+F+A?0:n-F+A,s-(l+h),As.TOP_RIGHT):new Zn(t.left+t.width-(C+d),t.top+l+h),this.bottomRightContentBox=0A.element.container.styles.zIndex.order?(s=e,!1):0=A.element.container.styles.zIndex.order?(o=e+1,!1):0 + + + + + Deck Result + + + + + + + + + + +
+
+
+
+ +
+
+
파일명 설정:
+ +
+
+ + + 고화질로 저장 + (용량은 2배, 사이즈는 4배) + + +
+
+ +
+ +
+
+
+
+
+
+
+ + + + + diff --git a/script/loading.js b/script/loading.js new file mode 100644 index 0000000..abc00d7 --- /dev/null +++ b/script/loading.js @@ -0,0 +1,4 @@ + // 로딩스피너 + document.addEventListener("DOMContentLoaded", (event) => { + document.getElementById("loading-screen").style.display = "none"; // 로딩 완료 후 숨김 + }); \ No newline at end of file diff --git a/script/navigation.js b/script/navigation.js new file mode 100644 index 0000000..a03297d --- /dev/null +++ b/script/navigation.js @@ -0,0 +1,117 @@ +function redirectToHomeAndRefresh() { + localStorage.clear(); + window.location.href = '/'; +} + + +// 페이지 로드 시 네비게이션 생성 및 이벤트 핸들러 등록 +document.addEventListener('DOMContentLoaded', () => { + createNavigation(); + setupEventListeners(); +}); + +// 네비게이션 생성 +function createNavigation() { + const nav = document.createElement('nav'); + nav.className = 'navigation'; + nav.id = 'nav'; + nav.innerHTML = ` +
+
+
+
+

+ UNION ARENA +
Deck Builder
+

+ +
+
+
+
+ `; + document.body.prepend(nav); // body의 가장 첫 번째 자식으로 네비게이션 추가 + + // 오버레이 메뉴 추가 + const overlayMenu = document.createElement('div'); + overlayMenu.id = 'overlay-menu'; + overlayMenu.className = 'fixed top-0 left-0 w-full h-full bg-black bg-opacity-50 z-50 hidden'; + overlayMenu.innerHTML = ` +
+
+
+ +
+
+ +
+
+ Language +
+
+ +
+
+ My Database +
+
+
+ `; + document.body.appendChild(overlayMenu); // body의 마지막 자식으로 오버레이 메뉴 추가 +} + +// 이벤트 핸들러 등록 +function setupEventListeners() { + // 필요한 경우 추가적인 이벤트 핸들러 등록 +} + +function redirectToHomeAndRefresh() { + const keysToRemove = Object.keys(localStorage).filter(key => key !== 'lang'); + keysToRemove.forEach(key => localStorage.removeItem(key)); + // localStorage.clear(); + window.location.href = '/'; +} + +function toggleMobileMenu() { + const menuIcon = document.getElementById('hambergerIcon'); + menuIcon.classList.toggle('open'); + menuIcon.classList.toggle('bg-red-600'); + const overlayMenu = document.getElementById("overlay-menu"); + overlayMenu.classList.toggle("hidden"); +} + +function goToCardSeries() { + window.location.href = "index.html"; // 작품 선택 페이지로 이동 + toggleMobileMenu(); +} + +function goToDeckHistory() { + window.location.href = "deckHistory.html"; // 덱 기록 페이지로 이동 + toggleMobileMenu(); +} + +function goToChangeLanguage() { + // 언어 변경 페이지로 이동 (페이지가 없으면 기능 구현 필요) + toggleMobileMenu(); +} + +function goToPreset() { + window.location.href = "preset.html"; // 메타 덱 페이지로 이동 + toggleMobileMenu(); +} + +function goToMyCardsDatabase() { + window.location.href = "myDatabase.html"; // 내 카드 데이터베이스 페이지로 이동 + toggleMobileMenu(); +} + + + +// function toggleMobileMenu() { +// const menuIcon = document.getElementById('hambergerIcon'); +// menuIcon.classList.toggle('open'); +// menuIcon.classList.toggle('bg-red-600'); +// } + diff --git a/style/input.css b/style/input.css new file mode 100644 index 0000000..a461c50 --- /dev/null +++ b/style/input.css @@ -0,0 +1 @@ +@import "tailwindcss"; \ No newline at end of file diff --git a/style/navigation.css b/style/navigation.css new file mode 100644 index 0000000..daae919 --- /dev/null +++ b/style/navigation.css @@ -0,0 +1,66 @@ +/* 햄버거 메뉴 */ +.menu { + margin-top: 8px; + height: 32px; + width: 32px; + position: relative; + z-index: 70; +} +.menu:has(.hambergerIcon.open) { + position: fixed; + top: 48px; + right: 16px; +} + +.menu:hover { + cursor: pointer; +} + +.hambergerIcon { + height: 4px; + width: 24px; + position: absolute; + top: 50%; + left: 50%; + border-radius: 50px; + transform: translate(-50%, -50%) rotate(0deg); + transition: all ease 0.5s; +} + +.hambergerIcon::before, +.hambergerIcon::after { + content: ''; + position: absolute; + height: inherit; + border-radius: inherit; + background-color: inherit; + margin: auto; + width: 50%; + transition: all ease 0.2s; +} + +.hambergerIcon::before { + top: -8px; + left: 0; + transform-origin: left; +} + +.hambergerIcon::after { + bottom: -8px; + right: 0; + transform-origin: right; +} + +.hambergerIcon.open { + transform: translate(-50%, -50%) rotate(135deg); +} + +.hambergerIcon.open::before { + top: 0; + transform: translateX(100%) rotate(-90deg); +} + +.hambergerIcon.open::after { + bottom: 0; + transform: translateX(-100%) rotate(-90deg); +} \ No newline at end of file diff --git a/style/output.css b/style/output.css new file mode 100644 index 0000000..d851726 --- /dev/null +++ b/style/output.css @@ -0,0 +1,1300 @@ +/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */ +@layer properties; +@layer theme, base, components, utilities; +@layer theme { + :root, :host { + --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", + "Courier New", monospace; + --color-red-500: oklch(63.7% 0.237 25.331); + --color-red-600: oklch(57.7% 0.245 27.325); + --color-indigo-400: oklch(67.3% 0.182 276.935); + --color-indigo-500: oklch(58.5% 0.233 277.117); + --color-indigo-600: oklch(51.1% 0.262 276.966); + --color-gray-50: oklch(98.5% 0.002 247.839); + --color-gray-100: oklch(96.7% 0.003 264.542); + --color-gray-200: oklch(92.8% 0.006 264.531); + --color-gray-300: oklch(87.2% 0.01 258.338); + --color-gray-400: oklch(70.7% 0.022 261.325); + --color-gray-500: oklch(55.1% 0.027 264.364); + --color-gray-700: oklch(37.3% 0.034 259.733); + --color-gray-900: oklch(21% 0.034 264.665); + --color-black: #000; + --color-white: #fff; + --spacing: 0.25rem; + --container-2xl: 42rem; + --container-4xl: 56rem; + --container-5xl: 64rem; + --container-6xl: 72rem; + --container-7xl: 80rem; + --text-xs: 0.75rem; + --text-xs--line-height: calc(1 / 0.75); + --text-sm: 0.875rem; + --text-sm--line-height: calc(1.25 / 0.875); + --text-lg: 1.125rem; + --text-lg--line-height: calc(1.75 / 1.125); + --text-xl: 1.25rem; + --text-xl--line-height: calc(1.75 / 1.25); + --text-2xl: 1.5rem; + --text-2xl--line-height: calc(2 / 1.5); + --text-4xl: 2.25rem; + --text-4xl--line-height: calc(2.5 / 2.25); + --font-weight-medium: 500; + --font-weight-semibold: 600; + --font-weight-bold: 700; + --font-weight-extrabold: 800; + --radius-md: 0.375rem; + --radius-lg: 0.5rem; + --radius-xl: 0.75rem; + --ease-in: cubic-bezier(0.4, 0, 1, 1); + --ease-out: cubic-bezier(0, 0, 0.2, 1); + --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1); + --animate-spin: spin 1s linear infinite; + --default-transition-duration: 150ms; + --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + --default-font-family: var(--font-sans); + --default-mono-font-family: var(--font-mono); + } +} +@layer base { + *, ::after, ::before, ::backdrop, ::file-selector-button { + box-sizing: border-box; + margin: 0; + padding: 0; + border: 0 solid; + } + html, :host { + line-height: 1.5; + -webkit-text-size-adjust: 100%; + tab-size: 4; + font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); + font-feature-settings: var(--default-font-feature-settings, normal); + font-variation-settings: var(--default-font-variation-settings, normal); + -webkit-tap-highlight-color: transparent; + } + hr { + height: 0; + color: inherit; + border-top-width: 1px; + } + abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + } + h1, h2, h3, h4, h5, h6 { + font-size: inherit; + font-weight: inherit; + } + a { + color: inherit; + -webkit-text-decoration: inherit; + text-decoration: inherit; + } + b, strong { + font-weight: bolder; + } + code, kbd, samp, pre { + font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); + font-feature-settings: var(--default-mono-font-feature-settings, normal); + font-variation-settings: var(--default-mono-font-variation-settings, normal); + font-size: 1em; + } + small { + font-size: 80%; + } + sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; + } + sub { + bottom: -0.25em; + } + sup { + top: -0.5em; + } + table { + text-indent: 0; + border-color: inherit; + border-collapse: collapse; + } + :-moz-focusring { + outline: auto; + } + progress { + vertical-align: baseline; + } + summary { + display: list-item; + } + ol, ul, menu { + list-style: none; + } + img, svg, video, canvas, audio, iframe, embed, object { + display: block; + vertical-align: middle; + } + img, video { + max-width: 100%; + height: auto; + } + button, input, select, optgroup, textarea, ::file-selector-button { + font: inherit; + font-feature-settings: inherit; + font-variation-settings: inherit; + letter-spacing: inherit; + color: inherit; + border-radius: 0; + background-color: transparent; + opacity: 1; + } + :where(select:is([multiple], [size])) optgroup { + font-weight: bolder; + } + :where(select:is([multiple], [size])) optgroup option { + padding-inline-start: 20px; + } + ::file-selector-button { + margin-inline-end: 4px; + } + ::placeholder { + opacity: 1; + } + @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) { + ::placeholder { + color: currentcolor; + @supports (color: color-mix(in lab, red, red)) { + color: color-mix(in oklab, currentcolor 50%, transparent); + } + } + } + textarea { + resize: vertical; + } + ::-webkit-search-decoration { + -webkit-appearance: none; + } + ::-webkit-date-and-time-value { + min-height: 1lh; + text-align: inherit; + } + ::-webkit-datetime-edit { + display: inline-flex; + } + ::-webkit-datetime-edit-fields-wrapper { + padding: 0; + } + ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { + padding-block: 0; + } + ::-webkit-calendar-picker-indicator { + line-height: 1; + } + :-moz-ui-invalid { + box-shadow: none; + } + button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { + appearance: button; + } + ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { + height: auto; + } + [hidden]:where(:not([hidden="until-found"])) { + display: none !important; + } +} +@layer utilities { + .pointer-events-none { + pointer-events: none; + } + .collapse { + visibility: collapse; + } + .visible { + visibility: visible; + } + .absolute { + position: absolute; + } + .fixed { + position: fixed; + } + .relative { + position: relative; + } + .static { + position: static; + } + .sticky { + position: sticky; + } + .-top-2 { + top: calc(var(--spacing) * -2); + } + .top-0 { + top: calc(var(--spacing) * 0); + } + .right-0 { + right: calc(var(--spacing) * 0); + } + .bottom-0 { + bottom: calc(var(--spacing) * 0); + } + .left-0 { + left: calc(var(--spacing) * 0); + } + .left-2 { + left: calc(var(--spacing) * 2); + } + .z-10 { + z-index: 10; + } + .z-50 { + z-index: 50; + } + .col-span-3 { + grid-column: span 3 / span 3; + } + .col-span-full { + grid-column: 1 / -1; + } + .container { + width: 100%; + @media (width >= 40rem) { + max-width: 40rem; + } + @media (width >= 48rem) { + max-width: 48rem; + } + @media (width >= 64rem) { + max-width: 64rem; + } + @media (width >= 80rem) { + max-width: 80rem; + } + @media (width >= 96rem) { + max-width: 96rem; + } + } + .mx-1 { + margin-inline: calc(var(--spacing) * 1); + } + .mx-auto { + margin-inline: auto; + } + .my-2 { + margin-block: calc(var(--spacing) * 2); + } + .my-4 { + margin-block: calc(var(--spacing) * 4); + } + .mt-1 { + margin-top: calc(var(--spacing) * 1); + } + .mt-4 { + margin-top: calc(var(--spacing) * 4); + } + .mt-6 { + margin-top: calc(var(--spacing) * 6); + } + .mb-2 { + margin-bottom: calc(var(--spacing) * 2); + } + .mb-4 { + margin-bottom: calc(var(--spacing) * 4); + } + .mb-8 { + margin-bottom: calc(var(--spacing) * 8); + } + .mb-12 { + margin-bottom: calc(var(--spacing) * 12); + } + .mb-24 { + margin-bottom: calc(var(--spacing) * 24); + } + .ml-2 { + margin-left: calc(var(--spacing) * 2); + } + .ml-3 { + margin-left: calc(var(--spacing) * 3); + } + .block { + display: block; + } + .contents { + display: contents; + } + .flex { + display: flex; + } + .flow-root { + display: flow-root; + } + .grid { + display: grid; + } + .hidden { + display: none; + } + .inline { + display: inline; + } + .inline-block { + display: inline-block; + } + .inline-flex { + display: inline-flex; + } + .inline-grid { + display: inline-grid; + } + .inline-table { + display: inline-table; + } + .list-item { + display: list-item; + } + .table { + display: table; + } + .table-caption { + display: table-caption; + } + .table-cell { + display: table-cell; + } + .table-column { + display: table-column; + } + .table-column-group { + display: table-column-group; + } + .table-footer-group { + display: table-footer-group; + } + .table-header-group { + display: table-header-group; + } + .table-row { + display: table-row; + } + .table-row-group { + display: table-row-group; + } + .h-5 { + height: calc(var(--spacing) * 5); + } + .h-6 { + height: calc(var(--spacing) * 6); + } + .h-8 { + height: calc(var(--spacing) * 8); + } + .h-12 { + height: calc(var(--spacing) * 12); + } + .h-32 { + height: calc(var(--spacing) * 32); + } + .h-full { + height: 100%; + } + .w-1\/3 { + width: calc(1/3 * 100%); + } + .w-2\/3 { + width: calc(2/3 * 100%); + } + .w-5 { + width: calc(var(--spacing) * 5); + } + .w-8 { + width: calc(var(--spacing) * 8); + } + .w-11 { + width: calc(var(--spacing) * 11); + } + .w-32 { + width: calc(var(--spacing) * 32); + } + .w-36 { + width: calc(var(--spacing) * 36); + } + .w-56 { + width: calc(var(--spacing) * 56); + } + .w-full { + width: 100%; + } + .max-w-2xl { + max-width: var(--container-2xl); + } + .max-w-6xl { + max-width: var(--container-6xl); + } + .shrink-0 { + flex-shrink: 0; + } + .translate-x-0 { + --tw-translate-x: calc(var(--spacing) * 0); + translate: var(--tw-translate-x) var(--tw-translate-y); + } + .transform { + transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); + } + .animate-spin { + animation: var(--animate-spin); + } + .cursor-not-allowed { + cursor: not-allowed; + } + .cursor-pointer { + cursor: pointer; + } + .touch-manipulation { + touch-action: manipulation; + } + .grid-cols-1 { + grid-template-columns: repeat(1, minmax(0, 1fr)); + } + .grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + .flex-col { + flex-direction: column; + } + .flex-wrap { + flex-wrap: wrap; + } + .items-center { + align-items: center; + } + .items-start { + align-items: flex-start; + } + .justify-around { + justify-content: space-around; + } + .justify-between { + justify-content: space-between; + } + .justify-center { + justify-content: center; + } + .justify-end { + justify-content: flex-end; + } + .gap-1 { + gap: calc(var(--spacing) * 1); + } + .gap-2 { + gap: calc(var(--spacing) * 2); + } + .gap-4 { + gap: calc(var(--spacing) * 4); + } + .gap-x-6 { + column-gap: calc(var(--spacing) * 6); + } + .gap-y-6 { + row-gap: calc(var(--spacing) * 6); + } + .overflow-hidden { + overflow: hidden; + } + .rounded { + border-radius: 0.25rem; + } + .rounded-full { + border-radius: calc(infinity * 1px); + } + .rounded-lg { + border-radius: var(--radius-lg); + } + .rounded-md { + border-radius: var(--radius-md); + } + .rounded-t-xl { + border-top-left-radius: var(--radius-xl); + border-top-right-radius: var(--radius-xl); + } + .border { + border-style: var(--tw-border-style); + border-width: 1px; + } + .border-0 { + border-style: var(--tw-border-style); + border-width: 0px; + } + .border-2 { + border-style: var(--tw-border-style); + border-width: 2px; + } + .border-t-2 { + border-top-style: var(--tw-border-style); + border-top-width: 2px; + } + .border-b-2 { + border-bottom-style: var(--tw-border-style); + border-bottom-width: 2px; + } + .border-solid { + --tw-border-style: solid; + border-style: solid; + } + .border-gray-900 { + border-color: var(--color-gray-900); + } + .border-transparent { + border-color: transparent; + } + .bg-black { + background-color: var(--color-black); + } + .bg-gray-100 { + background-color: var(--color-gray-100); + } + .bg-gray-200 { + background-color: var(--color-gray-200); + } + .bg-gray-400 { + background-color: var(--color-gray-400); + } + .bg-indigo-500 { + background-color: var(--color-indigo-500); + } + .bg-indigo-600 { + background-color: var(--color-indigo-600); + } + .bg-red-600 { + background-color: var(--color-red-600); + } + .bg-white { + background-color: var(--color-white); + } + .object-contain { + object-fit: contain; + } + .object-center { + object-position: center; + } + .p-2 { + padding: calc(var(--spacing) * 2); + } + .p-4 { + padding: calc(var(--spacing) * 4); + } + .p-6 { + padding: calc(var(--spacing) * 6); + } + .px-1 { + padding-inline: calc(var(--spacing) * 1); + } + .px-2 { + padding-inline: calc(var(--spacing) * 2); + } + .px-3 { + padding-inline: calc(var(--spacing) * 3); + } + .px-4 { + padding-inline: calc(var(--spacing) * 4); + } + .px-8 { + padding-inline: calc(var(--spacing) * 8); + } + .py-1 { + padding-block: calc(var(--spacing) * 1); + } + .py-1\.5 { + padding-block: calc(var(--spacing) * 1.5); + } + .py-2 { + padding-block: calc(var(--spacing) * 2); + } + .py-4 { + padding-block: calc(var(--spacing) * 4); + } + .py-16 { + padding-block: calc(var(--spacing) * 16); + } + .pt-1 { + padding-top: calc(var(--spacing) * 1); + } + .pt-4 { + padding-top: calc(var(--spacing) * 4); + } + .pb-8 { + padding-bottom: calc(var(--spacing) * 8); + } + .pb-12 { + padding-bottom: calc(var(--spacing) * 12); + } + .pb-24 { + padding-bottom: calc(var(--spacing) * 24); + } + .pb-32 { + padding-bottom: calc(var(--spacing) * 32); + } + .pb-36 { + padding-bottom: calc(var(--spacing) * 36); + } + .text-center { + text-align: center; + } + .text-2xl { + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + } + .text-4xl { + font-size: var(--text-4xl); + line-height: var(--tw-leading, var(--text-4xl--line-height)); + } + .text-lg { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + .text-sm { + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + } + .text-xl { + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); + } + .text-xs { + font-size: var(--text-xs); + line-height: var(--tw-leading, var(--text-xs--line-height)); + } + .font-bold { + --tw-font-weight: var(--font-weight-bold); + font-weight: var(--font-weight-bold); + } + .font-extrabold { + --tw-font-weight: var(--font-weight-extrabold); + font-weight: var(--font-weight-extrabold); + } + .font-medium { + --tw-font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-medium); + } + .font-semibold { + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + } + .text-balance { + text-wrap: balance; + } + .break-all { + word-break: break-all; + } + .text-gray-500 { + color: var(--color-gray-500); + } + .text-gray-700 { + color: var(--color-gray-700); + } + .text-gray-900 { + color: var(--color-gray-900); + } + .text-red-500 { + color: var(--color-red-500); + } + .text-red-600 { + color: var(--color-red-600); + } + .text-white { + color: var(--color-white); + } + .capitalize { + text-transform: capitalize; + } + .lowercase { + text-transform: lowercase; + } + .uppercase { + text-transform: uppercase; + } + .italic { + font-style: italic; + } + .line-through { + text-decoration-line: line-through; + } + .overline { + text-decoration-line: overline; + } + .underline { + text-decoration-line: underline; + } + .opacity-0 { + opacity: 0%; + } + .opacity-50 { + opacity: 50%; + } + .opacity-100 { + opacity: 100%; + } + .shadow { + --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .shadow-lg { + --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .shadow-sm { + --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .ring-0 { + --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .ring-1 { + --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .ring-gray-300 { + --tw-ring-color: var(--color-gray-300); + } + .ring-gray-500\/10 { + --tw-ring-color: color-mix(in srgb, oklch(55.1% 0.027 264.364) 10%, transparent); + @supports (color: color-mix(in lab, red, red)) { + --tw-ring-color: color-mix(in oklab, var(--color-gray-500) 10%, transparent); + } + } + .blur { + --tw-blur: blur(8px); + filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); + } + .transition { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-all { + transition-property: all; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-colors { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-opacity { + transition-property: opacity; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .duration-200 { + --tw-duration: 200ms; + transition-duration: 200ms; + } + .ease-in-out { + --tw-ease: var(--ease-in-out); + transition-timing-function: var(--ease-in-out); + } + .select-none { + -webkit-user-select: none; + user-select: none; + } + .ring-inset { + --tw-ring-inset: inset; + } + .group-hover\:opacity-75 { + &:is(:where(.group):hover *) { + @media (hover: hover) { + opacity: 75%; + } + } + } + .placeholder\:text-gray-400 { + &::placeholder { + color: var(--color-gray-400); + } + } + .hover\:z-40 { + &:hover { + @media (hover: hover) { + z-index: 40; + } + } + } + .hover\:bg-gray-50 { + &:hover { + @media (hover: hover) { + background-color: var(--color-gray-50); + } + } + } + .hover\:bg-gray-100 { + &:hover { + @media (hover: hover) { + background-color: var(--color-gray-100); + } + } + } + .hover\:bg-gray-300 { + &:hover { + @media (hover: hover) { + background-color: var(--color-gray-300); + } + } + } + .hover\:bg-gray-500 { + &:hover { + @media (hover: hover) { + background-color: var(--color-gray-500); + } + } + } + .hover\:bg-indigo-400 { + &:hover { + @media (hover: hover) { + background-color: var(--color-indigo-400); + } + } + } + .focus\:ring-2 { + &:focus { + --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + } + .focus\:ring-gray-300 { + &:focus { + --tw-ring-color: var(--color-gray-300); + } + } + .focus\:ring-indigo-600 { + &:focus { + --tw-ring-color: var(--color-indigo-600); + } + } + .focus\:ring-offset-2 { + &:focus { + --tw-ring-offset-width: 2px; + --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + } + } + .focus\:outline-none { + &:focus { + --tw-outline-style: none; + outline-style: none; + } + } + .focus\:ring-inset { + &:focus { + --tw-ring-inset: inset; + } + } + .focus-visible\:outline { + &:focus-visible { + outline-style: var(--tw-outline-style); + outline-width: 1px; + } + } + .focus-visible\:outline-2 { + &:focus-visible { + outline-style: var(--tw-outline-style); + outline-width: 2px; + } + } + .focus-visible\:outline-offset-2 { + &:focus-visible { + outline-offset: 2px; + } + } + .focus-visible\:outline-gray-400 { + &:focus-visible { + outline-color: var(--color-gray-400); + } + } + .focus-visible\:outline-indigo-500 { + &:focus-visible { + outline-color: var(--color-indigo-500); + } + } + .focus-visible\:outline-indigo-600 { + &:focus-visible { + outline-color: var(--color-indigo-600); + } + } + .disabled\:z-10 { + &:disabled { + z-index: 10; + } + } + .disabled\:cursor-not-allowed { + &:disabled { + cursor: not-allowed; + } + } + .disabled\:opacity-0 { + &:disabled { + opacity: 0%; + } + } + .sm\:col-span-1 { + @media (width >= 40rem) { + grid-column: span 1 / span 1; + } + } + .sm\:mt-0 { + @media (width >= 40rem) { + margin-top: calc(var(--spacing) * 0); + } + } + .sm\:mt-20 { + @media (width >= 40rem) { + margin-top: calc(var(--spacing) * 20); + } + } + .sm\:block { + @media (width >= 40rem) { + display: block; + } + } + .sm\:max-w-4xl { + @media (width >= 40rem) { + max-width: var(--container-4xl); + } + } + .sm\:grid-cols-2 { + @media (width >= 40rem) { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + } + .sm\:px-6 { + @media (width >= 40rem) { + padding-inline: calc(var(--spacing) * 6); + } + } + .sm\:px-8 { + @media (width >= 40rem) { + padding-inline: calc(var(--spacing) * 8); + } + } + .sm\:text-sm { + @media (width >= 40rem) { + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + } + } + .sm\:leading-6 { + @media (width >= 40rem) { + --tw-leading: calc(var(--spacing) * 6); + line-height: calc(var(--spacing) * 6); + } + } + .lg\:mb-3 { + @media (width >= 64rem) { + margin-bottom: calc(var(--spacing) * 3); + } + } + .lg\:h-full { + @media (width >= 64rem) { + height: 100%; + } + } + .lg\:w-full { + @media (width >= 64rem) { + width: 100%; + } + } + .lg\:max-w-5xl { + @media (width >= 64rem) { + max-width: var(--container-5xl); + } + } + .lg\:max-w-7xl { + @media (width >= 64rem) { + max-width: var(--container-7xl); + } + } + .lg\:grid-cols-3 { + @media (width >= 64rem) { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + } + .lg\:grid-cols-4 { + @media (width >= 64rem) { + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + } + .lg\:gap-x-5 { + @media (width >= 64rem) { + column-gap: calc(var(--spacing) * 5); + } + } + .lg\:px-8 { + @media (width >= 64rem) { + padding-inline: calc(var(--spacing) * 8); + } + } + .lg\:px-12 { + @media (width >= 64rem) { + padding-inline: calc(var(--spacing) * 12); + } + } + .xl\:mb-4 { + @media (width >= 80rem) { + margin-bottom: calc(var(--spacing) * 4); + } + } + .xl\:max-w-7xl { + @media (width >= 80rem) { + max-width: var(--container-7xl); + } + } + .xl\:grid-cols-5 { + @media (width >= 80rem) { + grid-template-columns: repeat(5, minmax(0, 1fr)); + } + } + .xl\:gap-x-8 { + @media (width >= 80rem) { + column-gap: calc(var(--spacing) * 8); + } + } + .xl\:px-2 { + @media (width >= 80rem) { + padding-inline: calc(var(--spacing) * 2); + } + } +} +@property --tw-translate-x { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-translate-y { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-translate-z { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-rotate-x { + syntax: "*"; + inherits: false; +} +@property --tw-rotate-y { + syntax: "*"; + inherits: false; +} +@property --tw-rotate-z { + syntax: "*"; + inherits: false; +} +@property --tw-skew-x { + syntax: "*"; + inherits: false; +} +@property --tw-skew-y { + syntax: "*"; + inherits: false; +} +@property --tw-border-style { + syntax: "*"; + inherits: false; + initial-value: solid; +} +@property --tw-font-weight { + syntax: "*"; + inherits: false; +} +@property --tw-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-shadow-alpha { + syntax: ""; + inherits: false; + initial-value: 100%; +} +@property --tw-inset-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-inset-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-inset-shadow-alpha { + syntax: ""; + inherits: false; + initial-value: 100%; +} +@property --tw-ring-color { + syntax: "*"; + inherits: false; +} +@property --tw-ring-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-inset-ring-color { + syntax: "*"; + inherits: false; +} +@property --tw-inset-ring-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-ring-inset { + syntax: "*"; + inherits: false; +} +@property --tw-ring-offset-width { + syntax: ""; + inherits: false; + initial-value: 0px; +} +@property --tw-ring-offset-color { + syntax: "*"; + inherits: false; + initial-value: #fff; +} +@property --tw-ring-offset-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-blur { + syntax: "*"; + inherits: false; +} +@property --tw-brightness { + syntax: "*"; + inherits: false; +} +@property --tw-contrast { + syntax: "*"; + inherits: false; +} +@property --tw-grayscale { + syntax: "*"; + inherits: false; +} +@property --tw-hue-rotate { + syntax: "*"; + inherits: false; +} +@property --tw-invert { + syntax: "*"; + inherits: false; +} +@property --tw-opacity { + syntax: "*"; + inherits: false; +} +@property --tw-saturate { + syntax: "*"; + inherits: false; +} +@property --tw-sepia { + syntax: "*"; + inherits: false; +} +@property --tw-drop-shadow { + syntax: "*"; + inherits: false; +} +@property --tw-drop-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-drop-shadow-alpha { + syntax: ""; + inherits: false; + initial-value: 100%; +} +@property --tw-drop-shadow-size { + syntax: "*"; + inherits: false; +} +@property --tw-duration { + syntax: "*"; + inherits: false; +} +@property --tw-ease { + syntax: "*"; + inherits: false; +} +@property --tw-outline-style { + syntax: "*"; + inherits: false; + initial-value: solid; +} +@property --tw-leading { + syntax: "*"; + inherits: false; +} +@keyframes spin { + to { + transform: rotate(360deg); + } +} +@layer properties { + @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) { + *, ::before, ::after, ::backdrop { + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-translate-z: 0; + --tw-rotate-x: initial; + --tw-rotate-y: initial; + --tw-rotate-z: initial; + --tw-skew-x: initial; + --tw-skew-y: initial; + --tw-border-style: solid; + --tw-font-weight: initial; + --tw-shadow: 0 0 #0000; + --tw-shadow-color: initial; + --tw-shadow-alpha: 100%; + --tw-inset-shadow: 0 0 #0000; + --tw-inset-shadow-color: initial; + --tw-inset-shadow-alpha: 100%; + --tw-ring-color: initial; + --tw-ring-shadow: 0 0 #0000; + --tw-inset-ring-color: initial; + --tw-inset-ring-shadow: 0 0 #0000; + --tw-ring-inset: initial; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-offset-shadow: 0 0 #0000; + --tw-blur: initial; + --tw-brightness: initial; + --tw-contrast: initial; + --tw-grayscale: initial; + --tw-hue-rotate: initial; + --tw-invert: initial; + --tw-opacity: initial; + --tw-saturate: initial; + --tw-sepia: initial; + --tw-drop-shadow: initial; + --tw-drop-shadow-color: initial; + --tw-drop-shadow-alpha: 100%; + --tw-drop-shadow-size: initial; + --tw-duration: initial; + --tw-ease: initial; + --tw-outline-style: solid; + --tw-leading: initial; + } + } +} diff --git a/style/style.css b/style/style.css new file mode 100644 index 0000000..14e13f6 --- /dev/null +++ b/style/style.css @@ -0,0 +1,124 @@ +@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap"); + +html, body { + font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, + "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", + Arial, sans-serif; +} + +/* cardList.html */ +.overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.8); + display: none; + justify-content: center; + align-items: center; + z-index: 100; +} + +.overlay img { + max-width: 90%; + max-height: 90%; + object-fit: contain; +} + +/* Result.html */ +.result_area { + background-size: cover; + background-repeat: no-repeat; + background-color: white; +} + +.keycard-count-badge { + display: inline-flex; + align-items: center; + border-radius: 4px; + --tw-bg-opacity: 1; + background-color: rgba(0, 0, 0, 0.9); + --tw-ring-offset-width: 4px; + --tw-text-opacity: 1; + border: 4px solid #fff; + color: rgb(255 255 255 / var(--tw-text-opacity)); + padding-left: 0.625rem; + padding-right: 0.625rem; + padding-top: 0.375rem; + padding-bottom: 0.375rem; + font-size: 1rem; + line-height: 1.25rem; + font-weight: 500; +} + +.keycard-count-icon { + display: inline-block; + width: 10px; + height: 10px; + border-radius: 50%; + margin-right: 5px; +} + +.count-badge { + position: absolute; + top: 0; + right: 0; + display: inline-flex; + align-items: center; + border-radius: 4px; + --tw-bg-opacity: 1; + background-color: rgba(0, 0, 0, 0.9); + --tw-ring-offset-width: 4px; + --tw-text-opacity: 1; + border: 4px solid #fff; + color: rgb(255 255 255 / var(--tw-text-opacity)); + padding-left: 0.5rem; + padding-right: 0.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + font-size: 0.75rem; + line-height: 1rem; + font-weight: 500; +} + +.keycard-count-text { + font-size: 0.8em; +} + +.save-responsive-card { +width: 9rem; +} + +.save-responsive-card.HQ { + width: 18rem; +} +.save-responsive-card.HQ .card-number { + font-size: 1rem; +} + +.save-responsive-keycard { + width: 14rem; +} + +.save-responsive-keycard.HQ { + width: 28rem; +} +.save-responsive-keycard.HQ .card-number { + font-size: 1rem; +} + +.count-badge.HQ { + transform: scale(2); + transform-origin: top right; +} + +.infoContainer.HQ { + flex-direction: row; + justify-content: space-between; + padding: 0 1rem; +} + +.card-rarity { + padding-bottom: 2px; +} \ No newline at end of file