Power Armor (T-45) (5e Equipment)
Power Armor (T-45)
Rarity | Armor Class (AC) | Strength | Stealth | Weight |
---|---|---|---|---|
Uncommon | 16 | 15 | Disadvantage | 150 lb. |
T-45 power armor was the first set of armor manufactured for military and to a lesser degree domestic and commercial use. This can be worn in conjunction with a power armor frame, and doing so negates this armor's Strength requirements.
Back to Main Page → 5e Homebrew → Equipment → Armor
gollark: As a Go developer, you have surely encountered at some point something using the `container` package, containing things like `container/ring` (ring buffers), `container/list` (doubly linked list), and `container/heap` (heaps, somehow). You may also have noticed that use of these APIs requires `interface{}`uous type casting. As a Go developer you almost certainly do not care about the boilerplate, but know that this makes your code mildly slower, which you ARE to care about.
gollark: High demand for generics by programmers around the world is clear, due to the development of languages like Rust, which has highly generic generics, and is supported by Mozilla, a company. As people desire generics, the market *is* to provide them.
gollark: Hmm.
gollark: Interesting!
gollark: In languages such as Haskell, generics are extremely natural. `data Beeoid a b = Beeoid a | Metabeeoid (Beeoid b a) a | Hyperbeeoid a b a b` trivially defines a simple generic data type. It is only in the uncoolest of languages that this simplicity has been stripped away, with generic support artificially limited to a small subset of types, generally just arrays and similar structures. Thus, reject no generics, return to generalized, simple and good generics.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.