(PCClass cl)
| 8548 | } |
| 8549 | |
| 8550 | public SpellSupportForPCClass getSpellSupport(PCClass cl) |
| 8551 | { |
| 8552 | SpellSupportForPCClass ss = spellSupportFacet.get(id, cl); |
| 8553 | if (ss == null) |
| 8554 | { |
| 8555 | ss = new SpellSupportForPCClass(cl); |
| 8556 | spellSupportFacet.set(id, cl, ss); |
| 8557 | } |
| 8558 | return ss; |
| 8559 | } |
| 8560 | |
| 8561 | public Map<BonusObj, BonusManager.TempBonusInfo> getTempBonusMap(String sourceStr, String targetStr) |
| 8562 | { |