KDOXG

Dark Souls Classes Initial Stats

Jul 26th, 2025
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 16.90 KB | Gaming | 0 0
  1. [
  2.     [
  3.         {
  4.             "Name": "Warrior",
  5.             "LV": 4,
  6.             "Vit": 11,
  7.             "Att": 8,
  8.             "End": 12,
  9.             "Str": 13,
  10.             "Dex": 13,
  11.             "Res": 11,
  12.             "Int": 9,
  13.             "Fth": 9,
  14.             "Total": 86,
  15.         },
  16.         {
  17.             "Name": "Knight",
  18.             "LV": 5,
  19.             "Vit": 14,
  20.             "Att": 10,
  21.             "End": 10,
  22.             "Str": 11,
  23.             "Dex": 11,
  24.             "Res": 10,
  25.             "Int": 9,
  26.             "Fth": 11,
  27.             "Total": 86,
  28.         },
  29.         {
  30.             "Name": "Wanderer",
  31.             "LV": 3,
  32.             "Vit": 10,
  33.             "Att": 11,
  34.             "End": 10,
  35.             "Str": 10,
  36.             "Dex": 14,
  37.             "Res": 12,
  38.             "Int": 11,
  39.             "Fth": 8,
  40.             "Total": 86,
  41.         },
  42.         {
  43.             "Name": "Thief",
  44.             "LV": 5,
  45.             "Vit": 9,
  46.             "Att": 11,
  47.             "End": 9,
  48.             "Str": 9,
  49.             "Dex": 15,
  50.             "Res": 10,
  51.             "Int": 12,
  52.             "Fth": 11,
  53.             "Total": 86,
  54.         },
  55.         {
  56.             "Name": "Bandit",
  57.             "LV": 4,
  58.             "Vit": 12,
  59.             "Att": 8,
  60.             "End": 14,
  61.             "Str": 14,
  62.             "Dex": 9,
  63.             "Res": 11,
  64.             "Int": 8,
  65.             "Fth": 10,
  66.             "Total": 86,
  67.         },
  68.         {
  69.             "Name": "Hunter",
  70.             "LV": 4,
  71.             "Vit": 11,
  72.             "Att": 9,
  73.             "End": 11,
  74.             "Str": 12,
  75.             "Dex": 14,
  76.             "Res": 11,
  77.             "Int": 9,
  78.             "Fth": 9,
  79.             "Total": 86,
  80.         },
  81.         {
  82.             "Name": "Sorcerer",
  83.             "LV": 3,
  84.             "Vit": 8,
  85.             "Att": 15,
  86.             "End": 8,
  87.             "Str": 9,
  88.             "Dex": 11,
  89.             "Res": 8,
  90.             "Int": 15,
  91.             "Fth": 8,
  92.             "Total": 82,
  93.         },
  94.         {
  95.             "Name": "Pyromancer",
  96.             "LV": 1,
  97.             "Vit": 10,
  98.             "Att": 12,
  99.             "End": 11,
  100.             "Str": 12,
  101.             "Dex": 9,
  102.             "Res": 12,
  103.             "Int": 10,
  104.             "Fth": 8,
  105.             "Total": 84,
  106.         },
  107.         {
  108.             "Name": "Cleric",
  109.             "LV": 2,
  110.             "Vit": 11,
  111.             "Att": 11,
  112.             "End": 9,
  113.             "Str": 12,
  114.             "Dex": 8,
  115.             "Res": 11,
  116.             "Int": 8,
  117.             "Fth": 14,
  118.             "Total": 84,
  119.         },
  120.         {
  121.             "Name": "Deprived",
  122.             "LV": 6,
  123.             "Vit": 11,
  124.             "Att": 11,
  125.             "End": 11,
  126.             "Str": 11,
  127.             "Dex": 11,
  128.             "Res": 11,
  129.             "Int": 11,
  130.             "Fth": 11,
  131.             "Total": 88,
  132.         },
  133.     ],
  134.     [
  135.         {
  136.             "Name": "Warrior",
  137.             "LV": " 12",
  138.             "Vgr": " 7",
  139.             "End": " 6",
  140.             "Vit": " 6",
  141.             "Att": " 5",
  142.             "Str": " 15",
  143.             "Dex": " 11",
  144.             "Adp": " 5",
  145.             "Int": " 5",
  146.             "Fth": " 5",
  147.         },
  148.         {
  149.             "Name": "Knight",
  150.             "LV": " 13",
  151.             "Vgr": " 12",
  152.             "End": " 6",
  153.             "Vit": " 7",
  154.             "Att": " 4",
  155.             "Str": " 11",
  156.             "Dex": " 8",
  157.             "Adp": " 9",
  158.             "Int": " 3",
  159.             "Fth": " 6",
  160.         },
  161.         {
  162.             "Name": "Swordsman",
  163.             "LV": " 12",
  164.             "Vgr": " 4",
  165.             "End": " 8",
  166.             "Vit": " 4",
  167.             "Att": " 6",
  168.             "Str": " 9",
  169.             "Dex": " 16",
  170.             "Adp": " 6",
  171.             "Int": " 7",
  172.             "Fth": " 5",
  173.         },
  174.         {
  175.             "Name": "Bandit",
  176.             "LV": " 11",
  177.             "Vgr": " 9",
  178.             "End": " 7",
  179.             "Vit": " 11",
  180.             "Att": " 2",
  181.             "Str": " 9",
  182.             "Dex": " 14",
  183.             "Adp": " 3",
  184.             "Int": " 1",
  185.             "Fth": " 8",
  186.         },
  187.         {
  188.             "Name": "Cleric",
  189.             "LV": " 14",
  190.             "Vgr": " 10",
  191.             "End": " 3",
  192.             "Vit": " 8",
  193.             "Att": " 10",
  194.             "Str": " 11",
  195.             "Dex": " 5",
  196.             "Adp": " 4",
  197.             "Int": " 4",
  198.             "Fth": " 12",
  199.         },
  200.         {
  201.             "Name": "Sorcerer",
  202.             "LV": " 11",
  203.             "Vgr": " 5",
  204.             "End": " 6",
  205.             "Vit": " 5",
  206.             "Att": " 12",
  207.             "Str": " 3",
  208.             "Dex": " 7",
  209.             "Adp": " 8",
  210.             "Int": " 14",
  211.             "Fth": " 4",
  212.         },
  213.         {
  214.             "Name": "Explorer",
  215.             "LV": " 10",
  216.             "Vgr": " 7",
  217.             "End": " 6",
  218.             "Vit": " 9",
  219.             "Att": " 7",
  220.             "Str": " 6",
  221.             "Dex": " 6",
  222.             "Adp": " 12",
  223.             "Int": " 5",
  224.             "Fth": " 5",
  225.         },
  226.         {
  227.             "Name": "Deprived",
  228.             "LV": " 1",
  229.             "Vgr": " 6",
  230.             "End": " 6",
  231.             "Vit": " 6",
  232.             "Att": " 6",
  233.             "Str": " 6",
  234.             "Dex": " 6",
  235.             "Adp": " 6",
  236.             "Int": " 6",
  237.             "Fth": " 6",
  238.         },
  239.     ],
  240.     [
  241.         {
  242.             "Name": "Knight",
  243.             "LV": " 9",
  244.             "Vgr": 12,
  245.             "Att": 10,
  246.             "End": 11,
  247.             "Vit": 15,
  248.             "Str": 13,
  249.             "Dex": 12,
  250.             "Int": 9,
  251.             "Fth": 9,
  252.             "Luck": " 7",
  253.         },
  254.         {
  255.             "Name": "Mercenary",
  256.             "LV": " 8",
  257.             "Vgr": 11,
  258.             "Att": 12,
  259.             "End": 11,
  260.             "Vit": 10,
  261.             "Str": 10,
  262.             "Dex": 16,
  263.             "Int": 10,
  264.             "Fth": 8,
  265.             "Luck": " 9",
  266.         },
  267.         {
  268.             "Name": "Warrior",
  269.             "LV": " 7",
  270.             "Vgr": 14,
  271.             "Att": 6,
  272.             "End": 12,
  273.             "Vit": 11,
  274.             "Str": 16,
  275.             "Dex": 9,
  276.             "Int": 8,
  277.             "Fth": 9,
  278.             "Luck": " 11",
  279.         },
  280.         {
  281.             "Name": "Herald",
  282.             "LV": " 9",
  283.             "Vgr": 12,
  284.             "Att": 10,
  285.             "End": 9,
  286.             "Vit": 12,
  287.             "Str": 12,
  288.             "Dex": 11,
  289.             "Int": 8,
  290.             "Fth": 13,
  291.             "Luck": " 11",
  292.         },
  293.         {
  294.             "Name": "Thief",
  295.             "LV": " 5",
  296.             "Vgr": 10,
  297.             "Att": 11,
  298.             "End": 10,
  299.             "Vit": 9,
  300.             "Str": 9,
  301.             "Dex": 13,
  302.             "Int": 10,
  303.             "Fth": 8,
  304.             "Luck": " 14",
  305.         },
  306.         {
  307.             "Name": "Assassin",
  308.             "LV": " 10",
  309.             "Vgr": 10,
  310.             "Att": 14,
  311.             "End": 11,
  312.             "Vit": 10,
  313.             "Str": 10,
  314.             "Dex": 14,
  315.             "Int": 11,
  316.             "Fth": 9,
  317.             "Luck": " 10",
  318.         },
  319.         {
  320.             "Name": "Sorcerer",
  321.             "LV": " 6",
  322.             "Vgr": 9,
  323.             "Att": 16,
  324.             "End": 9,
  325.             "Vit": 7,
  326.             "Str": 7,
  327.             "Dex": 12,
  328.             "Int": 16,
  329.             "Fth": 7,
  330.             "Luck": " 12",
  331.         },
  332.         {
  333.             "Name": "Pyromancer",
  334.             "LV": " 8",
  335.             "Vgr": 11,
  336.             "Att": 12,
  337.             "End": 10,
  338.             "Vit": 8,
  339.             "Str": 12,
  340.             "Dex": 9,
  341.             "Int": 14,
  342.             "Fth": 14,
  343.             "Luck": " 7",
  344.         },
  345.         {
  346.             "Name": "Cleric",
  347.             "LV": " 7",
  348.             "Vgr": 10,
  349.             "Att": 14,
  350.             "End": 9,
  351.             "Vit": 7,
  352.             "Str": 12,
  353.             "Dex": 8,
  354.             "Int": 7,
  355.             "Fth": 16,
  356.             "Luck": " 13",
  357.         },
  358.         {
  359.             "Name": "Deprived",
  360.             "LV": " 1",
  361.             "Vgr": 10,
  362.             "Att": 10,
  363.             "End": 10,
  364.             "Vit": 10,
  365.             "Str": 10,
  366.             "Dex": 10,
  367.             "Int": 10,
  368.             "Fth": 10,
  369.             "Luck": " 10",
  370.         },
  371.     ],
  372.     [
  373.         {
  374.             "Class": "Soldier",
  375.             "Vit": 14,
  376.             "Int": 9,
  377.             "End": 12,
  378.             "Str": 12,
  379.             "Dex": 11,
  380.             "Magic": 8,
  381.             "Faith": 10,
  382.             "Luck": 10,
  383.             "Starting Soul Level": 6,
  384.         },
  385.         {
  386.             "Class": "Knight",
  387.             "Vit": 10,
  388.             "Int": 11,
  389.             "End": 11,
  390.             "Str": 14,
  391.             "Dex": 10,
  392.             "Magic": 10,
  393.             "Faith": 11,
  394.             "Luck": 7,
  395.             "Starting Soul Level": 4,
  396.         },
  397.         {
  398.             "Class": "Hunter",
  399.             "Vit": 12,
  400.             "Int": 10,
  401.             "End": 13,
  402.             "Str": 11,
  403.             "Dex": 12,
  404.             "Magic": 8,
  405.             "Faith": 8,
  406.             "Luck": 12,
  407.             "Starting Soul Level": 6,
  408.         },
  409.         {
  410.             "Class": "Priest",
  411.             "Vit": 13,
  412.             "Int": 11,
  413.             "End": 12,
  414.             "Str": 13,
  415.             "Dex": 8,
  416.             "Magic": 8,
  417.             "Faith": 13,
  418.             "Luck": 8,
  419.             "Starting Soul Level": 6,
  420.         },
  421.         {
  422.             "Class": "Magician",
  423.             "Vit": 9,
  424.             "Int": 15,
  425.             "End": 10,
  426.             "Str": 9,
  427.             "Dex": 11,
  428.             "Magic": 15,
  429.             "Faith": 6,
  430.             "Luck": 11,
  431.             "Starting Soul Level": 6,
  432.         },
  433.         {
  434.             "Class": "Wanderer",
  435.             "Vit": 10,
  436.             "Int": 10,
  437.             "End": 11,
  438.             "Str": 11,
  439.             "Dex": 15,
  440.             "Magic": 9,
  441.             "Faith": 7,
  442.             "Luck": 13,
  443.             "Starting Soul Level": 6,
  444.         },
  445.         {
  446.             "Class": "Barbarian",
  447.             "Vit": 15,
  448.             "Int": 7,
  449.             "End": 13,
  450.             "Str": 15,
  451.             "Dex": 9,
  452.             "Magic": 11,
  453.             "Faith": 8,
  454.             "Luck": 11,
  455.             "Starting Soul Level": 9,
  456.         },
  457.         {
  458.             "Class": "Thief",
  459.             "Vit": 10,
  460.             "Int": 13,
  461.             "End": 10,
  462.             "Str": 9,
  463.             "Dex": 14,
  464.             "Magic": 10,
  465.             "Faith": 8,
  466.             "Luck": 15,
  467.             "Starting Soul Level": 9,
  468.         },
  469.         {
  470.             "Class": "Temple Knight",
  471.             "Vit": 11,
  472.             "Int": 8,
  473.             "End": 13,
  474.             "Str": 14,
  475.             "Dex": 12,
  476.             "Magic": 6,
  477.             "Faith": 13,
  478.             "Luck": 7,
  479.             "Starting Soul Level": 4,
  480.         },
  481.         {
  482.             "Class": "Royalty",
  483.             "Vit": 8,
  484.             "Int": 12,
  485.             "End": 8,
  486.             "Str": 9,
  487.             "Dex": 12,
  488.             "Magic": 13,
  489.             "Faith": 12,
  490.             "Luck": 7,
  491.             "Starting Soul Level": 1,
  492.         },
  493.     ],
  494.     [
  495.         {
  496.             "Origin": "Milquetoast",
  497.             "Vitality": 11,
  498.             "Endurance": 10,
  499.             "Strength": 12,
  500.             "Skill": 10,
  501.             "Bloodtinge": 9,
  502.             "Arcane": 8,
  503.             "Blood Echoes": 300,
  504.             "Level": 10,
  505.             "Total Points": 60,
  506.         },
  507.         {
  508.             "Origin": "Lone Survivor",
  509.             "Vitality": 14,
  510.             "Endurance": 11,
  511.             "Strength": 11,
  512.             "Skill": 10,
  513.             "Bloodtinge": 7,
  514.             "Arcane": 7,
  515.             "Blood Echoes": 420,
  516.             "Level": 10,
  517.             "Total Points": 60,
  518.         },
  519.         {
  520.             "Origin": "Troubled Childhood",
  521.             "Vitality": 9,
  522.             "Endurance": 14,
  523.             "Strength": 9,
  524.             "Skill": 13,
  525.             "Bloodtinge": 6,
  526.             "Arcane": 9,
  527.             "Blood Echoes": 360,
  528.             "Level": 10,
  529.             "Total Points": 60,
  530.         },
  531.         {
  532.             "Origin": "Violent Past",
  533.             "Vitality": 12,
  534.             "Endurance": 11,
  535.             "Strength": 15,
  536.             "Skill": 9,
  537.             "Bloodtinge": 6,
  538.             "Arcane": 7,
  539.             "Blood Echoes": 180,
  540.             "Level": 10,
  541.             "Total Points": 60,
  542.         },
  543.         {
  544.             "Origin": "Professional",
  545.             "Vitality": 9,
  546.             "Endurance": 12,
  547.             "Strength": 9,
  548.             "Skill": 15,
  549.             "Bloodtinge": 7,
  550.             "Arcane": 8,
  551.             "Blood Echoes": 240,
  552.             "Level": 10,
  553.             "Total Points": 60,
  554.         },
  555.         {
  556.             "Origin": "Military Veteran",
  557.             "Vitality": 10,
  558.             "Endurance": 10,
  559.             "Strength": 14,
  560.             "Skill": 13,
  561.             "Bloodtinge": 7,
  562.             "Arcane": 6,
  563.             "Blood Echoes": 320,
  564.             "Level": 10,
  565.             "Total Points": 60,
  566.         },
  567.         {
  568.             "Origin": "Noble Scion",
  569.             "Vitality": 7,
  570.             "Endurance": 8,
  571.             "Strength": 9,
  572.             "Skill": 13,
  573.             "Bloodtinge": 14,
  574.             "Arcane": 9,
  575.             "Blood Echoes": 540,
  576.             "Level": 10,
  577.             "Total Points": 60,
  578.         },
  579.         {
  580.             "Origin": "Cruel Fate",
  581.             "Vitality": 10,
  582.             "Endurance": 12,
  583.             "Strength": 10,
  584.             "Skill": 9,
  585.             "Bloodtinge": 5,
  586.             "Arcane": 14,
  587.             "Blood Echoes": 500,
  588.             "Level": 10,
  589.             "Total Points": 60,
  590.         },
  591.         {
  592.             "Origin": "Waste of Skin",
  593.             "Vitality": 10,
  594.             "Endurance": 9,
  595.             "Strength": 10,
  596.             "Skill": 9,
  597.             "Bloodtinge": 7,
  598.             "Arcane": 9,
  599.             "Blood Echoes": 10,
  600.             "Level": 4,
  601.             "Total Points": 54,
  602.         },
  603.     ],
  604.     [
  605.         {
  606.             "Class": "Hero",
  607.             "LVL": 7,
  608.             "VIG": 14,
  609.             "MND": 9,
  610.             "END": 12,
  611.             "STR": 16,
  612.             "DEX": 9,
  613.             "INT": 7,
  614.             "FTH": 8,
  615.             "ARC": 11,
  616.             "Total": 86,
  617.         },
  618.         {
  619.             "Class": "Bandit",
  620.             "LVL": 5,
  621.             "VIG": 10,
  622.             "MND": 11,
  623.             "END": 10,
  624.             "STR": 9,
  625.             "DEX": 13,
  626.             "INT": 9,
  627.             "FTH": 8,
  628.             "ARC": 14,
  629.             "Total": 84,
  630.         },
  631.         {
  632.             "Class": "Astrologer",
  633.             "LVL": 6,
  634.             "VIG": 9,
  635.             "MND": 15,
  636.             "END": 9,
  637.             "STR": 8,
  638.             "DEX": 12,
  639.             "INT": 16,
  640.             "FTH": 7,
  641.             "ARC": 9,
  642.             "Total": 85,
  643.         },
  644.         {
  645.             "Class": "Warrior",
  646.             "LVL": 8,
  647.             "VIG": 11,
  648.             "MND": 12,
  649.             "END": 11,
  650.             "STR": 10,
  651.             "DEX": 16,
  652.             "INT": 10,
  653.             "FTH": 8,
  654.             "ARC": 9,
  655.             "Total": 87,
  656.         },
  657.         {
  658.             "Class": "Prisoner",
  659.             "LVL": 9,
  660.             "VIG": 11,
  661.             "MND": 12,
  662.             "END": 11,
  663.             "STR": 11,
  664.             "DEX": 14,
  665.             "INT": 14,
  666.             "FTH": 6,
  667.             "ARC": 9,
  668.             "Total": 88,
  669.         },
  670.         {
  671.             "Class": "Confessor",
  672.             "LVL": 10,
  673.             "VIG": 10,
  674.             "MND": 13,
  675.             "END": 10,
  676.             "STR": 12,
  677.             "DEX": 12,
  678.             "INT": 9,
  679.             "FTH": 14,
  680.             "ARC": 9,
  681.             "Total": 89,
  682.         },
  683.         {
  684.             "Class": "Wretch",
  685.             "LVL": 1,
  686.             "VIG": 10,
  687.             "MND": 10,
  688.             "END": 10,
  689.             "STR": 10,
  690.             "DEX": 10,
  691.             "INT": 10,
  692.             "FTH": 10,
  693.             "ARC": 10,
  694.             "Total": 80,
  695.         },
  696.         {
  697.             "Class": "Vagabond",
  698.             "LVL": 9,
  699.             "VIG": 15,
  700.             "MND": 10,
  701.             "END": 11,
  702.             "STR": 14,
  703.             "DEX": 13,
  704.             "INT": 9,
  705.             "FTH": 9,
  706.             "ARC": 7,
  707.             "Total": 88,
  708.         },
  709.         {
  710.             "Class": "Prophet",
  711.             "LVL": 7,
  712.             "VIG": 10,
  713.             "MND": 14,
  714.             "END": 8,
  715.             "STR": 11,
  716.             "DEX": 10,
  717.             "INT": 7,
  718.             "FTH": 16,
  719.             "ARC": 10,
  720.             "Total": 86,
  721.         },
  722.         {
  723.             "Class": "Samurai",
  724.             "LVL": 9,
  725.             "VIG": 12,
  726.             "MND": 11,
  727.             "END": 13,
  728.             "STR": 12,
  729.             "DEX": 15,
  730.             "INT": 9,
  731.             "FTH": 8,
  732.             "ARC": 8,
  733.             "Total": 88,
  734.         },
  735.     ],
  736. ]
  737.  
Tags: Dark Souls
Advertisement
Add Comment
Please, Sign In to add comment