aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/map/tiles/lamp.tscn2
-rw-r--r--data/index.yaml1
-rw-r--r--data/maps/paris.yaml91
3 files changed, 93 insertions, 1 deletions
diff --git a/client/map/tiles/lamp.tscn b/client/map/tiles/lamp.tscn
index 680dcf02..17a96b20 100644
--- a/client/map/tiles/lamp.tscn
+++ b/client/map/tiles/lamp.tscn
@@ -13,6 +13,6 @@ mesh = ExtResource("1_2f0v1")
[node name="OmniLight3D" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.68634, 0)
light_color = Color(0.896459, 0.717604, 0.587842, 1)
-light_energy = 2.0
+light_energy = 3.0
light_size = 0.503
omni_range = 8.0
diff --git a/data/index.yaml b/data/index.yaml
index bfe05a9c..2625292f 100644
--- a/data/index.yaml
+++ b/data/index.yaml
@@ -34,6 +34,7 @@ maps:
junior: { name: "Junior", players: 3, difficulty: 1 }
senior: { name: "Senior", players: 4, difficulty: 1 }
rivalry: { name: "Rivalry", players: 3, difficulty: 1 }
+ paris: { name: "Paris", players: 2, difficulty: 1 }
line: { name: "Line", players: 2, difficulty: 1 }
bbq: { name: "BBQ", players: 2, difficulty: 1 }
smallest: { name: "Smallest", players: 1, difficulty: 1 }
diff --git a/data/maps/paris.yaml b/data/maps/paris.yaml
new file mode 100644
index 00000000..cb1aed69
--- /dev/null
+++ b/data/maps/paris.yaml
@@ -0,0 +1,91 @@
+# Hurry Curry! - a game about cooking
+# Copyright 2024 Sofviic
+# Copyright 2024 metamuffin
+# Copyright 2024 nokoe
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, version 3 of the License only.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+#
+score_baseline: 200
+map:
+ - "''''l'''''l'''''l'''''l''"
+ - "'''''''''''''''''''''''''"
+ - "''''██▒▒████▒▒██▒▒███'''*"
+ - "''''█#ppppp#ss█oooo#█''''"
+ - "'*''▒.........d....R▒''*'"
+ - "''''█wwwdd█www█.ff.T█'''*"
+ - "*'''▒.........█....F▒''''"
+ - "''''█ctc..ctc.█.SS.L█''''"
+ - "*'''▒.........█....R▒'''*"
+ - "''''█ctc..ctc.█.SS.T█''''"
+ - "''''▒.........█....F▒''*'"
+ - "*'''█ctc..ctc.█XCC##█'''*"
+ - "''''██▒▒dd▒▒███▒▒████''''"
+ - "'l'''''l__l'''''l'''''l''"
+ - "''''''''__'''''''''''''''"
+ - "_________~_______________"
+ - "!________________________"
+ - "'''''''''''''''''''''''''"
+
+
+tiles:
+ "#": counter
+ "f": counter
+ "p": counter
+ "t": table
+ "w": counter-window
+ "s": sink
+ "o": oven
+ "S": stove
+ "C": cuttingboard
+ "R": raw-steak-crate
+ "T": tomato-crate
+ "F": flour-crate
+ "L": leek-crate
+ "X": trash
+ "l": lamp
+
+ "c": chair
+ ".": floor
+ "'": grass
+ "*": tree
+ "~": path
+ "!": path
+ "_": path
+ "d": door
+ "█": wall
+ "▒": wall-window
+
+items:
+ "S": pot
+ "p": plate
+ "f": foodprocessor
+
+entities:
+ - !customers
+ - !environment [night]
+
+
+chef_spawn: "~"
+customer_spawn: "!"
+
+walkable:
+ - door
+ - floor
+ - chair
+ - grass
+ - path
+
+collider:
+ - wall
+ - tree
+ - wall-window