From 3c729aaf0db324e407a1cee910b542912fce0c99 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Sat, 19 Mar 2022 20:07:45 -0400 Subject: [PATCH] Aldunu "Soulcore" --- common/src/types/character.rs | 7 +++++++ 1 file changed, 7 insertions(+) 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(),