Make shields a bit cheaper, cooldown

This commit is contained in:
Joseph Ferano 2022-03-17 14:03:22 +07:00
parent defbdd17ac
commit 63bcf9c23e
3 changed files with 17 additions and 17 deletions

View File

@ -91,7 +91,7 @@ GuildEnvironment.botUserArmory <- Some storeBot.CurrentUser
//stealBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously //stealBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously
inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously //inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously
let rec loop areBotsRunning = let rec loop areBotsRunning =

View File

@ -43,7 +43,7 @@ module Inventory =
inventory |> List.choose (fun item -> match item with | Accessory a -> Some a | _ -> None) inventory |> List.choose (fun item -> match item with | Accessory a -> Some a | _ -> None)
module WeaponClass = module WeaponClass =
let SameTargetAttackCooldown = TimeSpan.FromHours(2) let SameTargetAttackCooldown = TimeSpan.FromHours(4)
let getClassButtonColor item = let getClassButtonColor item =
match ItemDetails.getClass item with match ItemDetails.getClass item with

View File

@ -3,13 +3,13 @@
"Case": "Hack", "Case": "Hack",
"Fields": [ "Fields": [
{ {
"Power": 25, "Power": 20,
"Class": 0, "Class": 0,
"Cooldown": 1, "Cooldown": 2,
"Item": { "Item": {
"Id": 0, "Id": 0,
"Name": "Virus", "Name": "Virus",
"Price": 0, "Price": 250,
"Attributes": { "Attributes": {
"CanBuy" : true, "CanBuy" : true,
"CanSell" : true, "CanSell" : true,
@ -25,13 +25,13 @@
"Case": "Hack", "Case": "Hack",
"Fields": [ "Fields": [
{ {
"Power": 50, "Power": 20,
"Class": 1, "Class": 1,
"Cooldown": 5, "Cooldown": 2,
"Item": { "Item": {
"Id": 1, "Id": 1,
"Name": "Remote Access", "Name": "Remote Access",
"Price": 500, "Price": 250,
"Attributes": { "Attributes": {
"CanBuy" : true, "CanBuy" : true,
"CanSell" : true, "CanSell" : true,
@ -47,13 +47,13 @@
"Case": "Hack", "Case": "Hack",
"Fields": [ "Fields": [
{ {
"Power": 100, "Power": 20,
"Class": 2, "Class": 2,
"Cooldown": 10, "Cooldown": 2,
"Item": { "Item": {
"Id": 2, "Id": 2,
"Name": "Worm", "Name": "Worm",
"Price": 5000, "Price": 250,
"Attributes": { "Attributes": {
"CanBuy" : true, "CanBuy" : true,
"CanSell" : true, "CanSell" : true,
@ -70,11 +70,11 @@
"Fields": [ "Fields": [
{ {
"Class": 0, "Class": 0,
"Cooldown": 120, "Cooldown": 300,
"Item": { "Item": {
"Id": 6, "Id": 6,
"Name": "Firewall", "Name": "Firewall",
"Price": 0, "Price": 100,
"Attributes": { "Attributes": {
"CanBuy" : true, "CanBuy" : true,
"CanSell" : true, "CanSell" : true,
@ -91,11 +91,11 @@
"Fields": [ "Fields": [
{ {
"Class": 1, "Class": 1,
"Cooldown": 240, "Cooldown": 300,
"Item": { "Item": {
"Id": 7, "Id": 7,
"Name": "Encryption", "Name": "Encryption",
"Price": 500, "Price": 100,
"Attributes": { "Attributes": {
"CanBuy" : true, "CanBuy" : true,
"CanSell" : true, "CanSell" : true,
@ -112,11 +112,11 @@
"Fields": [ "Fields": [
{ {
"Class": 2, "Class": 2,
"Cooldown": 360, "Cooldown": 300,
"Item": { "Item": {
"Id": 8, "Id": 8,
"Name": "Cypher", "Name": "Cypher",
"Price": 5000, "Price": 100,
"Attributes": { "Attributes": {
"CanBuy" : true, "CanBuy" : true,
"CanSell" : true, "CanSell" : true,