diff --git a/common/src/types/character.rs b/common/src/types/character.rs index c361f2f..e2ff109 100644 --- a/common/src/types/character.rs +++ b/common/src/types/character.rs @@ -14,6 +14,7 @@ pub enum PoolType { Might, Speed, Intellect, + Soulcore, } #[derive(Clone, Debug, Serialize, Deserialize, PartialEq)] @@ -381,6 +382,12 @@ description: Pleasant social interactions level: trained "; + /* + * pub const IMPARTS_WISDOM + * This focus is interesting because it allows a character to drop a type ability in favor of + * "Philosophic Confusion". + */ + pub fn pleasant_social() -> Skill { Skill { name: "Pleasant social interactions".to_owned(),