| 62 | } |
| 63 | |
| 64 | String AiDatabase::portraitImage(String const& species, String const& frame) const { |
| 65 | return strf("/ai/{}:{}", m_speciesParameters.get(species).portraitFrames, frame); |
| 66 | } |
| 67 | |
| 68 | Animation AiDatabase::animation(String const& species, String const& animationName) const { |
| 69 | auto faceAnimation = m_animationConfig.aiAnimations.get(animationName); |
no test coverage detected