Files
2025-12-02 20:37:18 +07:00

228 lines
4.4 KiB
JSON

{
"name": "int_laser",
"factionIndex": "Neutral",
"bornTag": [
{
"tagName": "Category/Interactive/Laser",
"tagId": -1065332571
}
],
"delayToRecycleTime": 0.0,
"delayRecyclePerformTime": 0.0,
"componentList": [
{
"$type": "Beyond.Gameplay.Core.InteractiveRootComponentData"
},
{
"$type": "Beyond.Gameplay.View.InteractiveModelComponentData",
"modelId": "int_laser_unmove_01",
"modelScale": 1.0
},
{
"$type": "Beyond.Gameplay.Core.BaseControllerData"
},
{
"$type": "Beyond.Gameplay.Core.InteractiveLogicControllerComponentData",
"logicType": 30
},
{
"$type": "Beyond.Gameplay.Core.InteractiveAudioData",
"propertyList": [],
"audioData": {
"openAudio": true,
"useDynamicLevel": false,
"useCustomStencil": true,
"useTiggerStencil": false,
"useWorkStencil": false,
"useAttackStencil": false,
"useRepairStencil": false,
"useDestroyStencil": false,
"useCollectStencil": false,
"useInteractStencil": false,
"useActiveStencil": false,
"audioNameDict": {},
"customAudioData": [
{
"audioState": "laser_work",
"audioEvent": "au_int_laser_emit",
"desc": "激光工作中"
},
{
"audioState": "laser_stop",
"audioEvent": "au_int_laser_stop",
"desc": "激光停止工作(用于打断工作状态)"
},
{
"audioState": "laser_hit",
"audioEvent": "au_int_laser_hit",
"desc": "激光击中"
}
]
}
}
],
"componentDataCache": {},
"id": "int_laser",
"facOccDis": 0.5,
"useGlobalVar": false,
"hideInDialog": false,
"mountPoints": [],
"aoiRadiusType": "Default",
"dataMap": {
"headerList": [],
"actionList": [],
"getterList": []
},
"tempProperties": [
{
"key": "beFound",
"value": {
"type": "Bool",
"valueArray": [
{
"valueBit64": 0,
"valueString": ""
}
]
}
},
{
"key": "time_remain",
"value": {
"type": "Int",
"valueArray": [
{
"valueBit64": 0,
"valueString": ""
}
]
}
},
{
"key": "found_entity",
"value": {
"type": "EntityPtr",
"valueArray": [
{
"valueBit64": 0,
"valueString": ""
}
]
}
}
],
"configProperties": [
{
"key": "damage",
"value": {
"type": "Int",
"valueArray": [
{
"valueBit64": 0
}
]
}
},
{
"key": "laser_base_angle",
"value": {
"type": "Float",
"valueArray": [
{
"valueBit64": 0
}
]
}
},
{
"key": "laser_head_angle",
"value": {
"type": "Float",
"valueArray": [
{
"valueBit64": 0
}
]
}
},
{
"key": "ratio",
"value": {
"type": "Float",
"valueArray": [
{
"valueBit64": 0
}
]
}
},
{
"key": "time",
"value": {
"type": "Int",
"valueArray": [
{
"valueBit64": 1
}
]
}
},
{
"key": "type",
"value": {
"type": "Int",
"valueArray": [
{
"valueBit64": 0
}
]
}
},
{
"key": "variable_1",
"value": {
"type": "Float",
"valueArray": [
{
"valueBit64": 1084227584
}
]
}
}
],
"saveProperties": [
{
"key": "state",
"value": {
"type": "Int",
"valueArray": [
{
"valueBit64": 0
}
]
}
}
],
"propertyIdToKeyMap": {
"9": "state",
"1025": "damage",
"1026": "time",
"1028": "variable_1",
"1029": "ratio",
"1030": "type",
"1031": "laser_base_angle",
"1032": "laser_head_angle"
},
"propertyKeyToIdMap": {
"damage": 1025,
"laser_base_angle": 1031,
"laser_head_angle": 1032,
"ratio": 1029,
"state": 9,
"time": 1026,
"type": 1030,
"variable_1": 1028
},
"templateVariant": {},
"allGlobalSaveProperties": []
}