Sets the formula to use to calculate the base pool size for this category of ability. @param formula A valid formula or variable.
(Formula formula)
| 288 | * @param formula A valid formula or variable. |
| 289 | */ |
| 290 | public void setPoolFormula(Formula formula) |
| 291 | { |
| 292 | poolFormula = formula; |
| 293 | } |
| 294 | |
| 295 | /** |
| 296 | * Sets the internationalized plural name for this category. |
no outgoing calls
no test coverage detected