Aldunu "Soulcore"

This commit is contained in:
Savanni D'Gerinel 2022-03-19 20:07:45 -04:00
parent 6180f34f40
commit 3c729aaf0d
1 changed files with 7 additions and 0 deletions

View File

@ -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(),