summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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"
+ }]
}
}
}