summaryrefslogtreecommitdiffhomepage
path: root/src/running-the-game/abilities.md
blob: 62b916c35cb1c791167bf39e60149911b10edc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!--
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:

## Symbols

### Tap
![tap_symbol](tap_symbol.png)   
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.

### Reactive
![reactive_symbol](Assets/reactive_symbol.png)
This symbol means this ability can be used in reaction to another action or ability when appropriate.

### Blood Cost
![blood_symbol](Assets/blood_symbol.png)
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
![heart_symbol](heart_symbol.png) ![spade_symbol](spade_symbol.png) ![diamond_symbol](diamond_symbol.png) ![club_symbol](club_symbol.png)   
Each of these 4 symbols represent an ability where you must play a matching card to use it. 

### Odd/Even Card Cost
![odd_symbol](Assets/odd_symbol.png) ![even_symbol](Assets/even_symbol.png)
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
![greater_symbol](Assets/greater_symbol.png) ![lesser_symbol](Assets/lesser_symbol.png)
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
![face_symbol](Assets/face_symbol.png)
The masks symbol signifies that the card played must be a face card(King, Queen, Knight, Jack)

### Any Card Cost
![joker_symbol](joker_symbol.png)  
This symbol represents an ability where you can play a card of any suit.


## Key Words

### Refresh
To refresh a card means to undo its [tapped state](/running-the-game/abilities.md#tap) state into untapped. This means the card can once again be tapped.

# Spellcasting

[Spellcasting](../Spellcasting.md) [Archanologies](classes#Archanologies)

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.

## Spell Keywords

### Concentration
When you get damaged while concentrating, you need to reroll the blood die. If you fail the roll you pay the cost and your concentration ends.