A suite of tools for Fateforge players and Masters http://fateforge.tools
Find a file
2023-03-05 23:58:21 +01:00
.vscode start spell.js 2023-03-05 02:03:48 +01:00
css add w2ui lib 2023-03-05 23:58:21 +01:00
data/spells Add test spells + doc 2023-03-05 02:02:43 +01:00
img Add CUVD & logos 2023-03-04 23:24:06 +01:00
js add w2ui lib 2023-03-05 23:58:21 +01:00
lang start spell.js 2023-03-05 02:03:48 +01:00
lib add w2ui lib 2023-03-05 23:58:21 +01:00
webfonts add fontawesome icons 2023-03-04 22:33:26 +01:00
.gitignore add w2ui lib 2023-03-05 23:58:21 +01:00
index.html add w2ui lib 2023-03-05 23:58:21 +01:00
README.md add w2ui lib 2023-03-05 23:58:21 +01:00
spells.html add w2ui lib 2023-03-05 23:58:21 +01:00

Spells

JSON structure

field type value
id number unique id for the spell, for localization purpose
name string spell's name
source number where the spell is coming from
page number page source
srd boolean is this a srd or a creation
level number spell's level
school string spell school : "A" : Abjuration,"C" : Conjuration, "D": Divination, "E": Enchantment, "N": Necromancy, "T" : Transmutation, "I" : Illusion, "V" : Evocation
time array incantation time
time.number number
time.unit string
range module
range.type string point by default, but can be cone, sphere, cylinder, special
range.distance module
range.distance.type string feet or meter or other unit measure
range.distance.amount number amount of distance in range.distance.type
components module
components.v boolean verbal component
components.s boolean somatic component
components.m string materials components
duration array
duration.type string timed, permanent, special or instant
duration.duration module
duration.duration.type string minute or hours
duration.duration.amount number amount of duration.duration.type
concentration boolena does spell need concentration ?
desc array markdown description of the spell
damageInflict string
conditionInflict string
savingThrow array array of string of saving Throw available
miscTags array