From b0be8a12b0e68025df84137463c88914966060cb Mon Sep 17 00:00:00 2001 From: kralrindo <43319242+kralrindo@users.noreply.github.com> Date: Mon, 17 Oct 2022 00:39:46 +0300 Subject: [PATCH] Update json --- common_sdk.json | 120 ++++++++++++++++++++++++------------------------ 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/common_sdk.json b/common_sdk.json index 2b79420b..4e748fec 100644 --- a/common_sdk.json +++ b/common_sdk.json @@ -7,64 +7,64 @@ "name": "common_sdk", "files": [ - { - "$type": "txtr", - "path": "texture/models/weapons/bolo_sword/bolo_sword_01_col" - }, - { - "$type": "txtr", - "path": "texture/models/weapons/bolo_sword/bolo_sword_01_nml" - }, - { - "$type": "txtr", - "path": "texture/models/weapons/bolo_sword/bolo_sword_01_gls" - }, - { - "$type": "txtr", - "path": "texture/models/weapons/bolo_sword/bolo_sword_01_spc" - }, - { - "$type": "txtr", - "path": "texture/models/weapons/bolo_sword/bolo_sword_01_ilm" - }, - { - "$type": "txtr", - "path": "texture/models/weapons/bolo_sword/bolo_sword_01_ao" - }, - { - "$type": "matl", - "path": "models/weapons/bolo_sword/bolo_sword_02", - "type": "sknp", - "cputype": "weapon", - "shaderset": 8900632333082111100, - "width": 1024, - "height": 1024, - "posX": 0, - "posY": 0, - "textures": [ - "texture/models/weapons/bolo_sword/bolo_sword_01_col", - "texture/models/weapons/bolo_sword/bolo_sword_01_nml", - "texture/models/weapons/bolo_sword/bolo_sword_01_gls", - "texture/models/weapons/bolo_sword/bolo_sword_01_spc", - "texture/models/weapons/bolo_sword/bolo_sword_01_ilm", - "texture/models/weapons/bolo_sword/bolo_sword_01_ao" - ] - }, - { - "$type": "rmdl", - "path": "mdl/weapons/bolo_sword/ptpov_bolo_sword_ash.rmdl", - "starpakPath": "paks/Win64/common_sdk.starpak", - "usePhysics": false, - "materials": [ - "models/weapons/bolo_sword/bolo_sword_02_sknp", - "", - "", - "" - ], - "animrigs": - [ - "animrig/weapons/bloodhound_axe/ptpov_axe_bloodhound.rrig" - ] - } - ] + { + "$type": "txtrlist", + "textures": [ + "texture/ui_atlas/rui/weapon_icons/r5/weapon_bolo", + + "texture/models/weapons/bolo_sword/bolo_sword_01_col", + "texture/models/weapons/bolo_sword/bolo_sword_01_nml", + "texture/models/weapons/bolo_sword/bolo_sword_01_gls", + "texture/models/weapons/bolo_sword/bolo_sword_01_spc", + "texture/models/weapons/bolo_sword/bolo_sword_01_ilm", + "texture/models/weapons/bolo_sword/bolo_sword_01_ao" + ] + }, + { + "$type": "uimg", + "path": "ui_image_atlas/rui/weapon_icons/r5/weapon_bolo", + "atlas": "texture/ui_atlas/rui/weapon_icons/r5/weapon_bolo", + "textures": [ + { + "path": "rui/weapon_icons/r5/weapon_bolo", + "posX": 0, + "posY": 0, + "width": 256, + "height": 128 + } + ] + }, + { + "$type": "matl", + "path": "models/weapons/bolo_sword/bolo_sword_02", + "type": "sknp", + "cputype": "weapon", + "shaderset": 8900632333082111100, + "width": 1024, + "height": 1024, + "posX": 0, + "posY": 0, + "textures": [ + "texture/models/weapons/bolo_sword/bolo_sword_01_col", + "texture/models/weapons/bolo_sword/bolo_sword_01_nml", + "texture/models/weapons/bolo_sword/bolo_sword_01_gls", + "texture/models/weapons/bolo_sword/bolo_sword_01_spc", + "texture/models/weapons/bolo_sword/bolo_sword_01_ilm", + "texture/models/weapons/bolo_sword/bolo_sword_01_ao" + ] + }, + { + "$type": "rmdl", + "path": "mdl/weapons/bolo_sword/ptpov_bolo_sword_ash.rmdl", + "starpakPath": "paks/Win64/common_sdk.starpak", + "usePhysics": false, + "materials": [ + "models/weapons/bolo_sword/bolo_sword_02_sknp" + ], + "animrigs": + [ + "animrig/weapons/bloodhound_axe/ptpov_axe_bloodhound.rrig" + ] + } + ] } \ No newline at end of file