Class SalvageEntityGenDataSpec
java.lang.Object
com.fs.starfarer.api.impl.campaign.procgen.SalvageEntityGenDataSpec
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
float
float
getId()
float
float
float
float
float
float
float
float
getTags()
getType()
float
float
boolean
void
setDefFaction
(String defFaction) void
setDefQuality
(float defQuality) void
setDetectionRange
(float detectionRange) void
void
setMaxDefenderSize
(float maxSize) void
setMaxStr
(float maxStr) void
setMinDefenderSize
(float minDefenderSize) void
setMinStr
(float minStr) void
setNameOverride
(String nameOverride) void
setProbDefenders
(float probDefenders) void
setProbStation
(float probStation) void
setRadiusOverride
(float radiusOverride) void
setSalvageRating
(float salvageRating) void
setStationRole
(String stationRole) void
void
setXpDiscover
(float xpDiscover) void
setXpSalvage
(float xpSalvage)
-
Constructor Details
-
SalvageEntityGenDataSpec
public SalvageEntityGenDataSpec(org.json.JSONObject row) throws org.json.JSONException - Throws:
org.json.JSONException
-
-
Method Details
-
getDefFaction
-
setDefFaction
-
getTags
-
addTag
-
hasTag
-
getRadiusOverride
public float getRadiusOverride() -
setRadiusOverride
public void setRadiusOverride(float radiusOverride) -
getNameOverride
-
setNameOverride
-
getId
-
setId
-
getSalvageRating
public float getSalvageRating() -
setSalvageRating
public void setSalvageRating(float salvageRating) -
getDetectionRange
public float getDetectionRange() -
setDetectionRange
public void setDetectionRange(float detectionRange) -
getXpDiscover
public float getXpDiscover() -
setXpDiscover
public void setXpDiscover(float xpDiscover) -
getXpSalvage
public float getXpSalvage() -
setXpSalvage
public void setXpSalvage(float xpSalvage) -
getDropValue
-
getDropRandom
-
getType
-
setType
-
getProbDefenders
public float getProbDefenders() -
setProbDefenders
public void setProbDefenders(float probDefenders) -
getMinStr
public float getMinStr() -
setMinStr
public void setMinStr(float minStr) -
getMaxStr
public float getMaxStr() -
setMaxStr
public void setMaxStr(float maxStr) -
getMaxDefenderSize
public float getMaxDefenderSize() -
setMaxDefenderSize
public void setMaxDefenderSize(float maxSize) -
getMinDefenderSize
public float getMinDefenderSize() -
setMinDefenderSize
public void setMinDefenderSize(float minDefenderSize) -
getDefQuality
public float getDefQuality() -
setDefQuality
public void setDefQuality(float defQuality) -
getProbStation
public float getProbStation() -
setProbStation
public void setProbStation(float probStation) -
getStationRole
-
setStationRole
-