Add November's Salmon Run gear

This commit is contained in:
Kalle 2022-11-03 20:20:34 +02:00
parent 0c2e077fc5
commit 123565a952
15 changed files with 22 additions and 4 deletions

View File

@ -110,3 +110,11 @@ Note: This is only useful if you have access to a production running on Render.c
1. Add image in both .png and .avif with the correct weapon ID (`replace-img-names.ts` can help)
2. Create new weapon ids json and weapon translation jsons using `create-weapon-json.ts` script
### Add new gear gear
0. If Salmon Run gear, update constant in create-gear-json.ts
1. `npm run create-gear-json`
2. Copy generated files from output folder to gear-ids.ts file
3. Get .png from Lean's repository
4. Generate .avif image

View File

@ -3,9 +3,9 @@ export const headGearIds = [
3003, 3008, 3009, 3011, 3012, 3016, 3021, 3022, 3023, 3024, 3025, 3026, 3027,
3029, 4004, 4006, 4008, 4015, 4016, 4017, 4019, 5000, 5001, 5004, 5007, 5008,
6001, 6003, 6004, 7007, 7012, 7013, 7014, 8005, 8008, 8011, 8014, 8015, 8016,
9003, 9007, 9009, 21010, 21011, 25000, 25001, 25002, 25003, 25004, 25005,
25006, 25007, 25008, 25009, 25010, 25016, 25017, 27000, 27004, 27109, 27306,
28000,
9003, 9007, 9009, 21010, 21011, 21015, 25000, 25001, 25002, 25003, 25004,
25005, 25006, 25007, 25008, 25009, 25010, 25016, 25017, 27000, 27004, 27109,
27306, 28000,
] as const;
export const clothesGearIds = [

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -202,6 +202,7 @@
"C_10014": "Sudadera Celeste",
"H_21010": "Schnapperkappe",
"H_21011": "Opak-Visor",
"H_21015": "Genialotron",
"H_25000": "Tintenfisch-Spange",
"C_25000": "Schuluniform A",
"S_25000": "Schuluniform-Schuhe",

View File

@ -202,6 +202,7 @@
"C_10014": "Sudadera Celeste",
"H_21010": "Bream-Brim Cap",
"H_21011": "Lo-Vis Visor",
"H_21015": "Brain Strainer",
"H_25000": "Squid Hairclip",
"C_25000": "School Uniform A",
"S_25000": "School Shoes + Hi Socks",

View File

@ -202,6 +202,7 @@
"C_10014": "Sudadera de jerga celeste",
"H_21010": "Gorra besugo dorado",
"H_21011": "Visor opaco",
"H_21015": "Casco psicotrónico",
"H_25000": "Horquilla calamar",
"C_25000": "Uniforme escolar A",
"S_25000": "Mocasín escolar",

View File

@ -202,6 +202,7 @@
"C_10014": "Sweat ethnique azur",
"H_21010": "Casquette dorade",
"H_21011": "Lunettes opaques",
"H_21015": "Casque Eurêka",
"H_25000": "Barrette seiche",
"C_25000": "Uniforme scolaire A",
"S_25000": "Mocassins scolaires d'hiver",

View File

@ -202,6 +202,7 @@
"C_10014": "Maglia baja celeste",
"H_21010": "Cappello pescoso",
"H_21011": "Visore cieco",
"H_21015": "Eurekappello",
"H_25000": "Fermaglio calamaro",
"C_25000": "Uniforme scolastica A",
"S_25000": "Mocassini neri (calze)",

View File

@ -202,6 +202,7 @@
"C_10014": "バハフーディー セレステ",
"H_21010": "イトヨリキャップ",
"H_21011": "シカイバイザー",
"H_21015": "ヒラメキブレインメット",
"H_25000": "イカパッチン",
"C_25000": "スクールブレザーL",
"S_25000": "スクールローファー ハイソ",

View File

@ -202,6 +202,7 @@
"C_10014": "블루 바하 후드",
"H_21010": "실꼬리 캡",
"H_21011": "시야 바이저",
"H_21015": "번뜩 브레인 헬멧",
"H_25000": "오징어 머리핀",
"C_25000": "스쿨 유니폼 L",
"S_25000": "니 삭스 스쿨 로퍼",

View File

@ -202,6 +202,7 @@
"C_10014": "Blauwe wereldse hoody",
"H_21010": "Snapperpet",
"H_21011": "Slaapmasker",
"H_21015": "Whizzkidhelm",
"H_25000": "Inktvishaarspeld",
"C_25000": "Schooluniform A",
"S_25000": "Schoolschoenen",

View File

@ -202,6 +202,7 @@
"C_10014": "Лазурное этно-худи",
"H_21010": "Кепка «Лещик»",
"H_21011": "Визор «Ширма»",
"H_21015": "Мозготрон",
"H_25000": "Заколка «Кальмарчик»",
"C_25000": "Школьная форма А",
"S_25000": "Школьные ботинки + чулки",

View File

@ -202,6 +202,7 @@
"C_10014": "巴哈连帽上衣 天蓝色",
"H_21010": "金线鱼帽",
"H_21011": "视野中空遮阳帽",
"H_21015": "灵光一闪安全帽",
"H_25000": "鱿鱼发夹",
"C_25000": "学校制服外套L",
"S_25000": "学校乐福鞋 高级",

View File

@ -17,7 +17,7 @@ const LEAN_HEAD_CODE = "Hed";
const LEAN_CLOTHES_CODE = "Clt";
const LEAN_SHOES_CODE = "Shs";
const AVAILABLE_SR_GEAR = [21010, 21011];
const AVAILABLE_SR_GEAR = [21010, 21011, 21015];
async function main() {
const allGear: Array<{