Skip to content

Instantly share code, notes, and snippets.

View Namelessname9's full-sized avatar

Namelessname9

View GitHub Profile
@Namelessname9
Namelessname9 / Reincarnation.java
Created July 22, 2017 11:47
Returns cost, FC cost and gems needed, all to buy all the RPs unlocked in a R at once
package RG;
import java.util.Arrays;
public class Reincarnation
{
private int currentRP, maxRP;
private double totalCost, factionCost, gemsRequired;
private int rNumber;