Power Armor (T-45) (5e Equipment)

Power Armor (T-45)

Heavy Armor
Rarity Armor Class (AC) Strength Stealth Weight
Uncommon1615Disadvantage150 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.

Full set of T-45 power armor




Back to Main Page 5e Homebrew Equipment Armor

This page may resemble content endorsed by, sponsored by, and/or affiliated with the Fallout franchise, and/or include content directly affiliated with and/or owned by Bethesda. D&D Wiki neither claims nor implies any rights to Fallout copyrights, trademarks, or logos, nor any owned by Bethesda. This site is for non profit use only. Furthermore, the following content is a derivative work that falls under, and the use of which is protected by, the Fair Use designation of US Copyright and Trademark Law. We ask you to please add the {{needsadmin}} template if there is a violation to this disclaimer within this page.
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.