diff --git a/README.md b/README.md index 3cecd58..9d554e6 100644 --- a/README.md +++ b/README.md @@ -9,28 +9,3 @@ Goals: - A simple to understand magic system but with extreme depth of play, easy to learn, impossible to master - An item system that allows for absolute customization, make what you want, for loot, or for story - Grandma can pick it up and learn how to play in under 10 minutes, and a game session can last as short as 30 minutes or as long as you want. - -## Helpful terms to know - -- Setting: The additional setting augmenting this base system used to play. -- DBS: Defined by Setting -- PC: Player Character -- NPC: Non-Player Character -- GR: Game Runner - -## Structure - -This document is meant to act as a core foundation and not a game itself. Please remember to use or create a setting to use with this rule set. As stated in the document, there are areas on which the setting can expand on these core mechanics. - -A GR or Game Runner is needed, exactly one, this person makes judgment calls and determinations throughout the game, as well and helping to guide the other players and provide an adventure for them. - -Players are also required, at least one, but ideally not more than 6, though the upper limit is up to the GR and what they feel they can handle. - -## Section Index -- Magic -- Skills -- Creatures -- Items -- Combat - ---- diff --git a/release/core/Untamed-Core.pdf b/release/core/Untamed-Core.pdf new file mode 100644 index 0000000..6d6ba88 Binary files /dev/null and b/release/core/Untamed-Core.pdf differ diff --git a/COMBAT.md b/src/core/COMBAT.md similarity index 99% rename from COMBAT.md rename to src/core/COMBAT.md index 826cba7..f1bef3a 100644 --- a/COMBAT.md +++ b/src/core/COMBAT.md @@ -38,3 +38,4 @@ Ether creature can initiate combat again with each other or other creatures. --- + diff --git a/CREATURES.md b/src/core/CREATURES.md similarity index 99% rename from CREATURES.md rename to src/core/CREATURES.md index 85975f6..7bf2c03 100644 --- a/CREATURES.md +++ b/src/core/CREATURES.md @@ -45,3 +45,4 @@ Quickness: 5 Affinity: Nature --- + diff --git a/ITEMS.md b/src/core/ITEMS.md similarity index 99% rename from ITEMS.md rename to src/core/ITEMS.md index 5f93dfa..1816885 100644 --- a/ITEMS.md +++ b/src/core/ITEMS.md @@ -28,3 +28,4 @@ Stats: - Effect: +1 to Intelligence until unequipped --- + diff --git a/MAGIC.md b/src/core/MAGIC.md similarity index 99% rename from MAGIC.md rename to src/core/MAGIC.md index 8132c29..dc22f12 100644 --- a/MAGIC.md +++ b/src/core/MAGIC.md @@ -15,3 +15,4 @@ Magic exists in a set of spectrums, these spectrums are defined in Magic Types b The only how that is not DBS is affinity. As magic is used (whatever the term "use" that might be DBS), a creature develops affinity for that type of magic by 1 point per use up to the cap of 10 (you move along the spectrum by 1 point, so if you were cold 4 and used heat, you would be cold 3). A creature is always weak to its opposing type affinity. I.E. A creature that has a high affinity for heat will be weak against cold, or vise versa. --- + diff --git a/src/core/README.md b/src/core/README.md new file mode 100644 index 0000000..c0c231c --- /dev/null +++ b/src/core/README.md @@ -0,0 +1,37 @@ +# The Untamed Role Playing System + +This role playing system is designed to be simple, deep, and easily expanded on. + +Goals: + +- An evolving stats system, the more you use it the better you get +- A simple and quick combat system, get in, get out, get back to role playing +- A simple to understand magic system but with extreme depth of play, easy to learn, impossible to master +- An item system that allows for absolute customization, make what you want, for loot, or for story +- Grandma can pick it up and learn how to play in under 10 minutes, and a game session can last as short as 30 minutes or as long as you want. + +## Helpful terms to know + +- Setting: The additional setting augmenting this base system used to play. +- DBS: Defined by Setting +- PC: Player Character +- NPC: Non-Player Character +- GR: Game Runner + +## Structure + +This document is meant to act as a core foundation and not a game itself. Please remember to use or create a setting to use with this rule set. As stated in the document, there are areas on which the setting can expand on these core mechanics. + +A GR or Game Runner is needed, exactly one, this person makes judgment calls and determinations throughout the game, as well and helping to guide the other players and provide an adventure for them. + +Players are also required, at least one, but ideally not more than 6, though the upper limit is up to the GR and what they feel they can handle. + +## Section Index +- Magic +- Skills +- Creatures +- Items +- Combat + +--- + diff --git a/SKILLS.md b/src/core/SKILLS.md similarity index 99% rename from SKILLS.md rename to src/core/SKILLS.md index d3eaa38..ed382df 100644 --- a/SKILLS.md +++ b/src/core/SKILLS.md @@ -16,3 +16,4 @@ To improve a skill by 1 level, a creature must use that skill successfully a num --- +