Aldunu "Soulcore"
This commit is contained in:
parent
6180f34f40
commit
3c729aaf0d
|
@ -14,6 +14,7 @@ pub enum PoolType {
|
||||||
Might,
|
Might,
|
||||||
Speed,
|
Speed,
|
||||||
Intellect,
|
Intellect,
|
||||||
|
Soulcore,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
|
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
|
||||||
|
@ -381,6 +382,12 @@ description: Pleasant social interactions
|
||||||
level: trained
|
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 {
|
pub fn pleasant_social() -> Skill {
|
||||||
Skill {
|
Skill {
|
||||||
name: "Pleasant social interactions".to_owned(),
|
name: "Pleasant social interactions".to_owned(),
|
||||||
|
|
Loading…
Reference in New Issue