aboutsummaryrefslogtreecommitdiff
path: root/build/content/armor.txt
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-02-18 14:14:23 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-02-18 14:14:23 +0100
commit5f0fce4191309e9526b7109a0d87c092ce6a4193 (patch)
tree105257f876551814aa74a0760ec116bd1bf307a5 /build/content/armor.txt
parentead78d51e662057467b79d3a65b20c4ba83cbf07 (diff)
main
Diffstat (limited to 'build/content/armor.txt')
-rw-r--r--build/content/armor.txt57
1 files changed, 57 insertions, 0 deletions
diff --git a/build/content/armor.txt b/build/content/armor.txt
new file mode 100644
index 0000000..f418779
--- /dev/null
+++ b/build/content/armor.txt
@@ -0,0 +1,57 @@
+[
+ {
+ "name": "metal plating",
+ "weight": "50",
+ "pierce": "5", "spread": "8"
+ },
+ {
+ "name": "heavy metal plating",
+ "weight": "80",
+ "pierce": "7", "spread": "10", "impact": "5"
+ },
+ {
+ "name": "reflective plating",
+ "weight": "40",
+ "laser": "10"
+ },
+ {
+ "name": "heat resistent plating",
+ "weight": "50",
+ "fusion": "8"
+ },
+ {
+ "name": "padding",
+ "weight": "20",
+ "spread": "5", "impact": "8"
+ },
+ {
+ "name": "reactive armor",
+ "weight": "75",
+ "explosive": "12"
+ },
+ {
+ "name": "energy shields",
+ "weight": "25",
+ "pierce": "3", "spread": "3", "fusion": "3", "explosive": "3", "laser": "3"
+ },
+ {
+ "name": "composite armor",
+ "weight": "30",
+ "pierce": "6", "spread": "4", "impact": "3"
+ },
+ {
+ "name": "plastic armor",
+ "weight": "10",
+ "pierce": "4"
+ },
+ {
+ "name": "sloped steel armor",
+ "weight": "45",
+ "pierce": "10", "spread": "8"
+ },
+ {
+ "name": "charged armor",
+ "weight": "100",
+ "explosive": "25"
+ },
+] \ No newline at end of file