1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{
"type": "MOD_INFO",
"ident": "vamp_stuff_redone",
"name": "Vampiric Stuff Redone",
"author": [ "Axema Vales" ],
"maintainers": [ "jc_gargma" ],
"description": "Adds night creatures, items, monsters, and locations. Also mutations, feeding on npcs, and spells.",
"category": "misc_additions",
"dependencies": [ "dda" ],
"conflicts": [ "vamp_stuff", "crt_expansion", "magiclysm" ]
},
{
"type": "skill",
"ident": "spellcraft",
"name": "spellcraft",
"display_category": "display_ranged",
"description": "Your skill in the arcane. Represents magic theory and all that entails. A higher skill increases how quickly you can learn spells, and decreases their spell failure chance."
}
]
|