Cheat: finish One Invasion Finish The Whole Thing config and webUI checkbox
Some checks failed
Build / build (pull_request) Failing after 1m11s
Some checks failed
Build / build (pull_request) Failing after 1m11s
This commit is contained in:
parent
b613d90b14
commit
9e622464e0
@ -30,6 +30,7 @@
|
||||
"missionsCanGiveAllRelics": false,
|
||||
"unlockAllSimarisResearchEntries": false,
|
||||
"disableDailyTribute": false,
|
||||
"finishOneInvasionFinishTheWholeThing": false,
|
||||
"spoofMasteryRank": -1,
|
||||
"relicRewardItemCountMultiplier": 1,
|
||||
"nightwaveStandingMultiplier": 1,
|
||||
|
||||
@ -878,6 +878,10 @@
|
||||
<input class="form-check-input" type="checkbox" id="disableDailyTribute" />
|
||||
<label class="form-check-label" for="disableDailyTribute" data-loc="cheats_disableDailyTribute"></label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="finishOneInvasionFinishTheWholeThing" />
|
||||
<label class="form-check-label" for="finishOneInvasionFinishTheWholeThing" data-loc="cheats_finishOneInvasionFinishTheWholeThing"></label>
|
||||
</div>
|
||||
<form class="form-group mt-2" onsubmit="doSaveConfigInt('spoofMasteryRank'); return false;">
|
||||
<label class="form-label" for="spoofMasteryRank" data-loc="cheats_spoofMasteryRank"></label>
|
||||
<div class="input-group">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user