mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
Added GCW flush with success bonus
This commit is contained in:
@@ -462,6 +462,10 @@ public class GCWService implements INetworkDispatch {
|
||||
|
||||
PlayerObject player = (PlayerObject) actor.getSlottedObject("ghost");
|
||||
|
||||
int gcwBonus = actor.getSkillModBase("flush_with_success");
|
||||
|
||||
gcwPoints += ((gcwPoints * gcwBonus) / 100);
|
||||
|
||||
String planet = actor.getPlanet().getName();
|
||||
|
||||
String prefix = ((planet.startsWith("space")) ? (planet + "_space") : planet);
|
||||
|
||||
Reference in New Issue
Block a user