koishi-plugin-azur-lane-building
Version:
Koishi 的碧蓝航线建造(抽卡)模拟器插件。
1,679 lines (1,673 loc) • 217 kB
JavaScript
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
var __export = (target, all) => {
for (var name2 in all)
__defProp(target, name2, { get: all[name2], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var src_exports = {};
__export(src_exports, {
Config: () => Config,
apply: () => apply,
inject: () => inject,
name: () => name,
usage: () => usage
});
module.exports = __toCommonJS(src_exports);
var import_koishi = require("koishi");
var cheerio = __toESM(require("cheerio"));
var name = "azur-lane-building";
var inject = ["database", "puppeteer"];
var usage = `## 使用
1. 设置指令别名。
2. 发送 \`alb.每日魔方\` 获取魔方。
3. 发送 \`alb.抽轻型池 [次数(可选)]\` 抽卡。
## 补充
* 可手动更新建造清单([参考](https://wiki.biligame.com/blhx/index.php?title=%E5%BB%BA%E9%80%A0%E6%A8%A1%E6%8B%9F%E5%99%A8&action=edit))
## QQ 群
* 956758505`;
var Config = import_koishi.Schema.intersect([
import_koishi.Schema.object({
dayMaxCube: import_koishi.Schema.number().default(10).min(0).description("每日签到获取的魔方最大值"),
dayMinCube: import_koishi.Schema.number().default(10).min(0).description("每日签到获取的魔方最小值"),
LightCost: import_koishi.Schema.number().default(1).min(0).description("轻型建造消耗"),
HeavyCost: import_koishi.Schema.number().default(2).min(0).description("重型建造消耗"),
SpecialCost: import_koishi.Schema.number().default(2).min(0).description("特型建造消耗")
}).description("抽卡"),
import_koishi.Schema.object({
LightShipBuilding: import_koishi.Schema.object({
Legend: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }),
SuperRare: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("圣地亚哥、蒙彼利埃、确捷、明石、阿芙乐尔、里诺、英格拉罕、布里斯托尔、卡律布狄斯、可怖、圣女贞德、塔什干、恰巴耶夫、赫敏、凉月、古比雪夫、基洛夫、不屈、阿布鲁齐公爵、马格德堡、雅努斯"),
Elite: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("莫里、拉菲、圣路易斯、小海伦娜、丹佛、小克利夫兰、标枪、欧若拉、小贝法、吹雪、绫波、Z23、逸仙、文琴佐·焦贝蒂、库珀、勇敢、Z2、神速、马耶·布雷泽、沃克兰、塔尔图、威严、水星纪念、爱斯基摩人、博伊西、纽伦堡、雷鸣、摩尔曼斯克、进取、由良、海风、西北风、西南风、尼科洛索·达雷科、曼彻斯特、济安、龙武、虎贲"),
Rare: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("哈曼、弗莱彻、贝奇、斯坦利、斯莫利、霍比、科尔克、康克德、布鲁克林、菲尼克斯、亚特兰大、朱诺、女将、阿卡司塔、热心、丘比特、泽西、库拉索、杓鹬、阿基里斯、阿贾克斯、南安普顿、格拉斯哥、神风、松风、旗风、初春、若叶、夕暮、大潮、浦风、矶风、谷风、Z19、清波、莱比锡、福尔班、勒马尔、文月、朝潮、滨风、那珂、马布尔黑德、追风"),
Normal: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("卡辛、唐斯、克雷文、麦考尔、富特、斯彭斯、奥利克、奥马哈、罗利、小猎兔犬、大斗犬、彗星、新月、小天鹅、狐提、利安得、睦月、如月、卯月、长良、柯尼斯堡、卡尔斯鲁厄、科隆")
}).collapse().description("轻型舰建造"),
HeavyShipBuilding: import_koishi.Schema.object({
Legend: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("信浓、新泽西、岛风、乌尔里希·冯·胡滕"),
SuperRare: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("胡德、厌战、高雄、欧根亲王、布莱默顿、黎塞留、阿尔及利亚、苏维埃罗西亚、豪、纪伊、旧金山、海因里希亲王、苏维埃贝拉罗斯、塔林、筑摩、维托里奥·维内托、阿达尔伯特亲王、寰昌"),
Elite: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("休斯敦、印第安纳波利斯、亚利桑那、伦敦、多塞特郡、约克、声望、伊丽莎白女王、纳尔逊、黑暗界、恐怖、阿贝克隆比、雾岛、德意志、小比叡、敦刻尔克、铃谷、比叡、英勇、小声望、小天城、福煦"),
Rare: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("北安普敦、芝加哥、宾夕法尼亚、田纳西、加利福尼亚、什罗普郡、苏塞克斯、肯特、萨福克、诺福克、反击、伊势"),
Normal: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("彭萨科拉、内华达、俄克拉荷马、青叶、衣笠")
}).collapse().description("重型舰建造"),
SpecialShipBuilding: import_koishi.Schema.object({
Legend: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("信浓、新泽西、岛风、乌尔里希·冯·胡滕"),
SuperRare: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("企业、埃塞克斯、半人马、胜利、伊19、明石、U-81、U-47、U-101、伊168、香格里拉、伊13、无畏、英仙座、提康德罗加、射水鱼、忒修斯、彼得·史特拉塞、U-37、霞飞、葛城、天鹰、阿尔比恩"),
Elite: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("休斯敦、印第安纳波利斯、列克星敦、萨拉托加、约克城、大黄蜂、女灶神、伦敦、多塞特郡、独角兽、伊26、伊58、小赤城、小齐柏林、絮库夫、伊25、U-522、伊56、鹦鹉螺、镇海、鹰、威悉、樫野、千岁、千代田、华甲、普林斯顿、小光辉、小企业、易北"),
Rare: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("北安普敦、芝加哥、长岛、什罗普郡、肯特、萨福克、诺福克"),
Normal: import_koishi.Schema.string().role("textarea", { rows: [2, 4] }).default("彭萨科拉、博格、兰利、突击者、竞技神")
}).collapse().description("特型舰建造")
}).description("建造清单"),
import_koishi.Schema.object({
maxRank: import_koishi.Schema.number().default(10).min(0).description("最大排行榜人数")
}).description("排行榜"),
import_koishi.Schema.object({
atReply: import_koishi.Schema.boolean().default(true).description("响应时 @"),
quoteReply: import_koishi.Schema.boolean().default(false).description("响应时引用")
}).description("回复")
]);
function apply(ctx, cfg) {
ctx.model.extend("azur_lane_building", {
id: "unsigned",
userId: "string",
username: "string",
cube: "unsigned",
lastCheckInTimestamp: "timestamp",
buildStats: { type: "json", initial: createDefaultBuildStats() },
buildHistory: { type: "json", initial: [] },
collectionRate: "double"
}, { autoInc: true, primary: "id" });
const logger = ctx.logger("azur-lane-building");
const lightShipProbabilities = { SuperRare: 7, Elite: 12, Rare: 26, Normal: 55, Legend: 0 };
const heavySpecialShipProbabilities = { Legend: 1.2, SuperRare: 7, Elite: 12, Rare: 51, Normal: 28.8 };
const rarityDefinitions = {
Legend: {
name: "海上传奇",
textColor: "#ee494c",
color: "linear-gradient(135deg, #59ae6a, #48ae96, #60d9ec, #65a5d5, #9491e0, #c382a4)"
},
SuperRare: {
name: "超稀有",
textColor: "#c90",
color: "#f9f593"
},
Elite: { name: "精锐", textColor: "#8000ff", color: "#ae90ef" },
Rare: { name: "稀有", textColor: "#3b8bff", color: "#1bb7eb" },
Normal: { name: "普通", textColor: "#808080", color: "#dbdcdf" }
};
const baseRarityConfig = {
name: "",
textColor: "",
color: ""
};
const lightShipBuildingRarityConfig = createShipBuildingRarityConfig(lightShipProbabilities);
const heavySpecialShipBuildingRarityConfig = createShipBuildingRarityConfig(heavySpecialShipProbabilities);
const specialShipBuildingRarityConfig = heavySpecialShipBuildingRarityConfig;
const shipBuildingData = {
LightShipBuilding: cfg.LightShipBuilding,
HeavyShipBuilding: cfg.HeavyShipBuilding,
SpecialShipBuilding: cfg.SpecialShipBuilding
};
const shipCount = countUniqueRoles(shipBuildingData);
const buildConfigs = {
light: {
type: "轻型",
cost: cfg.LightCost,
buildType: "轻型舰建造" /* Light */,
shipBuilding: cfg.LightShipBuilding,
getRarity: getLightRarity,
command: "alb.抽轻型池 [frequency:number]"
},
heavy: {
type: "重型",
cost: cfg.HeavyCost,
buildType: "重型舰建造" /* Heavy */,
shipBuilding: cfg.HeavyShipBuilding,
getRarity: getHeavyAndSpecialRarity,
command: "alb.抽重型池 [frequency:number]"
},
special: {
type: "特型",
cost: cfg.SpecialCost,
buildType: "特型舰建造" /* Special */,
shipBuilding: cfg.SpecialShipBuilding,
getRarity: getHeavyAndSpecialRarity,
command: "alb.抽特型池 [frequency:number]"
}
};
const shipData = {
"22": {
"id": 10200011,
"nationality": 102,
"type": 1,
"rarity": 4,
"src": "https://patchwiki.biligame.com/images/blhx/5/5e/snhbwvd5klhsft3mb72gfmw6xzl8gz8.jpg",
"alt": "22"
},
"33": {
"id": 10200021,
"nationality": 102,
"type": 1,
"rarity": 4,
"src": "https://patchwiki.biligame.com/images/blhx/1/1b/dv522y17wdoz52bv1l93dsh1ypeehw1.jpg",
"alt": "33"
},
"特装型布里MKIII": {
"id": 100021,
"nationality": 10,
"type": 1,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/c/c6/8ytp9bpabdolnijp72anaqapbln3rb7.jpg",
"alt": "特装型布里MKIII"
},
"新泽西": {
"id": 105171,
"nationality": 1,
"type": 5,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/b/bc/kpg4ewdkf0wq0poxktetujr419l5d24.jpg",
"alt": "新泽西"
},
"前卫": {
"id": 205131,
"nationality": 2,
"type": 5,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/f/fd/49pe1wvnlr3sb2j8knjvz6bhbc0jxyb.jpg",
"alt": "前卫"
},
"武藏": {
"id": 305101,
"nationality": 3,
"type": 5,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/1/18/9qxf4u3v78cp7pckwwouguqfk9dukpl.jpg",
"alt": "武藏"
},
"信浓": {
"id": 307081,
"nationality": 3,
"type": 7,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/5/56/1xd5w3zd2236x0snmnyhiwmwcq765dv.jpg",
"alt": "信浓"
},
"岛风": {
"id": 301291,
"nationality": 3,
"type": 1,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/2/21/lwy0gq6jlyfh6mdfo6eof5wvtoogbm5.jpg",
"alt": "岛风"
},
"苏维埃同盟": {
"id": 705021,
"nationality": 7,
"type": 5,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/e/ee/rg7q3nfnjgqau1oplif032gaz4dxk92.jpg",
"alt": "苏维埃同盟"
},
"乌尔里希·冯·胡滕": {
"id": 405031,
"nationality": 4,
"type": 5,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/a/a1/m15kemqjsirbix9ijun3auemuqqrrx2.jpg",
"alt": "乌尔里希·冯·胡滕"
},
"喀琅施塔得": {
"id": 718011,
"nationality": 7,
"type": 18,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/1/19/e1fze1bwju99c3oxfbo6w60dnpggij2.jpg",
"alt": "喀琅施塔得"
},
"约克城II": {
"id": 107101,
"nationality": 1,
"type": 7,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/7/7c/juwnpq339lri20fadv8m4m4cm883ep7.jpg",
"alt": "约克城II"
},
"怨仇": {
"id": 207071,
"nationality": 2,
"type": 7,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/e/e3/2hi99ds4373o67zdako2rzd36aqe32q.jpg",
"alt": "怨仇"
},
"俾斯麦Zwei": {
"id": 405051,
"nationality": 4,
"type": 5,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/9/94/2xb3s4l5pauohbxezyv5lj8tttnuvtu.jpg",
"alt": "俾斯麦Zwei"
},
"云仙": {
"id": 303191,
"nationality": 3,
"type": 3,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/6/6d/c6ilrajaal7y25anajhrnkkgldiyx5g.jpg",
"alt": "云仙"
},
"拉菲II": {
"id": 101511,
"nationality": 1,
"type": 1,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/b/b7/frgvz0emq9wxvsxnk7f6g9umbojr6ta.jpg",
"alt": "拉菲II"
},
"关岛": {
"id": 118021,
"nationality": 1,
"type": 18,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/1/17/3lfspllidx44ie9i7umgide8685mcdw.jpg",
"alt": "关岛"
},
"阿尔萨斯": {
"id": 805031,
"nationality": 8,
"type": 5,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/4/4c/kk8j2ts6b2y2m90qax2aacu06mqn8a6.jpg",
"alt": "阿尔萨斯"
},
"莫加多尔": {
"id": 901071,
"nationality": 9,
"type": 1,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/c/c7/debujlo97h0aiq82kg9ux0lm6mdsp8q.jpg",
"alt": "莫加多尔"
},
"天城CV": {
"id": 307151,
"nationality": 3,
"type": 7,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/8/82/hl0pvubgrbvvu7klg0xx2a96s3lu4xw.jpg",
"alt": "天城CV"
},
"弗里茨·鲁梅": {
"id": 407041,
"nationality": 4,
"type": 7,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/e/e6/q3ernxcwv8p6p2untyd34h9gfz179an.jpg",
"alt": "弗里茨·鲁梅"
},
"Z52": {
"id": 401521,
"nationality": 4,
"type": 1,
"rarity": 6,
"src": "https://patchwiki.biligame.com/images/blhx/5/5a/du2yo56ucm710vrzvjieq4jrmct4cco.jpg",
"alt": "Z52"
},
"吾妻": {
"id": 399041,
"nationality": 3,
"type": 18,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/9/96/o2wr2935t2pynnix87qhrepl0u0aau4.jpg",
"alt": "吾妻"
},
"腓特烈大帝": {
"id": 499021,
"nationality": 4,
"type": 5,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/1/1c/hu3cano4tbdv5lzudhpp4vh7mu8i59m.jpg",
"alt": "腓特烈大帝"
},
"德雷克": {
"id": 299041,
"nationality": 2,
"type": 3,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/8/86/i1ked3youic8rg074xm4vaxfc2kryty.jpg",
"alt": "德雷克"
},
"白龙": {
"id": 399051,
"nationality": 3,
"type": 7,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/f/f8/k5dz1oy54bpt8hzuaiknyubdlznru7z.jpg",
"alt": "白龙"
},
"埃吉尔": {
"id": 499051,
"nationality": 4,
"type": 18,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/3/3d/jtr1kbtblv53ja8j7wta2rf2z88ahff.jpg",
"alt": "埃吉尔"
},
"普利茅斯": {
"id": 299051,
"nationality": 2,
"type": 2,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/7/78/e67k8mjoq58ipg26ptb0f81ttn1p0wj.jpg",
"alt": "普利茅斯"
},
"布雷斯特": {
"id": 899031,
"nationality": 8,
"type": 18,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/c/c1/aifyle733511x0w16g9rczzmqkm3arp.jpg",
"alt": "布雷斯特"
},
"奇尔沙治": {
"id": 199041,
"nationality": 1,
"type": 10,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/6/65/cnsrg8xu4qgrixso3ts7dsej2hxiyo1.jpg",
"alt": "奇尔沙治"
},
"兴登堡": {
"id": 499091,
"nationality": 4,
"type": 3,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/f/fd/8hf4yi79uwrgpbxjuwewq5gncmgo9gh.jpg",
"alt": "兴登堡"
},
"那不勒斯": {
"id": 699021,
"nationality": 6,
"type": 3,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/7/73/0ucqm111urd74gzwwolrkcjqvwfovxq.jpg",
"alt": "那不勒斯"
},
"纳希莫夫海军上将": {
"id": 799021,
"nationality": 7,
"type": 7,
"rarity": 16,
"src": "https://patchwiki.biligame.com/images/blhx/7/74/kv0wr2yrvyjf6mzici2opfqbzslcgne.jpg",
"alt": "纳希莫夫海军上将"
},
"试作型布里MKII": {
"id": 100011,
"nationality": 10,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/3/3a/9lpmlqsie36pn8mmm7oq29sj9vdvya0.jpg",
"alt": "试作型布里MKII"
},
"埃尔德里奇": {
"id": 101261,
"nationality": 1,
"type": 1,
"rarity": 5,
"transform": true,
"src": "https://patchwiki.biligame.com/images/blhx/0/01/iafbwfgdmnoymxj38b39jrogtnkx997.jpg",
"alt": "埃尔德里奇"
},
"圣地亚哥": {
"id": 102081,
"nationality": 1,
"type": 2,
"rarity": 5,
"transform": true,
"src": "https://patchwiki.biligame.com/images/blhx/7/7d/969b5lqnxbbhds272jpd3dg8oyne7i2.jpg",
"alt": "圣地亚哥"
},
"巴尔的摩": {
"id": 103161,
"nationality": 1,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/5c/3c65bndvfl0k9eins6i2ilx3qnkj86g.jpg",
"alt": "巴尔的摩"
},
"北卡罗来纳": {
"id": 105121,
"nationality": 1,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/0/08/n18b71bpuaq4x0xak9adybtqavbufiz.jpg",
"alt": "北卡罗来纳"
},
"华盛顿": {
"id": 105131,
"nationality": 1,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/70/jwlmdtyg99umlje0qdb4hotd71rktid.jpg",
"alt": "华盛顿"
},
"南达科他": {
"id": 105141,
"nationality": 1,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/1e/chdw5ha3cbdgqh7o3jhzint8jhw1u6l.jpg",
"alt": "南达科他"
},
"印第安纳": {
"id": 105151,
"nationality": 1,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/22/9coyxbrgkbcey30r91klhvvyigfm38c.jpg",
"alt": "印第安纳"
},
"企业": {
"id": 107061,
"nationality": 1,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/6/61/5kfjys7ktqzj27i0y61i29vh8hu8901.jpg",
"alt": "企业"
},
"黛朵": {
"id": 202041,
"nationality": 2,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/5c/84rc9yrtr823w6qcd62meojc16keaje.jpg",
"alt": "黛朵"
},
"贝尔法斯特": {
"id": 202121,
"nationality": 2,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/9c/554u0uxfbpyb65xmo4txxrrexbgxbbn.jpg",
"alt": "贝尔法斯特"
},
"胡德": {
"id": 204031,
"nationality": 2,
"type": 4,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/c/cb/0w5779coavgmvdi81qtn89dt9pjadlz.jpg",
"alt": "胡德"
},
"厌战": {
"id": 205021,
"nationality": 2,
"type": 5,
"rarity": 5,
"transform": true,
"src": "https://patchwiki.biligame.com/images/blhx/b/b2/25gybfcudpqnpupwf4ckhiwm2f6v0n9.jpg",
"alt": "厌战"
},
"英王乔治五世": {
"id": 205051,
"nationality": 2,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/96/pirb8fospevqnve0ntvevmmmb1d2j41.jpg",
"alt": "英王乔治五世"
},
"威尔士亲王": {
"id": 205061,
"nationality": 2,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/5f/ijb9iyllza8pe6aad68mfeg4cspehdh.jpg",
"alt": "威尔士亲王"
},
"约克公爵": {
"id": 205071,
"nationality": 2,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/3/38/398wdu3zxnw8mrbwwqecgeckr3fa5gz.jpg",
"alt": "约克公爵"
},
"光辉": {
"id": 207031,
"nationality": 2,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/14/jn5drdo7sv6n09xvb8fyj44l3zs4ox3.jpg",
"alt": "光辉"
},
"胜利": {
"id": 207041,
"nationality": 2,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/f1/qp4h5ppuqsu0mwzrmgngmfg6ww84vvw.jpg",
"alt": "胜利"
},
"可畏": {
"id": 207051,
"nationality": 2,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/d9/e1qol9ueyzwnwq52jfo2zd058u2mfe8.jpg",
"alt": "可畏"
},
"夕立": {
"id": 301141,
"nationality": 3,
"type": 1,
"rarity": 5,
"transform": true,
"src": "https://patchwiki.biligame.com/images/blhx/7/70/p09fstnht1ivi6094lw8iueokhbzk1y.jpg",
"alt": "夕立"
},
"雪风": {
"id": 301161,
"nationality": 3,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/4/47/boy7kqqgbv1ekisqgubb3mkjydsk77w.jpg",
"alt": "雪风"
},
"筑摩": {
"id": 303061,
"nationality": 3,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/78/8scum95h48tn5cb91nshwkdsh2gk4uw.jpg",
"alt": "筑摩"
},
"高雄": {
"id": 303111,
"nationality": 3,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/3/30/2qgwpdcxs8ir6uxv5gz54paolwov1kq.jpg",
"alt": "高雄"
},
"爱宕": {
"id": 303121,
"nationality": 3,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/7a/fgh0ke8shgm2g9e2zr32jkls6v2b4h5.jpg",
"alt": "爱宕"
},
"摩耶": {
"id": 303131,
"nationality": 3,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/2e/sx4jh5iuael8j5swjlv8prnnx9stp2d.jpg",
"alt": "摩耶"
},
"鸟海": {
"id": 303141,
"nationality": 3,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/1a/ffgs2f83lc97hbpgogl7x1gr2s4avu4.jpg",
"alt": "鸟海"
},
"长门": {
"id": 305051,
"nationality": 3,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/59/ntvbhrnbrxd4typnm1bxdluk8mvkrts.jpg",
"alt": "长门"
},
"纪伊": {
"id": 305121,
"nationality": 3,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/13/rt133k7htj1fkcn45nhen4fevxvjlzp.jpg",
"alt": "纪伊"
},
"土佐": {
"id": 305081,
"nationality": 3,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e3/2nsbu0z2cj7fpsl4lyymsyls5orx50w.jpg",
"alt": "土佐"
},
"瑞凤": {
"id": 306041,
"nationality": 3,
"type": 6,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/0/09/qu64n60xwl1ucww9i9npqtsag28uv1k.jpg",
"alt": "瑞凤"
},
"赤城": {
"id": 307011,
"nationality": 3,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/20/m3tuyoksletphpbaw18yu6tlbdm9a42.jpg",
"alt": "赤城"
},
"加贺": {
"id": 307021,
"nationality": 3,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/3/3e/43e0p7ou1h4ct0ad4rc9fr1mq062w5n.jpg",
"alt": "加贺"
},
"翔鹤": {
"id": 307051,
"nationality": 3,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/a2/aysng9ro4larb6mcyb0z6sjauyi4kb7.jpg",
"alt": "翔鹤"
},
"瑞鹤": {
"id": 307061,
"nationality": 3,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/aa/qrvqxnsypthx6pgh81mb17d7b4gc1vv.jpg",
"alt": "瑞鹤"
},
"大凤": {
"id": 307071,
"nationality": 3,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/3/39/c1m0hcpvpjtduvayfdfy55ar0f4m54s.jpg",
"alt": "大凤"
},
"明石": {
"id": 312011,
"nationality": 3,
"type": 12,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/7b/age684c06x5h0h19uog16jxsebzzii7.jpg",
"alt": "明石"
},
"布吕歇尔": {
"id": 403021,
"nationality": 4,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/4/4a/a831wbtieqqvxpu6trgoih8yffqxmzu.jpg",
"alt": "布吕歇尔"
},
"欧根亲王": {
"id": 403031,
"nationality": 4,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/1b/9ilgxv3l42uvdkqcb6395oj2n2o5dts.jpg",
"alt": "欧根亲王"
},
"俾斯麦": {
"id": 405011,
"nationality": 4,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/f6/4s7aiofe8kme6ie1bsoqtx6msw72p64.jpg",
"alt": "俾斯麦"
},
"提尔比茨": {
"id": 405021,
"nationality": 4,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/8/8e/krr70s6dahu8na0l3qf7lbjf02xb1b8.jpg",
"alt": "提尔比茨"
},
"齐柏林伯爵": {
"id": 407011,
"nationality": 4,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/9c/jhyzx1pr15mzgm2r5e6ip2r9ihzmulf.jpg",
"alt": "齐柏林伯爵"
},
"阿芙乐尔": {
"id": 702011,
"nationality": 7,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/2d/d52lpkvcssaymjo8o9j4itc3022ynlx.jpg",
"alt": "阿芙乐尔"
},
"Z46": {
"id": 401461,
"nationality": 4,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/6/63/n5dic0mbimf6ibu25x6hb0jp138qg52.jpg",
"alt": "Z46"
},
"江风": {
"id": 301491,
"nationality": 3,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/0/0c/3p4clpszgvlio01vbqcguzp2ny0n51h.jpg",
"alt": "江风"
},
"三笠": {
"id": 305111,
"nationality": 3,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/10/9idqy0sbrjeshh5hdo6uzribrwgdnqv.jpg",
"alt": "三笠"
},
"能代": {
"id": 302211,
"nationality": 3,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/70/kssghgzid31st2ikvxqfzdb7hpk1xi9.jpg",
"alt": "能代"
},
"酒匂": {
"id": 302231,
"nationality": 3,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/72/ilsbqid6z0n9lju4hyzoobbk69j1csp.jpg",
"alt": "酒匂"
},
"蒙彼利埃": {
"id": 102141,
"nationality": 1,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/d1/l9bb0ddicnh3hpkqjys824bmh78o5lb.jpg",
"alt": "蒙彼利埃"
},
"伊19": {
"id": 308011,
"nationality": 3,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/d8/mpq4a8ctcmow7agfovwy132qky5uwhv.jpg",
"alt": "伊19"
},
"U-81": {
"id": 408011,
"nationality": 4,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/dd/rtvgwef5dcvmhrjnaiqbtmym3s2za79.jpg",
"alt": "U-81"
},
"U-47": {
"id": 408021,
"nationality": 4,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/73/kai3lvt6tob7e03sesh37gwcebnj2ht.jpg",
"alt": "U-47"
},
"凯旋": {
"id": 801011,
"nationality": 8,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/de/lkkblex2dufyoczqpo2rohy42el3ji9.jpg",
"alt": "凯旋"
},
"让·巴尔": {
"id": 905011,
"nationality": 9,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/71/e4u1v4k3nd25fjf9a3jgqw0brid8axv.jpg",
"alt": "让·巴尔"
},
"马萨诸塞": {
"id": 105191,
"nationality": 1,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/d0/3nd5p9wjmof051fwb78dsx6xz9k4e2t.jpg",
"alt": "马萨诸塞"
},
"半人马": {
"id": 206041,
"nationality": 2,
"type": 6,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e0/f6nve9jtpfzz9f1z6mjzqee4p3zt2n2.jpg",
"alt": "半人马"
},
"埃塞克斯": {
"id": 107091,
"nationality": 1,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/5c/c4cssilf19yk7qixvtwfp710yz670yz.jpg",
"alt": "埃塞克斯"
},
"大青花鱼": {
"id": 108021,
"nationality": 1,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/2d/n37b8jnrjd50tjl2q06xg7jz6fvlim8.jpg",
"alt": "大青花鱼"
},
"明尼阿波利斯": {
"id": 103131,
"nationality": 1,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/8/88/5hvk8yzqndnmle6yr56oqwqvqi6krp4.jpg",
"alt": "明尼阿波利斯"
},
"天城": {
"id": 304051,
"nationality": 3,
"type": 4,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/c/c4/nyyd0l66ogos57lhommivxaklzc0cd6.jpg",
"alt": "天城"
},
"加贺BB": {
"id": 305071,
"nationality": 3,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e2/jj1p1xjv8rtrxk3ngdmgpncu6xsa6he.jpg",
"alt": "加贺BB"
},
"天狼星": {
"id": 202201,
"nationality": 2,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/54/rf4lxkwfrfhlpgshof8eex7r9a0ps2q.jpg",
"alt": "天狼星"
},
"香格里拉": {
"id": 107381,
"nationality": 1,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/14/n2uvobexvxsf7a4ym5ywrzjrly0mydd.jpg",
"alt": "香格里拉"
},
"邦克山": {
"id": 107171,
"nationality": 1,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/0/0a/birmelvmmr0aksss3nvln56igveq36z.jpg",
"alt": "邦克山"
},
"伊13": {
"id": 317011,
"nationality": 3,
"type": 17,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/5a/oevezznpanj0ga3nj4cjhbbmhpwppya.jpg",
"alt": "伊13"
},
"确捷": {
"id": 202231,
"nationality": 2,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/f9/19wxoe1rlxpf5eh2l4o9x30bgvqkidb.jpg",
"alt": "确捷"
},
"恶毒": {
"id": 901111,
"nationality": 9,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/8/89/0wt39h53d34cuqiw81gm2fnbmipaahz.jpg",
"alt": "恶毒"
},
"伊168": {
"id": 308061,
"nationality": 3,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/8/83/cbdclbdps2v8pk14yavifmgacp2vyql.jpg",
"alt": "伊168"
},
"U-101": {
"id": 408061,
"nationality": 4,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/16/7i9l6gvbuipix9lg9qatktlxdldleio.jpg",
"alt": "U-101"
},
"阿拉巴马": {
"id": 105201,
"nationality": 1,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/17/6s5jr0wvqv3f85v1ubkbloagqq7wied.jpg",
"alt": "阿拉巴马"
},
"棘鳍": {
"id": 108031,
"nationality": 1,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/ad/p9sfbx299i3d5rwdeyd7gq6wf2b9lyo.jpg",
"alt": "棘鳍"
},
"利托里奥": {
"id": 605021,
"nationality": 6,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e1/6lswn60x3mngg52f5e9sdr8sq1tsnct.jpg",
"alt": "利托里奥"
},
"扎拉": {
"id": 603021,
"nationality": 6,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/ab/7r6pxhfqqxukx0mb8ctd3erl0ftt3ox.jpg",
"alt": "扎拉"
},
"加斯科涅(μ兵装)": {
"id": 905031,
"nationality": 9,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/13/ad49uwaid1590e3mgxpgjmrcid8me02.jpg",
"alt": "加斯科涅(μ兵装)"
},
"赤城(μ兵装)": {
"id": 307101,
"nationality": 3,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/96/mneae7fh81a0cmk3diw76i7dq5oxpmu.jpg",
"alt": "赤城(μ兵装)"
},
"骏河": {
"id": 305141,
"nationality": 3,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/78/3gdjk9ozcscjstw8410txoz8tmd4t0g.jpg",
"alt": "骏河"
},
"龙凤": {
"id": 306071,
"nationality": 3,
"type": 6,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/b0/4w9h3yd1w36csk3efe6uyg86pom9zns.jpg",
"alt": "龙凤"
},
"塔什干": {
"id": 701041,
"nationality": 7,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/b2/tw3onvzibpq3l2hh0voylt5cuoafohn.jpg",
"alt": "塔什干"
},
"基洛夫": {
"id": 702041,
"nationality": 7,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/5b/mj7vfn4n5k0krpsgq0w7schweix6sqf.jpg",
"alt": "基洛夫"
},
"恰巴耶夫": {
"id": 702031,
"nationality": 7,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/c/ce/ev4d0l1rrfb61isj2h9hki6q2n677ur.jpg",
"alt": "恰巴耶夫"
},
"苏维埃贝拉罗斯": {
"id": 705041,
"nationality": 7,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/a0/sqj9cyacw58bzp1hg1zln52wkm5g27w.jpg",
"alt": "苏维埃贝拉罗斯"
},
"苏维埃罗西亚": {
"id": 705051,
"nationality": 7,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/59/dwolia6zo5gc7qdx8d3vu75rohzy6id.jpg",
"alt": "苏维埃罗西亚"
},
"无畏": {
"id": 107111,
"nationality": 1,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/f9/cabxzpfkwdedctjxb7nds11wfxk6dn1.jpg",
"alt": "无畏"
},
"布莱默顿": {
"id": 103241,
"nationality": 1,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/5b/6xzt6q9v52nseoxhp4ch1wmzln3qet0.jpg",
"alt": "布莱默顿"
},
"里诺": {
"id": 102261,
"nationality": 1,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/2a/pogjc1pkbbcg0myvk3j7e7i8lbv6z2u.jpg",
"alt": "里诺"
},
"黎塞留": {
"id": 805011,
"nationality": 8,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/14/3fn1zoulw4n2tn3z2qbnxfxhzawf71a.jpg",
"alt": "黎塞留"
},
"圣女贞德": {
"id": 802021,
"nationality": 8,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/6/6b/8mo56lojzxt7hwr3rvsfr1eu4uk2oif.jpg",
"alt": "圣女贞德"
},
"阿尔及利亚": {
"id": 903021,
"nationality": 9,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/fe/siwhc28gqfd9ay76x5hcx1hhzbqxohj.jpg",
"alt": "阿尔及利亚"
},
"豪": {
"id": 205091,
"nationality": 2,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/4/49/a6vvf8i0hd483ya0ytczzec2yexptz7.jpg",
"alt": "豪"
},
"英仙座": {
"id": 206061,
"nationality": 2,
"type": 6,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/6/69/7r734w45i0tr6hk13u8ija28w5o9bkz.jpg",
"alt": "英仙座"
},
"赫敏": {
"id": 202271,
"nationality": 2,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/57/1zg7mmg3906j7zt292765c3dya6yzaj.jpg",
"alt": "赫敏"
},
"U-96": {
"id": 408091,
"nationality": 4,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/f1/5edmjnqbkebvoiptysrcj1bjka1jdjc.jpg",
"alt": "U-96"
},
"凉月": {
"id": 301841,
"nationality": 3,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/26/sq38mhqm1tp4qtfb4gsov5tidhtgau8.jpg",
"alt": "凉月"
},
"大凤(μ兵装)": {
"id": 307111,
"nationality": 3,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/93/kyml73g6hm68fj9gvds5qvma4hr37ng.jpg",
"alt": "大凤(μ兵装)"
},
"塔什干(μ兵装)": {
"id": 701051,
"nationality": 7,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/0/0f/8c3pmo2p8vkhh8c4lfhwmmz8e6ul3og.jpg",
"alt": "塔什干(μ兵装)"
},
"黛朵(μ兵装)": {
"id": 202281,
"nationality": 2,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/b8/fop7yeea6wn7i8i16oqw2oo68yvbnhb.jpg",
"alt": "黛朵(μ兵装)"
},
"罗恩(μ兵装)": {
"id": 403081,
"nationality": 4,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/8/84/7bdotj56gymp31sazsqg1jlnkn74bcb.jpg",
"alt": "罗恩(μ兵装)"
},
"光辉(μ兵装)": {
"id": 207111,
"nationality": 2,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/0/06/076s2neqpm6e8vrvesz2nkl8ds53e39.jpg",
"alt": "光辉(μ兵装)"
},
"恶毒(μ兵装)": {
"id": 901121,
"nationality": 9,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/1d/5oajg6jo3zwp8nbh7oqwd4oa5b5y971.jpg",
"alt": "恶毒(μ兵装)"
},
"彼得·史特拉塞": {
"id": 407031,
"nationality": 4,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/8/85/7fu6cu1k70usbg0vabb6tlup1q9s973.jpg",
"alt": "彼得·史特拉塞"
},
"海因里希亲王": {
"id": 403091,
"nationality": 4,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/72/8dvtl3b3ucs0xe5a6z6cm9bt108wjzr.jpg",
"alt": "海因里希亲王"
},
"U-37": {
"id": 408101,
"nationality": 4,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e4/3wkbyetyuqvuq0k2lni4cjbceb93697.jpg",
"alt": "U-37"
},
"波拉": {
"id": 603031,
"nationality": 6,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/6/66/jlv1l3rw3bpzjfzkiah3a7x080ku8y2.jpg",
"alt": "波拉"
},
"塔林": {
"id": 703011,
"nationality": 7,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/d6/si195mqvc8pqkoxfu4wzbxsi67xp2g5.jpg",
"alt": "塔林"
},
"维托里奥·维内托": {
"id": 605011,
"nationality": 6,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/f9/60rriuzkwauvu4qqvz7eb1azzarpnad.jpg",
"alt": "维托里奥·维内托"
},
"阿布鲁齐公爵": {
"id": 602011,
"nationality": 6,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/a4/rwrjc5upup2nrbj6d58l68w042wcjin.jpg",
"alt": "阿布鲁齐公爵"
},
"天鹰": {
"id": 607011,
"nationality": 6,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/17/591zxgg0opu7a6851uzc6ic9qg44pw6.jpg",
"alt": "天鹰"
},
"艾伦·萨姆纳": {
"id": 101451,
"nationality": 1,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e2/84h7271b9uh9tly3y7oehg4bnlln10d.jpg",
"alt": "艾伦·萨姆纳"
},
"提康德罗加": {
"id": 107141,
"nationality": 1,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/db/e4iis8nx947rvfc3sw9zxvaypvrfq10.jpg",
"alt": "提康德罗加"
},
"旧金山": {
"id": 103141,
"nationality": 1,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e0/5i5szoqpkr5eyd5tn8a94zxcfdwwhjm.jpg",
"alt": "旧金山"
},
"射水鱼": {
"id": 108061,
"nationality": 1,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e4/jry6653q1pv76bguxqcrux0dvttcx3z.jpg",
"alt": "射水鱼"
},
"风云": {
"id": 301861,
"nationality": 3,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/0/03/hkn9jxd476a0ogmegaj2xaq8rcwghk1.jpg",
"alt": "风云"
},
"英格拉罕": {
"id": 101481,
"nationality": 1,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/95/no8hhf4crazzv71x6mo61hygocdran8.jpg",
"alt": "英格拉罕"
},
"葛城": {
"id": 307121,
"nationality": 3,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/c/c2/ta18gqp7hctj5brfyl8wq4rgl1d1aef.jpg",
"alt": "葛城"
},
"新奥尔良": {
"id": 103121,
"nationality": 1,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/3/3a/3bimwojo46v5odwn9hj8fmi8ypiizkj.jpg",
"alt": "新奥尔良"
},
"可怖": {
"id": 801071,
"nationality": 8,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/ac/n93ccitndcpnank0v5lz1rxgry1jrqk.jpg",
"alt": "可怖"
},
"马格德堡": {
"id": 402061,
"nationality": 4,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/25/sasqwfj973q5z4mf36vkfgri7fs0eof.jpg",
"alt": "马格德堡"
},
"阿达尔伯特亲王": {
"id": 403101,
"nationality": 4,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/96/m0hlrzjbn7b1fb851xxeuvy4ghc72jc.jpg",
"alt": "阿达尔伯特亲王"
},
"卡律布狄斯": {
"id": 202301,
"nationality": 2,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/4/4a/bmjkmd7k796g435arq46swawuwjsul1.jpg",
"alt": "卡律布狄斯"
},
"布里斯托尔": {
"id": 101491,
"nationality": 1,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/79/mdkc0sj4sxyt52vcsn9buzxkmiussy2.jpg",
"alt": "布里斯托尔"
},
"基辅": {
"id": 701101,
"nationality": 7,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/e/e5/pejtlqzxxq8jx4p2rt7vnujfwz77f7a.jpg",
"alt": "基辅"
},
"伏尔加": {
"id": 707011,
"nationality": 7,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/b3/o02judm7qtaspfk86xunl4p1awvj4b1.jpg",
"alt": "伏尔加"
},
"帝国": {
"id": 607021,
"nationality": 6,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/9f/8f4wukwkjsk9y8lvqm11jphksfqmpaw.jpg",
"alt": "帝国"
},
"庞培·马格诺": {
"id": 601071,
"nationality": 6,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/7c/7vwzjqy1aizadsbvlwqfeqcgneufgad.jpg",
"alt": "庞培·马格诺"
},
"塞德利茨": {
"id": 404031,
"nationality": 4,
"type": 4,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/1f/8b7qzusxx3h5dbpw1h1xppif4op775s.jpg",
"alt": "塞德利茨"
},
"吕佐夫": {
"id": 404041,
"nationality": 4,
"type": 4,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/be/tszhutpfma79yumrr2c8due5qo36b5g.jpg",
"alt": "吕佐夫"
},
"埃姆登": {
"id": 402071,
"nationality": 4,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/3/34/ehdnrcj6fzaqvajnktb8nmm0d7m56z0.jpg",
"alt": "埃姆登"
},
"贾维斯": {
"id": 201341,
"nationality": 2,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/8/81/4txxydh947vycfqr74x9tfwd5i7hyzk.jpg",
"alt": "贾维斯"
},
"不挠": {
"id": 207121,
"nationality": 2,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/f7/oubqxvmg0gfkfiyghpuhdltnn0euuk8.jpg",
"alt": "不挠"
},
"霞飞": {
"id": 907011,
"nationality": 9,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/8/81/t545vyb0bdetkh9isghd5z8mw31ex43.jpg",
"alt": "霞飞"
},
"不屈": {
"id": 901131,
"nationality": 9,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/b2/aypducxvtfnb8janw9ofhysunvk3da5.jpg",
"alt": "不屈"
},
"莱昂纳多·达·芬奇": {
"id": 608021,
"nationality": 6,
"type": 8,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/ac/4zzq1cwa07dfn7itc5u7zayg2cim6wq.jpg",
"alt": "莱昂纳多·达·芬奇"
},
"朱塞佩·加里波第": {
"id": 602021,
"nationality": 6,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/de/ja3v94qzhvbghp7rf15k5gfsed2r4k6.jpg",
"alt": "朱塞佩·加里波第"
},
"罗马": {
"id": 605031,
"nationality": 6,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/19/4c79o9df9l3vfay2jtgx5hfggszc52h.jpg",
"alt": "罗马"
},
"布伦希尔德": {
"id": 404051,
"nationality": 4,
"type": 4,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/a1/re2u4s9hzqunz7au5j8knvuogjxepxi.jpg",
"alt": "布伦希尔德"
},
"若月": {
"id": 301881,
"nationality": 3,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/9/99/q8cmh6laj2h8u4yhidskmyv3c89bbjc.jpg",
"alt": "若月"
},
"雅努斯": {
"id": 201351,
"nationality": 2,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/6/69/q9r5sh34x7eix8qw12o8uhuwb0v0t57.jpg",
"alt": "雅努斯"
},
"阿尔比恩": {
"id": 206071,
"nationality": 2,
"type": 6,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/b4/jp1pkglkcd4pk18s0i4r1rkgs71pcbw.jpg",
"alt": "阿尔比恩"
},
"皇家财富号": {
"id": 9600011,
"nationality": 96,
"type": 22,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/f/fa/hht632x7ixdj45zky5you1a4hx20wqk.jpg",
"alt": "皇家财富号"
},
"大黄蜂II": {
"id": 107121,
"nationality": 1,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/4/4e/lbx0e9n23a876syy8x33hzwmobefwa1.jpg",
"alt": "大黄蜂II"
},
"北安普敦II": {
"id": 103261,
"nationality": 1,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/5/50/mwfbd39et04rmu4c2b83aqrx9n5y3nl.jpg",
"alt": "北安普敦II"
},
"古比雪夫": {
"id": 702051,
"nationality": 7,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/c/ce/4plf2frlowbbb3h3lz72iv9faz2l36l.jpg",
"alt": "古比雪夫"
},
"忒修斯": {
"id": 206081,
"nationality": 2,
"type": 6,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/20/23mendova4bfmctp0pwhly9b7lo8tni.jpg",
"alt": "忒修斯"
},
"皇家橡树": {
"id": 205141,
"nationality": 2,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/4/4f/pejcfl992i9aanpgd2dqjligykmhbz9.jpg",
"alt": "皇家橡树"
},
"斯库拉": {
"id": 202331,
"nationality": 2,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/de/kza674afugbohy19c8recti7939nbzd.jpg",
"alt": "斯库拉"
},
"库尔斯克": {
"id": 703021,
"nationality": 7,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/d/d0/oqyf7pgko2xlsmkdzxvzzrfdp13t177.jpg",
"alt": "库尔斯克"
},
"伏罗希洛夫": {
"id": 702071,
"nationality": 7,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/77/brkaz92m5brff0h9u2q8bg2uwl6kqfm.jpg",
"alt": "伏罗希洛夫"
},
"奥托·冯·阿尔文斯莱本": {
"id": 401991,
"nationality": 4,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/12/slnty6ri7uyn8r8nbbwu03949izzm1d.jpg",
"alt": "奥托·冯·阿尔文斯莱本"
},
"雷根斯堡": {
"id": 402101,
"nationality": 4,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/bc/k5q7emoo2e5pb2oqfjviowlr2gtlwvm.jpg",
"alt": "雷根斯堡"
},
"阿蒂利奥·雷戈洛": {
"id": 601101,
"nationality": 6,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/7a/gxmykkd9680drpfib6hqdnu8di1tzg7.jpg",
"alt": "阿蒂利奥·雷戈洛"
},
"戈里齐亚": {
"id": 603061,
"nationality": 6,
"type": 3,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/7a/okx06ecz5bghgmyr4jre1cophkcccgp.jpg",
"alt": "戈里齐亚"
},
"马赛曲": {
"id": 902021,
"nationality": 9,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/7/7d/a3v3bq8n8yf5l9fmwa5h1epd69ytxhc.jpg",
"alt": "马赛曲"
},
"伴尔维": {
"id": 807021,
"nationality": 8,
"type": 7,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/1/11/decc08tzo8wkqupvpdwql1rl7u2h36f.jpg",
"alt": "伴尔维"
},
"吉尚": {
"id": 802031,
"nationality": 8,
"type": 2,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/b/ba/jimoqnaihtifq65fei4ckbn4cxkh4kj.jpg",
"alt": "吉尚"
},
"克莱蒙梭": {
"id": 905021,
"nationality": 9,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/2/2a/39asch0ghkcm9o3nmvqlwx5d538duh7.jpg",
"alt": "克莱蒙梭"
},
"尾张": {
"id": 305131,
"nationality": 3,
"type": 5,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/6/6f/k3vu474kxw1m2b74q5hn3sc6clmkh7j.jpg",
"alt": "尾张"
},
"初月": {
"id": 301891,
"nationality": 3,
"type": 1,
"rarity": 5,
"src": "https://patchwiki.biligame.com/images/blhx/a/a6/aek90b8n63kx88niz8p21d84gsdzofz