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

Method hp

eos/saveddata/drone.py:286–291  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

284
285 @property
286 def hp(self):
287 hp = {}
288 for (type, attr) in (('shield', 'shieldCapacity'), ('armor', 'armorHP'), ('hull', 'hp')):
289 hp[type] = self.getModifiedItemAttr(attr)
290
291 return hp
292
293 @property
294 def ehp(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected