From 251b57999e2fc3744cae2a2b4b0341e9c27f0a85 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Fri, 13 Sep 2024 01:38:35 +0100 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20de=20sintaxe=20dos=20fiche?= =?UTF-8?q?iros=20JSON?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- strategies/lunatico.json | 4 ++-- strategies/neutro.json | 7 ++++--- strategies/tit4tat.json | 4 ++-- strategies/vingativo.json | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/strategies/lunatico.json b/strategies/lunatico.json index a1242d3..3f292e2 100644 --- a/strategies/lunatico.json +++ b/strategies/lunatico.json @@ -4,6 +4,6 @@ "retaliacao": 0.5, "perdao": 0.5, "coerencia": 0.5, - "memoria": 0.5, - }, + "memoria": 0.5 + } } diff --git a/strategies/neutro.json b/strategies/neutro.json index 0fdd51d..a5c64b9 100644 --- a/strategies/neutro.json +++ b/strategies/neutro.json @@ -1,9 +1,10 @@ { - "Neutro": { + "Neutro": + { "amabilidade": 0.5, "retaliacao": 0.5, "perdao": 0.5, "coerencia": 1.0, - "memoria": 0.5, - }, + "memoria": 0.5 + } } diff --git a/strategies/tit4tat.json b/strategies/tit4tat.json index aea4315..53af31c 100644 --- a/strategies/tit4tat.json +++ b/strategies/tit4tat.json @@ -4,6 +4,6 @@ "retaliacao": 1.0, "perdao": 1.0, "coerencia": 1.0, - "memoria": 0.5, - }, + "memoria": 0.5 + } } diff --git a/strategies/vingativo.json b/strategies/vingativo.json index 2c9a117..8473b70 100644 --- a/strategies/vingativo.json +++ b/strategies/vingativo.json @@ -4,6 +4,6 @@ "retaliacao": 1.0, "perdao": 0.0, "coerencia": 1.0, - "memoria": 0.5, - }, + "memoria": 0.5 + } }