上传配置文件

This commit is contained in:
liwei1dao 2023-12-19 10:27:07 +08:00
parent be532d55a1
commit 7c7cb7ef2d
9 changed files with 1832 additions and 7516 deletions

File diff suppressed because it is too large Load Diff

View File

@ -238459,7 +238459,7 @@
100002001
],
"lv": 20,
"hppro": 2,
"hppro": 1.5,
"atkpro": 1,
"defpro": 1,
"skill1": 1,
@ -238481,7 +238481,7 @@
100002001
],
"lv": 20,
"hppro": 0.75,
"hppro": 1,
"atkpro": 1.5,
"defpro": 0.75,
"skill1": 1,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -15607,13 +15607,13 @@
"text": ""
},
"OptionEventIdGroup1": [],
"EndEventId1": 0,
"EndEventId1": -1,
"OptionDesc1": {
"key": "stonehenge_story_OptionDesc1_501",
"text": ""
},
"OptionEventIdGroup2": [],
"EndEventId2": -1,
"EndEventId2": 0,
"OptionDesc2": {
"key": "stonehenge_story_OptionDesc2_501",
"text": ""

View File

@ -14,9 +14,9 @@
"height": 1,
"hp": 30,
"dis": 2,
"atk": 1,
"atk": 0,
"atk_speed": 2000,
"move_speed": 2,
"move_speed": 0.3,
"exp": 1
},
{
@ -34,9 +34,9 @@
"height": 1,
"hp": 50,
"dis": 3,
"atk": 3,
"atk": 0,
"atk_speed": 5000,
"move_speed": 1,
"move_speed": 0.4,
"exp": 2
},
{
@ -54,9 +54,9 @@
"height": 1,
"hp": 20,
"dis": 4,
"atk": 1,
"atk": 0,
"atk_speed": 1500,
"move_speed": 2.5,
"move_speed": 0.5,
"exp": 2
},
{
@ -74,9 +74,9 @@
"height": 1,
"hp": 30,
"dis": 5,
"atk": 1,
"atk": 0,
"atk_speed": 2000,
"move_speed": 2,
"move_speed": 0.3,
"exp": 2
},
{
@ -94,9 +94,9 @@
"height": 1,
"hp": 50,
"dis": 6,
"atk": 1,
"atk": 0,
"atk_speed": 2000,
"move_speed": 2,
"move_speed": 0.4,
"exp": 4
},
{
@ -114,9 +114,9 @@
"height": 1,
"hp": 100,
"dis": 7,
"atk": 1,
"atk": 0,
"atk_speed": 2000,
"move_speed": 2,
"move_speed": 0.5,
"exp": 2
},
{
@ -134,9 +134,9 @@
"height": 1,
"hp": 100,
"dis": 8,
"atk": 2,
"atk": 0,
"atk_speed": 2000,
"move_speed": 1.5,
"move_speed": 0.2,
"exp": 20
}
]

View File

@ -4,7 +4,7 @@
"copy_id": 1,
"num": 1,
"time": 20,
"count": 30,
"count": 300,
"monster_id": 1011,
"hp_multiple": 1000
},
@ -13,7 +13,7 @@
"copy_id": 1,
"num": 2,
"time": 20,
"count": 20,
"count": 200,
"monster_id": 1011,
"hp_multiple": 1000
},
@ -22,7 +22,7 @@
"copy_id": 1,
"num": 2,
"time": 20,
"count": 10,
"count": 100,
"monster_id": 1021,
"hp_multiple": 1000
},
@ -31,7 +31,7 @@
"copy_id": 1,
"num": 3,
"time": 20,
"count": 20,
"count": 200,
"monster_id": 1011,
"hp_multiple": 1000
},
@ -40,7 +40,7 @@
"copy_id": 1,
"num": 3,
"time": 20,
"count": 10,
"count": 100,
"monster_id": 1021,
"hp_multiple": 1000
},
@ -49,7 +49,7 @@
"copy_id": 1,
"num": 4,
"time": 20,
"count": 30,
"count": 300,
"monster_id": 1011,
"hp_multiple": 1000
},
@ -58,7 +58,7 @@
"copy_id": 1,
"num": 4,
"time": 20,
"count": 20,
"count": 200,
"monster_id": 1021,
"hp_multiple": 1000
},
@ -67,7 +67,7 @@
"copy_id": 1,
"num": 5,
"time": 20,
"count": 30,
"count": 300,
"monster_id": 1011,
"hp_multiple": 1000
},
@ -76,7 +76,7 @@
"copy_id": 1,
"num": 5,
"time": 20,
"count": 20,
"count": 200,
"monster_id": 1021,
"hp_multiple": 1000
},
@ -85,7 +85,7 @@
"copy_id": 1,
"num": 6,
"time": 20,
"count": 50,
"count": 500,
"monster_id": 1011,
"hp_multiple": 1000
},
@ -94,7 +94,7 @@
"copy_id": 1,
"num": 6,
"time": 20,
"count": 20,
"count": 200,
"monster_id": 1021,
"hp_multiple": 1000
},
@ -103,7 +103,7 @@
"copy_id": 1,
"num": 7,
"time": 20,
"count": 20,
"count": 200,
"monster_id": 3011,
"hp_multiple": 1000
}

File diff suppressed because it is too large Load Diff

BIN
worker

Binary file not shown.