dev build #1789
spigot 1.10.2
mythiclib 1.0.2
Example:
Issue:
If meta_skill_2 is not carrying it's own target selector as shown in the example above, but instead inherits the target selector from further above in the meta skill tree, mechanic_a, b and c will not trigger.
spigot 1.10.2
mythiclib 1.0.2
Example:
Code:
meta_skill_1: Skills: - skill{s=meta_skill_2} @PIR{r=10} - mechanic_a - mechanic_b - megatron_c meta_skill_2: TargetConditions: - condition_a Skills: - yada yada
If meta_skill_2 is not carrying it's own target selector as shown in the example above, but instead inherits the target selector from further above in the meta skill tree, mechanic_a, b and c will not trigger.