summaryrefslogtreecommitdiff
path: root/content/encyclopediae/crops.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-22 01:24:19 +0200
committertroido <troido@protonmail.com>2020-09-22 01:24:19 +0200
commit410de5640c76b1501240e39e725350fc58a7e094 (patch)
tree27e2b79b6e55a4a34883403641af2af806487ed7 /content/encyclopediae/crops.json
parentc66e56b22525b745e191ef1e069573a0f58c06a6 (diff)
added cotton
Diffstat (limited to 'content/encyclopediae/crops.json')
-rw-r--r--content/encyclopediae/crops.json23
1 files changed, 16 insertions, 7 deletions
diff --git a/content/encyclopediae/crops.json b/content/encyclopediae/crops.json
index 29901d9..7e493b3 100644
--- a/content/encyclopediae/crops.json
+++ b/content/encyclopediae/crops.json
@@ -133,13 +133,15 @@
},
"carrotplant": {
"sprite": "smallplant",
- "name": "carrotplant",
+ "name": "cottonplant",
"height": 1.0,
"components": [
["Interactable", {"typ": "trigger", "arg": "die"}],
["Loot", {"loot": ["list", [
- ["list", [{"type": "carrotseed"}, 1.0]],
- ["list", [{"type": "carrot"}, 1.0]]
+ ["list", [{"type": "cottonseed"}, 0.92]],
+ ["list", [{"type": "cottonseed"}, 0.20]],
+ ["list", [{"type": "cotton"}, 0.8]],
+ ["list", [{"type": "cotton"}, 0.4]]
]]}]
],
"flags": ["Occupied"]
@@ -154,11 +156,18 @@
"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]}
+ "carrot": {"sprite": "food", "action": ["eat", 5]},
+ "cottonseed": {"sprite": "seed", "action": ["build", ["plantedcottonseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]]},
+ "cotton": {"sprite": "cotton"},
+ "cottonyarn": {"sprite": "cottonyarn"},
+ "cottoncloth": {"sprite": "cottoncloth"}
},
"templates":{
- "plantedcarrotseed": ["plantedseed", {"delay": 60, "next": "carrotseedling"}],
- "carrotseedling": ["seedling", {"delay": 60, "next": "youngcarrotplant"}],
- "youngcarrotplant": ["youngplant", {"crop": "carrot", "delay": 60, "next": "carrotplant"}]
+ "plantedcarrotseed": ["plantedseed", {"delay": 1800, "next": "carrotseedling"}],
+ "carrotseedling": ["seedling", {"delay": 3000, "next": "youngcarrotplant"}],
+ "youngcarrotplant": ["youngplant", {"crop": "carrot", "delay": 6000, "next": "carrotplant"}],
+ "plantedcottonseed": ["plantedseed", {"delay": 6000, "next": "cottonseedling"}],
+ "cottonseedling": ["seedling", {"delay": 18000, "next": "youngcottonplant"}],
+ "youngcottonplant": ["youngplant", {"crop": "cotton", "delay": 36000, "next": "cottonplant"}]
}
}