Get the bonus value as a double @param string @return bonus value as a double
(PlayerCharacter pc, String string)
| 239 | * @return bonus value as a double |
| 240 | */ |
| 241 | public Number resolve(PlayerCharacter pc, String string) |
| 242 | { |
| 243 | return bonusFormula.resolve(pc, string); |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * is value static |