Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 9 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | 1 | public function __construct( |
|
20 | private Etherum $etherumLoad, |
||
21 | ) { |
||
22 | 1 | parent::__construct( |
|
23 | 1 | 'Amuril', |
|
24 | 1 | 'Ancestral sword of House Maane. His name means "Poisoned Soul".', |
|
25 | 1 | new Coin(10000), |
|
26 | 1 | new Coin(10000), |
|
27 | 1 | new Damage(180), |
|
28 | 1 | WeaponMasteryLevel::masterOfFirstTier(), |
|
29 | 1 | new Strength(100), |
|
30 | ); |
||
33 |