forked from OpenWF/SpaceNinjaServer
Add skills to skills list of skills with skills in a list of skills a… (#50)
Co-authored-by: OrdisPrime <134585663+OrdisPrime@users.noreply.github.com>
This commit is contained in:
parent
2a1bc4c252
commit
ca9fc6608b
@ -905,11 +905,17 @@ export interface PersonalTechProject {
|
|||||||
|
|
||||||
export interface PlayerSkills {
|
export interface PlayerSkills {
|
||||||
LPP_SPACE: number;
|
LPP_SPACE: number;
|
||||||
LPS_GUNNERY: number;
|
LPP_DRIFTER: number;
|
||||||
|
LPS_NONE: number;
|
||||||
LPS_PILOTING: number;
|
LPS_PILOTING: number;
|
||||||
LPS_ENGINEERING: number;
|
LPS_GUNNERY: number;
|
||||||
LPS_TACTICAL: number;
|
LPS_TACTICAL: number;
|
||||||
|
LPS_ENGINEERING: number;
|
||||||
LPS_COMMAND: number;
|
LPS_COMMAND: number;
|
||||||
|
LPS_DRIFT_COMBAT: number;
|
||||||
|
LPS_DRIFT_RIDING: number;
|
||||||
|
LPS_DRIFT_OPPORTUNITY: number;
|
||||||
|
LPS_DRIFT_ENDURANCE: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface QuestKey {
|
export interface QuestKey {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user