Add grafting API function to get graftable augs

This commit is contained in:
nickofolas
2022-04-13 09:43:27 -05:00
parent e1a56f9270
commit 51e5d38c7b
5 changed files with 43 additions and 19 deletions
+1
View File
@@ -299,6 +299,7 @@ const ui: IMap<any> = {
const grafting: IMap<any> = {
getAugmentationGraftPrice: 3.75,
getAugmentationGraftTime: 3.75,
getGraftableAugmentations: 5,
graftAugmentation: 7.5,
};