| 105 | } |
| 106 | |
| 107 | bool StatSet::isEffectiveStat(String const& statName) const { |
| 108 | return m_effectiveStats.contains(statName); |
| 109 | } |
| 110 | |
| 111 | float StatSet::statEffectiveValue(String const& statName) const { |
| 112 | // All stat values will be added to m_effectiveStats regardless of whether a |