commit 2bff827e
Add armor to the items list
Changed files
| A | data/saland/items/armor.json |
diff --git a/data/saland/items/armor.json b/data/saland/items/armor.json
new file mode 100644
index 0000000..94e8a4e
--- /dev/null
+++ b/data/saland/items/armor.json
@@ -0,0 +1,16 @@
+{
+ "items": [
+ {
+ "itemid" : "armor_blouse_black",
+ "sprite" : "female_standing_blouse_black_N",
+ "sprite2" : "",
+ "armor_upper_body" : "blouse_black",
+ "armor_restriction" : ["female"],
+ "radius" : 16.0,
+ "isStatic" : false,
+ "isDestructible" : false,
+ "health" : 20,
+ "pickup" : true
+ }
+ ]
+}