mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
111 lines
1.9 KiB
JSON
111 lines
1.9 KiB
JSON
[
|
|
{
|
|
"type": "Default",
|
|
"gaugeLength": 100,
|
|
"waneSpeed": 10,
|
|
"recoverTime": 2,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Avatar_Sword",
|
|
"gaugeLength": 100,
|
|
"waneSpeed": 5,
|
|
"recoverTime": 2,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Avatar_Pole",
|
|
"gaugeLength": 100,
|
|
"waneSpeed": 5,
|
|
"recoverTime": 2,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Avatar_Claymore",
|
|
"gaugeLength": 100,
|
|
"waneSpeed": 5,
|
|
"recoverTime": 2,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Avatar_Bow",
|
|
"gaugeLength": 50,
|
|
"waneSpeed": 3,
|
|
"recoverTime": 3,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Avatar_Catalyst",
|
|
"gaugeLength": 50,
|
|
"waneSpeed": 3,
|
|
"recoverTime": 3,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Monster_Minion",
|
|
"gaugeLength": 60,
|
|
"waneSpeed": 5,
|
|
"recoverTime": 5,
|
|
"endurance": 1.2
|
|
},
|
|
{
|
|
"type": "Monster_Grunt_Humanoid",
|
|
"gaugeLength": 100,
|
|
"waneSpeed": 5,
|
|
"recoverTime": 3,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Monster_Grunt_Other",
|
|
"gaugeLength": 120,
|
|
"waneSpeed": 5,
|
|
"recoverTime": 3,
|
|
"endurance": 0.8
|
|
},
|
|
{
|
|
"type": "Monster_Demiboss_Humanoid",
|
|
"gaugeLength": 210,
|
|
"waneSpeed": 20,
|
|
"recoverTime": 2,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Monster_Demiboss_Other",
|
|
"gaugeLength": 280,
|
|
"waneSpeed": 20,
|
|
"recoverTime": 2,
|
|
"endurance": 0.7
|
|
},
|
|
{
|
|
"type": "Monster_Boss_Humanoid",
|
|
"gaugeLength": 2000,
|
|
"waneSpeed": 100,
|
|
"endurance": 0.5
|
|
},
|
|
{
|
|
"type": "Monster_Boss_Other",
|
|
"gaugeLength": 2000,
|
|
"waneSpeed": 100,
|
|
"endurance": 0.5
|
|
},
|
|
{
|
|
"type": "Monster_Slime",
|
|
"gaugeLength": 30,
|
|
"waneSpeed": 2,
|
|
"recoverTime": 5,
|
|
"endurance": 1.5
|
|
},
|
|
{
|
|
"type": "Monster_Tartaglia",
|
|
"gaugeLength": 500,
|
|
"recoverTime": 99999,
|
|
"endurance": 1
|
|
},
|
|
{
|
|
"type": "Monster_Shougun",
|
|
"gaugeLength": 390,
|
|
"waneSpeed": 13,
|
|
"recoverTime": 99999,
|
|
"endurance": 1
|
|
}
|
|
] |