10 public static class Level0
implements DescriptionSkillEffect {
11 public String getString() {
13 return BaseIntelPlugin.BULLET +
"Choose enough skills in lower tiers to unlock the next tier\n"
14 +BaseIntelPlugin.BULLET +
"It's possible to skip a tier by taking more skills in lower tiers instead\n"
15 +BaseIntelPlugin.BULLET +
"Reaching the top tier requires 4 skill points, plus 1 more to take one of the top skills\n"
16 +BaseIntelPlugin.BULLET +
"Taking the second top tier skill requires an additional 2 points spent in lower tier skills\n"
17 +BaseIntelPlugin.BULLET +
"Skills that only affect the piloted ship can be made \"elite\" at the cost of a " + Misc.STORY +
" point\n"
18 +BaseIntelPlugin.BULLET +
"Skills that have been made elite in the past can be re-made elite at no cost\n"
25 public Color[] getHighlightColors() {
26 Color h = Misc.getHighlightColor();
27 Color s = Misc.getStoryOptionColor();
28 return new Color[] {h, h, h, s};
30 public String[] getHighlights() {
31 return new String[] {
"4",
"1",
"2",
"" + Misc.STORY +
" point"};
33 public Color getTextColor() {
34 return Misc.getTextColor();