models/faction_trait_symbol

Types

pub type FactionTraitSymbol {
  Bureaucratic
  Secretive
  Capitalistic
  Industrious
  Peaceful
  Distrustful
  Welcoming
  Smugglers
  Scavengers
  Rebellious
  Exiles
  Pirates
  Raiders
  Clan
  Guild
  Dominion
  Fringe
  Forsaken
  Isolated
  Localized
  Established
  Notable
  Dominant
  Inescapable
  Innovative
  Bold
  Visionary
  Curious
  Daring
  Exploratory
  Resourceful
  Flexible
  Cooperative
  United
  Strategic
  Intelligent
  ResearchFocused
  Collaborative
  Progressive
  Militaristic
  TechnologicallyAdvanced
  Aggressive
  Imperialistic
  TreasureHunters
  Dexterous
  Unpredictable
  Brutal
  Fleeting
  Adaptable
  SelfSufficient
  Defensive
  Proud
  Diverse
  Independent
  SelfInterested
  Fragmented
  Commercial
  FreeMarkets
  Entrepreneurial
}

Constructors

  • Bureaucratic
  • Secretive
  • Capitalistic
  • Industrious
  • Peaceful
  • Distrustful
  • Welcoming
  • Smugglers
  • Scavengers
  • Rebellious
  • Exiles
  • Pirates
  • Raiders
  • Clan
  • Guild
  • Dominion
  • Fringe
  • Forsaken
  • Isolated
  • Localized
  • Established
  • Notable
  • Dominant
  • Inescapable
  • Innovative
  • Bold
  • Visionary
  • Curious
  • Daring
  • Exploratory
  • Resourceful
  • Flexible
  • Cooperative
  • United
  • Strategic
  • Intelligent
  • ResearchFocused
  • Collaborative
  • Progressive
  • Militaristic
  • TechnologicallyAdvanced
  • Aggressive
  • Imperialistic
  • TreasureHunters
  • Dexterous
  • Unpredictable
  • Brutal
  • Fleeting
  • Adaptable
  • SelfSufficient
  • Defensive
  • Proud
  • Diverse
  • Independent
  • SelfInterested
  • Fragmented
  • Commercial
  • FreeMarkets
  • Entrepreneurial

Values

pub fn encode(
  faction_trait_symbol: FactionTraitSymbol,
) -> json.Json
pub fn parse(value: String) -> Result(FactionTraitSymbol, Nil)
pub fn to_string(
  faction_trait_symbol: FactionTraitSymbol,
) -> String
Search Document