From f6ea8f4557425238b4013fd7cc17b9eaeabf7b4f Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 19 Mar 2025 12:29:06 +0900 Subject: [PATCH] fix --- scpt/src/ai/syui/game/character.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scpt/src/ai/syui/game/character.zsh b/scpt/src/ai/syui/game/character.zsh index 1a3f2a8..7f72075 100755 --- a/scpt/src/ai/syui/game/character.zsh +++ b/scpt/src/ai/syui/game/character.zsh @@ -293,8 +293,8 @@ function create_game_user() { json_item=" \"coin\": { \"id\": 0, \"count\": 0 }, -\"card\": { \"id\": 0, \"count\": 0 }, -\"weapon\": { \"id\": 0, \"count\": 0 } +\"card\": { \"id\": 0, \"count\": 0, \"cp\": 0, \"rare\": 0 }, +\"weapon\": { \"id\": 0, \"count\": 0, \"attack\": 0, \"type\": 0, \"tp\": 0 } " json="