All Projects → vorpalhex → Srd_spells

vorpalhex / Srd_spells

A JSON formatted list of all the spells from the 5e SRD

Labels

Projects that are alternatives of or similar to Srd spells

Rogue Craft Sp
Rogue Craft is an ncurses based roguelike/sandbox/RPG game
Stars: ✭ 12 (-86.81%)
Mutual labels:  rpg
Tapir
RGSS compatible runtime (namely: emulator for RPG Maker XP, VX, and VX Ace)
Stars: ✭ 60 (-34.07%)
Mutual labels:  rpg
Godot Inventory
Available at Asset Library
Stars: ✭ 68 (-25.27%)
Mutual labels:  rpg
Goprogressquest
Progress Quest implemented in Go
Stars: ✭ 20 (-78.02%)
Mutual labels:  rpg
Novitiate
A procedurally generated RPG inspired by Rogue and written in Pony.
Stars: ✭ 57 (-37.36%)
Mutual labels:  rpg
Mv Android Client
RPG Maker MV unofficial Android client
Stars: ✭ 64 (-29.67%)
Mutual labels:  rpg
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+839.56%)
Mutual labels:  rpg
Cotwelm
Castle of the Winds (A Remake in Elm)
Stars: ✭ 88 (-3.3%)
Mutual labels:  rpg
Lamiae
Lamiae - A Most Prestigious RPG Engine/Simulator derived from Cube 2 (Sauerbraten) and friends
Stars: ✭ 57 (-37.36%)
Mutual labels:  rpg
Guilds
Adding RPG to your server has never been more fun and action-packed!
Stars: ✭ 66 (-27.47%)
Mutual labels:  rpg
Landoftherair
A high-fantasy MORPG.
Stars: ✭ 35 (-61.54%)
Mutual labels:  rpg
Adventuresmith
Generate tabletop RPG nonsense at the push of a button! (on Android)
Stars: ✭ 54 (-40.66%)
Mutual labels:  rpg
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-29.67%)
Mutual labels:  rpg
Dnd 5e Latex Template
LaTeX package to typeset material for the fifth edition of the "world's greatest roleplaying game".
Stars: ✭ 875 (+861.54%)
Mutual labels:  rpg
Sdlpal
SDL-based reimplementation of the classic Chinese-language RPG "Xiān jiàn Qí Xiá Zhuàn" (also known as PAL).
Stars: ✭ 1,190 (+1207.69%)
Mutual labels:  rpg
Xoreos
A reimplementation of BioWare's Aurora engine (and derivatives). Pre-pre-alpha :P
Stars: ✭ 856 (+840.66%)
Mutual labels:  rpg
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (+1129.67%)
Mutual labels:  rpg
Diceparser
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
Stars: ✭ 90 (-1.1%)
Mutual labels:  rpg
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-10.99%)
Mutual labels:  rpg
Bcdice
Bones & Cards is the most popular TRPG Dice Bot in Japan
Stars: ✭ 65 (-28.57%)
Mutual labels:  rpg

Spells from the SRD

This is a JSON formatted list of all the spells from the SRD, automatically pulled from @ephe's very nice grimoire with permission. This list has been both automatically and manually inspected, but is still likely to contain errors.

General Format of a Spell

{
  "name": "Acid Splash",
  "tags": [
    "sorcerer",
    "wizard",
    "cantrip"
  ],
  "type": "Conjuration cantrip",
  "ritual": false,
  "level": "cantrip",
  "school": "Conjuration",
  "casting_time": "1 action",
  "range": "60 feet",
  "components": {
    "verbal": true,
    "somatic": true,
    "material": false,
    "raw": "V, S"
  },
  "duration": "Instantaneous",
  "description": "You hurl a bubble of acid. Choose one creature within range, or choose two creatures within range that are within 5 feet of each other. A target must succeed on a Dexterity saving throw or take 1d6 acid damage.\n\nThis spell's damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6)."
}

Formatting notes

The description preserves whitespace in the form of linebreak characters (\n). If you want to display descriptions correctly in html, either wrap the description with <pre> tags or replace the \n's with <br>.

List of Tags

'sorcerer',
'wizard',
'cantrip',
'ranger',
'level1',
'bard',
'druid',
'cleric',
'warlock',
'paladin',
'cleric (trickery)',
'level3',
'level2',
'level4',
'level8',
'level9',
'level7',
'level5',
'level6'

Users

If you make use of this repo and would like to be added here, just open a ticket!

Dungeons and Dragons 5th edition character sheet

My Spells

SharpShark28

Web-based application to elegantly view spells and save them to your local spellbook.

Licensing Bits

Open Game License v1.0a Copyright 2000, Wizards of the Coast, Inc.

spells.json contains content from the SRD and is restricted and covered by the OGL. You can find the OGL 1.0a at ogl.html in this repo, or online here. When using said data, please make sure to conform appropriately with the proper licenses and whatnot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].