Files
DiceCloud/dataSources/srd/armor.json
2017-04-24 14:15:17 +02:00

245 lines
5.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"name": "Padded Armor",
"value": 5,
"weight": 8,
"description": "Padded armor consists of quilted layers of cloth and batting.",
"effects": [
{
"operation": "base",
"value": 11,
"stat": "armor"
},
{
"operation": "disadvantage",
"stat": "stealth"
}
]
},
{
"name": "Leather Armor",
"value": 10,
"weight": 10,
"description": "The breastplate and shoulder protectors of this armor are made of leather that has been stiffened by being boiled in oil. The rest of the armor is made of softer and more flexible materials.",
"effects": [
{
"operation": "base",
"value": 11,
"stat": "armor"
}
]
},
{
"name": "Studded leather Armor",
"value": 45,
"weight": 13,
"description": "Made from tough but flexible leather, studded leather is reinforced with close-set rivets or spikes.",
"effects": [
{
"operation": "base",
"value": 12,
"stat": "armor"
}
]
},
{
"name": "Hide Armor",
"value": 10,
"weight": 12,
"description": "This crude armor consists of thick furs and pelts. It is commonly worn by barbarian tribes, evil humanoids, and other folk who lack access to the tools and materials needed to create better armor.",
"effects": [
{
"operation": "base",
"value": 12,
"stat": "armor"
},
{
"operation": "max",
"value": 2,
"stat": "dexterityArmor"
}
]
},
{
"name": "Chain shirt",
"value": 50,
"weight": 20,
"description": "Made of interlocking metal rings, a chain shirt is worn between layers of clothing or leather. This armor offers modest protection to the wearers upper body and allows the sound of the rings rubbing against one another to be muffled by outer layers.",
"effects": [
{
"operation": "base",
"value": 13,
"stat": "armor"
},
{
"operation": "max",
"value": 2,
"stat": "dexterityArmor"
}
]
},
{
"name": "Scale mail",
"value": 50,
"weight": 45,
"description": "This armor consists of a coat and leggings (and perhaps a separate skirt) of leather covered with overlapping pieces of metal, much like the scales of a fish. The suit includes gauntlets.",
"effects": [
{
"operation": "base",
"value": 14,
"stat": "armor"
},
{
"operation": "disadvantage",
"stat": "stealth"
},
{
"operation": "max",
"value": 2,
"stat": "dexterityArmor"
}
]
},
{
"name": "Breastplate",
"value": 400,
"weight": 20,
"description": "This armor consists of a fitted metal chest piece worn with supple leather. Although it leaves the legs and arms relatively unprotected, this armor provides good protection for the wearers vital organs while leaving the wearer relatively unencumbered.",
"effects": [
{
"operation": "base",
"value": 14,
"stat": "armor"
},
{
"operation": "max",
"value": 2,
"stat": "dexterityArmor"
}
]
},
{
"name": "Half plate",
"value": 750,
"weight": 40,
"description": "Half plate consists of shaped metal plates that cover most of the wearers body. It does not include leg protection beyond simple greaves that are attached with leather straps.",
"effects": [
{
"operation": "base",
"value": 15,
"stat": "armor"
},
{
"operation": "max",
"value": 2,
"stat": "dexterityArmor"
},
{
"operation": "disadvantage",
"stat": "stealth"
}
]
},
{
"name": "Ring mail",
"value": 30,
"weight": 40,
"description": "This armor is leather armor with heavy rings sewn into it. The rings help reinforce the armor against blows from swords and axes. Ring mail is inferior to chain mail, and its usually worn only by those who cant afford better armor.",
"effects": [
{
"operation": "base",
"value": 14,
"stat": "armor"
},
{
"operation": "mul",
"value": 0,
"stat": "dexterityArmor"
},
{
"operation": "disadvantage",
"stat": "stealth"
}
]
},
{
"name": "Chain mail",
"value": 75,
"weight": 55,
"description": "Made of interlocking metal rings, chain mail includes a layer of quilted fabric worn underneath the mail to prevent chafing and to cushion the impact of blows. The suit includes gauntlets.",
"effects": [
{
"operation": "base",
"value": 16,
"stat": "armor"
},
{
"operation": "mul",
"value": 0,
"stat": "dexterityArmor"
},
{
"operation": "disadvantage",
"stat": "stealth"
}
]
},
{
"name": "Splint Armor",
"value": 200,
"weight": 60,
"description": "This armor is made of narrow vertical strips of metal riveted to a backing of leather that is worn over cloth padding. Flexible chain mail protects the joints.",
"effects": [
{
"operation": "base",
"value": 17,
"stat": "armor"
},
{
"operation": "mul",
"value": 0,
"stat": "dexterityArmor"
},
{
"operation": "disadvantage",
"stat": "stealth"
}
]
},
{
"name": "Plate Armor",
"value": 1500,
"weight": 65,
"description": "Plate consists of shaped, interlocking metal plates to cover the entire body. A suit of plate includes gauntlets, heavy leather boots, a visored helmet, and thick layers of padding underneath the armor. Buckles and straps distribute the weight over the body.",
"effects": [
{
"operation": "base",
"value": 18,
"stat": "armor"
},
{
"operation": "mul",
"value": 0,
"stat": "dexterityArmor"
},
{
"operation": "disadvantage",
"stat": "stealth"
}
]
},
{
"name": "Shield",
"value": 10,
"weight": 6,
"description": "A shield is made from wood or metal and is carried in one hand. Wielding a shield increases your Armor Class by 2. You can benefit from only one shield at a time.",
"effects": [
{
"operation": "add",
"value": 2,
"stat": "armor"
}
]
}
]