Commit Graph

44 Commits

Author SHA1 Message Date
Olivier Gagnon b409e58447 fix exp not loading, kinda 2022-07-19 13:09:56 -04:00
Olivier Gagnon 5629c16def extract multipliers in its own type 2022-07-14 18:43:33 -04:00
Olivier Gagnon 0550bc188c refactor some stuff 2022-07-14 17:43:08 -04:00
Olivier Gagnon 606f1bf6c4 create program and grafting done 2022-07-10 01:37:36 -04:00
nickofolas 685c93b06d Add sorting buttons to grafting UI 2022-05-14 09:15:01 -05:00
jaype87 1a8e31ed09 fix formating 2022-05-06 01:06:53 +02:00
jaype87 5378e8cc38 sort and color grafting list 2022-05-06 00:44:05 +02:00
phyzical af8284381c merge base 2022-04-27 19:00:42 +08:00
hydroflame d0d700077a Merge pull request #3545 from nickofolas/improvement/purchase-augs-ui
UI: Redesign purchasable Augmentations
2022-04-26 11:16:13 -04:00
phyzical a7a725de22 merge dev 2022-04-26 20:58:39 +08:00
phyzical 510a2c2ff7 augmentation isSpecial adjustments
* adjust faction helper to not longer require blacklisting, instead rely on isSpecial
* added neruflux and TRP as special augs
* made SOA augs special
2022-04-26 20:44:09 +08:00
nickofolas 9f001b25d2 Merge branch 'dev' into improvement/purchase-augs-ui 2022-04-25 12:11:51 -05:00
hydroflame 8e222fd58e Merge pull request #3539 from nickofolas/fix/ns-aug-graft-time
API: Fix inconsistent return value in `ns.grafting.getAugmentationGraftTime`
2022-04-25 11:27:09 -04:00
borisflagell 684f4126e5 Update GraftingRoot.tsx
Fixes #3313

Add rerendering to the GraftingRoot page. => Graft button will now dynamically enable/disable when player's money update above/below aug's price.
2022-04-25 05:36:45 +02:00
nickofolas b193953b98 Augs prereqs now include all augs in succession 2022-04-22 19:18:35 -05:00
nickofolas 8b34d2776a Implement standardized grafting time calcs 2022-04-21 21:48:18 -05:00
nickofolas 304e7e69d5 Implement graft time calc helper function 2022-04-21 21:31:43 -05:00
phyzical db97125d22 remove level, base cost and rep requirment from base augmentation obj
* added in place calculations for cost and level of augmentations given player context
* removed redundant logic for dynamically calculating cost,rep and level against the augmentation object
* replaced references to startingCost to baseCost as it is now always whatever it started at
2022-04-15 01:39:38 +08:00
phyzical c3a3994658 rename augmentation to static augmentation 2022-04-15 01:19:51 +08:00
nickofolas 51e5d38c7b Add grafting API function to get graftable augs 2022-04-13 09:43:27 -05:00
hydroflame 243cdceb8c Merge pull request #3390 from nickofolas/improvement/stats-augs-ui
[Improvement] Overhaul Stats and Augmentations UI
2022-04-12 13:43:09 -04:00
nickofolas bf518836a5 Minor grafting tweaks around Congruity aug 2022-04-09 09:24:14 -05:00
nickofolas e720930f04 Improve sizing of some list-based menus 2022-04-07 23:29:24 -05:00
nickofolas a80693dab2 Merge branch 'dev' into fix/grafting-pre-reqs 2022-03-30 21:12:44 -04:00
nickofolas a384b8af52 Fix grafting crash when all Augs owned 2022-03-30 14:29:59 -04:00
Olivier Gagnon f4a58ff5a9 allbuild commit cc4dd100 2022-03-30 12:11:41 -04:00
nickofolas 4f7b44df39 Handle pre-requisite augmentations 2022-03-29 17:09:36 -04:00
Olivier Gagnon 6e12e3a85b typo 2022-03-29 14:09:52 -04:00
Olivier Gagnon 680081c548 post-grafting changes 2022-03-29 14:09:17 -04:00
nickofolas 3476f0f0eb Grafting API (no RAM costs yet) 2022-03-23 12:35:15 -05:00
nickofolas 3df3e04f9c Formulas 2022-03-22 17:53:57 -05:00
nickofolas d6e0180116 Add confirmation modal to crafting 2022-03-21 14:54:39 -05:00
nickofolas 720e2112c6 prettier and remove formulas dir 2022-03-21 14:40:17 -05:00
nickofolas 010a4f1aa3 Fix Entropy application after grafting 2022-03-21 14:30:03 -05:00
nickofolas 59a67c0f93 Update Entropy lore 2022-03-21 11:44:58 -05:00
nickofolas d820625721 Remove fragment and fix typo 2022-03-21 11:17:06 -05:00
nickofolas 1f4f13c8ef Main grafting exposition 2022-03-19 14:12:58 -05:00
nickofolas 4c422347d4 Polish entropy
- Also adds DevMenu entry
2022-03-19 13:59:34 -05:00
nickofolas c92b159580 Implement entropy accumulation system 2022-03-19 13:15:31 -05:00
nickofolas a70969df14 Add back button to GraftingRoot 2022-03-19 11:17:28 -05:00
nickofolas fef5ab31b2 Implement CraftableAugmentation 2022-03-19 11:03:18 -05:00
nickofolas 4789455b9c Implement basic crafting functionality 2022-03-19 09:31:48 -05:00
nickofolas 78f962318c Add router to grafting root 2022-03-19 08:56:02 -05:00
nickofolas 919f8480dd Grafting UI framework 2022-03-18 23:22:21 -05:00