Tweak archaeology numbers

This commit is contained in:
nossr50
2019-06-24 22:48:22 -07:00
parent ccb86264d9
commit 421d6cff3b
4 changed files with 11 additions and 6 deletions

View File

@ -61,7 +61,7 @@ public class ExcavationManager extends SkillManager {
}
public int getExperienceOrbsReward() {
return 5 * getArchaeologyRank();
return 1 * getArchaeologyRank();
}
public double getArchaelogyExperienceOrbChance() {