MCPcopy Create free account
hub / github.com/Semporia/Scripts / getReward

Function getReward

jd_jump.js:215–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213}
214
215async function getReward() {
216 await getBeanRewards();
217 let reward = 0;
218 for (let j = 0; j < $.rewardList.length; j++) {
219 reward += Number($.rewardList[j].value);
220 }
221 return reward;
222}
223
224//做任务
225async function domission() {

Callers 1

jumpFunction · 0.70

Calls 1

getBeanRewardsFunction · 0.85

Tested by

no test coverage detected