Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.plugins.OfficerLevelupPlugin Interface Reference
Inheritance diagram for com.fs.starfarer.api.plugins.OfficerLevelupPlugin:
[legend]

Public Member Functions

long getXPForLevel (int level)
 
int getMaxLevel (PersonAPI person)
 
int getMaxEliteSkills (PersonAPI person)
 
List< String > pickLevelupSkills (PersonAPI person, Random random)
 

Detailed Description

Definition at line 8 of file OfficerLevelupPlugin.java.

Member Function Documentation

◆ getMaxEliteSkills()

int com.fs.starfarer.api.plugins.OfficerLevelupPlugin.getMaxEliteSkills ( PersonAPI person)

◆ getMaxLevel()

int com.fs.starfarer.api.plugins.OfficerLevelupPlugin.getMaxLevel ( PersonAPI person)

◆ getXPForLevel()

long com.fs.starfarer.api.plugins.OfficerLevelupPlugin.getXPForLevel ( int level)

◆ pickLevelupSkills()

List< String > com.fs.starfarer.api.plugins.OfficerLevelupPlugin.pickLevelupSkills ( PersonAPI person,
Random random )

The documentation for this interface was generated from the following file: