annotate doc/src/specs/db/spell.md @ 196:5b0f7ffab962

doc: initial html support
author David Demelier <markand@malikania.fr>
date Tue, 20 Nov 2018 12:14:00 +0100
parents docs/specs/db/spell.md@3107ce017c3a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
182
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 # Spell
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
2
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 Each `character` have a series of spell that is customized by the user.
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
4
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
5 ## Table recommandation
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
6
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 | field | type |
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
8 |---------------|---------------------------|
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
9 | id | big integer (primary key) |
196
5b0f7ffab962 doc: initial html support
David Demelier <markand@malikania.fr>
parents: 182
diff changeset
10 | character\_id | big integer |
182
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
11 | classname | string not null |
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
12 | level | short int |
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
13
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
14 ## Fields
3107ce017c3a Misc: switch back to SDL
David Demelier <markand@malikania.fr>
parents:
diff changeset
15
196
5b0f7ffab962 doc: initial html support
David Demelier <markand@malikania.fr>
parents: 182
diff changeset
16 - id: unique idenfitier,
5b0f7ffab962 doc: initial html support
David Demelier <markand@malikania.fr>
parents: 182
diff changeset
17 - character\_id: references character.id,
5b0f7ffab962 doc: initial html support
David Demelier <markand@malikania.fr>
parents: 182
diff changeset
18 - classname: the class name to create,
5b0f7ffab962 doc: initial html support
David Demelier <markand@malikania.fr>
parents: 182
diff changeset
19 - level: spell level,