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;
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)
static Color getStoryOptionColor()
static Color getStoryDarkColor()
static Color getStoryBrightColor()
Color getBrightPlayerColor()
Color getDarkPlayerColor()
Color getBasePlayerColor()