Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 771 Bytes

Faction.md

File metadata and controls

16 lines (11 loc) · 771 Bytes

Faction

Properties

Name Type Description Notes
symbol crate::models::FactionSymbols
name String Name of the faction.
description String Description of the faction.
headquarters String The waypoint in which the faction's HQ is located in.
traits Veccrate::models::FactionTrait List of traits that define this faction.
is_recruiting bool Whether or not the faction is currently recruiting new agents.

[Back to Model list] [Back to API list] [Back to README]