forked from OpenWF/Mods
		
	Add Infinite transference in duviri
This commit is contained in:
		
							parent
							
								
									bafdf2c9f0
								
							
						
					
					
						commit
						53ee891f40
					
				
							
								
								
									
										3
									
								
								Gameplay/Infinite transference in duviri/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Gameplay/Infinite transference in duviri/README.md
									
									
									
									
									
										Normal 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.
 | 
				
			||||||
@ -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
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user