MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / hp

Method hp

eos/saveddata/fighter.py:337–342  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

335
336 @property
337 def hp(self):
338 hp = {}
339 for (type, attr) in (('shield', 'shieldCapacity'), ('armor', 'armorHP'), ('hull', 'hp')):
340 hp[type] = self.getModifiedItemAttr(attr)
341
342 return hp
343
344 @property
345 def ehp(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected