Package com.unciv.models.stats

Types

INamed
Link copied to clipboard
interface INamed
NamedStats
Link copied to clipboard
open class NamedStats : Stats, INamed
Stat
Link copied to clipboard
enum Stat(notificationIcon: String, purchaseSound: UncivSound, character: Char) : Enum<Stat>
StatMap
Link copied to clipboard
class StatMap : LinkedHashMap<String, Stats>
Stats
Link copied to clipboard
open class Stats(production: Float, food: Float, gold: Float, science: Float, culture: Float, happiness: Float, faith: Float) : Iterable<Stats.StatValuePair>

A container for the seven basic "currencies" in Unciv, Mutable, allowing for easy merging of sources and applying bonuses.