# About Power Armors

**URL:** https://discourse.cataclysmdda.org/t/about-power-armors/2436
**Category:** The Toolbox
**Created:** [July 27, 2013, 7:21pm UTC](https://discourse.cataclysmdda.org/t/about-power-armors/2436 "2013-07-27T19:21:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sidower](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/sidower/32/127_2.png) [@Sidower](https://discourse.cataclysmdda.org/u/Sidower)
#### Post date: [July 27, 2013, 7:21pm UTC](https://discourse.cataclysmdda.org/t/about-power-armors/2436/1 "2013-07-27T19:21:29Z")

</div>

Hello, I would like to try to make a new power armor, could someone please tell me step by step what I would need to make one or if it’s even possible to make one at moment? I would really appreciate it.

---

<div class="post-metadata">

### Author: ![BMacZero](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/bmaczero/32/926_2.png) [@BMacZero](https://discourse.cataclysmdda.org/u/BMacZero)
#### Post date: [August 10, 2013, 7:44pm UTC](https://discourse.cataclysmdda.org/t/about-power-armors/2436/2 "2013-08-10T19:44:06Z")

</div>

Power Armor is just a special type of clothing, or armor. You just need to open the file data/raw/items/armor.json in Notepad or some other text editor. In this file, whenever you see a bunch of text in curly braces { }, that’s all the properties of one item. Each line within the braces looks like this:  
“key” : value  
And the lines end with commas (except the last one).

The only thing that makes a particular piece of clothing “power armor” is this line:  
“power\_armor” : true

You can Ctrl-F the armor file for “power armor” to see examples.

There’s my two-second summary of JSON. You could also try out my tool for modding:  
[http://smf.cataclysmdda.com/index.php?topic=2666.msg35092#msg35092](http://smf.cataclysmdda.com/index.php?topic=2666.msg35092#msg35092)
