diff options
| author | troido <troido@protonmail.com> | 2020-09-22 16:31:26 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-22 16:31:26 +0200 |
| commit | 5cf8cc94bdf84341589fab4d1b941aa104de9a42 (patch) | |
| tree | 0c1ae68e100e1b09a666d21a54904d0ca019cb3d /content/encyclopediae | |
| parent | f2c9425d33f79a3dbfc0c6ac41c8b88b81a1672e (diff) | |
added capes!
Diffstat (limited to 'content/encyclopediae')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 32 |
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" + }] } } } |
