aboutsummaryrefslogtreecommitdiff
path: root/materials.json
diff options
context:
space:
mode:
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