{
  "_about": "《我的同人》（mydoujin.online）角色數值圖鑑：每隻角色的 Lv.1 九維與成長權重。",
  "_generated": "2026-09-17",
  "_source": "base 兩個來源：解鎖那一刻 /api/action/resolve 回的 gainCharacters[]（權威，同時給 growth），以及 GET /api/characters 每隻角色都帶的 reincarnationStats（2026-09-17 對出來的，就是 Lv.1 九維，但沒有 growth）。",
  "_generator": "tools/build-character-json.js（產生出來的，不要手改）",
  "_statKeys": {
    "hp": "HP",
    "atk": "攻擊",
    "def": "防禦",
    "sta": "體力",
    "agi": "敏捷",
    "spd": "反應速度",
    "tec": "技巧",
    "int": "智力",
    "luk": "幸運"
  },
  "_notes": [
    "baseStats 是該角色 Lv.1 的九維（HP 是實際血量，其餘是點數）。",
    "growthWeights 的**九維合計固定是 25**——正常角色 12 隻無一例外；玩笑角色例外：石頭（會殺人的石頭）24、芋頭（會殺人的芋頭）21，2026-09-16 解鎖到。每級實測預算 = 權重合計（`非 HP + HP/30`；一般角色 25、石頭 24），先前寫的「每級 23 點」是算式多減 60 的假數字。",
    "實測的每級成長預算 = 權重合計（一般角色 25：非 HP 合計 + HP成長/30，矩陣 50 格全部成立；石頭實測 24）。**修行的每級配方就是 growthWeights 本身（HP × 30）**，洛琪希與牙王實測九維全同；七種行動則是把這些點依行動重新分配，權重 0 的維度永遠是 0。",
    "實測的每級成長是「行動配方 × 角色」決定的，同一個角色做不同行動長出的九個數字不同；growthWeights 是角色這一側的常數。",
    "kirito（桐人）是預設角色、不需要解鎖，伺服器從來沒吐過它的 base／growth：這裡的 Lv.1 九維是產線帳號實讀（source 標「初始角色」），growthWeights 是 null。",
    "source 標「名冊 reincarnationStats」的角色，是解鎖酬載沒留到紀錄、只能從 GET /api/characters 的 reincarnationStats 補 base 的——**baseStats 可信（跟 20 隻有酬載的逐維相符），growthWeights 是 null**。要補齊 growth 只有兩條路：再解鎖一次（拿得到酬載），或轉生成那隻角色、本級零行動按修行（長出來的就是 growthWeights × HP30）。"
  ],
  "characterCount": 22,
  "unlockedCount": 19,
  "characters": [
    {
      "id": "agil",
      "name": "艾基爾",
      "title": "商人",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 600,
        "atk": 24,
        "def": 20,
        "sta": 20,
        "agi": 8,
        "spd": 10,
        "tec": 12,
        "int": 12,
        "luk": 12
      },
      "growthWeights": {
        "hp": 4,
        "atk": 4,
        "def": 4,
        "sta": 4,
        "agi": 1,
        "spd": 2,
        "tec": 2,
        "int": 2,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 21,
      "normalAttack": "basic_attack",
      "skills": [
        "viper",
        "whirlwind",
        "war_cry"
      ],
      "imagePath": "/images/characters/agil.webp",
      "firstUnlockedAt": "2026-09-14T14:36:04.514Z"
    },
    {
      "id": "ashen_one",
      "name": "灰燼",
      "title": "不死人",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 360,
        "atk": 16,
        "def": 15,
        "sta": 19,
        "agi": 16,
        "spd": 14,
        "tec": 26,
        "int": 10,
        "luk": 9
      },
      "growthWeights": {
        "hp": 2,
        "atk": 3,
        "def": 3,
        "sta": 3,
        "agi": 3,
        "spd": 2,
        "tec": 5,
        "int": 2,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "basic_attack",
      "skills": [
        "roll_dodge",
        "estus_flask",
        "white_sign"
      ],
      "imagePath": "/images/characters/ashen_one.webp",
      "firstUnlockedAt": "2026-09-15T21:35:17.639Z"
    },
    {
      "id": "asuna",
      "name": "亞絲娜",
      "title": "閃光",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 330,
        "atk": 20,
        "def": 11,
        "sta": 12,
        "agi": 18,
        "spd": 26,
        "tec": 16,
        "int": 13,
        "luk": 10
      },
      "growthWeights": {
        "hp": 2,
        "atk": 4,
        "def": 2,
        "sta": 2,
        "agi": 3,
        "spd": 5,
        "tec": 3,
        "int": 2,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "basic_attack",
      "skills": [
        "linear_attack",
        "star_splash",
        "quadruple_pain"
      ],
      "imagePath": "/images/characters/asuna.webp",
      "firstUnlockedAt": "2026-09-14T14:11:35.605Z"
    },
    {
      "id": "brick",
      "name": "磚頭",
      "title": "會殺人的磚頭",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 720,
        "atk": 0,
        "def": 50,
        "sta": 0,
        "agi": 0,
        "spd": 0,
        "tec": 0,
        "int": 0,
        "luk": 0
      },
      "growthWeights": {
        "hp": 6,
        "atk": 0,
        "def": 13,
        "sta": 0,
        "agi": 0,
        "spd": 0,
        "tec": 0,
        "int": 0,
        "luk": 0
      },
      "growthTotal": 19,
      "nonHpGrowthTotal": 13,
      "normalAttack": null,
      "skills": [],
      "imagePath": "/images/characters/brick.webp",
      "firstUnlockedAt": "2026-09-16T20:08:45.099Z"
    },
    {
      "id": "dung_eater",
      "name": "食糞者",
      "title": "詛咒的播種者",
      "source": "名冊 reincarnationStats（解鎖酬載沒留到；Lv.1 九維可信，成長權重未知）",
      "baseStats": {
        "hp": 510,
        "atk": 23,
        "def": 22,
        "sta": 22,
        "agi": 7,
        "spd": 9,
        "tec": 11,
        "int": 9,
        "luk": 8
      },
      "growthWeights": null,
      "growthTotal": null,
      "nonHpGrowthTotal": null,
      "normalAttack": null,
      "skills": [],
      "imagePath": "/images/characters/dung_eater.webp",
      "firstUnlockedAt": null
    },
    {
      "id": "frieren",
      "name": "芙莉蓮",
      "title": "魔法使",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 330,
        "atk": 7,
        "def": 11,
        "sta": 27,
        "agi": 10,
        "spd": 16,
        "tec": 25,
        "int": 40,
        "luk": 9
      },
      "growthWeights": {
        "hp": 2,
        "atk": 1,
        "def": 2,
        "sta": 4,
        "agi": 2,
        "spd": 3,
        "tec": 4,
        "int": 6,
        "luk": 1
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "standard_offensive_magic",
      "skills": [
        "zoltraak",
        "spell_analysis",
        "mana_release"
      ],
      "imagePath": "/images/characters/frieren.webp",
      "firstUnlockedAt": "2026-09-16T20:00:22.742Z"
    },
    {
      "id": "garlic",
      "name": "蒜頭",
      "title": "會殺人的蒜頭",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 900,
        "atk": 0,
        "def": 40,
        "sta": 0,
        "agi": 0,
        "spd": 0,
        "tec": 0,
        "int": 30,
        "luk": 0
      },
      "growthWeights": {
        "hp": 6,
        "atk": 0,
        "def": 9,
        "sta": 0,
        "agi": 0,
        "spd": 0,
        "tec": 0,
        "int": 6,
        "luk": 0
      },
      "growthTotal": 21,
      "nonHpGrowthTotal": 15,
      "normalAttack": null,
      "skills": [],
      "imagePath": "/images/characters/garlic.webp",
      "firstUnlockedAt": "2026-09-17T03:36:17.801Z"
    },
    {
      "id": "goblin_hero",
      "name": "哥布林英雄",
      "title": "逆襲的綠皮",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 420,
        "atk": 18,
        "def": 14,
        "sta": 16,
        "agi": 14,
        "spd": 18,
        "tec": 18,
        "int": 8,
        "luk": 10
      },
      "growthWeights": {
        "hp": 3,
        "atk": 3,
        "def": 3,
        "sta": 3,
        "agi": 3,
        "spd": 3,
        "tec": 3,
        "int": 2,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 22,
      "normalAttack": "basic_attack",
      "skills": [
        "avalanche",
        "power_shot",
        "rapid_bite",
        "first_aid"
      ],
      "imagePath": "/images/characters/goblin_hero.webp",
      "firstUnlockedAt": "2026-09-16T00:38:30.112Z"
    },
    {
      "id": "hachiware",
      "name": "小八",
      "title": "翻譯官",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 330,
        "atk": 17,
        "def": 11,
        "sta": 17,
        "agi": 15,
        "spd": 18,
        "tec": 20,
        "int": 14,
        "luk": 15
      },
      "growthWeights": {
        "hp": 2,
        "atk": 3,
        "def": 2,
        "sta": 3,
        "agi": 3,
        "spd": 3,
        "tec": 4,
        "int": 2,
        "luk": 3
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "blue_sasumata",
      "skills": [
        "sasumata_hold",
        "share_meal",
        "found_opening"
      ],
      "imagePath": "/images/characters/hachiware.webp",
      "firstUnlockedAt": "2026-09-16T18:53:04.926Z"
    },
    {
      "id": "kibaou",
      "name": "牙王",
      "title": "Aincrad解放部隊",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 405,
        "atk": 20,
        "def": 15,
        "sta": 16,
        "agi": 12,
        "spd": 12,
        "tec": 12,
        "int": 8,
        "luk": 10
      },
      "growthWeights": {
        "hp": 3,
        "atk": 4,
        "def": 3,
        "sta": 3,
        "agi": 3,
        "spd": 3,
        "tec": 2,
        "int": 2,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 22,
      "normalAttack": "basic_attack",
      "skills": [
        "rage_spike",
        "snake_bite",
        "howling_octave"
      ],
      "imagePath": "/images/characters/kibaou.webp",
      "firstUnlockedAt": "2026-09-14T13:17:52.860Z"
    },
    {
      "id": "kirito",
      "name": "桐人",
      "title": "黑色劍士",
      "source": "初始角色（伺服器不給酬載；Lv.1 九維是產線實讀，成長權重未知）",
      "baseStats": {
        "hp": 360,
        "atk": 18,
        "def": 12,
        "sta": 12,
        "agi": 16,
        "spd": 22,
        "tec": 14,
        "int": 12,
        "luk": 8
      },
      "growthWeights": null,
      "growthTotal": null,
      "nonHpGrowthTotal": null,
      "normalAttack": null,
      "skills": [],
      "imagePath": "/images/characters/kirito.webp",
      "firstUnlockedAt": null
    },
    {
      "id": "linie",
      "name": "莉妮耶",
      "title": "魔族",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 270,
        "atk": 22,
        "def": 8,
        "sta": 18,
        "agi": 15,
        "spd": 21,
        "tec": 25,
        "int": 22,
        "luk": 12
      },
      "growthWeights": {
        "hp": 2,
        "atk": 4,
        "def": 1,
        "sta": 3,
        "agi": 2,
        "spd": 3,
        "tec": 4,
        "int": 4,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "mana_axe",
      "skills": [
        "eisen_axe_style",
        "erfassen",
        "warriors_afterimage"
      ],
      "imagePath": "/images/characters/linie.webp",
      "firstUnlockedAt": "2026-09-16T16:51:31.428Z"
    },
    {
      "id": "lisbeth",
      "name": "莉茲貝特",
      "title": "鍛冶師",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 390,
        "atk": 16,
        "def": 18,
        "sta": 18,
        "agi": 12,
        "spd": 12,
        "tec": 18,
        "int": 12,
        "luk": 12
      },
      "growthWeights": {
        "hp": 3,
        "atk": 3,
        "def": 4,
        "sta": 4,
        "agi": 2,
        "spd": 2,
        "tec": 3,
        "int": 2,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 22,
      "normalAttack": "basic_attack",
      "skills": [
        "hammer_blow",
        "tempering",
        "brain_crusher"
      ],
      "imagePath": "/images/characters/lisbeth.webp",
      "firstUnlockedAt": "2026-09-16T08:56:22.288Z"
    },
    {
      "id": "melina",
      "name": "梅琳娜",
      "title": "木頭",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 300,
        "atk": 14,
        "def": 9,
        "sta": 16,
        "agi": 15,
        "spd": 18,
        "tec": 20,
        "int": 24,
        "luk": 12
      },
      "growthWeights": {
        "hp": 2,
        "atk": 2,
        "def": 2,
        "sta": 3,
        "agi": 3,
        "spd": 3,
        "tec": 4,
        "int": 4,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "basic_attack",
      "skills": [
        "calling_blade",
        "minor_erdtree",
        "kindling_blessing"
      ],
      "imagePath": "/images/characters/melina.webp",
      "firstUnlockedAt": "2026-09-14T13:32:15.249Z"
    },
    {
      "id": "roxy",
      "name": "洛琪希·米格路迪亞",
      "title": "水王級魔術師",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 270,
        "atk": 8,
        "def": 8,
        "sta": 20,
        "agi": 12,
        "spd": 16,
        "tec": 22,
        "int": 32,
        "luk": 11
      },
      "growthWeights": {
        "hp": 2,
        "atk": 1,
        "def": 1,
        "sta": 4,
        "agi": 2,
        "spd": 3,
        "tec": 4,
        "int": 6,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "water_bullet",
      "skills": [
        "water_ball",
        "frost_nova",
        "cumulonimbus"
      ],
      "imagePath": "/images/characters/roxy.webp",
      "firstUnlockedAt": "2026-09-15T21:36:47.573Z"
    },
    {
      "id": "ruijerd",
      "name": "瑞傑路德·斯佩路迪亞",
      "title": "Dead End",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 420,
        "atk": 21,
        "def": 15,
        "sta": 17,
        "agi": 15,
        "spd": 18,
        "tec": 23,
        "int": 7,
        "luk": 8
      },
      "growthWeights": {
        "hp": 3,
        "atk": 4,
        "def": 3,
        "sta": 3,
        "agi": 3,
        "spd": 3,
        "tec": 4,
        "int": 1,
        "luk": 1
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 22,
      "normalAttack": "basic_attack",
      "skills": [
        "superd_spear_thrust",
        "third_eye",
        "guardian_spear_sweep"
      ],
      "imagePath": "/images/characters/ruijerd.webp",
      "firstUnlockedAt": "2026-09-15T23:16:54.674Z"
    },
    {
      "id": "shanks",
      "name": "香克斯",
      "title": "紅髮",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 390,
        "atk": 20,
        "def": 12,
        "sta": 16,
        "agi": 13,
        "spd": 16,
        "tec": 24,
        "int": 8,
        "luk": 15
      },
      "growthWeights": {
        "hp": 2,
        "atk": 4,
        "def": 2,
        "sta": 3,
        "agi": 2,
        "spd": 3,
        "tec": 4,
        "int": 2,
        "luk": 3
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "basic_attack",
      "skills": [
        "observation_haki",
        "conquerors_haki",
        "divine_departure"
      ],
      "imagePath": "/images/characters/shanks.webp",
      "firstUnlockedAt": "2026-09-15T22:06:30.956Z"
    },
    {
      "id": "sinon",
      "name": "詩乃",
      "title": "冰之狙擊手",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 300,
        "atk": 24,
        "def": 9,
        "sta": 12,
        "agi": 15,
        "spd": 16,
        "tec": 24,
        "int": 16,
        "luk": 10
      },
      "growthWeights": {
        "hp": 2,
        "atk": 4,
        "def": 2,
        "sta": 2,
        "agi": 3,
        "spd": 3,
        "tec": 4,
        "int": 3,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "basic_attack",
      "skills": [
        "quick_draw",
        "weak_point_shot",
        "hecate_ii"
      ],
      "imagePath": "/images/characters/sinon.webp",
      "firstUnlockedAt": "2026-09-14T16:21:27.796Z"
    },
    {
      "id": "solaire",
      "name": "索拉爾",
      "title": "太陽戰士",
      "source": "名冊 reincarnationStats（解鎖酬載沒留到；Lv.1 九維可信，成長權重未知）",
      "baseStats": {
        "hp": 420,
        "atk": 20,
        "def": 22,
        "sta": 21,
        "agi": 11,
        "spd": 13,
        "tec": 18,
        "int": 11,
        "luk": 8
      },
      "growthWeights": null,
      "growthTotal": null,
      "nonHpGrowthTotal": null,
      "normalAttack": null,
      "skills": [],
      "imagePath": "/images/characters/solaire.webp",
      "firstUnlockedAt": null
    },
    {
      "id": "stone",
      "name": "石頭",
      "title": "會殺人的石頭",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 900,
        "atk": 0,
        "def": 60,
        "sta": 0,
        "agi": 0,
        "spd": 0,
        "tec": 0,
        "int": 0,
        "luk": 40
      },
      "growthWeights": {
        "hp": 6,
        "atk": 0,
        "def": 11,
        "sta": 0,
        "agi": 0,
        "spd": 0,
        "tec": 0,
        "int": 0,
        "luk": 7
      },
      "growthTotal": 24,
      "nonHpGrowthTotal": 18,
      "normalAttack": null,
      "skills": [],
      "imagePath": "/images/characters/stone.webp",
      "firstUnlockedAt": "2026-09-16T16:49:29.307Z"
    },
    {
      "id": "taro",
      "name": "芋頭",
      "title": "會殺人的芋頭",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 780,
        "atk": 0,
        "def": 0,
        "sta": 0,
        "agi": 0,
        "spd": 0,
        "tec": 0,
        "int": 35,
        "luk": 0
      },
      "growthWeights": {
        "hp": 9,
        "atk": 0,
        "def": 0,
        "sta": 0,
        "agi": 0,
        "spd": 0,
        "tec": 0,
        "int": 12,
        "luk": 0
      },
      "growthTotal": 21,
      "nonHpGrowthTotal": 12,
      "normalAttack": null,
      "skills": [],
      "imagePath": "/images/characters/taro.webp",
      "firstUnlockedAt": "2026-09-16T19:13:56.944Z"
    },
    {
      "id": "zoro",
      "name": "羅羅亞·索隆",
      "title": "三刀流劍士",
      "source": "解鎖酬載",
      "baseStats": {
        "hp": 390,
        "atk": 22,
        "def": 15,
        "sta": 20,
        "agi": 12,
        "spd": 18,
        "tec": 20,
        "int": 6,
        "luk": 8
      },
      "growthWeights": {
        "hp": 2,
        "atk": 4,
        "def": 3,
        "sta": 4,
        "agi": 2,
        "spd": 3,
        "tec": 4,
        "int": 1,
        "luk": 2
      },
      "growthTotal": 25,
      "nonHpGrowthTotal": 23,
      "normalAttack": "basic_attack",
      "skills": [
        "purgatory_oni_giri",
        "black_rope_dragon_twister",
        "three_thousand_worlds"
      ],
      "imagePath": "/images/characters/zoro.webp",
      "firstUnlockedAt": "2026-09-17T08:07:40.292Z"
    }
  ]
}
