diff options
Diffstat (limited to 'WorldlineKeepers/Assets/Bundle/characters')
-rw-r--r-- | WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json | 19 |
1 files changed, 11 insertions, 8 deletions
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 |