Aldunu "Soulcore"
This commit is contained in:
parent
6180f34f40
commit
3c729aaf0d
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue