This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
忘记加入筛选了
tags/v21.0
枫谷剑仙
4 years ago
parent
744657934b
commit
ce8c441649
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
script-json_data.js
+3
-0
script-universal_function.js
+ 3
- 0
script-json_data.js
View File
@@ -690,6 +690,9 @@ const specialSearchFunctions = (function() {
case 183: //又是个有两段血线的队长技
scale = noHPneed ? 0 : sk[4]/100;
break;
case 210: //十字触发
scale = sk[1]/100;
break;
case 138: //调用其他队长技
scale = sk.reduce((pmul,skid)=> 1 - (1-pmul) * (1-getReduceScale(Skills[skid], allAttr, noHPneed)),0);
+ 3
- 0
script-universal_function.js
View File
@@ -1326,6 +1326,9 @@ function getReduceScales(leaderid) {
reduce.hp.min = sk[2];
}
break;
case 210: //十字触发
reduce.scale = (sk[1] || 0) / 100;
break;
default:
}
return reduce;
Write
Preview
Loading…
Cancel
Save