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