summaryrefslogtreecommitdiff
path: root/content/encyclopediae
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-05-12 21:51:37 +0200
committertroido <troido@protonmail.com>2020-05-12 21:51:37 +0200
commit1b380b31f50035f10f651e220effe8a2970c0fd5 (patch)
tree5a25b839a4ee70ba96f7f096161ea59c08842492 /content/encyclopediae
parent6c5b15758fbceef7987b40ee50a71ddc9624372d (diff)
removed 'substitute' part of encyclopedia
Diffstat (limited to 'content/encyclopediae')
-rw-r--r--content/encyclopediae/default_encyclopedia.json7
1 files changed, 4 insertions, 3 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"
}
}