Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
dy 2024-01-03 14:47:03 +08:00
commit d3f272f1e4

View File

@ -3,7 +3,13 @@
"id": 1, "id": 1,
"renownlevel": 1, "renownlevel": 1,
"maxlevel": 250, "maxlevel": 250,
"cost": 5, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 5
}
],
"atk": 2, "atk": 2,
"def": 1, "def": 1,
"hp": 8 "hp": 8
@ -11,8 +17,14 @@
"2": { "2": {
"id": 2, "id": 2,
"renownlevel": 2, "renownlevel": 2,
"maxlevel": 500, "maxlevel": 750,
"cost": 6, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 6
}
],
"atk": 2, "atk": 2,
"def": 1, "def": 1,
"hp": 9 "hp": 9
@ -20,8 +32,14 @@
"3": { "3": {
"id": 3, "id": 3,
"renownlevel": 3, "renownlevel": 3,
"maxlevel": 750, "maxlevel": 1500,
"cost": 7, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 7
}
],
"atk": 2, "atk": 2,
"def": 1, "def": 1,
"hp": 10 "hp": 10
@ -29,8 +47,14 @@
"4": { "4": {
"id": 4, "id": 4,
"renownlevel": 4, "renownlevel": 4,
"maxlevel": 1000, "maxlevel": 2500,
"cost": 9, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 9
}
],
"atk": 4, "atk": 4,
"def": 2, "def": 2,
"hp": 11 "hp": 11
@ -38,8 +62,14 @@
"5": { "5": {
"id": 5, "id": 5,
"renownlevel": 5, "renownlevel": 5,
"maxlevel": 1250, "maxlevel": 3750,
"cost": 11, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 11
}
],
"atk": 4, "atk": 4,
"def": 2, "def": 2,
"hp": 12 "hp": 12
@ -47,8 +77,14 @@
"6": { "6": {
"id": 6, "id": 6,
"renownlevel": 6, "renownlevel": 6,
"maxlevel": 1500, "maxlevel": 5250,
"cost": 13, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 13
}
],
"atk": 4, "atk": 4,
"def": 2, "def": 2,
"hp": 13 "hp": 13
@ -56,8 +92,14 @@
"7": { "7": {
"id": 7, "id": 7,
"renownlevel": 7, "renownlevel": 7,
"maxlevel": 1750, "maxlevel": 7000,
"cost": 15, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 15
}
],
"atk": 6, "atk": 6,
"def": 3, "def": 3,
"hp": 14 "hp": 14
@ -65,8 +107,14 @@
"8": { "8": {
"id": 8, "id": 8,
"renownlevel": 8, "renownlevel": 8,
"maxlevel": 2000, "maxlevel": 9000,
"cost": 17, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 17
}
],
"atk": 6, "atk": 6,
"def": 3, "def": 3,
"hp": 15 "hp": 15
@ -74,8 +122,14 @@
"9": { "9": {
"id": 9, "id": 9,
"renownlevel": 9, "renownlevel": 9,
"maxlevel": 2500, "maxlevel": 11500,
"cost": 19, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 19
}
],
"atk": 6, "atk": 6,
"def": 3, "def": 3,
"hp": 16 "hp": 16
@ -83,8 +137,14 @@
"10": { "10": {
"id": 10, "id": 10,
"renownlevel": 10, "renownlevel": 10,
"maxlevel": 3000, "maxlevel": 14500,
"cost": 21, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 21
}
],
"atk": 8, "atk": 8,
"def": 4, "def": 4,
"hp": 17 "hp": 17
@ -92,8 +152,14 @@
"11": { "11": {
"id": 11, "id": 11,
"renownlevel": 11, "renownlevel": 11,
"maxlevel": 3500, "maxlevel": 18000,
"cost": 23, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 23
}
],
"atk": 8, "atk": 8,
"def": 4, "def": 4,
"hp": 18 "hp": 18
@ -101,8 +167,14 @@
"12": { "12": {
"id": 12, "id": 12,
"renownlevel": 12, "renownlevel": 12,
"maxlevel": 4000, "maxlevel": 22000,
"cost": 25, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 25
}
],
"atk": 8, "atk": 8,
"def": 4, "def": 4,
"hp": 19 "hp": 19
@ -110,8 +182,14 @@
"13": { "13": {
"id": 13, "id": 13,
"renownlevel": 13, "renownlevel": 13,
"maxlevel": 4500, "maxlevel": 26500,
"cost": 27, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 27
}
],
"atk": 10, "atk": 10,
"def": 5, "def": 5,
"hp": 20 "hp": 20
@ -119,8 +197,14 @@
"14": { "14": {
"id": 14, "id": 14,
"renownlevel": 14, "renownlevel": 14,
"maxlevel": 5000, "maxlevel": 31500,
"cost": 30, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 30
}
],
"atk": 10, "atk": 10,
"def": 5, "def": 5,
"hp": 21 "hp": 21
@ -128,8 +212,14 @@
"15": { "15": {
"id": 15, "id": 15,
"renownlevel": 15, "renownlevel": 15,
"maxlevel": 5000, "maxlevel": 36500,
"cost": 33, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 33
}
],
"atk": 10, "atk": 10,
"def": 5, "def": 5,
"hp": 21 "hp": 21
@ -137,8 +227,14 @@
"16": { "16": {
"id": 16, "id": 16,
"renownlevel": 16, "renownlevel": 16,
"maxlevel": 5000, "maxlevel": 41500,
"cost": 36, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 36
}
],
"atk": 12, "atk": 12,
"def": 6, "def": 6,
"hp": 22 "hp": 22
@ -146,8 +242,14 @@
"17": { "17": {
"id": 17, "id": 17,
"renownlevel": 17, "renownlevel": 17,
"maxlevel": 5000, "maxlevel": 46500,
"cost": 39, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 39
}
],
"atk": 12, "atk": 12,
"def": 6, "def": 6,
"hp": 22 "hp": 22
@ -155,8 +257,14 @@
"18": { "18": {
"id": 18, "id": 18,
"renownlevel": 18, "renownlevel": 18,
"maxlevel": 5000, "maxlevel": 51500,
"cost": 42, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 42
}
],
"atk": 12, "atk": 12,
"def": 6, "def": 6,
"hp": 22 "hp": 22
@ -164,8 +272,14 @@
"19": { "19": {
"id": 19, "id": 19,
"renownlevel": 19, "renownlevel": 19,
"maxlevel": 5000, "maxlevel": 56500,
"cost": 45, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 45
}
],
"atk": 14, "atk": 14,
"def": 7, "def": 7,
"hp": 23 "hp": 23
@ -173,8 +287,14 @@
"20": { "20": {
"id": 20, "id": 20,
"renownlevel": 20, "renownlevel": 20,
"maxlevel": 5000, "maxlevel": 61500,
"cost": 48, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 48
}
],
"atk": 14, "atk": 14,
"def": 7, "def": 7,
"hp": 23 "hp": 23
@ -182,8 +302,14 @@
"21": { "21": {
"id": 21, "id": 21,
"renownlevel": 21, "renownlevel": 21,
"maxlevel": 5000, "maxlevel": 66500,
"cost": 51, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 51
}
],
"atk": 14, "atk": 14,
"def": 7, "def": 7,
"hp": 23 "hp": 23
@ -191,8 +317,14 @@
"22": { "22": {
"id": 22, "id": 22,
"renownlevel": 22, "renownlevel": 22,
"maxlevel": 5000, "maxlevel": 71500,
"cost": 54, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 54
}
],
"atk": 14, "atk": 14,
"def": 7, "def": 7,
"hp": 23 "hp": 23
@ -200,8 +332,14 @@
"23": { "23": {
"id": 23, "id": 23,
"renownlevel": 23, "renownlevel": 23,
"maxlevel": 5000, "maxlevel": 76500,
"cost": 57, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 57
}
],
"atk": 16, "atk": 16,
"def": 8, "def": 8,
"hp": 24 "hp": 24
@ -209,8 +347,14 @@
"24": { "24": {
"id": 24, "id": 24,
"renownlevel": 24, "renownlevel": 24,
"maxlevel": 5000, "maxlevel": 81500,
"cost": 60, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 60
}
],
"atk": 16, "atk": 16,
"def": 8, "def": 8,
"hp": 24 "hp": 24
@ -218,8 +362,14 @@
"25": { "25": {
"id": 25, "id": 25,
"renownlevel": 25, "renownlevel": 25,
"maxlevel": 5000, "maxlevel": 86500,
"cost": 63, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 63
}
],
"atk": 16, "atk": 16,
"def": 8, "def": 8,
"hp": 24 "hp": 24
@ -227,8 +377,14 @@
"26": { "26": {
"id": 26, "id": 26,
"renownlevel": 26, "renownlevel": 26,
"maxlevel": 5000, "maxlevel": 91500,
"cost": 66, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 66
}
],
"atk": 16, "atk": 16,
"def": 8, "def": 8,
"hp": 24 "hp": 24
@ -236,8 +392,14 @@
"27": { "27": {
"id": 27, "id": 27,
"renownlevel": 27, "renownlevel": 27,
"maxlevel": 5000, "maxlevel": 96500,
"cost": 69, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 69
}
],
"atk": 16, "atk": 16,
"def": 8, "def": 8,
"hp": 24 "hp": 24
@ -245,8 +407,14 @@
"28": { "28": {
"id": 28, "id": 28,
"renownlevel": 28, "renownlevel": 28,
"maxlevel": 5000, "maxlevel": 101500,
"cost": 72, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 72
}
],
"atk": 18, "atk": 18,
"def": 9, "def": 9,
"hp": 25 "hp": 25
@ -254,8 +422,14 @@
"29": { "29": {
"id": 29, "id": 29,
"renownlevel": 29, "renownlevel": 29,
"maxlevel": 5000, "maxlevel": 106500,
"cost": 75, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 75
}
],
"atk": 18, "atk": 18,
"def": 9, "def": 9,
"hp": 25 "hp": 25
@ -263,8 +437,14 @@
"30": { "30": {
"id": 30, "id": 30,
"renownlevel": 30, "renownlevel": 30,
"maxlevel": 5000, "maxlevel": 111500,
"cost": 78, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 78
}
],
"atk": 18, "atk": 18,
"def": 9, "def": 9,
"hp": 25 "hp": 25
@ -272,8 +452,14 @@
"31": { "31": {
"id": 31, "id": 31,
"renownlevel": 31, "renownlevel": 31,
"maxlevel": 5000, "maxlevel": 116500,
"cost": 81, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 81
}
],
"atk": 18, "atk": 18,
"def": 9, "def": 9,
"hp": 25 "hp": 25
@ -281,8 +467,14 @@
"32": { "32": {
"id": 32, "id": 32,
"renownlevel": 32, "renownlevel": 32,
"maxlevel": 5000, "maxlevel": 121500,
"cost": 84, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 84
}
],
"atk": 18, "atk": 18,
"def": 9, "def": 9,
"hp": 25 "hp": 25
@ -290,8 +482,14 @@
"33": { "33": {
"id": 33, "id": 33,
"renownlevel": 33, "renownlevel": 33,
"maxlevel": 5000, "maxlevel": 126500,
"cost": 87, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 87
}
],
"atk": 18, "atk": 18,
"def": 10, "def": 10,
"hp": 25 "hp": 25
@ -299,8 +497,14 @@
"34": { "34": {
"id": 34, "id": 34,
"renownlevel": 34, "renownlevel": 34,
"maxlevel": 5000, "maxlevel": 131500,
"cost": 90, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 90
}
],
"atk": 18, "atk": 18,
"def": 10, "def": 10,
"hp": 25 "hp": 25
@ -308,8 +512,14 @@
"35": { "35": {
"id": 35, "id": 35,
"renownlevel": 35, "renownlevel": 35,
"maxlevel": 5000, "maxlevel": 136500,
"cost": 93, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 93
}
],
"atk": 18, "atk": 18,
"def": 10, "def": 10,
"hp": 25 "hp": 25
@ -317,8 +527,14 @@
"36": { "36": {
"id": 36, "id": 36,
"renownlevel": 36, "renownlevel": 36,
"maxlevel": 5000, "maxlevel": 141500,
"cost": 97, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 97
}
],
"atk": 18, "atk": 18,
"def": 10, "def": 10,
"hp": 25 "hp": 25
@ -326,8 +542,14 @@
"37": { "37": {
"id": 37, "id": 37,
"renownlevel": 37, "renownlevel": 37,
"maxlevel": 5000, "maxlevel": 146500,
"cost": 101, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 101
}
],
"atk": 18, "atk": 18,
"def": 10, "def": 10,
"hp": 25 "hp": 25
@ -335,8 +557,14 @@
"38": { "38": {
"id": 38, "id": 38,
"renownlevel": 38, "renownlevel": 38,
"maxlevel": 5000, "maxlevel": 151500,
"cost": 105, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 105
}
],
"atk": 18, "atk": 18,
"def": 10, "def": 10,
"hp": 25 "hp": 25
@ -344,8 +572,14 @@
"39": { "39": {
"id": 39, "id": 39,
"renownlevel": 39, "renownlevel": 39,
"maxlevel": 5000, "maxlevel": 156500,
"cost": 109, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 109
}
],
"atk": 18, "atk": 18,
"def": 10, "def": 10,
"hp": 25 "hp": 25
@ -353,8 +587,14 @@
"40": { "40": {
"id": 40, "id": 40,
"renownlevel": 40, "renownlevel": 40,
"maxlevel": 5000, "maxlevel": 161500,
"cost": 113, "cost": [
{
"a": "attr",
"t": "weiwang",
"n": 113
}
],
"atk": 18, "atk": 18,
"def": 10, "def": 10,
"hp": 25 "hp": 25