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
inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously
//inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously
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)
module WeaponClass =
let SameTargetAttackCooldown = TimeSpan.FromHours(2)
let SameTargetAttackCooldown = TimeSpan.FromHours(4)
let getClassButtonColor item =
match ItemDetails.getClass item with

View File

@ -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,