diff --git a/IDEAS.txt b/IDEAS.txt new file mode 100644 index 0000000..a43de01 --- /dev/null +++ b/IDEAS.txt @@ -0,0 +1,22 @@ +{ rooms, weapons, enemies }: + +{ + rooms = { + + }; + + weapons = { + chekhovs_gun = { + gimick = " + The longer the weapon isn't used the more damage it does. + "; + }; + + ammo = 1; + canBeFoundIn = "StartingRoom2"; + }; + + enemies = { + + }; +}