Make shields a bit cheaper, cooldown
This commit is contained in:
parent
defbdd17ac
commit
63bcf9c23e
@ -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 =
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user