From 213d76565c9a0f2acafcc9237ad5be3e9e2d67fe Mon Sep 17 00:00:00 2001 From: gauvainboiche Date: Mon, 30 Mar 2026 16:31:49 +0200 Subject: [PATCH] fix(cline): Modification of Cline rules and workflows --- .clinerules/shell.md | 10 ++-------- .clinerules/{ => workflows}/workflow.md | 0 config/game.settings.json | 14 +++++++------- 3 files changed, 9 insertions(+), 15 deletions(-) rename .clinerules/{ => workflows}/workflow.md (100%) diff --git a/.clinerules/shell.md b/.clinerules/shell.md index f9216e6..d2db60a 100644 --- a/.clinerules/shell.md +++ b/.clinerules/shell.md @@ -1,10 +1,4 @@ # Shell & OS Rules -- Always use bash/sh syntax for terminal commands, never PowerShell -- Use `cp` instead of `Copy-Item` -- Use `mv` instead of `Move-Item` -- Use `rm` instead of `Remove-Item` -- Use `mkdir -p` instead of `New-Item -ItemType Directory` -- Use `cat` instead of `Get-Content` -- Use forward slashes `/` in paths, never backslashes `\` -- Do not use `$env:` for environment variables, use `$VAR` syntax \ No newline at end of file +- Make sure you use "Git Bash" for Windows 11, and act accordingly +- Always use bash/sh syntax for terminal commands, if they are compatible with Git Bash for Windows \ No newline at end of file diff --git a/.clinerules/workflow.md b/.clinerules/workflows/workflow.md similarity index 100% rename from .clinerules/workflow.md rename to .clinerules/workflows/workflow.md diff --git a/config/game.settings.json b/config/game.settings.json index 6c15b1f..dfe0bd0 100644 --- a/config/game.settings.json +++ b/config/game.settings.json @@ -1,17 +1,17 @@ { - "clickCooldownSeconds": 100, + "clickCooldownSeconds": 10, "databaseWipeoutIntervalSeconds": 21600, "debugModeForTeams": true, "configReloadIntervalSeconds": 30, "elementWorth": { "common": 1, - "petrol": 3, "food": 2, - "medic": 5, - "science": 8, - "industry": 4, - "money": 6, - "goods": 3 + "petrol": 3, + "goods": 4, + "industry": 5, + "medic": 6, + "money": 7, + "science": 8 }, "resourceWorth": { "common": {