aboutsummaryrefslogtreecommitdiff
path: root/materials.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
commit54d268b0eef4356c2d5cf9fb7ba726878060e478 (patch)
tree05618ccf2be77e482d5fe3eecb50b33cf4dc5694 /materials.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'materials.json')
-rw-r--r--materials.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/materials.json b/materials.json
new file mode 100644
index 0000000..b864932
--- /dev/null
+++ b/materials.json
@@ -0,0 +1,22 @@
+[
+ {
+ "type" : "material",
+ "ident" : "maid",
+ "name" : "maid",
+ "bash_resist" : 1000,
+ "cut_resist" : 1000,
+ "bash_dmg_verb" : "chipped",
+ "cut_dmg_verb" : "scratched",
+ "dmg_adj" : [
+ "marked",
+ "chipped",
+ "cracked",
+ "shattered"
+ ],
+ "acid_resist" : 1000,
+ "elec_resist" : 1000,
+ "fire_resist" : 1000,
+ "chip_resist" : 1000,
+ "density" : 1000
+ }
+] \ No newline at end of file