summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Bundle/characters/ronin
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-05-15 09:28:11 +0800
committerchai <215380520@qq.com>2023-05-15 09:28:11 +0800
commit3b036c6de871aa519a1f7fbfb52e09618945041f (patch)
treed5dc6d4f1d501e4ce3c6d69ca7a698a03634490c /WorldlineKeepers/Assets/Bundle/characters/ronin
parent6fb204d494b897907d655b5752196983a82ceba2 (diff)
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Bundle/characters/ronin')
-rw-r--r--WorldlineKeepers/Assets/Bundle/characters/ronin/ronin.json19
1 files changed, 8 insertions, 11 deletions
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