Total Complexity | 6 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | #[Immutable] |
||
15 | final class ProtectionOfTheGods implements SecretKnowledgeTalent |
||
16 | { |
||
17 | public function getEffects(): EffectCollection |
||
20 | } |
||
21 | |||
22 | public static function getName(): string |
||
25 | } |
||
26 | |||
27 | public static function getDescription(): string |
||
30 | } |
||
31 | |||
32 | public static function getRequiredTalentPoints(): TalentPoints |
||
33 | { |
||
34 | return new TalentPoints(20); |
||
35 | } |
||
36 | |||
37 | public static function getRequiredAscension(): Ascension |
||
38 | { |
||
39 | return Ascension::eighthAscension(); |
||
40 | } |
||
41 | |||
42 | public function __toString(): string |
||
45 | } |
||
46 | } |
||
47 |