Commit graph

689 commits

Author SHA1 Message Date
189cac6942 Show number of treasures on minimized planes
Also simplified earned treasures
2023-04-29 13:36:20 -05:00
89a1737283 Add ETA to treasures 2023-04-29 13:21:45 -05:00
fd7df64e0e Implement most treasures
Implemented resource caches, resource generation, resource multis, and energy multis.
Remaining: influences and relics.
2023-04-29 13:17:56 -05:00
da393b7f5a Implement treasures doing things on earn, per tick, and showing links 2023-04-28 23:35:05 -05:00
df01c32454 Add unique-names-generator 2023-04-28 08:20:46 -05:00
27d2891406 Add plane resource previews on hover 2023-04-28 08:18:27 -05:00
d73fb8d12c Implement multiplicative upgrades 2023-04-28 08:01:34 -05:00
86eba7ddb0 Fix visibility issues in planes 2023-04-28 07:47:56 -05:00
5611a7c052 Add milestones between rows 2023-04-28 00:14:52 -05:00
78ca0c632c Change up nav bar 2023-04-28 00:14:40 -05:00
be9b837558 Fix issue with estimate time 2023-04-27 22:54:24 -05:00
4510cd0b43 Implement basic procgen upgrades 2023-04-27 22:49:07 -05:00
600fa67baf Fix bug with estimateTime not showing "Never" when it should 2023-04-27 22:48:40 -05:00
7872cd1bc6 Fix mouse leave deselecting nodes 2023-04-25 23:51:18 -05:00
1e3f065427 Implement creating planes 2023-04-25 23:50:54 -05:00
5dcba9fe3a Tools glow when empowered 2023-04-23 23:47:00 -05:00
ce425f4c4b Implemented passives being empowered 2023-04-23 23:36:46 -05:00
cfd29548a0 Display cannot afford when appropriate for increasing connections actions 2023-04-23 23:22:14 -05:00
e9d4adda9c Fill factory based on affordability 2023-04-23 23:02:13 -05:00
3c8f1be7d4 Implemented empowerer (except actual effect) 2023-04-23 22:45:57 -05:00
d18f731c75 Implement quarry machine 2023-04-23 20:46:14 -05:00
1e0666a36a Correct doc for actionDistance 2023-04-23 19:31:25 -05:00
dbd1e10475 Use actionDistance correctly 2023-04-23 19:30:39 -05:00
bd8d376e4a Implement increasing max connections 2023-04-23 19:25:41 -05:00
cc35cc6be8 Made affected nodes glow 2023-04-23 18:01:18 -05:00
49dee7edfc Add powered machines count to nav 2023-04-23 17:44:55 -05:00
24fa24f86a Implement basic dowsing rod functionality 2023-04-23 17:42:22 -05:00
d93cc8c3ec Don't capitalize all tree nodes 2023-04-23 16:56:01 -05:00
7a062bb360 Fixed board.selectedAction setter not working 2023-04-23 16:44:39 -05:00
155c4a2986 Handle running out of energy 2023-04-23 14:19:35 -05:00
177f07c6bc Made node text easier to read 2023-04-23 14:15:55 -05:00
735eb39eb1 Implement powering machines 2023-04-23 14:15:45 -05:00
e2480e2966 Dropping the same resource onto factory deselects it 2023-04-23 12:06:30 -05:00
9e0ed21a2f Draw line from factory to selected material node 2023-04-23 12:05:03 -05:00
4421cfe8bd Show name of tool over forge when dragging resource 2023-04-23 12:00:18 -05:00
69c4ff9d1b Implement all passives 2023-04-23 11:48:43 -05:00
61fb1686b6 Make tools unique and implements passive nodes
(not the passives' effects though)
2023-04-23 10:52:54 -05:00
eddf0d53b7 Implement making tools
(but tools are not yet implemented)
2023-04-23 10:11:00 -05:00
a81868718d Add function to boards for placing nodes in the next available space 2023-04-23 10:00:16 -05:00
8a08d2e7d4 Set up most of forge's mechanics 2023-04-23 01:03:58 -05:00
977114c954 Implementing dropping materials on forge 2023-04-23 00:38:24 -05:00
c958d5e9e7 Make selectedNode and selectedAction writable 2023-04-23 00:38:06 -05:00
97f1bb9f9a Fix canAccept not passing in otherNode 2023-04-23 00:37:46 -05:00
a8815f9eb5 Expose current dragging and receiving nodes 2023-04-23 00:02:53 -05:00
8e8879f586 Fix build issue 2023-04-22 23:20:23 -05:00
c813bc7513 Handle board action changes 2023-04-22 23:13:43 -05:00
4a1abb7231 Added way to customize board action confirmation label 2023-04-22 23:13:26 -05:00
536db8bf9f Move selecting action logic inside the board component 2023-04-22 22:59:28 -05:00
3b1ca588cf Added some actions to the factory
(Not actually usable yet until materials can be selected)
2023-04-22 20:50:50 -05:00
1ed499b720 Fix action not being marked selected 2023-04-22 20:50:24 -05:00