| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function __construct() |
||
| 22 | { |
||
| 23 | parent::__construct( |
||
| 24 | 'Bandit', |
||
| 25 | new Health(100), |
||
| 26 | new Etherum(1), |
||
| 27 | new Strength(20), |
||
| 28 | new Initiative(10), |
||
| 29 | new TalentCollection([ |
||
| 30 | WeaponMastery::shortSword(WeaponMasteryLevel::novice()), |
||
| 31 | new Slash(), |
||
| 32 | ]), |
||
| 33 | new Inventory([]), |
||
| 34 | new RustyShortSword(), |
||
| 35 | ); |
||
| 38 |