344 {
345 foreach (Row row in rows)
346 {
347 Dictionary<int, int> dictionary = new Dictionary<int, int>();
348 dictionary[70] = row.STR;
349 dictionary[71] = row.END;
350 dictionary[72] = row.DEX;
351 dictionary[73] = row.PER;
352 dictionary[74] = row.LER;
353 dictionary[75] = row.WIL;
354 dictionary[76] = row.MAG;
355 dictionary[77] = row.CHA;
356 dictionary[79] = row.SPD;
357 dictionary[80] = row.INT;
358 dictionary[100] = row.martial;
359 dictionary[60] = row.life;
360 dictionary[61] = row.mana;
361 dictionary[62] = row.vigor;
362 dictionary[65] = row.PV;
363 dictionary[64] = row.DV;
364 dictionary[55] = row.PDR;
365 dictionary[56] = row.EDR;
366 dictionary[57] = row.EP;
367 dictionary[261] = 1;
368 dictionary[225] = 1;
369 dictionary[255] = 1;
370 dictionary[220] = 1;
371 dictionary[250] = 1;
372 dictionary[101] = 1;
373 dictionary[102] = 1;
374 dictionary[103] = 1;
375 dictionary[107] = 1;
376 dictionary[106] = 1;
377 dictionary[110] = 1;
378 dictionary[111] = 1;
379 dictionary[104] = 1;
380 dictionary[109] = 1;
381 dictionary[108] = 1;
382 dictionary[123] = 1;
383 dictionary[122] = 1;
384 dictionary[120] = 1;
385 dictionary[150] = 1;
386 dictionary[301] = 1;
387 dictionary[306] = 1;
389 }
390 }
static Dictionary< int, int > GetElementMap(int[] list)