diff options
| author | troido <troido@protonmail.com> | 2020-04-08 20:02:03 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-08 20:02:03 +0200 |
| commit | a18bdf20159c50c570c398bf55c2da080f033908 (patch) | |
| tree | 3a4b2d3a816877b335e88fd3f2b8fafb8594fe81 /content | |
| parent | 15da8ce3af4e943939d6976ccfe5c46785638c7e (diff) | |
load python room format
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 4 | ||||
| -rw-r--r-- | content/maps/town.json | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 411f1c1..cfb55df 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -397,6 +397,7 @@ "stone": {"action": ["build", ["builtwall", ["Floor"], ["Blocking"]]]}, "radishseed": {"sprite": "seed", "action": ["build", ["plantedradishseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]]}, "radish": {"sprite": "food", "action": ["eat", 3]}, + "eldritch_radish": {"sprite": "food", "name": "eldritch_radish", "action": ["eat", 20]}, "carrotseed": {"sprite": "seed", "action": ["build", ["plantedcarrotseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]]}, "carrot": {"sprite": "food", "action": ["eat", 5]}, "sword": {"action": ["equip", { @@ -415,6 +416,7 @@ "templates":{ "plantedcarrotseed": ["plantedseed", {"delay": 60, "next": "carrotseedling"}], "carrotseedling": ["seedling", {"delay": 60, "next": "youngcarrotplant"}], - "youngcarrotplant": ["youngplant", {"crop": "carrot", "delay": 60, "next": "carrotplant"}] + "youngcarrotplant": ["youngplant", {"crop": "carrot", "delay": 60, "next": "carrotplant"}], + "radishes": ["radish", {}] } } diff --git a/content/maps/town.json b/content/maps/town.json index dd0b2b5..4a31f17 100644 --- a/content/maps/town.json +++ b/content/maps/town.json @@ -95,7 +95,7 @@ "^": ["spiketrap", "ground"], "%": [{ "type": "portal", - "kwargs": {"destination": "smallview", "despos": "towneast"} + "kwargs": {"destination": "smallview", "destpos": "towneast"} }, "ground"], "r": ["grass", "rabbit"], "/": ["grass", "sword"], |
