Add Infinite transference in duviri

This commit is contained in:
Sainan 2025-06-10 17:11:01 +02:00
parent bafdf2c9f0
commit 53ee891f40
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,3 @@
When you have Drifter Combat Intrinsics Rank 3, you unlock Transference Surge, which allows you to use your warframe for 10-15 seconds after filling a gauge by dealing damage.
With this script, the gauge will be fully filled and using transference will not start a countdown.

View File

@ -0,0 +1,11 @@
repeat
_T.duviriBeastMode = { [gRegion:GetLocalPlayer():GetPlayerName()] = 1 }
if not _T.ToggleOperatorCallbacks then
_T.ToggleOperatorCallbacks = {
function()
_T.duviriBeastMode = nil
end
}
end
until not pcall(yield)
_T.ToggleOperatorCallbacks = nil