High level Psi Shield draining Psi

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

High level Psi Shield draining Psi

#1 Post by lukep »

There's no cap on how much damage it takes for Thermal/Kinetic/Charged shield to gain a point of energy, which can result in it getting negative numbers. Specifically, when self:combatTalentMindDamage(t, 40, 50) is greater than 100, you can recover negative Psi per hit.

Lines 35-37 in data/talents/psionic/absorption.lua:

Code: Select all

local function shieldMastery(self, t)
	return 100-self:combatTalentMindDamage(t, 40, 50)
end
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

Post Reply