From 2e869dd165bab8b420dba1b0e6f44199de7e0390 Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Tue, 31 Jan 2023 20:00:52 -0700 Subject: [PATCH] Added skills and their descriptions. --- src/settings/basic/SKILLS.md | 72 ++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/settings/basic/SKILLS.md diff --git a/src/settings/basic/SKILLS.md b/src/settings/basic/SKILLS.md new file mode 100644 index 0000000..5234176 --- /dev/null +++ b/src/settings/basic/SKILLS.md @@ -0,0 +1,72 @@ +### List of General Skills + +- Awareness +- Athletics +- Security +- Public Speaking +- Negotiation +- Medicine +- Anatomy +- Herbalisim +- Performing +- Sluthing + +### List of Specialty Skills + +These skills are only available to a creature if they are listed in its creature definition. + +- Flying +- Telethetics + +### Descriptions of Skills + +#### Awareness + +This is a creatures general awareness, it covers all 5 phisical senses. + +#### Athletics + +This is how well a creature can do phisical things, like running, jumping, swimming, etc. + +#### Security + +This is how well a creature understands security, their ability to break into or prevent the breaking into of things for instance. + +#### Public Speaking + +This is how well a creature can communicate with a large group of its peers. + +#### Negotiation + +This is a creatures ability to convince or achive their goal using verbal communication. + +#### Medicine + +This is a creatures knowledge of caring for others of its kind, and ability to learn how to care for creatures of other kinds. + +#### Anatomy + +This is a creatures knowledge of the phisical body, and ability to learn of other creatures anatomy. + +#### Herbalisim + +This is a creatures knowledge of growing, identifying, and using plants. + +#### Performing + +This is a creatures ability to entertain, impersonate, create art, etc. + +#### Sluthing + +This is a creatures abolity to use deductive reasoning, investigate, etc. + +#### Flying + +This is a creatures ability to fly, and how well they can fly. + +#### Telethetics + +This is a creatures ability to use their mind to effect the world, telepathy, telekinetics, etc. + +--- +