Added somewhere to store ideas I'll probabbly never implement

main
Johannes Hendrik Gerard van der Weide 2023-10-16 13:55:12 +02:00
parent ba9f77a574
commit b67521e698
1 changed files with 22 additions and 0 deletions

22
IDEAS.txt Normal file
View File

@ -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 = {
};
}