diff --git a/Bot/Bot.fs b/Bot/Bot.fs index 17f5609..99c9495 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -91,7 +91,7 @@ GuildEnvironment.botUserArmory <- Some storeBot.CurrentUser //stealBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously -inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously +//inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously let rec loop areBotsRunning = diff --git a/Bot/GameHelpers.fs b/Bot/GameHelpers.fs index fb1c120..0999674 100644 --- a/Bot/GameHelpers.fs +++ b/Bot/GameHelpers.fs @@ -43,7 +43,7 @@ module Inventory = inventory |> List.choose (fun item -> match item with | Accessory a -> Some a | _ -> None) module WeaponClass = - let SameTargetAttackCooldown = TimeSpan.FromHours(2) + let SameTargetAttackCooldown = TimeSpan.FromHours(4) let getClassButtonColor item = match ItemDetails.getClass item with diff --git a/Bot/Items.json b/Bot/Items.json index 05880e4..959d33a 100644 --- a/Bot/Items.json +++ b/Bot/Items.json @@ -3,13 +3,13 @@ "Case": "Hack", "Fields": [ { - "Power": 25, + "Power": 20, "Class": 0, - "Cooldown": 1, + "Cooldown": 2, "Item": { "Id": 0, "Name": "Virus", - "Price": 0, + "Price": 250, "Attributes": { "CanBuy" : true, "CanSell" : true, @@ -25,13 +25,13 @@ "Case": "Hack", "Fields": [ { - "Power": 50, + "Power": 20, "Class": 1, - "Cooldown": 5, + "Cooldown": 2, "Item": { "Id": 1, "Name": "Remote Access", - "Price": 500, + "Price": 250, "Attributes": { "CanBuy" : true, "CanSell" : true, @@ -47,13 +47,13 @@ "Case": "Hack", "Fields": [ { - "Power": 100, + "Power": 20, "Class": 2, - "Cooldown": 10, + "Cooldown": 2, "Item": { "Id": 2, "Name": "Worm", - "Price": 5000, + "Price": 250, "Attributes": { "CanBuy" : true, "CanSell" : true, @@ -70,11 +70,11 @@ "Fields": [ { "Class": 0, - "Cooldown": 120, + "Cooldown": 300, "Item": { "Id": 6, "Name": "Firewall", - "Price": 0, + "Price": 100, "Attributes": { "CanBuy" : true, "CanSell" : true, @@ -91,11 +91,11 @@ "Fields": [ { "Class": 1, - "Cooldown": 240, + "Cooldown": 300, "Item": { "Id": 7, "Name": "Encryption", - "Price": 500, + "Price": 100, "Attributes": { "CanBuy" : true, "CanSell" : true, @@ -112,11 +112,11 @@ "Fields": [ { "Class": 2, - "Cooldown": 360, + "Cooldown": 300, "Item": { "Id": 8, "Name": "Cypher", - "Price": 5000, + "Price": 100, "Attributes": { "CanBuy" : true, "CanSell" : true,