From 6fb204d494b897907d655b5752196983a82ceba2 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sat, 13 May 2023 15:20:20 +0800 Subject: *misc --- .../Assets/Bundle/characters/ronin/ronin.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'WorldlineKeepers/Assets/Bundle/characters') diff --git a/WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json b/WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json index b3600b9..c8afbb1 100644 --- a/WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json +++ b/WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json @@ -1,10 +1,13 @@ { - "id" = "ronin", - "name" = "RONIN", - "stats" = [ - {"max_level"=0}, - "", - "", - ], - + "uid" : "ronin", + "name_key" : "CHARACTER_RONIN", + "stats" : { + "max_level" : "100", + "level" : "1", + "health" : "100", + "max_health" : "10000000", + "exp" : "0" + }, + "behaviour":"RoninBehaviour", + "extra_data":"" } \ No newline at end of file -- cgit v1.1-26-g67d0