git repos / saland

commit 2bff827e

Poul Sander · 2026-01-18 17:56
2bff827eb6df5b80d90dcc1d16486a085ce3bf80 patch · browse files
parent 6fc4e929f353747a2d2505ce8dccece6d7153a7b

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
+ }
+ ]
+}