Commit Graph

341 Commits

Author SHA1 Message Date
Olivier Gagnon 52e27e317e Added blood donation bonus 2022-04-14 15:17:46 -04: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
phyzical 9c23fc89d1 merge base 2022-04-14 21:27:08 +08:00
Olivier Gagnon 62d15ff3a1 rm SourceFileFlags 2022-04-14 01:22:50 -04:00
Olivier Gagnon c76602a5df rm aug woned 2022-04-13 12:24:01 -04:00
phyzical 90d1c22aca changes all references to "heath reduction to damage reduction" 2022-04-13 18:54:13 +08:00
phyzical 6b48ff8f21 merge base 2022-04-13 18:50:42 +08: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
hydroflame 3f4d00a8c2 Merge pull request #3350 from phyzical/bugfix/3348
Fix for install augmentation stale objects bug
2022-04-11 20:05:46 -04:00
hydroflame 1b87628a4d Merge pull request #3387 from nickofolas/improvement/grafting-tweaks
[Improvement] Small grafting tweaks based around Congruity aug, plus some general grafting fixes
2022-04-11 13:22:34 -04:00
hydroflame 03650344f4 Merge pull request #3379 from nickofolas/improvement/super-important-lore
[Improvement] Add super important lore tidbit to an Augmentation
2022-04-11 13:21:11 -04:00
nickofolas bf518836a5 Minor grafting tweaks around Congruity aug 2022-04-09 09:24:14 -05:00
nickofolas 48895c8d2d Fix SF list selection 2022-04-09 08:41:03 -05:00
nickofolas 236a5cd645 Minor code improvements 2022-04-09 08:35:31 -05:00
BB 29c1593263 Charisma is now spelled consistently with other mults 2022-04-09 01:45:38 +02:00
nickofolas 271173dca2 Fix consistency of purchased aug list 2022-04-08 16:58:21 -05:00
nickofolas 693ca7baba Change theme variable used for entropy color 2022-04-08 16:40:06 -05:00
nickofolas 7c9fc3248f Reduce purchased aug tooltip delay 2022-04-08 16:29:15 -05:00
nickofolas 101c34effa Overhaul PlayerMultipliers columns logic 2022-04-08 16:27:16 -05:00
nickofolas f40af55f46 Change money stat color 2022-04-08 16:10:35 -05:00
nickofolas 79c878dbc3 Add super important lore tidbit to an Augmentation 2022-04-08 13:11:17 -05:00
nickofolas 2d904e08b4 Fix keys 2022-04-08 11:48:37 -05:00
nickofolas 96226f199f Improve purchased Augs section 2022-04-08 11:22:46 -05:00
nickofolas b9cc6321fd SF -1 related fixes 2022-04-08 10:49:10 -05:00
nickofolas a4bc793cf1 Hide SF display when no SFs owned 2022-04-08 10:21:40 -05:00
nickofolas 81f971b52e Add coloring to NFG display 2022-04-08 09:43:21 -05:00
nickofolas 5dea27bc28 Fix NFG appearing in installed list 2022-04-08 09:43:09 -05:00
nickofolas fbf9bc521f Merge branch 'dev' of github.com:danielyxie/bitburner into improvement/stats-augs-ui 2022-04-07 23:55:46 -05:00
nickofolas e720930f04 Improve sizing of some list-based menus 2022-04-07 23:29:24 -05:00
Olivier Gagnon a2dddb0e5a Fix soft reset not installing augs anymore 2022-04-08 00:28:37 -04:00
nickofolas 3d296e2bf0 Consistently respect SF5 BN mult unlock 2022-04-07 23:19:05 -05:00
Olivier Gagnon 589e61c5d1 fix lint 2022-04-08 00:07:48 -04:00
nickofolas e3e77ea2cc Merge branch 'dev' of github.com:danielyxie/bitburner into improvement/stats-augs-ui 2022-04-07 23:07:43 -05:00
hydroflame 4aa012f9c0 Merge pull request #3372 from nickofolas/feature/unique-aug
[Feature] Add special Augmentation for Grafting
2022-04-07 23:35:05 -04:00
nickofolas 9dea381536 Fix SF levels and tweak spacing 2022-04-07 20:44:29 -05:00
nickofolas 960dc354c1 Further tweaks/fixes 2022-04-07 19:06:42 -05:00
nickofolas c94b4f4fd3 Initial aug page overhaul work 2022-04-07 17:53:58 -05:00
nickofolas 57f04d3911 Fix prettier 2022-04-07 11:45:21 -05:00
nickofolas 78463ed1c0 Tweaks and improvements 2022-04-07 11:25:12 -05:00
Olivier Gagnon dca1ceaf20 fix aug cost 2022-04-07 10:39:13 -04:00
phyzical 2b0c618222 fix build error with fix for augmentations not being static 2022-04-07 16:31:31 +08:00
phyzical c70f59ac54 merge dev 2022-04-07 16:27:23 +08:00
phyzical a4e1b73b19 Merge branch 'dev' into bugfix/3348
# Conflicts:
#	src/Faction/FactionInfo.tsx
#	src/NetscriptFunctions/Singularity.ts
2022-04-07 16:17:28 +08:00
nickofolas 314e37430d Add Augmentation unique to Grafting 2022-04-07 00:48:39 -05:00
phyzical 42276db351 add fix for augmentations not reseting 2022-04-04 19:50:01 +08:00
phyzical 4a5edb9f3c changes static arrays to functions to force new creation when called 2022-04-04 19:44:25 +08:00
phyzical dfe9e98c77 move route to terminal to the inside of the common fucntion
* tested without bandaid still works correctly
* fix default script with installAugmentations
2022-04-04 18:29:43 +08:00
phyzical fadc1de2bd added logic to not include NF in infil, bladburner, cotmg 2022-04-02 10:50:39 +08:00
Olivier Gagnon 65c8e2b280 Fix aug cost 2022-03-31 10:45:52 -04:00