Eric Anderson
|
b724de5fbb
|
bugfix: change to have more resources accidentally applied to corridors
|
2022-03-28 22:02:22 -07:00 |
|
Eric Anderson
|
e44d0ef3f6
|
tweak resources in treasure biome down by 2x it was too high
|
2022-03-28 22:00:13 -07:00 |
|
Eric Anderson
|
43e7be2337
|
Make treasure rooms unbounded but lower frequency the more that appear
|
2022-03-15 00:02:05 -07:00 |
|
Eric Anderson
|
212447a654
|
Bugfix: not op binds more tightly than >, so not abs(v) < w becomes (not abs(v)) < w which makes lua sad.
Also fix island to have water all around the outside. After refactor it
became clear the logic was probably missing the second not.
|
2022-03-14 23:58:24 -07:00 |
|
Eric Anderson
|
c99d36f40d
|
Rebalance ores, noop spaghetti mode, add changelog
|
2022-03-13 21:25:58 -07:00 |
|
Eric Anderson
|
c737a8a679
|
Disable collapse and spaghetti mode
|
2022-03-06 23:40:37 -08:00 |
|
Eric Anderson
|
1a080bb95a
|
Nerf ore from rocks. Old formula hit its maximum on floor 2, new formula hits max on floor 19. Tweak resoruce distribution so less stone is generated on the lower levels and the distribution is closer to the all-science distribution
|
2022-03-06 23:40:11 -08:00 |
|
Eric Anderson
|
f526609a5b
|
Lots more tweaking of the distribution so it is more even across floors. Special case automation so it is always found first on floor 0.
|
2022-03-06 23:35:30 -08:00 |
|
Eric Anderson
|
864a60ea6b
|
BUGFIX: need to teleport character to dungeon floor before creating character, otherwise creation fails
|
2022-02-25 21:47:30 -08:00 |
|
Eric Anderson
|
b6ac26fb03
|
enable dungeons autostash, enable everyone to clear corpses
|
2022-02-25 19:42:24 -08:00 |
|
Eric Anderson
|
0a4cedeb01
|
relock research that is incorrectly enabled
|
2022-02-25 19:39:43 -08:00 |
|
Eric Anderson
|
fe2943bf2f
|
reduce mindist for hard rooms, 200 was too far out. move tech multiplier into research module
|
2022-02-24 02:17:38 -08:00 |
|
Eric Anderson
|
35308dc65a
|
maybe fix bool/int error in log with parens, if not, will get better line number next time
|
2022-02-24 02:16:48 -08:00 |
|
Eric Anderson
|
b84e59bf80
|
tweak recipe unlock pattern to be more controllable. Change research scaling to start hard and scale down as research is found on floors
|
2022-02-24 02:15:39 -08:00 |
|
Eric Anderson
|
9ae73f34da
|
enable melee mode, move doom rooms under the enable_hard_rooms if test
|
2022-02-23 03:52:27 -08:00 |
|
Eric Anderson
|
2c0cd0ce94
|
fix nil dereference
|
2022-02-23 03:50:42 -08:00 |
|
Eric Anderson
|
3f6ae6210a
|
Enable autostash and corpse clearing lower buttons
|
2022-02-22 20:19:24 -08:00 |
|
Eric Anderson
|
b647973ff1
|
Enable randomized technology on all floors
|
2022-02-21 21:47:11 -08:00 |
|
Eric Anderson
|
ae963fd774
|
Make hard rooms (acid/concrete) only appear farther out from the center on upper levels
|
2022-02-21 21:46:06 -08:00 |
|
Eric Anderson
|
cc37d6381d
|
Bound number of spawners and worms in dirtlands; more gradual difficulty curve
|
2022-02-19 21:02:50 -08:00 |
|
Eric Anderson
|
bebb71b869
|
Refactor to move research unlock logic to a separate module
|
2022-02-19 00:33:12 -08:00 |
|
Gerkiz
|
b90f6f2811
|
Don't alert if a player has zero items in their inventory
|
2022-02-14 00:25:27 +01:00 |
|
Gerkiz
|
ebb95ee000
|
Spam check players
|
2022-02-13 23:32:57 +01:00 |
|
Johny
|
4258e1830f
|
Spidertrons warning message
|
2022-01-16 20:37:27 +01:00 |
|
Gerkiz
|
f463ad71d6
|
Mtn v3 - adjust the car price as per vote request
|
2022-01-14 22:12:28 +01:00 |
|
Gerkiz
|
1fa63ba251
|
Mtn v3 - change layout tile inside the "surface" locomotives
|
2022-01-14 22:12:11 +01:00 |
|
Gerkiz
|
0e6b406567
|
Mtn v3 - adjust discharge cost
|
2022-01-14 22:11:54 +01:00 |
|
Gerkiz
|
aea8596ccd
|
Fish v2 - add more difficulties when playing solo
|
2022-01-14 22:05:01 +01:00 |
|
Gerkiz
|
4f16030532
|
Mtn v3 - user requested feature
Changes mining ore chances
|
2022-01-14 21:02:35 +01:00 |
|
Gerkiz
|
c287e06fd0
|
Make luacheck happy
|
2022-01-14 16:20:15 +01:00 |
|
Gerkiz
|
9c7dc00021
|
Mtn v3 - user requested feature
You can now toggle auto upgrade when placing vehicles.
|
2022-01-14 16:17:24 +01:00 |
|
Gerkiz
|
2c4711c0bb
|
Mtn v3 - minor change to how we send messages to discord
|
2022-01-14 16:16:38 +01:00 |
|
hanakocz
|
94e0b45db2
|
Enable turret filler module in chronotrain, plus tiny fixes
|
2021-12-25 23:55:11 +01:00 |
|
hanakocz
|
262e69a35d
|
fix for crash when sending commande from console
|
2021-12-22 06:54:33 +01:00 |
|
hanakocz
|
dd50dd6996
|
luacheck fix
|
2021-12-22 06:39:42 +01:00 |
|
hanakocz
|
b028e1d665
|
commands, automatic scenario reset, fixes for gui and events
|
2021-12-22 06:35:34 +01:00 |
|
hanakocz
|
8069cc45b4
|
small fixes, gui fixes/optimization
|
2021-12-21 17:27:59 +01:00 |
|
Gerkiz
|
03629a257f
|
Minor fixes
|
2021-12-18 14:05:39 +01:00 |
|
Gerkiz
|
9bcde3c18a
|
Mtn Fortress v3
Collapse now starts when wave is at 200.
Reworked border chunk
Changed tile inside the main locomotive
|
2021-12-18 14:05:28 +01:00 |
|
hanakocz
|
363b37229b
|
deny power drag across surfaces. it gives pole back to inv if not full.
|
2021-12-17 18:44:24 +01:00 |
|
hanakocz
|
9a04561901
|
lua check fixes
|
2021-12-16 20:26:00 +01:00 |
|
hanakocz
|
9f77989570
|
Chrono performance update, added giftmas event, fixes and tweaks
|
2021-12-16 19:52:34 +01:00 |
|
Gerkiz
|
392d023091
|
fish v2 - fixes
|
2021-12-10 22:47:16 +01:00 |
|
Johny
|
02bb30997d
|
Balance worm health and gun turrets
|
2021-12-06 16:22:25 +01:00 |
|
Gerkiz
|
a837a97100
|
minor fix
|
2021-12-05 22:35:53 +01:00 |
|
Gerkiz
|
7ccec23e28
|
minor gui changes
|
2021-12-05 22:26:18 +01:00 |
|
Gerkiz
|
966dcf220a
|
Move files in main folder to utils
|
2021-12-05 22:15:49 +01:00 |
|
Gerkiz
|
4fedebfd6c
|
remove wintery mode
|
2021-12-01 18:10:38 +01:00 |
|
Gerkiz
|
a9cbdbd270
|
add wintery mode
|
2021-11-28 21:20:23 +01:00 |
|
Gerkiz
|
495b6416d2
|
balance tweaks and bug fixes
|
2021-11-28 20:42:38 +01:00 |
|