Advertisement
silfumus

ship names

Jan 1st, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 44.89 KB | None | 0 0
  1. package logbook.internal;
  2.  
  3. import java.util.Map;
  4. import java.util.Set;
  5. import java.util.concurrent.ConcurrentHashMap;
  6.  
  7. import logbook.dto.ShipInfoDto;
  8.             this.put("1", new ShipInfoDto("睦月", "駆逐艦", "むつき", 20, 15, 15));
  9.             this.put("2", new ShipInfoDto("如月", "駆逐艦", "きさらぎ", 20, 15, 15));
  10.             this.put("3", ShipInfoDto.EMPTY);
  11.             this.put("4", ShipInfoDto.EMPTY);
  12.             this.put("5", ShipInfoDto.EMPTY);
  13.             this.put("6", new ShipInfoDto("長月", "駆逐艦", "ながつき", 20, 15, 15));
  14.             this.put("7", new ShipInfoDto("三日月", "駆逐艦", "みかづき", 20, 15, 15));
  15.             this.put("8", ShipInfoDto.EMPTY);
  16.             this.put("9", new ShipInfoDto("吹雪", "駆逐艦", "ふぶき", 20, 20, 15));
  17.             this.put("10", new ShipInfoDto("白雪", "駆逐艦", "しらゆき", 20, 20, 15));
  18.             this.put("11", new ShipInfoDto("深雪", "駆逐艦", "みゆき", 20, 20, 15));
  19.             this.put("12", new ShipInfoDto("磯波", "駆逐艦", "いそなみ", 20, 20, 15));
  20.             this.put("13", new ShipInfoDto("綾波", "駆逐艦", "あやなみ", 20, 20, 15));
  21.             this.put("14", new ShipInfoDto("敷波", "駆逐艦", "しきなみ", 20, 20, 15));
  22.             this.put("15", new ShipInfoDto("曙", "駆逐艦", "あけぼの", 20, 20, 15));
  23.             this.put("16", new ShipInfoDto("潮", "駆逐艦", "うしお", 20, 20, 15));
  24.             this.put("17", new ShipInfoDto("陽炎", "駆逐艦", "かげろう", 20, 20, 15));
  25.             this.put("18", new ShipInfoDto("不知火", "駆逐艦", "しらぬい", 20, 20, 15));
  26.             this.put("19", new ShipInfoDto("黒潮", "駆逐艦", "くろしお", 20, 20, 15));
  27.             this.put("20", new ShipInfoDto("雪風", "駆逐艦", "ゆきかぜ", 20, 20, 15));
  28.             this.put("21", new ShipInfoDto("長良", "軽巡洋艦", "ながら", 20, 25, 25));
  29.             this.put("22", new ShipInfoDto("五十鈴", "軽巡洋艦", "いすず", 12, 25, 25));
  30.             this.put("23", new ShipInfoDto("由良", "軽巡洋艦", "ゆら", 20, 25, 25));
  31.             this.put("24", new ShipInfoDto("大井", "軽巡洋艦", "おおい", 10, 25, 25));
  32.             this.put("25", new ShipInfoDto("北上", "軽巡洋艦", "きたかみ", 10, 25, 25));
  33.             this.put("26", new ShipInfoDto("扶桑", "戦艦", "ふそう", 20, 120, 85));
  34.             this.put("27", new ShipInfoDto("山城", "戦艦", "やましろ", 20, 120, 85));
  35.             this.put("28", new ShipInfoDto("皐月", "駆逐艦", "さつき", 20, 15, 15));
  36.             this.put("29", new ShipInfoDto("文月", "駆逐艦", "ふみづき", 20, 15, 15));
  37.             this.put("30", new ShipInfoDto("菊月", "駆逐艦", "きくづき", 20, 15, 15));
  38.             this.put("31", new ShipInfoDto("望月", "駆逐艦", "もちづき", 20, 15, 15));
  39.             this.put("32", new ShipInfoDto("初雪", "駆逐艦", "はつゆき", 20, 20, 15));
  40.             this.put("33", new ShipInfoDto("叢雲", "駆逐艦", "むらくも", 20, 20, 15));
  41.             this.put("34", new ShipInfoDto("暁", "駆逐艦", "あかつき", 20, 20, 15));
  42.             this.put("35", new ShipInfoDto("響", "駆逐艦", "ひびき", 20, 20, 15));
  43.             this.put("36", new ShipInfoDto("雷", "駆逐艦", "いかづち", 20, 20, 15));
  44.             this.put("37", new ShipInfoDto("電", "駆逐艦", "いなづま", 20, 20, 15));
  45.             this.put("38", new ShipInfoDto("初春", "駆逐艦", "はつはる", 20, 20, 15));
  46.             this.put("39", new ShipInfoDto("子日", "駆逐艦", "ねのひ", 20, 20, 15));
  47.             this.put("40", new ShipInfoDto("若葉", "駆逐艦", "わかば", 20, 20, 15));
  48.             this.put("41", new ShipInfoDto("初霜", "駆逐艦", "はつしも", 20, 20, 15));
  49.             this.put("42", new ShipInfoDto("白露", "駆逐艦", "しらつゆ", 20, 20, 15));
  50.             this.put("43", new ShipInfoDto("時雨", "駆逐艦", "しぐれ", 20, 20, 15));
  51.             this.put("44", new ShipInfoDto("村雨", "駆逐艦", "むらさめ", 20, 20, 15));
  52.             this.put("45", new ShipInfoDto("夕立", "駆逐艦", "ゆうだち", 20, 20, 15));
  53.             this.put("46", new ShipInfoDto("五月雨", "駆逐艦", "さみだれ", 20, 20, 15));
  54.             this.put("47", new ShipInfoDto("涼風", "駆逐艦", "すずかぜ", 20, 20, 15));
  55.             this.put("48", new ShipInfoDto("霰", "駆逐艦", "あられ", 20, 20, 15));
  56.             this.put("49", new ShipInfoDto("霞", "駆逐艦", "かすみ", 20, 20, 15));
  57.             this.put("50", new ShipInfoDto("島風", "駆逐艦", "しまかぜ", 20, 25, 20));
  58.             this.put("51", new ShipInfoDto("天龍", "軽巡洋艦", "てんりゅう", 20, 20, 25));
  59.             this.put("52", new ShipInfoDto("龍田", "軽巡洋艦", "たつた", 20, 20, 25));
  60.             this.put("53", new ShipInfoDto("名取", "軽巡洋艦", "なとり", 20, 25, 25));
  61.             this.put("54", new ShipInfoDto("川内", "軽巡洋艦", "せんだい", 20, 25, 25));
  62.             this.put("55", new ShipInfoDto("神通", "軽巡洋艦", "じんつう", 20, 25, 25));
  63.             this.put("56", new ShipInfoDto("那珂", "軽巡洋艦", "なか", 20, 25, 25));
  64.             this.put("57", new ShipInfoDto("大井改", "重雷装巡洋艦", "おおい", 50, 50, 25));
  65.             this.put("58", new ShipInfoDto("北上改", "重雷装巡洋艦", "きたかみ", 50, 50, 25));
  66.             this.put("59", new ShipInfoDto("古鷹", "重巡洋艦", "ふるたか", 25, 50, 35));
  67.             this.put("60", new ShipInfoDto("加古", "重巡洋艦", "かこ", 25, 50, 35));
  68.             this.put("61", new ShipInfoDto("青葉", "重巡洋艦", "あおば", 25, 50, 35));
  69.             this.put("62", new ShipInfoDto("妙高", "重巡洋艦", "みょうこう", 25, 65, 40));
  70.             this.put("63", new ShipInfoDto("那智", "重巡洋艦", "なち", 25, 65, 40));
  71.             this.put("64", new ShipInfoDto("足柄", "重巡洋艦", "あしがら", 25, 65, 40));
  72.             this.put("65", new ShipInfoDto("羽黒", "重巡洋艦", "はぐろ", 25, 65, 40));
  73.             this.put("66", new ShipInfoDto("高雄", "重巡洋艦", "たかお", 25, 65, 40));
  74.             this.put("67", new ShipInfoDto("愛宕", "重巡洋艦", "あたご", 25, 65, 40));
  75.             this.put("68", new ShipInfoDto("摩耶", "重巡洋艦", "まや", 18, 65, 40));
  76.             this.put("69", new ShipInfoDto("鳥海", "重巡洋艦", "ちょうかい", 25, 65, 40));
  77.             this.put("70", new ShipInfoDto("最上", "重巡洋艦", "もがみ", 10, 65, 40));
  78.             this.put("71", new ShipInfoDto("利根", "重巡洋艦", "とね", 25, 60, 45));
  79.             this.put("72", new ShipInfoDto("筑摩", "重巡洋艦", "ちくま", 25, 60, 45));
  80.             this.put("73", new ShipInfoDto("最上改", "航空巡洋艦", "もがみ", 0, 55, 50));
  81.             this.put("74", new ShipInfoDto("祥鳳", "軽空母", "しょうほう", 25, 35, 35));
  82.             this.put("75", new ShipInfoDto("飛鷹", "軽空母", "ひよう", 25, 40, 40));
  83.             this.put("76", new ShipInfoDto("龍驤", "軽空母", "りゅうじょう", 25, 35, 35));
  84.             this.put("77", new ShipInfoDto("伊勢", "戦艦", "いせ", 10, 120, 85));
  85.             this.put("78", new ShipInfoDto("金剛", "戦艦", "こんごう", 25, 110, 80));
  86.             this.put("79", new ShipInfoDto("榛名", "戦艦", "はるな", 25, 110, 80));
  87.             this.put("80", new ShipInfoDto("長門", "戦艦", "ながと", 30, 130, 100));
  88.             this.put("81", new ShipInfoDto("陸奥", "戦艦", "むつ", 30, 130, 100));
  89.             this.put("82", new ShipInfoDto("伊勢改", "航空戦艦", "いせ", 0, 105, 95));
  90.             this.put("83", new ShipInfoDto("赤城", "正規空母", "あかぎ", 30, 55, 60));
  91.             this.put("84", new ShipInfoDto("加賀", "正規空母", "かが", 30, 55, 60));
  92.             this.put("85", new ShipInfoDto("霧島", "戦艦", "きりしま", 25, 110, 80));
  93.             this.put("86", new ShipInfoDto("比叡", "戦艦", "ひえい", 25, 110, 80));
  94.             this.put("87", new ShipInfoDto("日向", "戦艦", "ひゅうが", 10, 120, 85));
  95.             this.put("88", new ShipInfoDto("日向改", "航空戦艦", "ひゅうが", 0, 105, 95));
  96.             this.put("89", new ShipInfoDto("鳳翔", "軽空母", "ほうしょう", 25, 25, 25));
  97.             this.put("90", new ShipInfoDto("蒼龍", "正規空母", "そうりゅう", 30, 50, 50));
  98.             this.put("91", new ShipInfoDto("飛龍", "正規空母", "ひりゅう", 30, 50, 50));
  99.             this.put("92", new ShipInfoDto("隼鷹", "軽空母", "じゅんよう", 25, 40, 40));
  100.             this.put("93", new ShipInfoDto("朧", "駆逐艦", "おぼろ", 20, 20, 15));
  101.             this.put("94", new ShipInfoDto("漣", "駆逐艦", "さざなみ", 20, 20, 15));
  102.             this.put("95", new ShipInfoDto("朝潮", "駆逐艦", "あさしお", 20, 20, 15));
  103.             this.put("96", new ShipInfoDto("大潮", "駆逐艦", "おおしお", 20, 20, 15));
  104.             this.put("97", new ShipInfoDto("満潮", "駆逐艦", "みちしお", 20, 20, 15));
  105.             this.put("98", new ShipInfoDto("荒潮", "駆逐艦", "あらしお", 20, 20, 15));
  106.             this.put("99", new ShipInfoDto("球磨", "軽巡洋艦", "くま", 20, 25, 25));
  107.             this.put("100", new ShipInfoDto("多摩", "軽巡洋艦", "たま", 20, 25, 25));
  108.             this.put("101", new ShipInfoDto("木曾", "軽巡洋艦", "きそ", 20, 25, 25));
  109.             this.put("102", new ShipInfoDto("千歳", "水上機母艦", "ちとせ", 10, 35, 35));
  110.             this.put("103", new ShipInfoDto("千代田", "水上機母艦", "ちよだ", 10, 35, 35));
  111.             this.put("104", new ShipInfoDto("千歳改", "水上機母艦", "ちとせ", 12, 40, 35));
  112.             this.put("105", new ShipInfoDto("千代田改", "水上機母艦", "ちよだ", 12, 40, 35));
  113.             this.put("106", new ShipInfoDto("千歳甲", "水上機母艦", "ちとせ", 15, 45, 35));
  114.             this.put("107", new ShipInfoDto("千代田甲", "水上機母艦", "ちよだ", 15, 45, 35));
  115.             this.put("108", new ShipInfoDto("千歳航", "軽空母", "ちとせ", 35, 40, 40));
  116.             this.put("109", new ShipInfoDto("千代田航", "軽空母", "ちよだ", 35, 40, 40));
  117.             this.put("110", new ShipInfoDto("翔鶴", "正規空母", "しょうかく", 30, 55, 55));
  118.             this.put("111", new ShipInfoDto("瑞鶴", "正規空母", "ずいかく", 25, 55, 55));
  119.             this.put("112", new ShipInfoDto("瑞鶴改", "正規空母", "ずいかく", 0, 70, 65));
  120.             this.put("113", new ShipInfoDto("鬼怒", "軽巡洋艦", "きぬ", 17, 25, 25));
  121.             this.put("114", new ShipInfoDto("阿武隈", "軽巡洋艦", "あぶくま", 17, 25, 25));
  122.             this.put("115", new ShipInfoDto("夕張", "軽巡洋艦", "ゆうばり", 25, 30, 20));
  123.             this.put("116", new ShipInfoDto("瑞鳳", "軽空母", "ずいほう", 25, 35, 35));
  124.             this.put("117", new ShipInfoDto("瑞鳳改", "軽空母", "ずいほう", 0, 40, 40));
  125.             this.put("118", new ShipInfoDto("大井改二", "重雷装巡洋艦", "おおい", 0, 55, 25));
  126.             this.put("119", new ShipInfoDto("北上改二", "重雷装巡洋艦", "きたかみ", 0, 55, 25));
  127.             this.put("120", new ShipInfoDto("三隈", "重巡洋艦", "みくま", 30, 65, 40));
  128.             this.put("121", new ShipInfoDto("三隈改", "航空巡洋艦", "みくま", 0, 55, 50));
  129.             this.put("122", new ShipInfoDto("舞風", "駆逐艦", "まいかぜ", 20, 20, 15));
  130.             this.put("123", new ShipInfoDto("衣笠", "重巡洋艦", "きぬがさ", 25, 50, 35));
  131.             this.put("124", new ShipInfoDto("鈴谷", "重巡洋艦", "すずや", 35, 65, 40));
  132.             this.put("125", new ShipInfoDto("熊野", "重巡洋艦", "くまの", 35, 65, 40));
  133.             this.put("126", new ShipInfoDto("伊168", "潜水艦", "い168", 50, 20, 10));
  134.             this.put("127", new ShipInfoDto("伊58", "潜水艦", "い58", 50, 20, 10));
  135.             this.put("128", new ShipInfoDto("伊8", "潜水艦", "い8", 50, 20, 10));
  136.             this.put("129", new ShipInfoDto("鈴谷改", "航空巡洋艦", "すずや", 0, 55, 50));
  137.             this.put("130", new ShipInfoDto("熊野改", "航空巡洋艦", "くまの", 0, 55, 50));
  138.             this.put("131", new ShipInfoDto("大和", "戦艦", "やまと", 60, 300, 250));
  139.             this.put("132", new ShipInfoDto("秋雲", "駆逐艦", "あきぐも", 30, 20, 15));
  140.             this.put("133", new ShipInfoDto("夕雲", "駆逐艦", "ゆうぐも", 30, 20, 15));
  141.             this.put("134", new ShipInfoDto("巻雲", "駆逐艦", "まきぐも", 30, 20, 15));
  142.             this.put("135", new ShipInfoDto("長波", "駆逐艦", "ながなみ", 30, 20, 15));
  143.             this.put("136", new ShipInfoDto("大和改", "戦艦", "やまと", 0, 325, 250));
  144.             this.put("137", new ShipInfoDto("阿賀野", "軽巡洋艦", "あがの", 35, 45, 30));
  145.             this.put("138", new ShipInfoDto("能代", "軽巡洋艦", "のしろ", 35, 45, 30));
  146.             this.put("139", new ShipInfoDto("矢矧", "軽巡洋艦", "やはぎ", 35, 45, 30));
  147.             this.put("140", ShipInfoDto.EMPTY);
  148.             this.put("141", new ShipInfoDto("五十鈴改二", "軽巡洋艦", "いすず", 0, 30, 25));
  149.             this.put("142", new ShipInfoDto("衣笠改二", "重巡洋艦", "きぬがさ", 0, 65, 35));
  150.             this.put("143", new ShipInfoDto("武蔵", "戦艦", "むさし", 40, 300, 250));
  151.             this.put("144", new ShipInfoDto("夕立改二", "駆逐艦", "ゆうだち", 0, 20, 15));
  152.             this.put("145", new ShipInfoDto("時雨改二", "駆逐艦", "しぐれ", 0, 20, 15));
  153.             this.put("146", new ShipInfoDto("木曾改二", "重雷装巡洋艦", "きそ", 0, 50, 25));
  154.             this.put("147", new ShipInfoDto("Верный", "駆逐艦", "ひびき", 0, 25, 15));
  155.             this.put("148", new ShipInfoDto("武蔵改", "戦艦", "むさし", 0, 325, 250));
  156.             this.put("149", new ShipInfoDto("金剛改二", "戦艦", "こんごう", 0, 135, 110));
  157.             this.put("150", new ShipInfoDto("比叡改二", "戦艦", "ひえい", 0, 135, 110));
  158.             this.put("151", ShipInfoDto.EMPTY);
  159.             this.put("152", ShipInfoDto.EMPTY);
  160.             this.put("153", new ShipInfoDto("大鳳", "装甲空母", "たいほう", 40, 65, 70));
  161.             this.put("154", ShipInfoDto.EMPTY);
  162.             this.put("155", new ShipInfoDto("伊401", "潜水空母", "い401", 35, 15, 20));
  163.             this.put("156", new ShipInfoDto("大鳳改", "装甲空母", "たいほう", 0, 75, 90));
  164.             this.put("157", ShipInfoDto.EMPTY);
  165.             this.put("158", ShipInfoDto.EMPTY);
  166.             this.put("159", ShipInfoDto.EMPTY);
  167.             this.put("160", ShipInfoDto.EMPTY);
  168.             this.put("161", new ShipInfoDto("あきつ丸", "揚陸艦", "あきつまる", 25, 10, 40));
  169.             this.put("162", ShipInfoDto.EMPTY);
  170.             this.put("163", new ShipInfoDto("まるゆ", "潜水艦", "まるゆ", 20, 5, 10));
  171.             this.put("164", ShipInfoDto.EMPTY);
  172.             this.put("165", ShipInfoDto.EMPTY);
  173.             this.put("166", new ShipInfoDto("あきつ丸改", "揚陸艦", "あきつまる", 0, 25, 45));
  174.             this.put("167", ShipInfoDto.EMPTY);
  175.             this.put("168", ShipInfoDto.EMPTY);
  176.             this.put("169", ShipInfoDto.EMPTY);
  177.             this.put("170", ShipInfoDto.EMPTY);
  178.             this.put("171", ShipInfoDto.EMPTY);
  179.             this.put("172", ShipInfoDto.EMPTY);
  180.             this.put("173", ShipInfoDto.EMPTY);
  181.             this.put("174", ShipInfoDto.EMPTY);
  182.             this.put("175", ShipInfoDto.EMPTY);
  183.             this.put("176", ShipInfoDto.EMPTY);
  184.             this.put("177", ShipInfoDto.EMPTY);
  185.             this.put("178", ShipInfoDto.EMPTY);
  186.             this.put("179", ShipInfoDto.EMPTY);
  187.             this.put("180", ShipInfoDto.EMPTY);
  188.             this.put("181", new ShipInfoDto("イオナ", "潜水艦", "アルいおな", 0, 150, 150));
  189.             this.put("182", new ShipInfoDto("タカオ", "重巡洋艦", "アルたかお", 0, 200, 175));
  190.             this.put("183", new ShipInfoDto("ハルナ", "戦艦", "アルはるな", 0, 275, 200));
  191.             this.put("184", ShipInfoDto.EMPTY);
  192.             this.put("185", ShipInfoDto.EMPTY);
  193.             this.put("186", ShipInfoDto.EMPTY);
  194.             this.put("187", ShipInfoDto.EMPTY);
  195.             this.put("188", ShipInfoDto.EMPTY);
  196.             this.put("189", ShipInfoDto.EMPTY);
  197.             this.put("190", new ShipInfoDto("初風", "駆逐艦", "はつかぜ", 20, 20, 15));
  198.             this.put("191", new ShipInfoDto("伊19", "潜水艦", "い19", 50, 20, 10));
  199.             this.put("192", ShipInfoDto.EMPTY);
  200.             this.put("193", ShipInfoDto.EMPTY);
  201.             this.put("194", ShipInfoDto.EMPTY);
  202.             this.put("195", ShipInfoDto.EMPTY);
  203.             this.put("196", ShipInfoDto.EMPTY);
  204.             this.put("197", ShipInfoDto.EMPTY);
  205.             this.put("198", ShipInfoDto.EMPTY);
  206.             this.put("199", ShipInfoDto.EMPTY);
  207.             this.put("200", ShipInfoDto.EMPTY);
  208.             this.put("201", new ShipInfoDto("吹雪改", "駆逐艦", "ふぶき", 0, 20, 15));
  209.             this.put("202", new ShipInfoDto("白雪改", "駆逐艦", "しらゆき", 0, 20, 15));
  210.             this.put("203", new ShipInfoDto("初雪改", "駆逐艦", "はつゆき", 0, 20, 15));
  211.             this.put("204", new ShipInfoDto("深雪改", "駆逐艦", "みゆき", 0, 20, 15));
  212.             this.put("205", new ShipInfoDto("叢雲改", "駆逐艦", "むらくも", 0, 20, 15));
  213.             this.put("206", new ShipInfoDto("磯波改", "駆逐艦", "いそなみ", 0, 20, 15));
  214.             this.put("207", new ShipInfoDto("綾波改", "駆逐艦", "あやなみ", 0, 20, 15));
  215.             this.put("208", new ShipInfoDto("敷波改", "駆逐艦", "しきなみ", 0, 20, 15));
  216.             this.put("209", new ShipInfoDto("金剛改", "戦艦", "こんごう", 75, 120, 90));
  217.             this.put("210", new ShipInfoDto("比叡改", "戦艦", "ひえい", 75, 120, 90));
  218.             this.put("211", new ShipInfoDto("榛名改", "戦艦", "はるな", 0, 120, 90));
  219.             this.put("212", new ShipInfoDto("霧島改", "戦艦", "きりしま", 0, 120, 90));
  220.             this.put("213", new ShipInfoDto("天龍改", "軽巡洋艦", "てんりゅう", 0, 25, 25));
  221.             this.put("214", new ShipInfoDto("龍田改", "軽巡洋艦", "たつた", 0, 25, 25));
  222.             this.put("215", new ShipInfoDto("球磨改", "軽巡洋艦", "くま", 0, 30, 25));
  223.             this.put("216", new ShipInfoDto("多摩改", "軽巡洋艦", "たま", 0, 30, 25));
  224.             this.put("217", new ShipInfoDto("木曾改", "軽巡洋艦", "きそ", 65, 30, 25));
  225.             this.put("218", new ShipInfoDto("長良改", "軽巡洋艦", "ながら", 0, 30, 25));
  226.             this.put("219", new ShipInfoDto("五十鈴改", "軽巡洋艦", "いすず", 50, 30, 25));
  227.             this.put("220", new ShipInfoDto("由良改", "軽巡洋艦", "ゆら", 0, 30, 25));
  228.             this.put("221", new ShipInfoDto("名取改", "軽巡洋艦", "なとり", 0, 30, 25));
  229.             this.put("222", new ShipInfoDto("川内改", "軽巡洋艦", "せんだい", 0, 30, 25));
  230.             this.put("223", new ShipInfoDto("神通改", "軽巡洋艦", "じんつう", 0, 30, 25));
  231.             this.put("224", new ShipInfoDto("那珂改", "軽巡洋艦", "なか", 0, 30, 25));
  232.             this.put("225", new ShipInfoDto("陽炎改", "駆逐艦", "かげろう", 0, 20, 15));
  233.             this.put("226", new ShipInfoDto("不知火改", "駆逐艦", "しらぬい", 0, 20, 15));
  234.             this.put("227", new ShipInfoDto("黒潮改", "駆逐艦", "くろしお", 0, 20, 15));
  235.             this.put("228", new ShipInfoDto("雪風改", "駆逐艦", "ゆきかぜ", 0, 20, 15));
  236.             this.put("229", new ShipInfoDto("島風改", "駆逐艦", "しまかぜ", 0, 25, 20));
  237.             this.put("230", new ShipInfoDto("朧改", "駆逐艦", "おぼろ", 0, 20, 15));
  238.             this.put("231", new ShipInfoDto("曙改", "駆逐艦", "あけぼの", 0, 20, 15));
  239.             this.put("232", new ShipInfoDto("漣改", "駆逐艦", "さざなみ", 0, 20, 15));
  240.             this.put("233", new ShipInfoDto("潮改", "駆逐艦", "うしお", 0, 20, 15));
  241.             this.put("234", new ShipInfoDto("暁改", "駆逐艦", "あかつき", 0, 20, 15));
  242.             this.put("235", new ShipInfoDto("響改", "駆逐艦", "ひびき", 70, 20, 15));
  243.             this.put("236", new ShipInfoDto("雷改", "駆逐艦", "いかづち", 0, 20, 15));
  244.             this.put("237", new ShipInfoDto("電改", "駆逐艦", "いなづま", 0, 20, 15));
  245.             this.put("238", new ShipInfoDto("初春改", "駆逐艦", "はつはる", 0, 20, 15));
  246.             this.put("239", new ShipInfoDto("子日改", "駆逐艦", "ねのひ", 0, 20, 15));
  247.             this.put("240", new ShipInfoDto("若葉改", "駆逐艦", "わかば", 0, 20, 15));
  248.             this.put("241", new ShipInfoDto("初霜改", "駆逐艦", "はつしも", 0, 20, 15));
  249.             this.put("242", new ShipInfoDto("白露改", "駆逐艦", "しらつゆ", 0, 20, 15));
  250.             this.put("243", new ShipInfoDto("時雨改", "駆逐艦", "しぐれ", 60, 20, 15));
  251.             this.put("244", new ShipInfoDto("村雨改", "駆逐艦", "むらさめ", 0, 20, 15));
  252.             this.put("245", new ShipInfoDto("夕立改", "駆逐艦", "ゆうだち", 55, 20, 15));
  253.             this.put("246", new ShipInfoDto("五月雨改", "駆逐艦", "さみだれ", 0, 20, 15));
  254.             this.put("247", new ShipInfoDto("涼風改", "駆逐艦", "すずかぜ", 0, 20, 15));
  255.             this.put("248", new ShipInfoDto("朝潮改", "駆逐艦", "あさしお", 0, 20, 15));
  256.             this.put("249", new ShipInfoDto("大潮改", "駆逐艦", "おおしお", 0, 20, 15));
  257.             this.put("250", new ShipInfoDto("満潮改", "駆逐艦", "みちしお", 0, 20, 15));
  258.             this.put("251", new ShipInfoDto("荒潮改", "駆逐艦", "あらしお", 0, 20, 15));
  259.             this.put("252", new ShipInfoDto("霰改", "駆逐艦", "あられ", 0, 20, 15));
  260.             this.put("253", new ShipInfoDto("霞改", "駆逐艦", "かすみ", 0, 20, 15));
  261.             this.put("254", new ShipInfoDto("睦月改", "駆逐艦", "むつき", 0, 15, 15));
  262.             this.put("255", new ShipInfoDto("如月改", "駆逐艦", "きさらぎ", 0, 15, 15));
  263.             this.put("256", new ShipInfoDto("皐月改", "駆逐艦", "さつき", 0, 15, 15));
  264.             this.put("257", new ShipInfoDto("文月改", "駆逐艦", "ふみづき", 0, 15, 15));
  265.             this.put("258", new ShipInfoDto("長月改", "駆逐艦", "ながつき", 0, 15, 15));
  266.             this.put("259", new ShipInfoDto("菊月改", "駆逐艦", "きくづき", 0, 15, 15));
  267.             this.put("260", new ShipInfoDto("三日月改", "駆逐艦", "みかづき", 0, 15, 15));
  268.             this.put("261", new ShipInfoDto("望月改", "駆逐艦", "もちづき", 0, 15, 15));
  269.             this.put("262", new ShipInfoDto("古鷹改", "重巡洋艦", "ふるたか", 0, 55, 35));
  270.             this.put("263", new ShipInfoDto("加古改", "重巡洋艦", "かこ", 0, 55, 35));
  271.             this.put("264", new ShipInfoDto("青葉改", "重巡洋艦", "あおば", 0, 55, 35));
  272.             this.put("265", new ShipInfoDto("妙高改", "重巡洋艦", "みょうこう", 0, 70, 40));
  273.             this.put("266", new ShipInfoDto("那智改", "重巡洋艦", "なち", 0, 70, 40));
  274.             this.put("267", new ShipInfoDto("足柄改", "重巡洋艦", "あしがら", 0, 70, 40));
  275.             this.put("268", new ShipInfoDto("羽黒改", "重巡洋艦", "はぐろ", 0, 70, 40));
  276.             this.put("269", new ShipInfoDto("高雄改", "重巡洋艦", "たかお", 0, 70, 40));
  277.             this.put("270", new ShipInfoDto("愛宕改", "重巡洋艦", "あたご", 0, 70, 40));
  278.             this.put("271", new ShipInfoDto("摩耶改", "重巡洋艦", "まや", 0, 70, 40));
  279.             this.put("272", new ShipInfoDto("鳥海改", "重巡洋艦", "ちょうかい", 0, 70, 40));
  280.             this.put("273", new ShipInfoDto("利根改", "重巡洋艦", "とね", 0, 65, 45));
  281.             this.put("274", new ShipInfoDto("筑摩改", "重巡洋艦", "ちくま", 0, 65, 45));
  282.             this.put("275", new ShipInfoDto("長門改", "戦艦", "ながと", 0, 160, 100));
  283.             this.put("276", new ShipInfoDto("陸奥改", "戦艦", "むつ", 0, 160, 100));
  284.             this.put("277", new ShipInfoDto("赤城改", "正規空母", "あかぎ", 0, 75, 75));
  285.             this.put("278", new ShipInfoDto("加賀改", "正規空母", "かが", 0, 80, 80));
  286.             this.put("279", new ShipInfoDto("蒼龍改", "正規空母", "そうりゅう", 0, 65, 65));
  287.             this.put("280", new ShipInfoDto("飛龍改", "正規空母", "ひりゅう", 0, 65, 65));
  288.             this.put("281", new ShipInfoDto("龍驤改", "軽空母", "りゅうじょう", 0, 40, 40));
  289.             this.put("282", new ShipInfoDto("祥鳳改", "軽空母", "しょうほう", 0, 40, 40));
  290.             this.put("283", new ShipInfoDto("飛鷹改", "軽空母", "ひよう", 0, 45, 45));
  291.             this.put("284", new ShipInfoDto("隼鷹改", "軽空母", "じゅんよう", 0, 45, 45));
  292.             this.put("285", new ShipInfoDto("鳳翔改", "軽空母", "ほうしょう", 0, 30, 30));
  293.             this.put("286", new ShipInfoDto("扶桑改", "航空戦艦", "ふそう", 0, 105, 95));
  294.             this.put("287", new ShipInfoDto("山城改", "航空戦艦", "やましろ", 0, 105, 95));
  295.             this.put("288", new ShipInfoDto("翔鶴改", "正規空母", "しょうかく", 0, 70, 65));
  296.             this.put("289", new ShipInfoDto("鬼怒改", "軽巡洋艦", "きぬ", 0, 35, 25));
  297.             this.put("290", new ShipInfoDto("阿武隈改", "軽巡洋艦", "あぶくま", 0, 35, 25));
  298.             this.put("291", new ShipInfoDto("千歳航改", "軽空母", "ちとせ", 50, 40, 45));
  299.             this.put("292", new ShipInfoDto("千代田航改", "軽空母", "ちよだ", 50, 40, 45));
  300.             this.put("293", new ShipInfoDto("夕張改", "軽巡洋艦", "ゆうばり", 0, 40, 25));
  301.             this.put("294", new ShipInfoDto("舞風改", "駆逐艦", "まいかぜ", 0, 20, 15));
  302.             this.put("295", new ShipInfoDto("衣笠改", "重巡洋艦", "きぬがさ", 55, 60, 35));
  303.             this.put("296", new ShipInfoDto("千歳航改二", "軽空母", "ちとせ", 0, 40, 45));
  304.             this.put("297", new ShipInfoDto("千代田航改二", "軽空母", "ちよだ", 0, 40, 45));
  305.             this.put("298", ShipInfoDto.EMPTY);
  306.             this.put("299", ShipInfoDto.EMPTY);
  307.             this.put("300", new ShipInfoDto("初風改", "駆逐艦", "はつかぜ", 0, 20, 15));
  308.             this.put("301", new ShipInfoDto("秋雲改", "駆逐艦", "あきぐも", 0, 20, 15));
  309.             this.put("302", new ShipInfoDto("夕雲改", "駆逐艦", "ゆうぐも", 0, 20, 15));
  310.             this.put("303", new ShipInfoDto("巻雲改", "駆逐艦", "まきぐも", 0, 20, 15));
  311.             this.put("304", new ShipInfoDto("長波改", "駆逐艦", "ながなみ", 0, 20, 15));
  312.             this.put("305", new ShipInfoDto("阿賀野改", "軽巡洋艦", "あがの", 0, 50, 35));
  313.             this.put("306", new ShipInfoDto("能代改", "軽巡洋艦", "のしろ", 0, 50, 35));
  314.             this.put("307", new ShipInfoDto("矢矧改", "軽巡洋艦", "やはぎ", 0, 50, 35));
  315.             this.put("308", ShipInfoDto.EMPTY);
  316.             this.put("309", ShipInfoDto.EMPTY);
  317.             this.put("310", ShipInfoDto.EMPTY);
  318.             this.put("311", ShipInfoDto.EMPTY);
  319.             this.put("312", ShipInfoDto.EMPTY);
  320.             this.put("313", ShipInfoDto.EMPTY);
  321.             this.put("314", ShipInfoDto.EMPTY);
  322.             this.put("315", ShipInfoDto.EMPTY);
  323.             this.put("316", ShipInfoDto.EMPTY);
  324.             this.put("317", ShipInfoDto.EMPTY);
  325.             this.put("318", ShipInfoDto.EMPTY);
  326.             this.put("319", ShipInfoDto.EMPTY);
  327.             this.put("320", ShipInfoDto.EMPTY);
  328.             this.put("321", ShipInfoDto.EMPTY);
  329.             this.put("322", ShipInfoDto.EMPTY);
  330.             this.put("323", ShipInfoDto.EMPTY);
  331.             this.put("324", ShipInfoDto.EMPTY);
  332.             this.put("325", ShipInfoDto.EMPTY);
  333.             this.put("326", ShipInfoDto.EMPTY);
  334.             this.put("327", ShipInfoDto.EMPTY);
  335.             this.put("328", ShipInfoDto.EMPTY);
  336.             this.put("329", ShipInfoDto.EMPTY);
  337.             this.put("330", ShipInfoDto.EMPTY);
  338.             this.put("331", ShipInfoDto.EMPTY);
  339.             this.put("332", ShipInfoDto.EMPTY);
  340.             this.put("333", ShipInfoDto.EMPTY);
  341.             this.put("334", ShipInfoDto.EMPTY);
  342.             this.put("335", ShipInfoDto.EMPTY);
  343.             this.put("336", ShipInfoDto.EMPTY);
  344.             this.put("337", ShipInfoDto.EMPTY);
  345.             this.put("338", ShipInfoDto.EMPTY);
  346.             this.put("339", ShipInfoDto.EMPTY);
  347.             this.put("340", ShipInfoDto.EMPTY);
  348.             this.put("341", ShipInfoDto.EMPTY);
  349.             this.put("342", ShipInfoDto.EMPTY);
  350.             this.put("343", ShipInfoDto.EMPTY);
  351.             this.put("344", ShipInfoDto.EMPTY);
  352.             this.put("345", ShipInfoDto.EMPTY);
  353.             this.put("346", ShipInfoDto.EMPTY);
  354.             this.put("347", ShipInfoDto.EMPTY);
  355.             this.put("348", ShipInfoDto.EMPTY);
  356.             this.put("349", ShipInfoDto.EMPTY);
  357.             this.put("350", ShipInfoDto.EMPTY);
  358.             this.put("351", ShipInfoDto.EMPTY);
  359.             this.put("352", ShipInfoDto.EMPTY);
  360.             this.put("353", ShipInfoDto.EMPTY);
  361.             this.put("354", ShipInfoDto.EMPTY);
  362.             this.put("355", ShipInfoDto.EMPTY);
  363.             this.put("356", ShipInfoDto.EMPTY);
  364.             this.put("357", ShipInfoDto.EMPTY);
  365.             this.put("358", ShipInfoDto.EMPTY);
  366.             this.put("359", ShipInfoDto.EMPTY);
  367.             this.put("360", ShipInfoDto.EMPTY);
  368.             this.put("361", ShipInfoDto.EMPTY);
  369.             this.put("362", ShipInfoDto.EMPTY);
  370.             this.put("363", ShipInfoDto.EMPTY);
  371.             this.put("364", ShipInfoDto.EMPTY);
  372.             this.put("365", ShipInfoDto.EMPTY);
  373.             this.put("366", ShipInfoDto.EMPTY);
  374.             this.put("367", ShipInfoDto.EMPTY);
  375.             this.put("368", ShipInfoDto.EMPTY);
  376.             this.put("369", ShipInfoDto.EMPTY);
  377.             this.put("370", ShipInfoDto.EMPTY);
  378.             this.put("371", ShipInfoDto.EMPTY);
  379.             this.put("372", ShipInfoDto.EMPTY);
  380.             this.put("373", ShipInfoDto.EMPTY);
  381.             this.put("374", ShipInfoDto.EMPTY);
  382.             this.put("375", ShipInfoDto.EMPTY);
  383.             this.put("376", ShipInfoDto.EMPTY);
  384.             this.put("377", ShipInfoDto.EMPTY);
  385.             this.put("378", ShipInfoDto.EMPTY);
  386.             this.put("379", ShipInfoDto.EMPTY);
  387.             this.put("380", ShipInfoDto.EMPTY);
  388.             this.put("381", ShipInfoDto.EMPTY);
  389.             this.put("382", ShipInfoDto.EMPTY);
  390.             this.put("383", ShipInfoDto.EMPTY);
  391.             this.put("384", ShipInfoDto.EMPTY);
  392.             this.put("385", ShipInfoDto.EMPTY);
  393.             this.put("386", ShipInfoDto.EMPTY);
  394.             this.put("387", ShipInfoDto.EMPTY);
  395.             this.put("388", ShipInfoDto.EMPTY);
  396.             this.put("389", ShipInfoDto.EMPTY);
  397.             this.put("390", ShipInfoDto.EMPTY);
  398.             this.put("391", ShipInfoDto.EMPTY);
  399.             this.put("392", ShipInfoDto.EMPTY);
  400.             this.put("393", ShipInfoDto.EMPTY);
  401.             this.put("394", ShipInfoDto.EMPTY);
  402.             this.put("395", ShipInfoDto.EMPTY);
  403.             this.put("396", ShipInfoDto.EMPTY);
  404.             this.put("397", ShipInfoDto.EMPTY);
  405.             this.put("398", new ShipInfoDto("伊168改", "潜水艦", "い168", 0, 20, 10));
  406.             this.put("399", new ShipInfoDto("伊58改", "潜水空母", "い58", 0, 25, 10));
  407.             this.put("400", new ShipInfoDto("伊8改", "潜水空母", "い8", 0, 25, 10));
  408.             this.put("401", new ShipInfoDto("伊19改", "潜水空母", "い19", 0, 25, 10));
  409.             this.put("402", new ShipInfoDto("まるゆ改", "潜水艦", "まるゆ", 0, 10, 10));
  410.             this.put("403", new ShipInfoDto("伊401改", "潜水空母", "い401", 0, 30, 25));
  411.             this.put("404", ShipInfoDto.EMPTY);
  412.             this.put("405", ShipInfoDto.EMPTY);
  413.             this.put("406", ShipInfoDto.EMPTY);
  414.             this.put("407", ShipInfoDto.EMPTY);
  415.             this.put("408", ShipInfoDto.EMPTY);
  416.             this.put("409", ShipInfoDto.EMPTY);
  417.             this.put("410", ShipInfoDto.EMPTY);
  418.             this.put("411", ShipInfoDto.EMPTY);
  419.             this.put("412", ShipInfoDto.EMPTY);
  420.             this.put("413", ShipInfoDto.EMPTY);
  421.             this.put("414", ShipInfoDto.EMPTY);
  422.             this.put("415", ShipInfoDto.EMPTY);
  423.             this.put("416", ShipInfoDto.EMPTY);
  424.             this.put("417", ShipInfoDto.EMPTY);
  425.             this.put("418", ShipInfoDto.EMPTY);
  426.             this.put("419", ShipInfoDto.EMPTY);
  427.             this.put("420", ShipInfoDto.EMPTY);
  428.             this.put("421", ShipInfoDto.EMPTY);
  429.             this.put("422", ShipInfoDto.EMPTY);
  430.             this.put("423", ShipInfoDto.EMPTY);
  431.             this.put("424", ShipInfoDto.EMPTY);
  432.             this.put("425", ShipInfoDto.EMPTY);
  433.             this.put("426", ShipInfoDto.EMPTY);
  434.             this.put("427", ShipInfoDto.EMPTY);
  435.             this.put("428", ShipInfoDto.EMPTY);
  436.             this.put("429", ShipInfoDto.EMPTY);
  437.             this.put("430", ShipInfoDto.EMPTY);
  438.             this.put("431", ShipInfoDto.EMPTY);
  439.             this.put("432", ShipInfoDto.EMPTY);
  440.             this.put("433", ShipInfoDto.EMPTY);
  441.             this.put("434", ShipInfoDto.EMPTY);
  442.             this.put("435", ShipInfoDto.EMPTY);
  443.             this.put("436", ShipInfoDto.EMPTY);
  444.             this.put("437", ShipInfoDto.EMPTY);
  445.             this.put("438", ShipInfoDto.EMPTY);
  446.             this.put("439", ShipInfoDto.EMPTY);
  447.             this.put("440", ShipInfoDto.EMPTY);
  448.             this.put("441", ShipInfoDto.EMPTY);
  449.             this.put("442", ShipInfoDto.EMPTY);
  450.             this.put("443", ShipInfoDto.EMPTY);
  451.             this.put("444", ShipInfoDto.EMPTY);
  452.             this.put("445", ShipInfoDto.EMPTY);
  453.             this.put("446", ShipInfoDto.EMPTY);
  454.             this.put("447", ShipInfoDto.EMPTY);
  455.             this.put("448", ShipInfoDto.EMPTY);
  456.             this.put("449", ShipInfoDto.EMPTY);
  457.             this.put("450", ShipInfoDto.EMPTY);
  458.             this.put("451", ShipInfoDto.EMPTY);
  459.             this.put("452", ShipInfoDto.EMPTY);
  460.             this.put("453", ShipInfoDto.EMPTY);
  461.             this.put("454", ShipInfoDto.EMPTY);
  462.             this.put("455", ShipInfoDto.EMPTY);
  463.             this.put("456", ShipInfoDto.EMPTY);
  464.             this.put("457", ShipInfoDto.EMPTY);
  465.             this.put("458", ShipInfoDto.EMPTY);
  466.             this.put("459", ShipInfoDto.EMPTY);
  467.             this.put("460", ShipInfoDto.EMPTY);
  468.             this.put("461", ShipInfoDto.EMPTY);
  469.             this.put("462", ShipInfoDto.EMPTY);
  470.             this.put("463", ShipInfoDto.EMPTY);
  471.             this.put("464", ShipInfoDto.EMPTY);
  472.             this.put("465", ShipInfoDto.EMPTY);
  473.             this.put("466", ShipInfoDto.EMPTY);
  474.             this.put("467", ShipInfoDto.EMPTY);
  475.             this.put("468", ShipInfoDto.EMPTY);
  476.             this.put("469", ShipInfoDto.EMPTY);
  477.             this.put("470", ShipInfoDto.EMPTY);
  478.             this.put("471", ShipInfoDto.EMPTY);
  479.             this.put("472", ShipInfoDto.EMPTY);
  480.             this.put("473", ShipInfoDto.EMPTY);
  481.             this.put("474", ShipInfoDto.EMPTY);
  482.             this.put("475", ShipInfoDto.EMPTY);
  483.             this.put("476", ShipInfoDto.EMPTY);
  484.             this.put("477", ShipInfoDto.EMPTY);
  485.             this.put("478", ShipInfoDto.EMPTY);
  486.             this.put("479", ShipInfoDto.EMPTY);
  487.             this.put("480", ShipInfoDto.EMPTY);
  488.             this.put("481", ShipInfoDto.EMPTY);
  489.             this.put("482", ShipInfoDto.EMPTY);
  490.             this.put("483", ShipInfoDto.EMPTY);
  491.             this.put("484", ShipInfoDto.EMPTY);
  492.             this.put("485", ShipInfoDto.EMPTY);
  493.             this.put("486", ShipInfoDto.EMPTY);
  494.             this.put("487", ShipInfoDto.EMPTY);
  495.             this.put("488", ShipInfoDto.EMPTY);
  496.             this.put("489", ShipInfoDto.EMPTY);
  497.             this.put("490", ShipInfoDto.EMPTY);
  498.             this.put("491", ShipInfoDto.EMPTY);
  499.             this.put("492", ShipInfoDto.EMPTY);
  500.             this.put("493", ShipInfoDto.EMPTY);
  501.             this.put("494", ShipInfoDto.EMPTY);
  502.             this.put("495", ShipInfoDto.EMPTY);
  503.             this.put("496", ShipInfoDto.EMPTY);
  504.             this.put("497", ShipInfoDto.EMPTY);
  505.             this.put("498", ShipInfoDto.EMPTY);
  506.             this.put("499", ShipInfoDto.EMPTY);
  507.             this.put("500", ShipInfoDto.EMPTY);
  508.             this.put("501", new ShipInfoDto("駆逐イ級", "駆逐艦", "", 0, 0, 0));
  509.             this.put("502", new ShipInfoDto("駆逐ロ級", "駆逐艦", "", 0, 0, 0));
  510.             this.put("503", new ShipInfoDto("駆逐ハ級", "駆逐艦", "", 0, 0, 0));
  511.             this.put("504", new ShipInfoDto("駆逐ニ級", "駆逐艦", "", 0, 0, 0));
  512.             this.put("505", new ShipInfoDto("軽巡ホ級", "軽巡洋艦", "", 0, 0, 0));
  513.             this.put("506", new ShipInfoDto("軽巡ヘ級", "軽巡洋艦", "", 0, 0, 0));
  514.             this.put("507", new ShipInfoDto("軽巡ト級", "軽巡洋艦", "", 0, 0, 0));
  515.             this.put("508", new ShipInfoDto("雷巡チ級", "重雷装巡洋艦", "", 0, 0, 0));
  516.             this.put("509", new ShipInfoDto("重巡リ級", "重巡洋艦", "", 0, 0, 0));
  517.             this.put("510", new ShipInfoDto("軽母ヌ級", "軽空母", "", 0, 0, 0));
  518.             this.put("511", new ShipInfoDto("戦艦ル級", "戦艦", "", 0, 0, 0));
  519.             this.put("512", new ShipInfoDto("空母ヲ級", "正規空母", "", 0, 0, 0));
  520.             this.put("513", new ShipInfoDto("輸送ワ級", "補給艦", "", 0, 0, 0));
  521.             this.put("514", new ShipInfoDto("駆逐イ級", "駆逐艦", "elite", 0, 0, 0));
  522.             this.put("515", new ShipInfoDto("駆逐ロ級", "駆逐艦", "elite", 0, 0, 0));
  523.             this.put("516", new ShipInfoDto("駆逐ハ級", "駆逐艦", "elite", 0, 0, 0));
  524.             this.put("517", new ShipInfoDto("駆逐ニ級", "駆逐艦", "elite", 0, 0, 0));
  525.             this.put("518", new ShipInfoDto("軽巡ホ級", "軽巡洋艦", "elite", 0, 0, 0));
  526.             this.put("519", new ShipInfoDto("軽巡ヘ級", "軽巡洋艦", "elite", 0, 0, 0));
  527.             this.put("520", new ShipInfoDto("軽巡ト級", "軽巡洋艦", "elite", 0, 0, 0));
  528.             this.put("521", new ShipInfoDto("雷巡チ級", "重雷装巡洋艦", "elite", 0, 0, 0));
  529.             this.put("522", new ShipInfoDto("重巡リ級", "重巡洋艦", "elite", 0, 0, 0));
  530.             this.put("523", new ShipInfoDto("軽母ヌ級", "軽空母", "elite", 0, 0, 0));
  531.             this.put("524", new ShipInfoDto("戦艦ル級", "戦艦", "elite", 0, 0, 0));
  532.             this.put("525", new ShipInfoDto("空母ヲ級", "正規空母", "elite", 0, 0, 0));
  533.             this.put("526", new ShipInfoDto("輸送ワ級", "補給艦", "elite", 0, 0, 0));
  534.             this.put("527", new ShipInfoDto("重巡リ級", "重巡洋艦", "flagship", 0, 0, 0));
  535.             this.put("528", new ShipInfoDto("空母ヲ級", "正規空母", "flagship", 0, 0, 0));
  536.             this.put("529", new ShipInfoDto("戦艦ル級", "戦艦", "flagship", 0, 0, 0));
  537.             this.put("530", new ShipInfoDto("潜水カ級", "潜水艦", "", 0, 0, 0));
  538.             this.put("531", new ShipInfoDto("潜水ヨ級", "潜水艦", "", 0, 0, 0));
  539.             this.put("532", new ShipInfoDto("潜水カ級", "潜水艦", "elite", 0, 0, 0));
  540.             this.put("533", new ShipInfoDto("潜水ヨ級", "潜水艦", "elite", 0, 0, 0));
  541.             this.put("534", new ShipInfoDto("潜水カ級", "潜水艦", "flagship", 0, 0, 0));
  542.             this.put("535", new ShipInfoDto("潜水ヨ級", "潜水艦", "flagship", 0, 0, 0));
  543.             this.put("536", new ShipInfoDto("浮遊要塞", "航空戦艦", "", 0, 0, 0));
  544.             this.put("537", new ShipInfoDto("浮遊要塞", "航空戦艦", "", 0, 0, 0));
  545.             this.put("538", new ShipInfoDto("浮遊要塞", "航空戦艦", "", 0, 0, 0));
  546.             this.put("539", new ShipInfoDto("泊地棲鬼", "航空戦艦", "", 0, 0, 0));
  547.             this.put("540", new ShipInfoDto("泊地棲姫", "航空戦艦", "", 0, 0, 0));
  548.             this.put("541", new ShipInfoDto("戦艦タ級", "戦艦", "", 0, 0, 0));
  549.             this.put("542", new ShipInfoDto("戦艦タ級", "戦艦", "elite", 0, 0, 0));
  550.             this.put("543", new ShipInfoDto("戦艦タ級", "戦艦", "flagship", 0, 0, 0));
  551.             this.put("544", new ShipInfoDto("装甲空母鬼", "航空戦艦", "", 0, 0, 0));
  552.             this.put("545", new ShipInfoDto("装甲空母姫", "航空戦艦", "", 0, 0, 0));
  553.             this.put("546", new ShipInfoDto("南方棲鬼", "航空戦艦", "", 0, 0, 0));
  554.             this.put("547", new ShipInfoDto("南方棲戦鬼", "航空戦艦", "", 0, 0, 0));
  555.             this.put("548", new ShipInfoDto("南方棲戦姫", "航空戦艦", "", 0, 0, 0));
  556.             this.put("549", new ShipInfoDto("護衛要塞", "航空戦艦", "", 0, 0, 0));
  557.             this.put("550", new ShipInfoDto("護衛要塞", "航空戦艦", "", 0, 0, 0));
  558.             this.put("551", new ShipInfoDto("護衛要塞", "航空戦艦", "", 0, 0, 0));
  559.             this.put("552", new ShipInfoDto("駆逐ロ級", "駆逐艦", "flagship", 0, 0, 0));
  560.             this.put("553", new ShipInfoDto("駆逐ハ級", "駆逐艦", "flagship", 0, 0, 0));
  561.             this.put("554", new ShipInfoDto("軽巡ホ級", "軽巡洋艦", "flagship", 0, 0, 0));
  562.             this.put("555", new ShipInfoDto("軽巡ヘ級", "軽巡洋艦", "flagship", 0, 0, 0));
  563.             this.put("556", ShipInfoDto.EMPTY);
  564.             this.put("556", new ShipInfoDto("飛行場姫", "航空戦艦", "", 0, 0, 0));
  565.             this.put("557", ShipInfoDto.EMPTY);
  566.             this.put("557", new ShipInfoDto("戦艦棲姫", "戦艦", "", 0, 0, 0));
  567.             this.put("558", ShipInfoDto.EMPTY);
  568.             this.put("559", ShipInfoDto.EMPTY);
  569.             this.put("560", ShipInfoDto.EMPTY);
  570.             this.put("561", ShipInfoDto.EMPTY);
  571.             this.put("562", ShipInfoDto.EMPTY);
  572.             this.put("563", ShipInfoDto.EMPTY);
  573.             this.put("564", ShipInfoDto.EMPTY);
  574.             this.put("565", ShipInfoDto.EMPTY);
  575.             this.put("566", ShipInfoDto.EMPTY);
  576.             this.put("567", ShipInfoDto.EMPTY);
  577.             this.put("568", ShipInfoDto.EMPTY);
  578.             this.put("569", ShipInfoDto.EMPTY);
  579.             this.put("570", ShipInfoDto.EMPTY);
  580.             this.put("571", ShipInfoDto.EMPTY);
  581.             this.put("572", ShipInfoDto.EMPTY);
  582.             this.put("573", ShipInfoDto.EMPTY);
  583.             this.put("574", ShipInfoDto.EMPTY);
  584.             this.put("575", ShipInfoDto.EMPTY);
  585.             this.put("576", ShipInfoDto.EMPTY);
  586.             this.put("577", ShipInfoDto.EMPTY);
  587.             this.put("578", ShipInfoDto.EMPTY);
  588.             this.put("579", ShipInfoDto.EMPTY);
  589.             this.put("580", ShipInfoDto.EMPTY);
  590.             this.put("581", new ShipInfoDto("ナガラ級", "軽巡洋艦", "mist", 0, 0, 0));
  591.             this.put("582", new ShipInfoDto("タカオ", "重巡洋艦", "mist", 0, 0, 0));
  592.             this.put("583", new ShipInfoDto("マヤ", "重巡洋艦", "mist", 0, 0, 0));
  593.             this.put("584", new ShipInfoDto("ハルナ", "戦艦", "mist", 0, 0, 0));
  594.             this.put("585", new ShipInfoDto("キリシマ", "戦艦", "mist", 0, 0, 0));
  595.             this.put("586", new ShipInfoDto("コンゴウ", "戦艦", "mist", 0, 0, 0));
  596.             this.put("587", new ShipInfoDto("ナガラ級*", "軽巡洋艦", "mist*", 0, 0, 0));
  597.             this.put("588", new ShipInfoDto("タカオ*", "重巡洋艦", "mist*", 0, 0, 0));
  598.             this.put("589", new ShipInfoDto("マヤ*", "重巡洋艦", "mist*", 0, 0, 0));
  599.             this.put("590", new ShipInfoDto("ハルナ*", "戦艦", "mist*", 0, 0, 0));
  600.             this.put("591", new ShipInfoDto("キリシマ*", "戦艦", "mist*", 0, 0, 0));
  601.             this.put("592", new ShipInfoDto("コンゴウ*", "戦艦", "mist*", 0, 0, 0));
  602.             this.put("593", ShipInfoDto.EMPTY);
  603.             this.put("594", ShipInfoDto.EMPTY);
  604.             this.put("595", ShipInfoDto.EMPTY);
  605.             this.put("596", ShipInfoDto.EMPTY);
  606.             this.put("597", ShipInfoDto.EMPTY);
  607.             this.put("598", ShipInfoDto.EMPTY);
  608.             this.put("599", ShipInfoDto.EMPTY);
  609.             this.put("600", ShipInfoDto.EMPTY);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement