Total Complexity | 5 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | 1 | final class CharacterSpecialSkill extends BaseCharacterSkill |
|
14 | { |
||
15 | public function __construct(SkillSpecial $skill, int $level) |
||
18 | 1 | } |
|
19 | |||
20 | protected function getSkillType(): string |
||
21 | { |
||
22 | 1 | return "special"; |
|
23 | } |
||
24 | |||
25 | protected function getSkill(): SkillSpecial |
||
28 | } |
||
29 | |||
30 | protected function getValue(): int |
||
38 | } |
||
39 | } |
||
40 |