From 3b036c6de871aa519a1f7fbfb52e09618945041f Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Mon, 15 May 2023 09:28:11 +0800 Subject: *misc --- .../Assets/Bundle/characters/ronin/ronin.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'WorldlineKeepers/Assets/Bundle/characters/ronin') diff --git a/WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json b/WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json index c8afbb1..20f5fb4 100644 --- a/WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json +++ b/WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json @@ -1,13 +1,10 @@ { - "uid" : "ronin", - "name_key" : "CHARACTER_RONIN", - "stats" : { - "max_level" : "100", - "level" : "1", - "health" : "100", - "max_health" : "10000000", - "exp" : "0" - }, - "behaviour":"RoninBehaviour", - "extra_data":"" + "uid" : "berserker", + "name_key" : "CHARACTER_BERSERKER", + "level_stats" : "level_stats.csv", + "behaviour":"BerserkerBehaviour", + "builder" : "BerserkerBuilder", + "extra_data": { + "test" : "asdasd" + } } \ No newline at end of file -- cgit v1.1-26-g67d0