Files
hk4e/gdconf/game_data_config/json/gadget/ConfigGadget_CustomGadget.json
2022-11-30 00:00:20 +08:00

251 lines
6.0 KiB
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
/////////////////////////////////////////////////////////////////////////////////////////////////
//
// 大世界用 大世界空花架
//
//////////////////////////////////////////////////////////////////////////////////////////////////
"SceneObj_Area_Common_Property_Prop_EmptyFloraShelve_01":
{
"$type" : "ConfigGadget",
"hasModel" : true,
"uiInteract":
{
"gadgetUIBtnCfgPath": "UI/open_custom_gadget_page",
"uiName": "UI_HOMEWORLD_CUSTOM_BUTTON",
"canInteractInCombat": false,
},
"combat" :
{
"property":
{
"useCreatorProperty" : false,
"HP" : 99999,
"isLockHP":true,
"ignoreDamageToSelf": true,
},
},
"intee":
{
"$type" : "ConfigIntee",
"triggerRadius": 3,
"triggerHeight": 3,
},
"misc":
{
"customGadgetNode":
{
"customGadgetType": "ActivityFlowerShelfBase",
"cameraSettings":
{
"gadgetHeight": 1.7,
"minCameraRadius": 1,
"minElevation": 0,
},
"slotMap": {
"FlowerShelf":
{
"namedTransform": "FlowerShelf",
"slotType": "Furniture",
"slotConfigId": 1000,
},
},
},
},
},
/////////////////////////////////////////////////////////////////////////////////////////////////
//
// 大世界用 大世界雪人身体
//
//////////////////////////////////////////////////////////////////////////////////////////////////
"SceneObj_Area_Common_Property_Prop_SnowmanBody_01":
{
"$type" : "ConfigGadget",
"hasModel" : true,
"uiInteract":
{
"gadgetUIBtnCfgPath": "UI/open_custom_gadget_page",
"uiName": "UI_HOMEWORLD_CUSTOM_SNOWMANBUTTON",
"canInteractInCombat": false,
},
"combat" :
{
"property":
{
"useCreatorProperty" : false,
"HP" : 99999,
"isLockHP":true,
"ignoreDamageToSelf": true,
},
},
"intee":
{
"$type" : "ConfigIntee",
"triggerRadius": 3,
"triggerHeight": 3,
},
"misc":
{
"customGadgetNode":
{
"customGadgetType": "ActivityWinterCampSnowmanBase",
"cameraSettings":
{
"gadgetHeight": 1.7,
"minCameraRadius": 1,
"minElevation": 0,
},
"slotMap": {
"Head":
{
"namedTransform": "Head",
"slotType": "Furniture",
"slotConfigId": 11,
},
"Hand":
{
"namedTransform": "Hand",
"slotType": "Furniture",
"slotConfigId": 12,
},
},
},
},
},
/////////////////////////////////////////////////////////////////////////////////////////////////
//
// 大世界用 容彩祭 花盆
//
//////////////////////////////////////////////////////////////////////////////////////////////////
"SceneObj_Area_Dq_Property_Prop_Irodori_Miniascape_01":
{
"$type" : "ConfigGadget",
"hasModel" : true,
"uiInteract":
{
"gadgetUIBtnCfgPath": "UI/open_custom_gadget_page",
"uiName": "UI_HOMEWORLD_CUSTOM_MINIASCAPE",
"canInteractInCombat": false,
},
"combat" :
{
"property":
{
"useCreatorProperty" : false,
"HP" : 99999,
"isLockHP":true,
"ignoreDamageToSelf": true,
},
},
"intee":
{
"$type" : "ConfigIntee",
"triggerRadius": 1.2,
"triggerHeight": 3,
},
"misc":
{
"customGadgetNode":
{
"cameraSettings":
{
"gadgetHeight": 0.8,
"minCameraRadius": 1,
"minElevation": 0,
},
"slotMap": {
"FrontScene":
{
"namedTransform": "FrontScene",
"slotConfigId": 21,
},
"BehindScene":
{
"namedTransform": "BehindScene",
"slotConfigId": 22,
},
},
},
},
},
/////////////////////////////////////////////////////////////////////////////////////////////////
//
// 大世界用 木刻台地插槽
//
//////////////////////////////////////////////////////////////////////////////////////////////////
"SceneObj_Area_Xm_Property_Prop_WoodAranaraStage_Slot_01":
{
"$type" : "ConfigGadget",
"hasModel" : true,
"uiInteract":
{
"gadgetUIBtnCfgPath": "UI/open_custom_gadget_page",
//"uiName": "UI_HOMEWORLD_CUSTOM_SNOWMANBUTTON",
"canInteractInCombat": false,
"showCondTypes": ["HOST"]
},
"combat" :
{
"property":
{
"useCreatorProperty" : false,
"HP" : 99999,
"isLockHP":true,
"ignoreDamageToSelf": true,
},
},
"intee":
{
"$type" : "ConfigIntee",
"triggerRadius": 1.5,
"triggerHeight": 3,
},
"misc":
{
"customGadgetNode":
{
//"customGadgetType": "ActivityWinterCampSnowmanBase",
"cameraSettings":
{
"gadgetHeight": 0.5,
"minCameraRadius": 1,
"minElevation": 0,
},
"slotMap": {
"Body":
{
"namedTransform": "Body",
//"slotType": "Furniture",
"slotConfigId": 1001,
},
},
},
},
// "gadgetAction":
// {
// "gadgetStateActionList":
// [
// //Default时可以交互
// {
// "$type": "ConfigGadgetStateEnableGadgetIntee",
// "enable": true,
// "gadgetState": "Default",
// },
// //GearStart时不能交互
// {
// "$type": "ConfigGadgetStateEnableGadgetIntee",
// "enable": false,
// "gadgetState": "GearStart",
// },
// ],
// },
"abilities":
[
{
"abilityID": "SceneObj_Area_Xm_Property_Prop_WoodAranaraStage_Slot_01",
"abilityName": "SceneObj_Area_Xm_Property_Prop_WoodAranaraStage_Slot_01",
},
],
},
}