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

Method hp

eos/saveddata/fit.py:1558–1563  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1556
1557 @property
1558 def hp(self):
1559 hp = {}
1560 for (type, attr) in (('shield', 'shieldCapacity'), ('armor', 'armorHP'), ('hull', 'hp')):
1561 hp[type] = self.ship.getModifiedItemAttr(attr)
1562
1563 return hp
1564
1565 @property
1566 def ehp(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected