|
ShootingStarLocations | starLocation |
int | starLevel |
int | availableDust |
int | maxDust |
int[] | starIds = { 41229, 41228, 41227, 41226, 41225, 41224, 41223, 41021, } |
int[] | possibleDust = { 1200, 700, 430, 250, 175, 80, 40, 40, 15 } |
int[] | xpDrops = { 12, 22, 26, 31, 48, 74, 123, 162, 244 } |
CustomGameObject | starObject |
int[] | doubleChance = { 2, 6, 12, 20, 30, 42, 56, 72, 90 } |
Definition at line 48 of file ShootingStarData.java.
◆ decreaseDust()
void com.osroyale.content.shootingstar.ShootingStarData.decreaseDust |
( |
Player | player | ) |
|
|
inline |
◆ decreaseLevel()
void com.osroyale.content.shootingstar.ShootingStarData.decreaseLevel |
( |
| ) |
|
|
inline |
◆ destruct()
void com.osroyale.content.shootingstar.ShootingStarData.destruct |
( |
| ) |
|
|
inline |
◆ getHint()
String com.osroyale.content.shootingstar.ShootingStarData.getHint |
( |
| ) |
|
|
inline |
◆ getLevel()
int com.osroyale.content.shootingstar.ShootingStarData.getLevel |
( |
| ) |
|
|
inline |
◆ getLocationName()
String com.osroyale.content.shootingstar.ShootingStarData.getLocationName |
( |
| ) |
|
|
inline |
◆ getMiningLevel()
int com.osroyale.content.shootingstar.ShootingStarData.getMiningLevel |
( |
| ) |
|
|
inline |
◆ getObjectId()
int com.osroyale.content.shootingstar.ShootingStarData.getObjectId |
( |
| ) |
|
|
inline |
◆ getPercentage()
int com.osroyale.content.shootingstar.ShootingStarData.getPercentage |
( |
| ) |
|
|
inline |
◆ getXPDrop()
int com.osroyale.content.shootingstar.ShootingStarData.getXPDrop |
( |
| ) |
|
|
inline |
◆ availableDust
int com.osroyale.content.shootingstar.ShootingStarData.availableDust |
◆ doubleChance
int [] com.osroyale.content.shootingstar.ShootingStarData.doubleChance = { 2, 6, 12, 20, 30, 42, 56, 72, 90 } |
◆ maxDust
int com.osroyale.content.shootingstar.ShootingStarData.maxDust |
◆ possibleDust
int [] com.osroyale.content.shootingstar.ShootingStarData.possibleDust = { 1200, 700, 430, 250, 175, 80, 40, 40, 15 } |
The amount of star dust the player receives for the different star levels
Definition at line 83 of file ShootingStarData.java.
◆ starIds
int [] com.osroyale.content.shootingstar.ShootingStarData.starIds = { 41229, 41228, 41227, 41226, 41225, 41224, 41223, 41021, } |
◆ starLevel
int com.osroyale.content.shootingstar.ShootingStarData.starLevel |
◆ starLocation
◆ starObject
◆ xpDrops
int [] com.osroyale.content.shootingstar.ShootingStarData.xpDrops = { 12, 22, 26, 31, 48, 74, 123, 162, 244 } |
The documentation for this class was generated from the following file: