Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

舰娘数据 db:ships

BoHolder edited this page Apr 15, 2019 · 2 revisions

舰娘数据 db:ship

  • id number 游戏内舰娘ID ingame script level id

  • no number 游戏内图鉴ID ingame album card id

  • name 名称

    • ja_jp string 日文
    • ja_kana string 日文假名
    • ja_romaji string 日文罗马音
    • zh_cn string 简体中文
    • suffix number 名称后缀ID * -> ship_namesuffix.id * null 表示初始形态 for initial form
  • type 舰种ID -> ship_types.id means DD,CL,CA... but record in a number

  • class 舰级ID -> ship_classes.id XX Class

  • class_no 舰级编号(XX级N号舰)

  • series 改造系列ID -> ship_series.id

  • base_lvl 该改造版本的基础等级 basic level in this form

  • buildtime 建造时间,分钟 in minutes

  • rare 稀有度

  • stat 属性

    • fire 火力
    • fire_max 火力最大值
    • torpedo 雷装
    • torpedo_max 雷装最大值
    • aa 对空
    • aa_max 对空最大值
    • asw 对潜
    • asw_max 对潜99级时
    • hp 耐久
    • hp_max
      * 耐久最大值,有可能大于婚后理论值,此时以婚后理论值为准 * Max hp,it may be greater than the theoretical value after marriage. At this time, based on the theoretical value of marriage.
    • armor 装甲
    • armor_max 装甲最大值
    • evasion 回避
    • evasion_max 回避99级时 EVA when lv.99
    • los 索敌
    • los_max 索敌99级时 LOS when lv.99
    • luck
    • luck_max 运最大值
    • carry 总搭载量
    • speed 航速
    • range 射程
  • consum 最大消耗 max consumption

    • fuel 油耗
    • ammo 弹耗
  • slot [number] 装备格 & 每格搭载

    • length表示装备格数
    • The length of the array is the number of slots.
    • 每个元素数字表示该格搭载量
    • Each number means slot's carrier load.
  • equip [number || object] 默认装备 initial equipments

    • 对应装备格,for each slot,
    • 如果为 number,if it's number format, * -> items.id,装备id equipment id
    • 如果为 object:if it's obj format, * id -> items.id * star 初始改修星级 initial equipment improve star
  • scrap [number] 废弃所得资源 Gain after dismantle

    • 按顺序资源为:油、弹、钢、铝
    • [fuel,ammo,steel,bauxite]
  • modernization [number] 近代化改修(合成)所得属性

    • 按顺序资源为:火力、雷装、对空、装甲、运
    • [fire,trop,aa,armor,luk]
  • remodel 改造信息

    • prev 改造前舰娘ID -> ships.id ship's id attr before this remodel
    • prev_loop * 值为ture,如果存在该属性 value is true, if have this attr * 可反复向前改装 means this form has more than one pre-form
    • next 改装后舰娘ID -> ships.id ship's id attr after this remodel
    • next_lvl 改装所需等级
    • next_loop 可反复向后改装 like prev_loop
  • remodel_cost 改装消耗

    • ammo 弹耗
    • steel 钢耗
  • additional_item_types [number] 额外可装备类型ID -> item_types

  • rels 相关信息 This Ship's CV & Illustrator

    • cv 声优ID -> entities.id
    • illustrator 画师ID -> entities.id
  • links 相关链接 Related Links

    • name 链接名 link info
    • url 链接地址 URL
  • capabilities 额外能力

    • count_as_landing_craft 算作:登陆艇
    • count_as_night_operation_aviation_personnel 算作:夜间航空要员
    • participate_night_battle_when_equip_swordfish 当装备剑鱼时可参与夜战
  • lines 台词

    • ...Not yet implemented
  • illust_extra seasonal CG 限定立绘

Clone this wiki locally