summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-22 16:31:26 +0200
committertroido <troido@protonmail.com>2020-09-22 16:31:26 +0200
commit5cf8cc94bdf84341589fab4d1b941aa104de9a42 (patch)
tree0c1ae68e100e1b09a666d21a54904d0ca019cb3d /content
parentf2c9425d33f79a3dbfc0c6ac41c8b88b81a1672e (diff)
added capes!
Diffstat (limited to 'content')
-rw-r--r--content/encyclopediae/default_encyclopedia.json32
1 files changed, 29 insertions, 3 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index 1317d85..bd1ae9c 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -145,9 +145,11 @@
"slot": "hand",
"stats": {"strength": 3}
}]},
- "armour": {"action": ["equip", {
- "slot": "body",
- "stats": {"defence": 3}
+ "armour": {
+ "sprite": "armour",
+ "action": ["equip", {
+ "slot": "body",
+ "stats": {"defence": 3}
}]},
"pickaxe": {
"sprite": "sword",
@@ -155,6 +157,30 @@
"slot": "hand",
"stats": {"mining": 5}
}]
+ },
+ "redcape": {
+ "sprite": "armour",
+ "action": ["equip", {
+ "slot": "back",
+ "stats": {},
+ "sprite": "redplayer"
+ }]
+ },
+ "greencape": {
+ "sprite": "armour",
+ "action": ["equip", {
+ "slot": "back",
+ "stats": {},
+ "sprite": "greenplayer"
+ }]
+ },
+ "bluecape": {
+ "sprite": "armour",
+ "action": ["equip", {
+ "slot": "back",
+ "stats": {},
+ "sprite": "blueplayer"
+ }]
}
}
}