diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 7 | ||||
| -rw-r--r-- | content/maps/room.json | 17 |
2 files changed, 13 insertions, 11 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 204b104..2571997 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -424,6 +424,9 @@ ["list", [{"type": "stone"}, 1.0]] ]]}] ] + }, + "radishes": { + "substitute": "radish" } }, "items": { @@ -431,6 +434,7 @@ "stone": {"action": ["build", ["builtwall", ["Floor"], ["Blocking"]]]}, "radishseed": {"sprite": "seed", "action": ["build", ["plantedradishseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]]}, "radish": {"sprite": "food", "action": ["eat", 3]}, + "radishes": {"sprite": "food", "name": "radish", "entity": "radish", "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]}, @@ -466,8 +470,5 @@ "plantedcarrotseed": ["plantedseed", {"delay": 60, "next": "carrotseedling"}], "carrotseedling": ["seedling", {"delay": 60, "next": "youngcarrotplant"}], "youngcarrotplant": ["youngplant", {"crop": "carrot", "delay": 60, "next": "carrotplant"}] - }, - "substitute": { - "radishes": "radish" } } diff --git a/content/maps/room.json b/content/maps/room.json index 853e7a3..f89b46a 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -16,14 +16,14 @@ " X,^,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X", " X,^,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", " X,,,t..............bbb..........D++++#,,,X", - " X,**,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", - " X,*,*,.,u,,,V,,V,,,~~~,,,T,,,T,,#++++#,,,X", - " X,,*,,.,,,,,,,,,,,,~~~,,,,,,,,,,######,,,X", - " X,oo,,.,s,d,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X", - " X,,*,,.,,,,,,,,,,,~~~''''''''''''''''f'''X", - " X*,,,,.,,,d,VVV,,,~~~'''''''''''f''''f'''X", - "1.......,,,,,VVV,,,~~~'''''''''''ffffff'''X", - " X/,,,,.,P,Q,VVV,,,~~~''''''''''''''''''''X", + " X,,,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", + " X,,,,,.,,,,,,,,,,,,~~~,,,T,,,T,,#++++#,,,X", + " X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,######,,,X", + " X,,,,,.,s,d,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X", + " X,,,,,.,,,,,,,,,,,~~~''''''''''''''''f'''X", + " X,,,,,.,,,d,,,,,,,~~~'''''''''''f''''f'''X", + "1.......,,,,,,,,,,,~~~'''''''''''ffffff'''X", + " X,,,,,.,,,Q,,,,,,,~~~''''''''''''''''''''X", " XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX", " %%% " ], @@ -52,6 +52,7 @@ "u": ["ground", "dude"], "t": ["ground", "trader"], "P": ["ground", "pickaxe"], + "u": ["ground", "radishes"], "Q": "quarry", " ": [] } |
