diff options
Diffstat (limited to 'src/running-the-game/abilities.md')
| -rw-r--r-- | src/running-the-game/abilities.md | 61 |
1 files changed, 54 insertions, 7 deletions
diff --git a/src/running-the-game/abilities.md b/src/running-the-game/abilities.md index 8a1754f..2ab930c 100644 --- a/src/running-the-game/abilities.md +++ b/src/running-the-game/abilities.md @@ -1,3 +1,31 @@ +<!-- +Potential card abilities: +- draw + - find a card + - draw x, pick y from x and reshuffle rest +- discard + - replace cards with others +- increase/decrease attack/defence/health +- allow attacking multiple times +- reroll +- add/subtract from roll +- when a specific number is rolled +- move card from discard to hand/deck +- move cards between hands +- draw from other's decks +- peek a deck +- block damage/death +- multiple effects(randomly picks one) +- recharge a card +- at the start/end of turn +- on damage/death +- redirect attack +- double an effect +- copy an effect +- on activation +- on item use +--> + # Abilities Abilities are represented as cards which your character can learn, equip, and/or use. Spells, weapons, and racial feats are just some of the things which are represented as ability cards. Many of these cards follow shorthand for mechanics which are common throught the game. Here they are: @@ -8,27 +36,34 @@ Abilities are represented as cards which your character can learn, equip, and/or  This symbol represents an ability which can be used once before requiring to be recharged. When a card is "tapped" place it sideways to signify this state. Once the card becomes [refreshed](/running-the-game/abilities.md#refresh) place it regularly. Unless otherwise stated, these cards [refresh](/running-the-game/abilities.md#refresh) at the start of your turn, or within a couple of in game seconds. If there is a set of brackets immediatly after the symbol they denotes the restrictions that must be met to use the ability. -These abilities can be used in reactions on other's turns. - ### Reactive -📣 + This symbol means this ability can be used in reaction to another action or ability when appropriate. +### Blood Cost + +This symbol represents an ability where you must use a blood spellcasting tool(unless otherwise specified) and pay for the cost to cast the spell. + ### Suit Card Cost     Each of these 4 symbols represent an ability where you must play a matching card to use it. ### Odd/Even Card Cost -🔻/⬜️ +  The triangle(3 points represents odd) means you need to play a card with an odd value while the square(4 points represents even) means you need to play a card with an even value. +### Greater/Lesser Card Cost +  +The plus signifies that the card you play must be 5-10 while a minus signifies that the card you play must be 1-5. + +### Face Card Cost + +The masks symbol signifies that the card played must be a face card(King, Queen, Knight, Jack) + ### Any Card Cost  This symbol represents an ability where you can play a card of any suit. -### Blood Cost -🩸 -This symbol represents an ability where you must use a blood spellcasting tool(unless otherwise specified) and pay for the cost to cast the spell. ## Key Words @@ -42,12 +77,24 @@ Spells follow the same rules as abilities, but with some additional rules. ## Blood Magic Blood spells are the most common and accessable type of magic. These are spells that require blood to power them. +#### Modifieds +You compile a spell by mixing base elements with modifieds. The following are possible modifieds: +- Duration +- Range +- Scale +- Area + ### Sorcery To cast a blood spell a "spell casting" medium may be needed. A given spellcasting medium will have a dice associated with it. When casting a spell this dice is rolled. If the result is greater then the blood cost of a spell then you dont pay anything. However if the number rolled is equal to or less then the value then you pay 1 blood. If the spell cost is higher then the dice of your casting medium then the medium is too weak to cast the spell. Using no casting medium is possible, instead of rolling a dice the result is always 1 and you cannot cast spells higher then this cost. ### Alchemy Alchemy is a form of magic which involves the preparation of various ingredients which form compounds that perform spell effects. +### Scribe + +### Necromancy + + ## Divine Magic Divine spells use magic that originates from a god. The rules of these spells vary wildly and can depend on various different factors. These are forbidden in most places so if you somehow get access to one, be careful with how you use it. |
