Get the VALUE sub token @param pc @return the VALUE sub token
(PlayerCharacter pc)
| 121 | * @return the VALUE sub token |
| 122 | */ |
| 123 | public static String getValueToken(PlayerCharacter pc) |
| 124 | { |
| 125 | return BigDecimalHelper.trimZeros(pc.totalValue()) + ' ' + SettingsHandler.getGameAsProperty().get().getCurrencyDisplay(); |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Get the WEIGHT sub token |
no test coverage detected