Skip to content

Commit

Permalink
adding equipment categories, damage types, weapon properties
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpadua committed Mar 2, 2017
1 parent f0a7bcd commit e05a873
Show file tree
Hide file tree
Showing 5 changed files with 2,223 additions and 1,031 deletions.
13 changes: 13 additions & 0 deletions 5e-SRD-Damage-Types.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,66 @@
[{
"index": 1,
"name": "Acid",
"desc": ["The corrosive spray of a black dragon’s breath and the dissolving enzymes secreted by a black pudding deal acid damage."],
"url": "http://dnd5eapi.co/api/damage-types/1"
}, {
"index": 2,
"name": "Bludgeoning",
"desc": ["Blunt force attacks—hammers, falling, constriction, and the like—deal bludgeoning damage."],
"url": "http://dnd5eapi.co/api/damage-types/2"
}, {
"index": 3,
"name": "Cold",
"desc": ["The infernal chill radiating from an ice devil’s spear and the frigid blast of a white dragon’s breath deal cold damage."],
"url": "http://dnd5eapi.co/api/damage-types/3"
}, {
"index": 4,
"name": "Fire",
"desc": ["Red dragons breathe fire, and many spells conjure flames to deal fire damage."],
"url": "http://dnd5eapi.co/api/damage-types/4"
}, {
"index": 5,
"name": "Force",
"desc": ["Force is pure magical energy focused into a damaging form. Most effects that deal force damage are spells, including magic missile and spiritual weapon."],
"url": "http://dnd5eapi.co/api/damage-types/5"
}, {
"index": 6,
"name": "Lightning",
"desc": ["A lightning bolt spell and a blue dragon’s breath deal lightning damage."],
"url": "http://dnd5eapi.co/api/damage-types/6"
}, {
"index": 7,
"name": "Necrotic",
"desc": ["Necrotic damage, dealt by certain undead and a spell such as chill touch, withers matter and even the soul."],
"url": "http://dnd5eapi.co/api/damage-types/7"
}, {
"index": 8,
"name": "Piercing",
"desc": ["Puncturing and impaling attacks, including spears and monsters’ bites, deal piercing damage."],
"url": "http://dnd5eapi.co/api/damage-types/8"
}, {
"index": 9,
"name": "Poison",
"desc": ["Venomous stings and the toxic gas of a green dragon’s breath deal poison damage."],
"url": "http://dnd5eapi.co/api/damage-types/9"
}, {
"index": 10,
"name": "Psychic",
"desc": ["Mental abilities such as a psionic blast deal psychic damage."],
"url": "http://dnd5eapi.co/api/damage-types/10"
}, {
"index": 11,
"name": "Radiant",
"desc": ["Radiant damage, dealt by a cleric’s flame strike spell or an angel’s smiting weapon, sears the flesh like fire and overloads the spirit with power."],
"url": "http://dnd5eapi.co/api/damage-types/11"
}, {
"index": 12,
"name": "Slashing",
"desc": ["Swords, axes, and monsters’ claws deal slashing damage."],
"url": "http://dnd5eapi.co/api/damage-types/12"
}, {
"index": 13,
"name": "Thunder",
"desc": ["A concussive burst of sound, such as the effect of the thunderwave spell, deals thunder damage."],
"url": "http://dnd5eapi.co/api/damage-types/13"
}]
Loading

0 comments on commit e05a873

Please sign in to comment.