1package com.fs.starfarer.api.characters;
6import com.fs.starfarer.api.Global;
7import com.fs.starfarer.api.ui.ButtonAPI;
8import com.fs.starfarer.api.ui.TooltipMakerAPI;
9import com.fs.starfarer.api.util.Misc;
25 sBase = Misc.getStoryOptionColor();
26 sDark = Misc.getStoryDarkColor();
27 sBright = Misc.getStoryBrightColor();
34 public void infoButtonPressed(ButtonAPI button, Object param, Map<String, Object> dataMap) {
static SettingsAPI getSettings()
void infoButtonPressed(ButtonAPI button, Object param, Map< String, Object > dataMap)
void printEffects(MutableCharacterStatsAPI from, MutableCharacterStatsAPI to, TooltipMakerAPI info, Map< String, Object > dataMap)
boolean hasEffects(MutableCharacterStatsAPI from, MutableCharacterStatsAPI to)
void applyEffects(MutableCharacterStatsAPI from, MutableCharacterStatsAPI to, Map< String, Object > dataMap)
Color getBrightPlayerColor()
Color getDarkPlayerColor()
Color getBasePlayerColor()