diff options
| author | troido <troido@protonmail.com> | 2020-04-09 14:30:42 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-09 14:30:42 +0200 |
| commit | 569da2b3f3e15b11be8f67ea4f81aaab4dc58049 (patch) | |
| tree | 6e4d4d1dfea45cb4b75d4fcd5753c0798d19f89a /content/encyclopediae | |
| parent | 53e2db880893a1a2ddf797c7e991665c2cb05e29 (diff) | |
properly substitute items
Diffstat (limited to 'content/encyclopediae')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index c1dcc89..0d54304 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -404,6 +404,14 @@ "slot": "hand", "stats": {"strength": 5} }]}, + "eldritch_sword": { + "sprite": "sword", + "name": "eldritch sword", + "action": ["equip", { + "slot": "hand", + "stats": {"strength": 500} + }] + }, "club": {"action": ["equip", { "slot": "hand", "stats": {"strength": 3} |
