5e SRD:Plate (Armor)

This material is published under the OGL


Plate

Heavy Armor
Cost Armor Class (AC) Strength Stealth Weight
1,500 gp18Str 15Disadvantage65 lb.

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.



Back to Main Page 5e System Reference Document Equipment Armor

Open Game Content (place problems on the discussion page).
This is part of the 5e System Reference Document. It is covered by the Open Game License v1.0a, rather than the GNU Free Documentation License 1.3. To distinguish it, these items will have this notice. If you see any page that contains SRD material and does not show this license statement, please contact an admin so that this license statement can be added. It is our intent to work within this license in good faith.
gollark: ```c#define let char*#define var char#define auto int*#define fn int#define new malloc#include <stdio.h>#include <stdlib.h>#include <string.h>fn main() { let s = "abcdefghijklmnqoprastjasdhasdua"; let j_ = new(1024); strcpy(j_, s); auto q = j; fn x = 0x6F5D5F5F; q[0] = x; printf("%s", j_);}```
gollark: ```c#define let char*#define var char#define auto int*#define fn int#define new malloc#include <stdio.h>#include <stdlib.h>#include <string.h>fn main() { let s = "abcdefghijklmnqoprastjasdhasdua"; let j_ = new(1024); strcpy(j_, s); fn x = 4; j_[0] = x; printf("%s", j_);}```
gollark: It didn't segfault, that's why it's odd.
gollark: Odd.
gollark: ```c#define let char*#define var char#define auto int*#define fn int#define new malloc#include <stdio.h>#include <stdlib.h>#include <string.h>fn main() { let s = "abcdefghijklmnqoprastjasdhasdua"; let j_ = new(1024); strcpy(j_, s); fn x = 4; j_[0] = x; printf("%s", s);}```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.