diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/crops.json | 2 | ||||
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 14 | ||||
| -rw-r--r-- | content/maps/room.json | 19 | ||||
| -rw-r--r-- | content/maps/smallview.json | 2 |
4 files changed, 26 insertions, 11 deletions
diff --git a/content/encyclopediae/crops.json b/content/encyclopediae/crops.json index 99c5ec3..4b20147 100644 --- a/content/encyclopediae/crops.json +++ b/content/encyclopediae/crops.json @@ -169,7 +169,7 @@ "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": "carrot", "action": {"eat": 5}}, "cottonseed": {"sprite": "seed", "action": {"build": ["plantedcottonseed", ["Floor", "Soil"], ["Occupied", "Blocking"]]}}, "cotton": {"sprite": "cotton"}, "cottonyarn": {"sprite": "cottonyarn"}, diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 1430a8d..f918bd7 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -153,6 +153,20 @@ ["blue cape", ["cape", "bluedye"], ["bluecape"]] ]]}] ] + }, + "densegrass": { + "sprite": "densegrass", + "height": 0.5, + "components": [ + ["Interactable", {"typ": "mine", "arg": "gathering"}], + ["Minable", {"total": 1, "trigger": "die"}], + ["Loot", {"loot": [ + [{"$template": "radishseed"}, 0.3], + [{"$template": "carrotseed"}, 0.1], + [{"$template": "cottonseed"}, 0.04] + ]}], + ["Requirements", {"required_flags": ["Floor", "Soil"], "blocking_flags": ["Occupied", "Blocking"]}] + ] } }, "items": { diff --git a/content/maps/room.json b/content/maps/room.json index 470b200..3253f01 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -5,20 +5,20 @@ "field": [ " ~~~~~XXXXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXXX", " ~~~~~,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X", - " ~~~~,,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X", - " ~~~~,,,,,,,,,,r,,~~~~,,,,,,,,,,,,,,,,,,,,X", - " ~bbbb..,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", - " ~~~~,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", - " ~~~,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", - " ~~,,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", + " ~~~~,,,,,,,,,,,,,~~~,,,,,,,,,,,,|,,,,,,,,X", + " ~~~~,,,,,,,,,,r,,~~~~,,,|,,,,,,,,,,|,,,,,X", + " ~bbbb..,,,,,,,,,,,~~~,,,,,|,,,,,,,,,,,,,,X", + " ~~~~,,.,,,,,,,,,,,~~~,,,|,,,,,,,|,,,,,,,,X", + " ~~~,,,.,,,,,,,,,,,~~~,,,,,,|,,,,,,,,,,,,,X", + " ~~,,,,.,,|,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", " X,,,,,.,,,,,,,,,,,~~~~,,,,,,T,,,,,,,,,,,,X", " X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,X", " X,,,,,.,u,,,,,,,,,,~~~,,,,,T,,,,######,,,X", - " X,,,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", + " X,,,,,.,,,,,|,,,,,,bbb,,,,,,,,,,#++++#,,,X", " X,,,...............bbb..........D++++#,,,X", " X,,,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", - " X,,,,,.,,,,,,,,,,,,~~~,,,T,,,T,,#++++#,,,X", - " X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,######,,,X", + " X,|,,,.,,,,,,,,,,,,~~~,,,T,,,T,,#++++#,,,X", + " X,,,,,.,,,,,,,|,,,,~~~,,,,,,,,,,######,,,X", " X,,,,,.,s,d,,,,,,,~~~~,,,,,,,,,,f,,,,f,,,X", " X,,,,,.,,,,,,,,,,,~~~''''''''''''''''f'''X", " X,,,,,.,,,d,,,,,,,~~~'''''''''''f''''f'''X", @@ -49,6 +49,7 @@ "s": ["ground", "sign"], "u": ["ground", "dude"], "t": ["ground", "trader"], + "|": ["ground", {":template": "spawner", "template": {":template": "densegrass"}, "delay": 600, "initial_spawn": true, "radius": 3}], "Q": "quarry", " ": [] } diff --git a/content/maps/smallview.json b/content/maps/smallview.json index cabf10f..89a906c 100644 --- a/content/maps/smallview.json +++ b/content/maps/smallview.json @@ -40,7 +40,7 @@ "#,,,,,,#.~,,^^,,,,,,,,,~,#,,,,,,#", "#,,,,,,#.~,,,T,,,,T,,,,~,#,,,,,,#", "#,,,,,,#.~,,X,,,X,,,,XX~,#,,,,,,#", - "######XX+~XXXXXXXXXXXXX~+XXX#####" + "######XXX~XXXXXXXXXXXXX~XXXX#####" ], "mapping": { ",": "greengrass", |
