diff options
| author | troido <troido@protonmail.com> | 2020-09-21 23:50:52 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-21 23:50:52 +0200 |
| commit | c66e56b22525b745e191ef1e069573a0f58c06a6 (patch) | |
| tree | 8d7199abd75cee416e06ef85e4ee726b2f10dee1 /content/encyclopediae | |
| parent | 5ce9b012a7987f4085057f4f0b0af35e76810a7a (diff) | |
pickaxes are now obtainable
Diffstat (limited to 'content/encyclopediae')
| -rw-r--r-- | content/encyclopediae/npcs.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/encyclopediae/npcs.json b/content/encyclopediae/npcs.json index 00c45d6..26c2c4a 100644 --- a/content/encyclopediae/npcs.json +++ b/content/encyclopediae/npcs.json @@ -95,6 +95,25 @@ ]] ]]}] ] + }, + "toolsmith": { + "sprite": "human", + "height": 1.5, + "name": "toolsmith", + "components": [ + ["Interactable", {"typ": "exchange", "arg": ["list", [ + "buy ", + ["list", [ + ["list", ["pickaxe", ["list", ["carrot", "carrot", "carrot", "carrot", "carrot", "carrot", "carrot", "carrot", "carrot", "carrot"]], ["list", ["pickaxe"]]]] + ]] + ]]}], + ["MonsterAI", { + "view_distance": 1, + "move_chance": 0.01, + "homesickness": 0.3 + }], + ["Movable", {"cooldown": 3}] + ] } } } |
