diff options
author | chai <215380520@qq.com> | 2023-05-13 15:20:20 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-13 15:20:20 +0800 |
commit | 6fb204d494b897907d655b5752196983a82ceba2 (patch) | |
tree | 99b874414e9578cb68be5390b2cf08d2069ca77e /WorldlineKeepers/Assets/Bundle | |
parent | 6c91f1ed6810a57da08a24dd1359f288c443dd75 (diff) |
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Bundle')
3 files changed, 20 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 diff --git a/WorldlineKeepers/Assets/Bundle/metadata/default_items.csv b/WorldlineKeepers/Assets/Bundle/metadata/default_items.csv new file mode 100644 index 0000000..b9316e4 --- /dev/null +++ b/WorldlineKeepers/Assets/Bundle/metadata/default_items.csv @@ -0,0 +1,2 @@ +uid name_key desc_key icon_path behaviour extra_data +item_dagger ITEM_DAGGER_NAME ITEM_DAGGER_DESC ItemDaggerBehaviour diff --git a/WorldlineKeepers/Assets/Bundle/metadata/default_items.csv.meta b/WorldlineKeepers/Assets/Bundle/metadata/default_items.csv.meta new file mode 100644 index 0000000..101f537 --- /dev/null +++ b/WorldlineKeepers/Assets/Bundle/metadata/default_items.csv.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1d38e67da21d65b4db492be4eb6d8688 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: |