2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23051 lines
683 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"Settings": {
"set_Localization": "False",
"set_TextFormatter": "",
"set_IncludedNodes": "Settings, Project, GlobalVariables, ObjectDefinitions, Packages, ScriptMethods, Hierarchy, Assets",
"set_UseScriptSupport": "True",
"ExportVersion": "1.2",
"ObjectDefinitionsHash": "5529BBCC74A8B00AD9C188E4416314151B57098D41DEA54621E8BEBAD2A1DB76",
"ScriptFragmentsHash": "0000000000"
},
"Project": {
"Name": "touhou",
"DetailName": "",
"Guid": "00e82301-2936-4c4b-ab21-837c530af430",
"TechnicalName": "Touhou"
},
"GlobalVariables": [],
"ObjectDefinitions": [
{
"Type": "Point",
"Class": "Primitive",
"Properties": [
{
"Property": "x",
"Type": "float"
},
{
"Property": "y",
"Type": "float"
}
]
},
{
"Type": "Color",
"Class": "Primitive",
"Properties": [
{
"Property": "a",
"Type": "float"
},
{
"Property": "r",
"Type": "float"
},
{
"Property": "g",
"Type": "float"
},
{
"Property": "b",
"Type": "float"
}
]
},
{
"Type": "Size",
"Class": "Primitive",
"Properties": [
{
"Property": "w",
"Type": "float"
},
{
"Property": "h",
"Type": "float"
}
]
},
{
"Type": "Rect",
"Class": "Primitive",
"Properties": [
{
"Property": "x",
"Type": "float"
},
{
"Property": "y",
"Type": "float"
},
{
"Property": "w",
"Type": "float"
},
{
"Property": "h",
"Type": "float"
}
]
},
{
"Type": "PreviewImage",
"Class": "ArticyObject",
"Properties": [
{
"Property": "ViewBox",
"Type": "Rect"
},
{
"Property": "Mode",
"Type": "PreviewImageViewBoxModes"
},
{
"Property": "Asset",
"Type": "Id"
}
]
},
{
"Type": "Transformation",
"Class": "ArticyObject",
"Properties": [
{
"Property": "Pivot",
"Type": "Point"
},
{
"Property": "Rotation",
"Type": "float"
},
{
"Property": "Translation",
"Type": "Point"
},
{
"Property": "Matrix",
"Type": "Array",
"ItemType": "float"
}
]
},
{
"Type": "OutgoingConnection",
"Class": "ArticyObject",
"Properties": [
{
"Property": "Label",
"Type": "string"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "TargetPin",
"Type": "InputPin"
},
{
"Property": "Target",
"Type": "Id"
}
]
},
{
"Type": "IncomingConnection",
"Class": "ArticyObject",
"Properties": [
{
"Property": "Label",
"Type": "string"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "SourcePin",
"Type": "OutputPin"
},
{
"Property": "Source",
"Type": "Id"
}
]
},
{
"Type": "OutputPin",
"Class": "ArticyObject",
"Properties": [
{
"Property": "Text",
"Type": "Script_Instruction"
},
{
"Property": "Id",
"Type": "id"
},
{
"Property": "Owner",
"Type": "id"
},
{
"Property": "Connections",
"Type": "Array",
"ItemType": "OutgoingConnection"
}
]
},
{
"Type": "InputPin",
"Class": "ArticyObject",
"Properties": [
{
"Property": "Text",
"Type": "Script_Condition"
},
{
"Property": "Id",
"Type": "id"
},
{
"Property": "Owner",
"Type": "id"
},
{
"Property": "Connections",
"Type": "Array",
"ItemType": "OutgoingConnection"
}
]
},
{
"Type": "LocationAnchor",
"Class": "ArticyObject",
"Properties": [
{
"Property": "AnchorPositionX",
"Type": "float"
},
{
"Property": "AnchorPositionY",
"Type": "float"
},
{
"Property": "AnchorColor",
"Type": "Color"
},
{
"Property": "AnchorSize",
"Type": "LocationAnchorSize"
}
]
},
{
"Type": "TriggerTiming",
"Class": "Enum",
"DisplayName": "触发时机",
"Values": {
"__01": 0,
"__02": 1
},
"DisplayNames": {
"__01": "命中",
"__02": "收刀"
}
},
{
"Type": "PropertyChangeType",
"Class": "Enum",
"DisplayName": "角色属性改变方式",
"Values": {
"__01": 0,
"__02": 1
},
"DisplayNames": {
"__01": "数值",
"__02": "百分比"
}
},
{
"Type": "Property",
"Class": "Enum",
"DisplayName": "角色属性",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2,
"__04": 3
},
"DisplayNames": {
"__01": "无",
"__02": "硬直计数",
"__03": "速度",
"__04": "对护甲伤害加成"
}
},
{
"Type": "BuffEffectTimingType",
"Class": "Enum",
"DisplayName": "Buff生效时机",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2,
"__04": 3,
"__05": 4,
"__08": 5,
"__06": 6,
"__07": 7,
"__09": 8
},
"DisplayNames": {
"__01": "持续",
"__02": "创建",
"__03": "结束",
"__04": "层数升高",
"__05": "层数降低",
"__08": "层数叠满",
"__06": "攻击时",
"__07": "受击时",
"__09": "受到重击时"
}
},
{
"Type": "AttackInputType",
"Class": "Enum",
"DisplayName": "技能输入类型",
"Values": {
"__01": 0,
"__02": 1
},
"DisplayNames": {
"__01": "轻",
"__02": "重"
}
},
{
"Type": "AttackRangeType",
"Class": "Enum",
"DisplayName": "攻击距离类型",
"Values": {
"__01": 0,
"__02": 1
},
"DisplayNames": {
"__01": "近战",
"__02": "远程"
}
},
{
"Type": "__04",
"Class": "Enum",
"DisplayName": "攻击属性类型",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2
},
"DisplayNames": {
"__01": "无",
"__02": "斩属性",
"__03": "打属性"
}
},
{
"Type": "TriggerType",
"Class": "Enum",
"DisplayName": "技能释放操作",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2,
"__04": 3,
"__05": 4
},
"DisplayNames": {
"__01": "轻攻击按下",
"__02": "重攻击按下",
"__03": "轻攻击抬起",
"__04": "重攻击抬起",
"__05": "闪避按下"
}
},
{
"Type": "Stance",
"Class": "Enum",
"DisplayName": "技能姿态",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2,
"__04": 3,
"__09": 4,
"__05": 5,
"__06": 6,
"__07": 7,
"__08": 8,
"__10": 9,
"__11": 10,
"__12": 11,
"__13": 12,
"__14": 13,
"__15": 14,
"__16": 99,
"__17": 100
},
"DisplayNames": {
"__01": "地面待机",
"__02": "地面1",
"__03": "地面2",
"__04": "地面3",
"__09": "地面4",
"__05": "地面5",
"__06": "地面6",
"__07": "地面7",
"__08": "地面8",
"__10": "地面9",
"__11": "空中待机",
"__12": "空中1",
"__13": "空中2",
"__14": "空中3",
"__15": "空中4",
"__16": "无",
"__17": "任意"
}
},
{
"Type": "Element",
"Class": "Enum",
"DisplayName": "元素",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2,
"__04": 3,
"__05": 4,
"__06": 5,
"__07": 6,
"__08": 7,
"__09": 8,
"__10": 9,
"__11": 10,
"__12": 99
},
"DisplayNames": {
"__01": "无",
"__02": "奥术",
"__03": "暗",
"__04": "地",
"__05": "火",
"__06": "冰",
"__07": "岩浆",
"__08": "光",
"__09": "电",
"__10": "毒",
"__11": "水",
"__12": "共存"
}
},
{
"Type": "LevelType",
"Class": "Enum",
"DisplayName": "关卡类型",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2,
"__04": 3,
"__05": 4,
"__06": 5,
"__07": 6,
"__08": 7,
"__09": 8,
"__10": 9,
"__11": 10,
"__12": 11,
"__99": 99
},
"DisplayNames": {
"__01": "主城",
"__02": "小怪房",
"__03": "精英怪房",
"__04": "小boss房",
"__05": "大boss房",
"__06": "通关boss房",
"__07": "商店房",
"__08": "宝箱房",
"__09": "金币房",
"__10": "随机房",
"__11": "剧情房",
"__12": "道中休息房",
"__99": "无"
}
},
{
"Type": "__02",
"Class": "Enum",
"DisplayName": "怪物体型",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2
},
"DisplayNames": {
"__01": "小型怪",
"__02": "中型怪",
"__03": "大型怪"
}
},
{
"Type": "EntityType",
"Class": "Enum",
"DisplayName": "实体类型",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2,
"__04": 3,
"__05": 4,
"__06": 5,
"__07": 6,
"__08": 7,
"__09": 8
},
"DisplayNames": {
"__01": "无",
"__02": "主角",
"__03": "麻薯",
"__04": "怪物",
"__05": "门",
"__06": "NPC",
"__07": "子弹",
"__08": "PT点",
"__09": "祝福交互物"
}
},
{
"Type": "__03",
"Class": "Enum",
"DisplayName": "战斗属性等级",
"Values": {
"__01": 0,
"__02": 1,
"__03": 2,
"__04": 3,
"__05": 4,
"__06": 5,
"__07": 99
},
"DisplayNames": {
"__01": "0级",
"__02": "1级",
"__03": "2级",
"__04": "3级",
"__05": "4级",
"__06": "5级",
"__07": "无限"
}
},
{
"Type": "ShapeType",
"Class": "Enum",
"DisplayName": "ShapeType",
"Values": {
"Invalid": 0,
"Spot": 1,
"Circle": 2,
"Rectangle": 3,
"Path": 4,
"Polygon": 5,
"Link": 6
},
"DisplayNames": {
"Invalid": "Invalid",
"Spot": "Spot",
"Circle": "Circle",
"Rectangle": "Rectangle",
"Path": "Path",
"Polygon": "Polygon",
"Link": "Link"
}
},
{
"Type": "SelectabilityModes",
"Class": "Enum",
"DisplayName": "SelectabilityModes",
"Values": {
"Unselectable": 0,
"Selectable": 1
},
"DisplayNames": {
"Unselectable": "Unselectable",
"Selectable": "Selectable"
}
},
{
"Type": "VisibilityModes",
"Class": "Enum",
"DisplayName": "VisibilityModes",
"Values": {
"Invisible": 0,
"Visible": 1
},
"DisplayNames": {
"Invisible": "Invisible",
"Visible": "Visible"
}
},
{
"Type": "OutlineStyle",
"Class": "Enum",
"DisplayName": "OutlineStyle",
"Values": {
"Solid": 0,
"Dot": 1,
"Dash": 2,
"DashDot": 3,
"DashDotDot": 4
},
"DisplayNames": {
"Solid": "Solid",
"Dot": "Dot",
"Dash": "Dash",
"DashDot": "DashDot",
"DashDotDot": "DashDotDot"
}
},
{
"Type": "PathCaps",
"Class": "Enum",
"DisplayName": "PathCaps",
"Values": {
"ColoredDot": 0,
"None": 1,
"LineArrowHead": 2,
"FilledArrowHead": 3,
"Diamond": 4,
"Square": 5,
"Disc": 6
},
"DisplayNames": {
"ColoredDot": "ColoredDot",
"None": "None",
"LineArrowHead": "LineArrowHead",
"FilledArrowHead": "FilledArrowHead",
"Diamond": "Diamond",
"Square": "Square",
"Disc": "Disc"
}
},
{
"Type": "LocationAnchorSize",
"Class": "Enum",
"DisplayName": "LocationAnchorSize",
"Values": {
"Small": 0,
"Medium": 1,
"Large": 2
},
"DisplayNames": {
"Small": "Small",
"Medium": "Medium",
"Large": "Large"
}
},
{
"Type": "PreviewImageViewBoxModes",
"Class": "Enum",
"DisplayName": "PreviewImageViewBoxModes",
"Values": {
"FromAsset": 0,
"Custom": 1
},
"DisplayNames": {
"FromAsset": "FromAsset",
"Custom": "Custom"
}
},
{
"Type": "FlowFragment",
"Class": "FlowFragment",
"DisplayName": "FlowFragment",
"Properties": [
{
"Property": "Attachments",
"Type": "Array",
"ItemType": "Id"
},
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
},
{
"Property": "InputPins",
"Type": "Array",
"ItemType": "InputPin"
},
{
"Property": "OutputPins",
"Type": "Array",
"ItemType": "OutputPin"
}
]
},
{
"Type": "Dialogue",
"Class": "Dialogue",
"DisplayName": "Dialogue",
"Properties": [
{
"Property": "Attachments",
"Type": "Array",
"ItemType": "Id"
},
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
},
{
"Property": "InputPins",
"Type": "Array",
"ItemType": "InputPin"
},
{
"Property": "OutputPins",
"Type": "Array",
"ItemType": "OutputPin"
}
]
},
{
"Type": "DialogueFragment",
"Class": "DialogueFragment",
"DisplayName": "DialogueFragment",
"Properties": [
{
"Property": "MenuText",
"Type": "string"
},
{
"Property": "StageDirections",
"Type": "string"
},
{
"Property": "Speaker",
"Type": "Id"
},
{
"Property": "SplitHeight",
"Type": "Float"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
},
{
"Property": "InputPins",
"Type": "Array",
"ItemType": "InputPin"
},
{
"Property": "OutputPins",
"Type": "Array",
"ItemType": "OutputPin"
}
]
},
{
"Type": "Hub",
"Class": "Hub",
"DisplayName": "Hub",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
},
{
"Property": "InputPins",
"Type": "Array",
"ItemType": "InputPin"
},
{
"Property": "OutputPins",
"Type": "Array",
"ItemType": "OutputPin"
}
]
},
{
"Type": "Comment",
"Class": "Comment",
"DisplayName": "Comment",
"Properties": [
{
"Property": "CreatedBy",
"Type": "string"
},
{
"Property": "CreatedOn",
"Type": "DateTime"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Jump",
"Class": "Jump",
"DisplayName": "Jump",
"Properties": [
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
},
{
"Property": "Target",
"Type": "Id"
},
{
"Property": "TargetPin",
"Type": "Id"
},
{
"Property": "InputPins",
"Type": "Array",
"ItemType": "InputPin"
},
{
"Property": "OutputPins",
"Type": "Array",
"ItemType": "OutputPin"
}
]
},
{
"Type": "Entity",
"Class": "Entity",
"DisplayName": "Entity",
"Properties": [
{
"Property": "Attachments",
"Type": "Array",
"ItemType": "Id"
},
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Bullet",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Bullet",
"DisplayName": "子弹",
"Features": [
{
"TechnicalName": "Bullet",
"DisplayName": "实体特殊参数-子弹",
"Properties": [
{
"Property": "Timeline",
"Type": "string",
"DisplayName": "时间轴"
}
],
"Constraints": [
{
"Property": "Timeline",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
}
]
},
{
"TechnicalName": "EntityParamView",
"DisplayName": "实体参数-外观",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "常驻特效"
},
{
"Property": "EffectCreate",
"Type": "string",
"DisplayName": "创建特效"
},
{
"Property": "EffectDestroy",
"Type": "string",
"DisplayName": "销毁特效"
},
{
"Property": "Scale",
"Type": "Float",
"DisplayName": "缩放"
},
{
"Property": "IsPixel",
"Type": "Bool",
"DisplayName": "是否像素化"
},
{
"Property": "EffectOffset",
"Type": "Float",
"DisplayName": "特效挂点y偏移"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectCreate",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDestroy",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Scale",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "倍"
},
{
"Property": "IsPixel",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "EffectOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParamBattle",
"DisplayName": "实体参数-战斗",
"Properties": [
{
"Property": "MoveParam",
"Type": "Id",
"DisplayName": "移动参数"
},
{
"Property": "HpMax",
"Type": "Int",
"DisplayName": "血量"
},
{
"Property": "ShieldMax",
"Type": "Int",
"DisplayName": "护盾上限"
},
{
"Property": "ShieldParam",
"Type": "Id",
"DisplayName": "护盾参数"
},
{
"Property": "BasicAttack",
"Type": "Int",
"DisplayName": "基准攻击力"
},
{
"Property": "BasicStun",
"Type": "Int",
"DisplayName": "基准眩晕值"
},
{
"Property": "ExecuteThreshold",
"Type": "Int",
"DisplayName": "处决血量阈值%"
},
{
"Property": "StaggerDefLevel",
"Type": "__03",
"DisplayName": "硬直抗性等级"
},
{
"Property": "SubEntityList",
"Type": "Array",
"DisplayName": "召唤物列表",
"ItemType": "Id"
},
{
"Property": "FuryThreshold",
"Type": "Int",
"DisplayName": "魔化血量阈值%"
},
{
"Property": "StunParam",
"Type": "Id",
"DisplayName": "眩晕参数"
},
{
"Property": "HitBoxParam",
"Type": "Id",
"DisplayName": "受击框参数"
},
{
"Property": "MpMax",
"Type": "Int",
"DisplayName": "蓝量"
},
{
"Property": "SubMpMax",
"Type": "Int",
"DisplayName": "次级蓝量"
}
],
"Constraints": [
{
"Property": "MoveParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"MoveParam"
]
},
{
"Property": "HpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam"
]
},
{
"Property": "BasicAttack",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "BasicStun",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ExecuteThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StaggerDefLevel",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "SubEntityList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Monster",
"Bullet"
]
},
{
"Property": "FuryThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StunParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"_"
]
},
{
"Property": "HitBoxParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam_02"
]
},
{
"Property": "MpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "SubMpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParam",
"DisplayName": "实体参数-基础",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "EntityType",
"Type": "EntityType",
"DisplayName": "实体类型"
},
{
"Property": "ViewOffset",
"Type": "Int",
"DisplayName": "外观中心高度"
},
{
"Property": "AnimationName",
"Type": "string",
"DisplayName": "动画"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "EntityType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "ViewOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "AnimationName",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "Master",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Master",
"DisplayName": "主角",
"Features": [
{
"TechnicalName": "EntityParamView",
"DisplayName": "实体参数-外观",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "常驻特效"
},
{
"Property": "EffectCreate",
"Type": "string",
"DisplayName": "创建特效"
},
{
"Property": "EffectDestroy",
"Type": "string",
"DisplayName": "销毁特效"
},
{
"Property": "Scale",
"Type": "Float",
"DisplayName": "缩放"
},
{
"Property": "IsPixel",
"Type": "Bool",
"DisplayName": "是否像素化"
},
{
"Property": "EffectOffset",
"Type": "Float",
"DisplayName": "特效挂点y偏移"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectCreate",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDestroy",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Scale",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "倍"
},
{
"Property": "IsPixel",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "EffectOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParamBattle",
"DisplayName": "实体参数-战斗",
"Properties": [
{
"Property": "MoveParam",
"Type": "Id",
"DisplayName": "移动参数"
},
{
"Property": "HpMax",
"Type": "Int",
"DisplayName": "血量"
},
{
"Property": "ShieldMax",
"Type": "Int",
"DisplayName": "护盾上限"
},
{
"Property": "ShieldParam",
"Type": "Id",
"DisplayName": "护盾参数"
},
{
"Property": "BasicAttack",
"Type": "Int",
"DisplayName": "基准攻击力"
},
{
"Property": "BasicStun",
"Type": "Int",
"DisplayName": "基准眩晕值"
},
{
"Property": "ExecuteThreshold",
"Type": "Int",
"DisplayName": "处决血量阈值%"
},
{
"Property": "StaggerDefLevel",
"Type": "__03",
"DisplayName": "硬直抗性等级"
},
{
"Property": "SubEntityList",
"Type": "Array",
"DisplayName": "召唤物列表",
"ItemType": "Id"
},
{
"Property": "FuryThreshold",
"Type": "Int",
"DisplayName": "魔化血量阈值%"
},
{
"Property": "StunParam",
"Type": "Id",
"DisplayName": "眩晕参数"
},
{
"Property": "HitBoxParam",
"Type": "Id",
"DisplayName": "受击框参数"
},
{
"Property": "MpMax",
"Type": "Int",
"DisplayName": "蓝量"
},
{
"Property": "SubMpMax",
"Type": "Int",
"DisplayName": "次级蓝量"
}
],
"Constraints": [
{
"Property": "MoveParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"MoveParam"
]
},
{
"Property": "HpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam"
]
},
{
"Property": "BasicAttack",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "BasicStun",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ExecuteThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StaggerDefLevel",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "SubEntityList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Monster",
"Bullet"
]
},
{
"Property": "FuryThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StunParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"_"
]
},
{
"Property": "HitBoxParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam_02"
]
},
{
"Property": "MpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "SubMpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParam",
"DisplayName": "实体参数-基础",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "EntityType",
"Type": "EntityType",
"DisplayName": "实体类型"
},
{
"Property": "ViewOffset",
"Type": "Int",
"DisplayName": "外观中心高度"
},
{
"Property": "AnimationName",
"Type": "string",
"DisplayName": "动画"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "EntityType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "ViewOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "AnimationName",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "Point",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Point",
"DisplayName": "PT点",
"Features": [
{
"TechnicalName": "EntityParamView",
"DisplayName": "实体参数-外观",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "常驻特效"
},
{
"Property": "EffectCreate",
"Type": "string",
"DisplayName": "创建特效"
},
{
"Property": "EffectDestroy",
"Type": "string",
"DisplayName": "销毁特效"
},
{
"Property": "Scale",
"Type": "Float",
"DisplayName": "缩放"
},
{
"Property": "IsPixel",
"Type": "Bool",
"DisplayName": "是否像素化"
},
{
"Property": "EffectOffset",
"Type": "Float",
"DisplayName": "特效挂点y偏移"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectCreate",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDestroy",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Scale",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "倍"
},
{
"Property": "IsPixel",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "EffectOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParamBattle",
"DisplayName": "实体参数-战斗",
"Properties": [
{
"Property": "MoveParam",
"Type": "Id",
"DisplayName": "移动参数"
},
{
"Property": "HpMax",
"Type": "Int",
"DisplayName": "血量"
},
{
"Property": "ShieldMax",
"Type": "Int",
"DisplayName": "护盾上限"
},
{
"Property": "ShieldParam",
"Type": "Id",
"DisplayName": "护盾参数"
},
{
"Property": "BasicAttack",
"Type": "Int",
"DisplayName": "基准攻击力"
},
{
"Property": "BasicStun",
"Type": "Int",
"DisplayName": "基准眩晕值"
},
{
"Property": "ExecuteThreshold",
"Type": "Int",
"DisplayName": "处决血量阈值%"
},
{
"Property": "StaggerDefLevel",
"Type": "__03",
"DisplayName": "硬直抗性等级"
},
{
"Property": "SubEntityList",
"Type": "Array",
"DisplayName": "召唤物列表",
"ItemType": "Id"
},
{
"Property": "FuryThreshold",
"Type": "Int",
"DisplayName": "魔化血量阈值%"
},
{
"Property": "StunParam",
"Type": "Id",
"DisplayName": "眩晕参数"
},
{
"Property": "HitBoxParam",
"Type": "Id",
"DisplayName": "受击框参数"
},
{
"Property": "MpMax",
"Type": "Int",
"DisplayName": "蓝量"
},
{
"Property": "SubMpMax",
"Type": "Int",
"DisplayName": "次级蓝量"
}
],
"Constraints": [
{
"Property": "MoveParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"MoveParam"
]
},
{
"Property": "HpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam"
]
},
{
"Property": "BasicAttack",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "BasicStun",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ExecuteThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StaggerDefLevel",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "SubEntityList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Monster",
"Bullet"
]
},
{
"Property": "FuryThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StunParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"_"
]
},
{
"Property": "HitBoxParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam_02"
]
},
{
"Property": "MpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "SubMpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParam",
"DisplayName": "实体参数-基础",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "EntityType",
"Type": "EntityType",
"DisplayName": "实体类型"
},
{
"Property": "ViewOffset",
"Type": "Int",
"DisplayName": "外观中心高度"
},
{
"Property": "AnimationName",
"Type": "string",
"DisplayName": "动画"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "EntityType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "ViewOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "AnimationName",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "MoveParam",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "MoveParam",
"DisplayName": "移动参数",
"Features": [
{
"TechnicalName": "MoveParamJump",
"DisplayName": "实体移动参数-跳跃",
"Properties": [
{
"Property": "JumpForce",
"Type": "Float",
"DisplayName": "跳跃力"
},
{
"Property": "JumpTimeMin",
"Type": "Float",
"DisplayName": "最小跳跃时间"
},
{
"Property": "JumpTimeMax",
"Type": "Float",
"DisplayName": "最大跳跃时间"
},
{
"Property": "fallSpeed",
"Type": "Float",
"DisplayName": "下落速度"
},
{
"Property": "floatSpeed",
"Type": "Float",
"DisplayName": "最大浮空速度"
},
{
"Property": "airMoveRate",
"Type": "Float",
"DisplayName": "空中移动最大速度倍率"
}
],
"Constraints": [
{
"Property": "JumpForce",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "JumpTimeMin",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "秒"
},
{
"Property": "JumpTimeMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "秒"
},
{
"Property": "fallSpeed",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "floatSpeed",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "airMoveRate",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "2",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "MoveParamBasic",
"DisplayName": "实体移动参数-基础",
"Properties": [
{
"Property": "SpeedMax",
"Type": "Float",
"DisplayName": "最大移动速度"
},
{
"Property": "MoveForce",
"Type": "Float",
"DisplayName": "移动力"
},
{
"Property": "GroundDrag",
"Type": "Float",
"DisplayName": "地面阻力"
},
{
"Property": "AirDrag",
"Type": "Float",
"DisplayName": "空中阻力"
},
{
"Property": "IsFlying",
"Type": "Bool",
"DisplayName": "飞行单位"
},
{
"Property": "needScale",
"Type": "Bool",
"DisplayName": "需要镜像"
},
{
"Property": "Gravity",
"Type": "Float",
"DisplayName": "重力"
}
],
"Constraints": [
{
"Property": "SpeedMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "MoveForce",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "GroundDrag",
"Type": "Number",
"MinValue": "0",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "AirDrag",
"Type": "Number",
"MinValue": "0",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "IsFlying",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "needScale",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "Gravity",
"Type": "Number",
"MinValue": "0",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
}
]
}
},
{
"Type": "ShieldParam",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "ShieldParam",
"DisplayName": "护盾参数",
"Features": [
{
"TechnicalName": "Shield",
"DisplayName": "实体护盾参数",
"Properties": [
{
"Property": "Time",
"Type": "Float",
"DisplayName": "护盾恢复延迟时间"
},
{
"Property": "RecoverSpeed",
"Type": "Int",
"DisplayName": "护盾恢复速率"
},
{
"Property": "RecoverCondition",
"Type": "Array",
"DisplayName": "护盾恢复条件",
"ItemType": "Id"
},
{
"Property": "StaggerDefLevel",
"Type": "__03",
"DisplayName": "额外硬直等级"
}
],
"Constraints": [
{
"Property": "Time",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "秒"
},
{
"Property": "RecoverSpeed",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "点/秒"
},
{
"Property": "RecoverCondition",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"FlowFragment",
"Dialogue",
"DialogueFragment",
"Condition",
"Instruction",
"Hub",
"Jump",
"Entity",
"Location",
"Link",
"Path",
"Spot",
"Zone",
"LocationText",
"LocationImage",
"Document",
"TextObject",
"Journey",
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image",
"Video",
"Audio",
"Document",
"Misc",
"All"
],
"AllowedModelTemplates": []
},
{
"Property": "StaggerDefLevel",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
}
]
}
]
}
},
{
"Type": "_",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "_",
"DisplayName": "眩晕参数",
"Features": [
{
"TechnicalName": "Stun",
"DisplayName": "实体眩晕参数",
"Properties": [
{
"Property": "Time",
"Type": "Float",
"DisplayName": "眩晕恢复延迟时间"
},
{
"Property": "RecoverSpeed",
"Type": "Int",
"DisplayName": "眩晕恢复速率"
},
{
"Property": "StunMax",
"Type": "Int",
"DisplayName": "眩晕最大值"
}
],
"Constraints": [
{
"Property": "Time",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "秒"
},
{
"Property": "RecoverSpeed",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "点/秒"
},
{
"Property": "StunMax",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "点"
}
]
}
]
}
},
{
"Type": "ShieldParam_02",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "ShieldParam_02",
"DisplayName": "受击框参数",
"Features": [
{
"TechnicalName": "EntityHitBoxParam",
"DisplayName": "实体受击框参数",
"Properties": [
{
"Property": "Radius",
"Type": "Int",
"DisplayName": "半径"
},
{
"Property": "Height",
"Type": "Int",
"DisplayName": "高度"
}
],
"Constraints": [
{
"Property": "Radius",
"Type": "Number",
"MinValue": "0",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "Height",
"Type": "Number",
"MinValue": "0",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
}
]
}
]
}
},
{
"Type": "Monster",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Monster",
"DisplayName": "怪物",
"Features": [
{
"TechnicalName": "EntityParamMonster",
"DisplayName": "实体特殊参数-怪物",
"Properties": [
{
"Property": "MonsterSize",
"Type": "__02",
"DisplayName": "怪物体型"
},
{
"Property": "MonsterSkillList",
"Type": "Array",
"DisplayName": "怪物技能列表",
"ItemType": "Id"
},
{
"Property": "AIRes",
"Type": "string",
"DisplayName": "行为树"
}
],
"Constraints": [
{
"Property": "MonsterSize",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "MonsterSkillList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"SkillMonster"
]
},
{
"Property": "AIRes",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
}
]
},
{
"TechnicalName": "EntityParamView",
"DisplayName": "实体参数-外观",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "常驻特效"
},
{
"Property": "EffectCreate",
"Type": "string",
"DisplayName": "创建特效"
},
{
"Property": "EffectDestroy",
"Type": "string",
"DisplayName": "销毁特效"
},
{
"Property": "Scale",
"Type": "Float",
"DisplayName": "缩放"
},
{
"Property": "IsPixel",
"Type": "Bool",
"DisplayName": "是否像素化"
},
{
"Property": "EffectOffset",
"Type": "Float",
"DisplayName": "特效挂点y偏移"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectCreate",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDestroy",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Scale",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "倍"
},
{
"Property": "IsPixel",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "EffectOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParamBattle",
"DisplayName": "实体参数-战斗",
"Properties": [
{
"Property": "MoveParam",
"Type": "Id",
"DisplayName": "移动参数"
},
{
"Property": "HpMax",
"Type": "Int",
"DisplayName": "血量"
},
{
"Property": "ShieldMax",
"Type": "Int",
"DisplayName": "护盾上限"
},
{
"Property": "ShieldParam",
"Type": "Id",
"DisplayName": "护盾参数"
},
{
"Property": "BasicAttack",
"Type": "Int",
"DisplayName": "基准攻击力"
},
{
"Property": "BasicStun",
"Type": "Int",
"DisplayName": "基准眩晕值"
},
{
"Property": "ExecuteThreshold",
"Type": "Int",
"DisplayName": "处决血量阈值%"
},
{
"Property": "StaggerDefLevel",
"Type": "__03",
"DisplayName": "硬直抗性等级"
},
{
"Property": "SubEntityList",
"Type": "Array",
"DisplayName": "召唤物列表",
"ItemType": "Id"
},
{
"Property": "FuryThreshold",
"Type": "Int",
"DisplayName": "魔化血量阈值%"
},
{
"Property": "StunParam",
"Type": "Id",
"DisplayName": "眩晕参数"
},
{
"Property": "HitBoxParam",
"Type": "Id",
"DisplayName": "受击框参数"
},
{
"Property": "MpMax",
"Type": "Int",
"DisplayName": "蓝量"
},
{
"Property": "SubMpMax",
"Type": "Int",
"DisplayName": "次级蓝量"
}
],
"Constraints": [
{
"Property": "MoveParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"MoveParam"
]
},
{
"Property": "HpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam"
]
},
{
"Property": "BasicAttack",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "BasicStun",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ExecuteThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StaggerDefLevel",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "SubEntityList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Monster",
"Bullet"
]
},
{
"Property": "FuryThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StunParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"_"
]
},
{
"Property": "HitBoxParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam_02"
]
},
{
"Property": "MpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "SubMpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParam",
"DisplayName": "实体参数-基础",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "EntityType",
"Type": "EntityType",
"DisplayName": "实体类型"
},
{
"Property": "ViewOffset",
"Type": "Int",
"DisplayName": "外观中心高度"
},
{
"Property": "AnimationName",
"Type": "string",
"DisplayName": "动画"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "EntityType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "ViewOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "AnimationName",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "NPC",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "NPC",
"DisplayName": "NPC",
"Features": [
{
"TechnicalName": "EntityParamView",
"DisplayName": "实体参数-外观",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "常驻特效"
},
{
"Property": "EffectCreate",
"Type": "string",
"DisplayName": "创建特效"
},
{
"Property": "EffectDestroy",
"Type": "string",
"DisplayName": "销毁特效"
},
{
"Property": "Scale",
"Type": "Float",
"DisplayName": "缩放"
},
{
"Property": "IsPixel",
"Type": "Bool",
"DisplayName": "是否像素化"
},
{
"Property": "EffectOffset",
"Type": "Float",
"DisplayName": "特效挂点y偏移"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectCreate",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDestroy",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Scale",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "倍"
},
{
"Property": "IsPixel",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "EffectOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParam",
"DisplayName": "实体参数-基础",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "EntityType",
"Type": "EntityType",
"DisplayName": "实体类型"
},
{
"Property": "ViewOffset",
"Type": "Int",
"DisplayName": "外观中心高度"
},
{
"Property": "AnimationName",
"Type": "string",
"DisplayName": "动画"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "EntityType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "ViewOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "AnimationName",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "Door",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Door",
"DisplayName": "门",
"Features": [
{
"TechnicalName": "Door",
"DisplayName": "实体特殊参数-传送门",
"Properties": [
{
"Property": "LevelType",
"Type": "LevelType",
"DisplayName": "关卡类型"
}
],
"Constraints": [
{
"Property": "LevelType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
}
]
},
{
"TechnicalName": "EntityParamView",
"DisplayName": "实体参数-外观",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "常驻特效"
},
{
"Property": "EffectCreate",
"Type": "string",
"DisplayName": "创建特效"
},
{
"Property": "EffectDestroy",
"Type": "string",
"DisplayName": "销毁特效"
},
{
"Property": "Scale",
"Type": "Float",
"DisplayName": "缩放"
},
{
"Property": "IsPixel",
"Type": "Bool",
"DisplayName": "是否像素化"
},
{
"Property": "EffectOffset",
"Type": "Float",
"DisplayName": "特效挂点y偏移"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectCreate",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDestroy",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Scale",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "倍"
},
{
"Property": "IsPixel",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "EffectOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParam",
"DisplayName": "实体参数-基础",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "EntityType",
"Type": "EntityType",
"DisplayName": "实体类型"
},
{
"Property": "ViewOffset",
"Type": "Int",
"DisplayName": "外观中心高度"
},
{
"Property": "AnimationName",
"Type": "string",
"DisplayName": "动画"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "EntityType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "ViewOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "AnimationName",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "MasterSoul",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "MasterSoul",
"DisplayName": "主角-麻薯",
"Features": [
{
"TechnicalName": "EntityParamView",
"DisplayName": "实体参数-外观",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "常驻特效"
},
{
"Property": "EffectCreate",
"Type": "string",
"DisplayName": "创建特效"
},
{
"Property": "EffectDestroy",
"Type": "string",
"DisplayName": "销毁特效"
},
{
"Property": "Scale",
"Type": "Float",
"DisplayName": "缩放"
},
{
"Property": "IsPixel",
"Type": "Bool",
"DisplayName": "是否像素化"
},
{
"Property": "EffectOffset",
"Type": "Float",
"DisplayName": "特效挂点y偏移"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectCreate",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDestroy",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Scale",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "倍"
},
{
"Property": "IsPixel",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "EffectOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParamBattle",
"DisplayName": "实体参数-战斗",
"Properties": [
{
"Property": "MoveParam",
"Type": "Id",
"DisplayName": "移动参数"
},
{
"Property": "HpMax",
"Type": "Int",
"DisplayName": "血量"
},
{
"Property": "ShieldMax",
"Type": "Int",
"DisplayName": "护盾上限"
},
{
"Property": "ShieldParam",
"Type": "Id",
"DisplayName": "护盾参数"
},
{
"Property": "BasicAttack",
"Type": "Int",
"DisplayName": "基准攻击力"
},
{
"Property": "BasicStun",
"Type": "Int",
"DisplayName": "基准眩晕值"
},
{
"Property": "ExecuteThreshold",
"Type": "Int",
"DisplayName": "处决血量阈值%"
},
{
"Property": "StaggerDefLevel",
"Type": "__03",
"DisplayName": "硬直抗性等级"
},
{
"Property": "SubEntityList",
"Type": "Array",
"DisplayName": "召唤物列表",
"ItemType": "Id"
},
{
"Property": "FuryThreshold",
"Type": "Int",
"DisplayName": "魔化血量阈值%"
},
{
"Property": "StunParam",
"Type": "Id",
"DisplayName": "眩晕参数"
},
{
"Property": "HitBoxParam",
"Type": "Id",
"DisplayName": "受击框参数"
},
{
"Property": "MpMax",
"Type": "Int",
"DisplayName": "蓝量"
},
{
"Property": "SubMpMax",
"Type": "Int",
"DisplayName": "次级蓝量"
}
],
"Constraints": [
{
"Property": "MoveParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"MoveParam"
]
},
{
"Property": "HpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ShieldParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam"
]
},
{
"Property": "BasicAttack",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "BasicStun",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "ExecuteThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StaggerDefLevel",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "SubEntityList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Monster",
"Bullet"
]
},
{
"Property": "FuryThreshold",
"Type": "Number",
"MinValue": "0",
"MaxValue": "100",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "StunParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"_"
]
},
{
"Property": "HitBoxParam",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"ShieldParam_02"
]
},
{
"Property": "MpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "SubMpMax",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParam",
"DisplayName": "实体参数-基础",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "EntityType",
"Type": "EntityType",
"DisplayName": "实体类型"
},
{
"Property": "ViewOffset",
"Type": "Int",
"DisplayName": "外观中心高度"
},
{
"Property": "AnimationName",
"Type": "string",
"DisplayName": "动画"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "EntityType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "ViewOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "AnimationName",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "BlessInteract",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "BlessInteract",
"DisplayName": "祝福交互物",
"Features": [
{
"TechnicalName": "BlessInteractParam",
"DisplayName": "实体特殊参数-祝福交互物",
"Properties": [
{
"Property": "Element",
"Type": "Element",
"DisplayName": "元素"
}
],
"Constraints": [
{
"Property": "Element",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
}
]
},
{
"TechnicalName": "EntityParamView",
"DisplayName": "实体参数-外观",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "常驻特效"
},
{
"Property": "EffectCreate",
"Type": "string",
"DisplayName": "创建特效"
},
{
"Property": "EffectDestroy",
"Type": "string",
"DisplayName": "销毁特效"
},
{
"Property": "Scale",
"Type": "Float",
"DisplayName": "缩放"
},
{
"Property": "IsPixel",
"Type": "Bool",
"DisplayName": "是否像素化"
},
{
"Property": "EffectOffset",
"Type": "Float",
"DisplayName": "特效挂点y偏移"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectCreate",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDestroy",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Scale",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "倍"
},
{
"Property": "IsPixel",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "EffectOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "EntityParam",
"DisplayName": "实体参数-基础",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "EntityType",
"Type": "EntityType",
"DisplayName": "实体类型"
},
{
"Property": "ViewOffset",
"Type": "Int",
"DisplayName": "外观中心高度"
},
{
"Property": "AnimationName",
"Type": "string",
"DisplayName": "动画"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "EntityType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "ViewOffset",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "像素"
},
{
"Property": "AnimationName",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "Bless",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Bless",
"DisplayName": "祝福",
"Features": [
{
"TechnicalName": "Bless",
"DisplayName": "祝福基础数据",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "BlessPreCheck",
"Type": "Id",
"DisplayName": "前置祝福组"
},
{
"Property": "BlessPreCheck2",
"Type": "Id",
"DisplayName": "前置祝福组2"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "BlessPreCheck",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"BlessGroup"
]
},
{
"Property": "BlessPreCheck2",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"BlessGroup"
]
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
}
]
}
]
}
},
{
"Type": "BlessGroup",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "BlessGroup",
"DisplayName": "祝福组",
"Features": [
{
"TechnicalName": "BlessGroup",
"DisplayName": "祝福组",
"Properties": [
{
"Property": "BlessGroup",
"Type": "Array",
"DisplayName": "祝福组",
"ItemType": "Id"
}
],
"Constraints": [
{
"Property": "BlessGroup",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Bless"
]
}
]
}
]
}
},
{
"Type": "DramaCharacterTemplete",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "DramaCharacterTemplete",
"DisplayName": "对话人物",
"Features": [
{
"TechnicalName": "DramaCharacter",
"DisplayName": "对话人物数据",
"Properties": [
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
}
],
"Constraints": [
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
}
]
}
]
}
},
{
"Type": "SkillMaster",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "SkillMaster",
"DisplayName": "主角技能",
"Features": [
{
"TechnicalName": "SkillCombo",
"DisplayName": "技能连段数据",
"Properties": [
{
"Property": "StanceStart",
"Type": "Stance",
"DisplayName": "开始姿态"
},
{
"Property": "StanceEnd",
"Type": "Stance",
"DisplayName": "结束姿态"
},
{
"Property": "TriggerType",
"Type": "TriggerType",
"DisplayName": "技能释放操作"
},
{
"Property": "FreeLock",
"Type": "Bool",
"DisplayName": "不受锁定方向影响"
},
{
"Property": "Weapon",
"Type": "Id",
"DisplayName": "武器"
},
{
"Property": "SkillTrigger",
"Type": "Array",
"DisplayName": "SkillTrigger",
"ItemType": "Id"
}
],
"Constraints": [
{
"Property": "StanceStart",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "StanceEnd",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "TriggerType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "FreeLock",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "Weapon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Weapon"
]
},
{
"Property": "SkillTrigger",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": []
}
]
},
{
"TechnicalName": "Skill",
"DisplayName": "技能基础数据",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "Timeline",
"Type": "string",
"DisplayName": "时间轴"
},
{
"Property": "SoundList",
"Type": "Array",
"DisplayName": "音效列表",
"ItemType": "Id"
},
{
"Property": "AttackType",
"Type": "__04",
"DisplayName": "攻击属性类型"
},
{
"Property": "AttackRangeType",
"Type": "AttackRangeType",
"DisplayName": "攻击距离类型"
},
{
"Property": "AttackInputType",
"Type": "AttackInputType",
"DisplayName": "技能输入类型"
},
{
"Property": "AttackRate",
"Type": "Float",
"DisplayName": "伤害补正倍率"
},
{
"Property": "StunRate",
"Type": "Float",
"DisplayName": "眩晕补正倍率"
},
{
"Property": "ExecuteRate",
"Type": "Float",
"DisplayName": "处决补正倍率"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "Timeline",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "SoundList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"SoundGroup"
]
},
{
"Property": "AttackType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "AttackRangeType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "AttackInputType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "AttackRate",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": ""
},
{
"Property": "StunRate",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": ""
},
{
"Property": "ExecuteRate",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": ""
}
]
}
]
}
},
{
"Type": "SkillMonster",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "SkillMonster",
"DisplayName": "怪物技能",
"Features": [
{
"TechnicalName": "Skill",
"DisplayName": "技能基础数据",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "Timeline",
"Type": "string",
"DisplayName": "时间轴"
},
{
"Property": "SoundList",
"Type": "Array",
"DisplayName": "音效列表",
"ItemType": "Id"
},
{
"Property": "AttackType",
"Type": "__04",
"DisplayName": "攻击属性类型"
},
{
"Property": "AttackRangeType",
"Type": "AttackRangeType",
"DisplayName": "攻击距离类型"
},
{
"Property": "AttackInputType",
"Type": "AttackInputType",
"DisplayName": "技能输入类型"
},
{
"Property": "AttackRate",
"Type": "Float",
"DisplayName": "伤害补正倍率"
},
{
"Property": "StunRate",
"Type": "Float",
"DisplayName": "眩晕补正倍率"
},
{
"Property": "ExecuteRate",
"Type": "Float",
"DisplayName": "处决补正倍率"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "Timeline",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "SoundList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"SoundGroup"
]
},
{
"Property": "AttackType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "AttackRangeType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "AttackInputType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "AttackRate",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": ""
},
{
"Property": "StunRate",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": ""
},
{
"Property": "ExecuteRate",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": ""
}
]
}
]
}
},
{
"Type": "Buff",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Buff",
"DisplayName": "Buff",
"Features": [
{
"TechnicalName": "Buff",
"DisplayName": "Buff基础数据",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "AliveTime",
"Type": "Float",
"DisplayName": "持续时间"
},
{
"Property": "UpdateRate",
"Type": "Float",
"DisplayName": "生效间隔"
},
{
"Property": "IsAliveForever",
"Type": "Bool",
"DisplayName": "是否永久持续"
},
{
"Property": "IsUpdate",
"Type": "Bool",
"DisplayName": "是否持续生效"
},
{
"Property": "BuffPreCheck",
"Type": "Array",
"DisplayName": "Buff前置检查",
"ItemType": "Id"
},
{
"Property": "BuffEffect",
"Type": "Array",
"DisplayName": "Buff效果",
"ItemType": "Id"
},
{
"Property": "LevelMax",
"Type": "Int",
"DisplayName": "Buff最大层数"
},
{
"Property": "EffectStart",
"Type": "string",
"DisplayName": "添加特效"
},
{
"Property": "EffectDuring",
"Type": "string",
"DisplayName": "持续特效"
},
{
"Property": "EffectEnd",
"Type": "string",
"DisplayName": "结束特效"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "AliveTime",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "秒"
},
{
"Property": "UpdateRate",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "秒"
},
{
"Property": "IsAliveForever",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "IsUpdate",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "BuffPreCheck",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": []
},
{
"Property": "BuffEffect",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": []
},
{
"Property": "LevelMax",
"Type": "Number",
"MinValue": "0",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "层"
},
{
"Property": "EffectStart",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectDuring",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "EffectEnd",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "BuffEffect",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "BuffEffect",
"DisplayName": "Buff效果-造成伤害",
"Features": [
{
"TechnicalName": "BuffEffectAttack",
"DisplayName": "Buff生效数据-造成伤害",
"Properties": [
{
"Property": "Element",
"Type": "Element",
"DisplayName": "元素"
},
{
"Property": "NumberValue",
"Type": "Float",
"DisplayName": "数值"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "特效"
},
{
"Property": "IsStun",
"Type": "Bool",
"DisplayName": "是否打断"
},
{
"Property": "IsFlow",
"Type": "Bool",
"DisplayName": "是否浮空"
},
{
"Property": "NumberValueLevel",
"Type": "Float",
"DisplayName": "层数系数"
}
],
"Constraints": [
{
"Property": "Element",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "NumberValue",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "IsStun",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "IsFlow",
"Type": "Boolean",
"DisplayAsCombobox": "False"
},
{
"Property": "NumberValueLevel",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "BuffEffect",
"DisplayName": "Buff生效数据",
"Properties": [
{
"Property": "BuffEffectTimingType",
"Type": "BuffEffectTimingType",
"DisplayName": "Buff生效时机"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "特效"
},
{
"Property": "Bless",
"Type": "Id",
"DisplayName": "前置祝福"
}
],
"Constraints": [
{
"Property": "BuffEffectTimingType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Bless",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Bless"
]
}
]
}
]
}
},
{
"Type": "BuffEffectChangeProperty",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "BuffEffectChangeProperty",
"DisplayName": "Buff效果-改变属性",
"Features": [
{
"TechnicalName": "BuffEffectProperty",
"DisplayName": "Buff生效数据-改变属性",
"Properties": [
{
"Property": "Property",
"Type": "Property",
"DisplayName": "角色属性"
},
{
"Property": "NumberValue",
"Type": "Float",
"DisplayName": "数值"
},
{
"Property": "PropertyChangeType",
"Type": "PropertyChangeType",
"DisplayName": "角色属性改变方式"
},
{
"Property": "NumberValueLevel",
"Type": "Float",
"DisplayName": "层数系数"
}
],
"Constraints": [
{
"Property": "Property",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "NumberValue",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "PropertyChangeType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "NumberValueLevel",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "BuffEffect",
"DisplayName": "Buff生效数据",
"Properties": [
{
"Property": "BuffEffectTimingType",
"Type": "BuffEffectTimingType",
"DisplayName": "Buff生效时机"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "特效"
},
{
"Property": "Bless",
"Type": "Id",
"DisplayName": "前置祝福"
}
],
"Constraints": [
{
"Property": "BuffEffectTimingType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Bless",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Bless"
]
}
]
}
]
}
},
{
"Type": "BuffEffect_04",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "BuffEffect_04",
"DisplayName": "Buff效果-清空层数",
"Features": [
{
"TechnicalName": "BuffEffectClearLevel",
"DisplayName": "Buff生效数据-清空层数",
"Properties": [
{
"Property": "NumberValue",
"Type": "Float",
"DisplayName": "数值"
}
],
"Constraints": [
{
"Property": "NumberValue",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "BuffEffect",
"DisplayName": "Buff生效数据",
"Properties": [
{
"Property": "BuffEffectTimingType",
"Type": "BuffEffectTimingType",
"DisplayName": "Buff生效时机"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "特效"
},
{
"Property": "Bless",
"Type": "Id",
"DisplayName": "前置祝福"
}
],
"Constraints": [
{
"Property": "BuffEffectTimingType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Bless",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Bless"
]
}
]
}
]
}
},
{
"Type": "BuffEffect_03",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "BuffEffect_03",
"DisplayName": "Buff效果-添加buff",
"Features": [
{
"TechnicalName": "BuffEffectAddBuff",
"DisplayName": "Buff生效数据-添加buff",
"Properties": [
{
"Property": "Buff",
"Type": "Id",
"DisplayName": "Buff"
},
{
"Property": "BuffLevel",
"Type": "Int",
"DisplayName": "Buff层数"
},
{
"Property": "NumberValueLevel",
"Type": "Float",
"DisplayName": "层数系数"
}
],
"Constraints": [
{
"Property": "Buff",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Buff"
]
},
{
"Property": "BuffLevel",
"Type": "Number",
"MinValue": "0",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "层"
},
{
"Property": "NumberValueLevel",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "BuffEffect",
"DisplayName": "Buff生效数据",
"Properties": [
{
"Property": "BuffEffectTimingType",
"Type": "BuffEffectTimingType",
"DisplayName": "Buff生效时机"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "特效"
},
{
"Property": "Bless",
"Type": "Id",
"DisplayName": "前置祝福"
}
],
"Constraints": [
{
"Property": "BuffEffectTimingType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Bless",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Bless"
]
}
]
}
]
}
},
{
"Type": "BuffPreCheckHasBuff",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "BuffPreCheckHasBuff",
"DisplayName": "Buff前置检查-存在buff",
"Features": [
{
"TechnicalName": "BuffPreCheckHasBuff",
"DisplayName": "Buff前置检查-存在buff",
"Properties": [
{
"Property": "Buff",
"Type": "Id",
"DisplayName": "Buff"
},
{
"Property": "BooleanValue",
"Type": "Bool",
"DisplayName": "是否存在"
}
],
"Constraints": [
{
"Property": "Buff",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Buff"
]
},
{
"Property": "BooleanValue",
"Type": "Boolean",
"DisplayAsCombobox": "False"
}
]
}
]
}
},
{
"Type": "BuffEffectSetSpeed",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "BuffEffectSetSpeed",
"DisplayName": "Buff效果-设置速度",
"Features": [
{
"TechnicalName": "BuffEffectSetSpeed",
"DisplayName": "Buff生效数据-设置速度",
"Properties": [
{
"Property": "NumberValueLevel",
"Type": "Float",
"DisplayName": "层数系数"
}
],
"Constraints": [
{
"Property": "NumberValueLevel",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
}
]
},
{
"TechnicalName": "BuffEffect",
"DisplayName": "Buff生效数据",
"Properties": [
{
"Property": "BuffEffectTimingType",
"Type": "BuffEffectTimingType",
"DisplayName": "Buff生效时机"
},
{
"Property": "Effect",
"Type": "string",
"DisplayName": "特效"
},
{
"Property": "Bless",
"Type": "Id",
"DisplayName": "前置祝福"
}
],
"Constraints": [
{
"Property": "BuffEffectTimingType",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
},
{
"Property": "Effect",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "Bless",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Bless"
]
}
]
}
]
}
},
{
"Type": "SoundGroup",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "SoundGroup",
"DisplayName": "音效组",
"Features": [
{
"TechnicalName": "Sound",
"DisplayName": "音效组数据",
"Properties": [
{
"Property": "SoundGroup",
"Type": "Array",
"DisplayName": "音效组",
"ItemType": "Id"
}
],
"Constraints": [
{
"Property": "SoundGroup",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Audio"
],
"AllowedModelTemplates": []
}
]
}
]
}
},
{
"Type": "Weapon",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Weapon",
"DisplayName": "武器",
"Features": [
{
"TechnicalName": "WeaponBasic",
"DisplayName": "武器基础数据",
"Properties": [
{
"Property": "Icon",
"Type": "Id",
"DisplayName": "图标"
},
{
"Property": "Name",
"Type": "string",
"DisplayName": "名字"
},
{
"Property": "Describe",
"Type": "string",
"DisplayName": "描述"
},
{
"Property": "Graph",
"Type": "Id",
"DisplayName": "流程图"
}
],
"Constraints": [
{
"Property": "Icon",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Asset"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None",
"Image"
],
"AllowedModelTemplates": []
},
{
"Property": "Name",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Describe",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "Graph",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Dialogue"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": []
}
]
}
]
}
},
{
"Type": "Level",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "Level",
"DisplayName": "关卡",
"Features": [
{
"TechnicalName": "Level",
"DisplayName": "关卡基础数据",
"Properties": [
{
"Property": "Prefab",
"Type": "string",
"DisplayName": "预制件"
},
{
"Property": "MonsterList",
"Type": "Array",
"DisplayName": "怪物列表",
"ItemType": "Id"
},
{
"Property": "Difficulty",
"Type": "Int",
"DisplayName": "难度"
},
{
"Property": "LevelLink_TL",
"Type": "Id",
"DisplayName": "关卡连接-TL"
},
{
"Property": "LevelLink_TM",
"Type": "Id",
"DisplayName": "关卡连接-TM"
},
{
"Property": "LevelLink_TR",
"Type": "Id",
"DisplayName": "关卡连接-TR"
},
{
"Property": "LevelLink_LT",
"Type": "Id",
"DisplayName": "关卡连接-LT"
},
{
"Property": "LevelLink_LM",
"Type": "Id",
"DisplayName": "关卡连接-LM"
},
{
"Property": "LevelLink_LD",
"Type": "Id",
"DisplayName": "关卡连接-LD"
},
{
"Property": "LevelLink_DL",
"Type": "Id",
"DisplayName": "关卡连接-DL"
},
{
"Property": "LevelLink_DM",
"Type": "Id",
"DisplayName": "关卡连接-DM"
},
{
"Property": "LevelLink_DR",
"Type": "Id",
"DisplayName": "关卡连接-DR"
},
{
"Property": "LevelLink_RT",
"Type": "Id",
"DisplayName": "关卡连接-RT"
},
{
"Property": "LevelLink_RM",
"Type": "Id",
"DisplayName": "关卡连接-RM"
},
{
"Property": "LevelLink_RD",
"Type": "Id",
"DisplayName": "关卡连接-RD"
},
{
"Property": "Door",
"Type": "Id",
"DisplayName": "传送门"
},
{
"Property": "LevelSizeX",
"Type": "Int",
"DisplayName": "关卡大小X"
},
{
"Property": "LevelSizeY",
"Type": "Int",
"DisplayName": "关卡大小Y"
},
{
"Property": "AIRes",
"Type": "string",
"DisplayName": "行为树"
}
],
"Constraints": [
{
"Property": "Prefab",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
},
{
"Property": "MonsterList",
"Type": "ReferenceStrip",
"MaxReferenceCount": "10000",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Monster"
]
},
{
"Property": "Difficulty",
"Type": "Number",
"MinValue": "1",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "LevelLink_TL",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_TM",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_TR",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_LT",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_LM",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_LD",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_DL",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_DM",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_DR",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_RT",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_RM",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "LevelLink_RD",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Level"
]
},
{
"Property": "Door",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Door"
]
},
{
"Property": "LevelSizeX",
"Type": "Number",
"MinValue": "1",
"MaxValue": "4",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "LevelSizeY",
"Type": "Number",
"MinValue": "1",
"MaxValue": "4",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "AIRes",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "False",
"AllowsLinebreaks": "False"
}
]
}
]
}
},
{
"Type": "SkillTrigger",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "SkillTrigger",
"DisplayName": "SkillTrigger-飞刀",
"Features": [
{
"TechnicalName": "SkillTriggerKnife",
"DisplayName": "SkillTrigger效果-飞刀",
"Properties": [
{
"Property": "Count",
"Type": "Int",
"DisplayName": "数量"
}
],
"Constraints": [
{
"Property": "Count",
"Type": "Number",
"MinValue": "0",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": "个"
}
]
},
{
"TechnicalName": "SkillTrigger",
"DisplayName": "SkillTrigger基础属性",
"Properties": [
{
"Property": "Bless",
"Type": "Id",
"DisplayName": "前置祝福"
},
{
"Property": "TriggerTiming",
"Type": "TriggerTiming",
"DisplayName": "触发时机"
}
],
"Constraints": [
{
"Property": "Bless",
"Type": "ReferenceSlot",
"AllowedModelTypes": [
"Entity"
],
"PlaceholderValue": "",
"AllowedAssetCategories": [
"None"
],
"AllowedModelTemplates": [
"Bless"
]
},
{
"Property": "TriggerTiming",
"Type": "Enum",
"IsLocalized": "False",
"SortMode": "BySortIndex"
}
]
}
]
}
},
{
"Type": "Location",
"Class": "Location",
"DisplayName": "Location",
"Properties": [
{
"Property": "Attachments",
"Type": "Array",
"ItemType": "Id"
},
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Spot",
"Class": "Spot",
"DisplayName": "Spot",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Zone",
"Class": "Zone",
"DisplayName": "Zone",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Vertices",
"Type": "Array",
"ItemType": "Point"
},
{
"Property": "Transform",
"Type": "Transformation"
},
{
"Property": "ShapeType",
"Type": "ShapeType"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Path",
"Class": "Path",
"DisplayName": "Path",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Vertices",
"Type": "Array",
"ItemType": "Point"
},
{
"Property": "Transform",
"Type": "Transformation"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "StartCap",
"Type": "PathCaps"
},
{
"Property": "EndCap",
"Type": "PathCaps"
},
{
"Property": "LineWidth",
"Type": "Float"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Link",
"Class": "Link",
"DisplayName": "Link",
"Properties": [
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "Target",
"Type": "Id"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Asset",
"Class": "Asset",
"DisplayName": "Asset",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "Filename",
"Type": "string"
},
{
"Property": "OriginalSource",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Condition",
"Class": "Condition",
"DisplayName": "Condition",
"Properties": [
{
"Property": "DisplayName",
"Type": "String"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Expression",
"Type": "Script_Condition"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
},
{
"Property": "InputPins",
"Type": "Array",
"ItemType": "InputPin"
},
{
"Property": "OutputPins",
"Type": "Array",
"ItemType": "OutputPin"
}
]
},
{
"Type": "Instruction",
"Class": "Instruction",
"DisplayName": "Instruction",
"Properties": [
{
"Property": "DisplayName",
"Type": "String"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Expression",
"Type": "Script_Instruction"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
},
{
"Property": "InputPins",
"Type": "Array",
"ItemType": "InputPin"
},
{
"Property": "OutputPins",
"Type": "Array",
"ItemType": "OutputPin"
}
]
},
{
"Type": "LocationText",
"Class": "LocationText",
"DisplayName": "LocationText",
"Properties": [
{
"Property": "DisplayName",
"Type": "String"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Anchors",
"Type": "Array",
"ItemType": "LocationAnchor"
},
{
"Property": "Vertices",
"Type": "Array",
"ItemType": "Point"
},
{
"Property": "Transform",
"Type": "Transformation"
},
{
"Property": "ShapeType",
"Type": "ShapeType"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "ForcedWidth",
"Type": "Float"
},
{
"Property": "ForcedHeight",
"Type": "Float"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "LocationImage",
"Class": "LocationImage",
"DisplayName": "LocationImage",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Anchors",
"Type": "Array",
"ItemType": "LocationAnchor"
},
{
"Property": "Vertices",
"Type": "Array",
"ItemType": "Point"
},
{
"Property": "Transform",
"Type": "Transformation"
},
{
"Property": "ShapeType",
"Type": "ShapeType"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "ClipRect",
"Type": "Rect"
},
{
"Property": "ImageOpacity",
"Type": "Float"
},
{
"Property": "ImageAsset",
"Type": "Id"
},
{
"Property": "CachedImageWidth",
"Type": "int"
},
{
"Property": "CachedImageHeight",
"Type": "int"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Document",
"Class": "Document",
"DisplayName": "Document",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "TextObject",
"Class": "TextObject",
"DisplayName": "TextObject",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "Attachments",
"Type": "Array",
"ItemType": "Id"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "Position",
"Type": "Point"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "UserFolder",
"Class": "UserFolder",
"DisplayName": "UserFolder",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
},
{
"Property": "ZIndex",
"Type": "Float"
}
]
}
],
"Packages": [
{
"Name": "gamedata",
"Description": "导出项目的所有对象和类型",
"IsDefaultPackage": true,
"Models": [
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_42BD0CCD",
"Id": "0x0100000000002648",
"Parent": "0x0300000043CE43F7",
"Attachments": [],
"DisplayName": "连招树",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 17.0,
"y": 50.0
},
"ZIndex": 2.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 1119685837,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000264B",
"Owner": "0x0100000000002648"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000264C",
"Owner": "0x0100000000002648"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_9834F8DE",
"Id": "0x010000000000142D",
"Parent": "0x0100000000002648",
"Attachments": [],
"DisplayName": "连招树-楼观剑",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 17.0,
"y": -250.0
},
"ZIndex": 1.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 2553608414,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000001430",
"Owner": "0x010000000000142D",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000001463",
"Target": "0x0100000000001460"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014C3",
"Target": "0x01000000000014C2"
}
]
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000001431",
"Owner": "0x010000000000142D"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_4D4BCACD",
"Id": "0x010000000000266C",
"Parent": "0x0100000000002648",
"Attachments": [],
"DisplayName": "连招树-白楼剑",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 12.0,
"y": 20.0
},
"ZIndex": 1.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 1296812749,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000266F",
"Owner": "0x010000000000266C"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000002670",
"Owner": "0x010000000000266C"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_30B4E3E0",
"Id": "0x0100000000002688",
"Parent": "0x0100000000002648",
"Attachments": [],
"DisplayName": "连招树-拳套",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 17.0,
"y": 275.0
},
"ZIndex": 2.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 817161184,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000268B",
"Owner": "0x0100000000002688"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000268C",
"Owner": "0x0100000000002688"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_8814A59C",
"Id": "0x0100000000002698",
"Parent": "0x0100000000002648",
"Attachments": [],
"DisplayName": "连招树-锁链",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 17.0,
"y": 525.0
},
"ZIndex": 2.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 2283054492,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000002699",
"Owner": "0x0100000000002698"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000269A",
"Owner": "0x0100000000002698"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_9A3CC35F",
"Id": "0x01000000000026B3",
"Parent": "0x0300000043CE43F7",
"Attachments": [],
"DisplayName": "对话",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 342.0,
"y": 50.0
},
"ZIndex": 3.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 2587673439,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000026B6",
"Owner": "0x01000000000026B3"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000026B7",
"Owner": "0x01000000000026B3"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_AF9EDD66",
"Id": "0x01000000000005BF",
"Parent": "0x01000000000026B3",
"Attachments": [],
"DisplayName": "测试对话",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "测试对话",
"ExternalId": "",
"Position": {
"x": 17.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 2946424166,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000005C2",
"Owner": "0x01000000000005BF",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000005E8",
"Target": "0x01000000000005E5"
}
]
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000AC1",
"Owner": "0x01000000000005BF"
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_9C787EA6",
"Id": "0x0100000000001460",
"Parent": "0x010000000000142D",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x03000000F071A5F6",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 425.0,
"y": 250.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2625142438,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000001463",
"Owner": "0x0100000000001460"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000001464",
"Owner": "0x0100000000001460",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000001466",
"Target": "0x0100000000001465"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014A0",
"Target": "0x010000000000149F"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_1BFB995F",
"Id": "0x0100000000001465",
"Parent": "0x010000000000142D",
"MenuText": "A",
"StageDirections": "",
"Speaker": "0x0100000000000846",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 750.0,
"y": 250.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 469473631,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000001466",
"Owner": "0x0100000000001465"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000001467",
"Owner": "0x0100000000001465",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000146B",
"Target": "0x010000000000146A"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000001483",
"Target": "0x0100000000001482"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_96FE98B4",
"Id": "0x010000000000146A",
"Parent": "0x010000000000142D",
"MenuText": "A",
"StageDirections": "",
"Speaker": "0x010000000000084B",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 250.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2533267636,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000146B",
"Owner": "0x010000000000146A"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000146C",
"Owner": "0x010000000000146A",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000001471",
"Target": "0x0100000000001470"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_32EFB76E",
"Id": "0x0100000000001470",
"Parent": "0x010000000000142D",
"MenuText": "A",
"StageDirections": "",
"Speaker": "0x0100000000000852",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1400.0,
"y": 250.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 854570862,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000001471",
"Owner": "0x0100000000001470"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000001472",
"Owner": "0x0100000000001470",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000001478",
"Target": "0x0100000000001477"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_EB5097D4",
"Id": "0x0100000000001477",
"Parent": "0x010000000000142D",
"MenuText": "A",
"StageDirections": "",
"Speaker": "0x0100000000000858",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1050.0,
"y": -125.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3947927508,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000001478",
"Owner": "0x0100000000001477"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000001479",
"Owner": "0x0100000000001477",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000001466",
"Target": "0x0100000000001465"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_17D50F6A",
"Id": "0x0100000000001482",
"Parent": "0x010000000000142D",
"MenuText": "B",
"StageDirections": "",
"Speaker": "0x0100000000000870",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 475.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 399839082,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000001483",
"Owner": "0x0100000000001482"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000001484",
"Owner": "0x0100000000001482",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000001471",
"Target": "0x0100000000001470"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000001499",
"Target": "0x0100000000001498"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_073F8BEC",
"Id": "0x0100000000001498",
"Parent": "0x010000000000142D",
"MenuText": "B",
"StageDirections": "",
"Speaker": "0x010000000000087C",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1400.0,
"y": 475.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 121605100,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000001499",
"Owner": "0x0100000000001498"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000149A",
"Owner": "0x0100000000001498"
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_62ACEBB5",
"Id": "0x010000000000149F",
"Parent": "0x010000000000142D",
"MenuText": "↓B",
"StageDirections": "",
"Speaker": "0x0100000000000876",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 750.0,
"y": 750.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1655499701,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014A0",
"Owner": "0x010000000000149F"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014A1",
"Owner": "0x010000000000149F",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014A7",
"Target": "0x01000000000014A6"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014AD",
"Target": "0x01000000000014AC"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014B5",
"Target": "0x01000000000014B4"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_CF8C2979",
"Id": "0x01000000000014A6",
"Parent": "0x010000000000142D",
"MenuText": "↑B",
"StageDirections": "",
"Speaker": "0x0100000000000882",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 750.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3482069369,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014A7",
"Owner": "0x01000000000014A6"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014A8",
"Owner": "0x01000000000014A6",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014BC",
"Target": "0x01000000000014BB"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_E1236264",
"Id": "0x01000000000014AC",
"Parent": "0x010000000000142D",
"MenuText": "* ↑B",
"StageDirections": "",
"Speaker": "0x0100000000000888",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 975.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3777192548,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014AD",
"Owner": "0x01000000000014AC"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014AE",
"Owner": "0x01000000000014AC"
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_212C1428",
"Id": "0x01000000000014B4",
"Parent": "0x010000000000142D",
"MenuText": "* * ↑B",
"StageDirections": "",
"Speaker": "0x010000000000088E",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 1200.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 556536872,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014B5",
"Owner": "0x01000000000014B4"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014B6",
"Owner": "0x01000000000014B4"
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_08628115",
"Id": "0x01000000000014BB",
"Parent": "0x010000000000142D",
"MenuText": "A",
"StageDirections": "",
"Speaker": "0x010000000000089A",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1400.0,
"y": 750.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 140673301,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014BC",
"Owner": "0x01000000000014BB"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014BD",
"Owner": "0x01000000000014BB"
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_909DD016",
"Id": "0x01000000000014C2",
"Parent": "0x010000000000142D",
"MenuText": "Air",
"StageDirections": "",
"Speaker": "0x03000000F071A5F6",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 425.0,
"y": 1450.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2426261526,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014C3",
"Owner": "0x01000000000014C2"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014C4",
"Owner": "0x01000000000014C2",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014C8",
"Target": "0x01000000000014C7"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_47350D0E",
"Id": "0x01000000000014C7",
"Parent": "0x010000000000142D",
"MenuText": "A",
"StageDirections": "",
"Speaker": "0x010000000000085E",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 750.0,
"y": 1450.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1194659086,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014C8",
"Owner": "0x01000000000014C7"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014C9",
"Owner": "0x01000000000014C7",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014CE",
"Target": "0x01000000000014CD"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000002605",
"Target": "0x0100000000002604"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_19552707",
"Id": "0x01000000000014CD",
"Parent": "0x010000000000142D",
"MenuText": "A",
"StageDirections": "",
"Speaker": "0x0100000000000864",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 1450.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 425010951,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014CE",
"Owner": "0x01000000000014CD"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014CF",
"Owner": "0x01000000000014CD",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014D4",
"Target": "0x01000000000014D3"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_75796CAF",
"Id": "0x01000000000014D3",
"Parent": "0x010000000000142D",
"MenuText": "A",
"StageDirections": "",
"Speaker": "0x010000000000086A",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1400.0,
"y": 1450.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1970891951,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014D4",
"Owner": "0x01000000000014D3"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014D5",
"Owner": "0x01000000000014D3"
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_D7061B37",
"Id": "0x0100000000002604",
"Parent": "0x010000000000142D",
"MenuText": "B",
"StageDirections": "",
"Speaker": "0x01000000000025FC",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 1700.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3607501623,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000002605",
"Owner": "0x0100000000002604"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000002606",
"Owner": "0x0100000000002604",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014D4",
"Target": "0x01000000000014D3"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_EF3336AB",
"Id": "0x01000000000005E5",
"Parent": "0x01000000000005BF",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x01000000000005D0",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本",
"ExternalId": "",
"Position": {
"x": -250.0,
"y": -100.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 4013110955,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000005E8",
"Owner": "0x01000000000005E5"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000005E9",
"Owner": "0x01000000000005E5",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000005EE",
"Target": "0x01000000000005EB"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_7FED9F76",
"Id": "0x01000000000005EB",
"Parent": "0x01000000000005BF",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x01000000000005DE",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本",
"ExternalId": "",
"Position": {
"x": 125.0,
"y": -100.0
},
"ZIndex": 1.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2146279286,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000005EE",
"Owner": "0x01000000000005EB"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000005EF",
"Owner": "0x01000000000005EB",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000005F4",
"Target": "0x01000000000005F2"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_16AED646",
"Id": "0x01000000000005F2",
"Parent": "0x01000000000005BF",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x01000000000005DE",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "1+1=",
"ExternalId": "",
"Position": {
"x": 475.0,
"y": -100.0
},
"ZIndex": 1.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 380556870,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000005F4",
"Owner": "0x01000000000005F2"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000005F5",
"Owner": "0x01000000000005F2",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000005FB",
"Target": "0x01000000000005F9"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014DD",
"Target": "0x01000000000014DC"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_1C96DBED",
"Id": "0x01000000000005F9",
"Parent": "0x01000000000005BF",
"MenuText": "3",
"StageDirections": "",
"Speaker": "0x01000000000005D0",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "等于3",
"ExternalId": "",
"Position": {
"x": 850.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 479648749,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000005FB",
"Owner": "0x01000000000005F9"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000005FC",
"Owner": "0x01000000000005F9",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014ED",
"Target": "0x01000000000014EC"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_26C69B83",
"Id": "0x01000000000014DC",
"Parent": "0x01000000000005BF",
"MenuText": "2",
"StageDirections": "",
"Speaker": "0x01000000000005D0",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "等于2",
"ExternalId": "",
"Position": {
"x": 850.0,
"y": -225.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 650550147,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014DD",
"Owner": "0x01000000000014DC"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014DE",
"Owner": "0x01000000000014DC",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000014E4",
"Target": "0x01000000000014E3"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_64A21D31",
"Id": "0x01000000000014E3",
"Parent": "0x01000000000005BF",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x01000000000005DE",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "答对了",
"ExternalId": "",
"Position": {
"x": 1150.0,
"y": -225.0
},
"ZIndex": 1.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1688345905,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014E4",
"Owner": "0x01000000000014E3"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014E5",
"Owner": "0x01000000000014E3"
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_7C694FA2",
"Id": "0x01000000000014EC",
"Parent": "0x01000000000005BF",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x01000000000005DE",
"SplitHeight": 64.0,
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "答错了",
"ExternalId": "",
"Position": {
"x": 1150.0,
"y": 0.0
},
"ZIndex": 1.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2087276450,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000014ED",
"Owner": "0x01000000000014EC"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000014EE",
"Owner": "0x01000000000014EC"
}
]
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_5FE6ACF7",
"Id": "0x010000000000089A",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "技能-剑气",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 356.0,
"y": 177.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1608953079
},
"Template": {
"SkillCombo": {
"StanceStart": 7,
"StanceEnd": 8,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-升龙",
"Describe": "",
"Timeline": "skill_hero01_long_remote_skill01",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_3D642BB4",
"Id": "0x010000000000087C",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "技能-升龙",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 345.0,
"y": 183.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1029974964
},
"Template": {
"SkillCombo": {
"StanceStart": 2,
"StanceEnd": 99,
"TriggerType": 1,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-升龙",
"Describe": "",
"Timeline": "skill_hero01_long_skill02",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_0824FF5D",
"Id": "0x0100000000000870",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "技能-突进",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 678.0,
"y": 333.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 136642397
},
"Template": {
"SkillCombo": {
"StanceStart": 1,
"StanceEnd": 2,
"TriggerType": 1,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-突进",
"Describe": "",
"Timeline": "skill_hero01_long_skill01",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_2C0F96F7",
"Id": "0x0100000000000876",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "技能-重击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 338.0,
"y": 171.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 739219191
},
"Template": {
"SkillCombo": {
"StanceStart": 0,
"StanceEnd": 0,
"TriggerType": 1,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-重击",
"Describe": "",
"Timeline": "skill_hero01_long_skill03",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_15FFC873",
"Id": "0x0100000000000882",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "技能-重击普攻",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 444.0,
"y": 227.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 369084531
},
"Template": {
"SkillCombo": {
"StanceStart": 4,
"StanceEnd": 7,
"TriggerType": 3,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-重击普攻",
"Describe": "",
"Timeline": "skill_hero01_long_skill0301",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_AA088A6F",
"Id": "0x0100000000000888",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "技能-重击一闪",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 415.0,
"y": 247.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2852686447
},
"Template": {
"SkillCombo": {
"StanceStart": 5,
"StanceEnd": 99,
"TriggerType": 3,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-重击一闪",
"Describe": "",
"Timeline": "skill_hero01_long_skill0302",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_47FFC664",
"Id": "0x010000000000088E",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "技能-重击一闪居合",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 376.0,
"y": 266.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1207944804
},
"Template": {
"SkillCombo": {
"StanceStart": 6,
"StanceEnd": 99,
"TriggerType": 3,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-重击一闪居合",
"Describe": "",
"Timeline": "skill_hero01_long_skill0303",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_5529D876",
"Id": "0x01000000000025FC",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "空中技能-旋转攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 397.0,
"y": 262.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1428805750
},
"Template": {
"SkillCombo": {
"StanceStart": 11,
"StanceEnd": 12,
"TriggerType": 1,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "空中技能-旋转攻击",
"Describe": "",
"Timeline": "skill_hero01_long_air_skill01",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_1666DE92",
"Id": "0x010000000000085E",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "空中普通攻击01",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 432.0,
"y": 195.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 375840402
},
"Template": {
"SkillCombo": {
"StanceStart": 10,
"StanceEnd": 11,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "空中普通攻击01",
"Describe": "",
"Timeline": "skill_hero01_long_air_attack01",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_B5483BD1",
"Id": "0x0100000000000864",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "空中普通攻击02",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 357.0,
"y": 164.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3041410001
},
"Template": {
"SkillCombo": {
"StanceStart": 11,
"StanceEnd": 12,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "空中普通攻击02",
"Describe": "",
"Timeline": "skill_hero01_long_air_attack02",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_02B876A2",
"Id": "0x010000000000086A",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "空中普通攻击03",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 361.0,
"y": 199.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 45643426
},
"Template": {
"SkillCombo": {
"StanceStart": 12,
"StanceEnd": 99,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "空中普通攻击03",
"Describe": "",
"Timeline": "skill_hero01_long_air_attack03",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_62B70C86",
"Id": "0x0100000000000846",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "普通攻击01",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 274.0,
"y": 163.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1656163462
},
"Template": {
"SkillCombo": {
"StanceStart": 0,
"StanceEnd": 1,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击01",
"Describe": "",
"Timeline": "skill_hero01_long_attack01",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_9A4BA4A5",
"Id": "0x010000000000084B",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "普通攻击02",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 440.0,
"y": 190.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2588648613
},
"Template": {
"SkillCombo": {
"StanceStart": 1,
"StanceEnd": 2,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击02",
"Describe": "",
"Timeline": "skill_hero01_long_attack02",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_7EFF324C",
"Id": "0x0100000000000852",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "普通攻击03",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 330.0,
"y": 201.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2130653772
},
"Template": {
"SkillCombo": {
"StanceStart": 2,
"StanceEnd": 3,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击03",
"Describe": "",
"Timeline": "skill_hero01_long_attack03",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_6FC043B4",
"Id": "0x0100000000000858",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "普通攻击04",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 329.0,
"y": 223.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1874871220
},
"Template": {
"SkillCombo": {
"StanceStart": 3,
"StanceEnd": 1,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击04",
"Describe": "",
"Timeline": "skill_hero01_long_attack04",
"SoundList": [
"0x01000000000012A0"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_66BFFE6E",
"Id": "0x0100000000000894",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "闪避",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 402.0,
"y": 287.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1723858542
},
"Template": {
"SkillCombo": {
"StanceStart": 100,
"StanceEnd": 0,
"TriggerType": 4,
"FreeLock": true,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "闪避",
"Describe": "",
"Timeline": "skill_hero01_long_flash",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_2BE6D754",
"Id": "0x01000000000048AF",
"Parent": "0x0100000000003B59",
"Attachments": [],
"DisplayName": "空中技能-下劈",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 295.0,
"y": 535.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 736548692
},
"Template": {
"SkillCombo": {
"StanceStart": 10,
"StanceEnd": 1,
"TriggerType": 1,
"FreeLock": false,
"Weapon": "0x0100000000002666",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "空中技能-下劈",
"Describe": "",
"Timeline": "skill_hero01_long_air_skill02",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_EC48D87F",
"Id": "0x0100000000003B5D",
"Parent": "0x0100000000003B5B",
"Attachments": [],
"DisplayName": "普通攻击01",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": -107.0,
"y": 156.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3964196991
},
"Template": {
"SkillCombo": {
"StanceStart": 0,
"StanceEnd": 1,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002672",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击01",
"Describe": "",
"Timeline": "skill_hero01_short_attack01",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_3FA1EFD5",
"Id": "0x0100000000003BBC",
"Parent": "0x0100000000003B5B",
"Attachments": [],
"DisplayName": "普通攻击02",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 310.0,
"y": 191.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1067577301
},
"Template": {
"SkillCombo": {
"StanceStart": 1,
"StanceEnd": 2,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002672",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击02",
"Describe": "",
"Timeline": "skill_hero01_short_attack02",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_9749AEA5",
"Id": "0x0100000000003BC5",
"Parent": "0x0100000000003B5B",
"Attachments": [],
"DisplayName": "普通攻击03",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 234.0,
"y": 193.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2538188453
},
"Template": {
"SkillCombo": {
"StanceStart": 2,
"StanceEnd": 3,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002672",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击03",
"Describe": "",
"Timeline": "skill_hero01_short_attack03",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_9BF7C3CE",
"Id": "0x0100000000003BCE",
"Parent": "0x0100000000003B5B",
"Attachments": [],
"DisplayName": "普通攻击04",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 229.0,
"y": 210.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2616705998
},
"Template": {
"SkillCombo": {
"StanceStart": 3,
"StanceEnd": 4,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x0100000000002672",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击04",
"Describe": "",
"Timeline": "skill_hero01_short_attack04",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_AB24077F",
"Id": "0x0100000000003C38",
"Parent": "0x0100000000003B5B",
"Attachments": [],
"DisplayName": "技能-突进",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": -110.0,
"y": 281.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2871265151
},
"Template": {
"SkillCombo": {
"StanceStart": 1,
"StanceEnd": 2,
"TriggerType": 1,
"FreeLock": false,
"Weapon": "0x0100000000002672",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-突进",
"Describe": "",
"Timeline": "skill_hero01_short_skill01",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_66107955",
"Id": "0x0100000000003C40",
"Parent": "0x0100000000003B5B",
"Attachments": [],
"DisplayName": "技能-升龙",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": -93.0,
"y": 491.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1712355669
},
"Template": {
"SkillCombo": {
"StanceStart": 2,
"StanceEnd": 99,
"TriggerType": 1,
"FreeLock": false,
"Weapon": "0x0100000000002672",
"SkillTrigger": [
"0x0100000000003CD1"
]
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-升龙",
"Describe": "",
"Timeline": "skill_hero01_short_skill02",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_2CBD8FD4",
"Id": "0x01000000000049FC",
"Parent": "0x01000000000049FA",
"Attachments": [],
"DisplayName": "普通攻击01",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": -322.0,
"y": 481.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 750620628
},
"Template": {
"SkillCombo": {
"StanceStart": 0,
"StanceEnd": 1,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x010000000000268E",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击01",
"Describe": "",
"Timeline": "skill_hero01_fist_attack01",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_0D6FD504",
"Id": "0x0100000000004A05",
"Parent": "0x01000000000049FA",
"Attachments": [],
"DisplayName": "普通攻击02",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": -275.0,
"y": 758.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 225432836
},
"Template": {
"SkillCombo": {
"StanceStart": 1,
"StanceEnd": 2,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x010000000000268E",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击02",
"Describe": "",
"Timeline": "skill_hero01_fist_attack02",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_B6789524",
"Id": "0x0100000000004C0A",
"Parent": "0x01000000000049FA",
"Attachments": [],
"DisplayName": "普通攻击03",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 302.0,
"y": 673.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3061355812
},
"Template": {
"SkillCombo": {
"StanceStart": 2,
"StanceEnd": 3,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x010000000000268E",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击03",
"Describe": "",
"Timeline": "skill_hero01_fist_attack03",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_BA7BDDA8",
"Id": "0x0100000000004C13",
"Parent": "0x01000000000049FA",
"Attachments": [],
"DisplayName": "普通攻击04",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 302.0,
"y": 673.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3128679848
},
"Template": {
"SkillCombo": {
"StanceStart": 3,
"StanceEnd": 4,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x010000000000268E",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击04",
"Describe": "",
"Timeline": "skill_hero01_fist_attack04",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_A28DE777",
"Id": "0x0100000000004C1C",
"Parent": "0x01000000000049FA",
"Attachments": [],
"DisplayName": "普通攻击05",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 286.0,
"y": 687.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2727208823
},
"Template": {
"SkillCombo": {
"StanceStart": 4,
"StanceEnd": 5,
"TriggerType": 0,
"FreeLock": false,
"Weapon": "0x010000000000268E",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "普通攻击05",
"Describe": "",
"Timeline": "skill_hero01_fist_attack05",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMaster",
"Properties": {
"TechnicalName": "Ntt_94006B4B",
"Id": "0x0100000000004C25",
"Parent": "0x01000000000049FA",
"Attachments": [],
"DisplayName": "技能-投技",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 230.0,
"y": 474.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2483055435
},
"Template": {
"SkillCombo": {
"StanceStart": 1,
"StanceEnd": 2,
"TriggerType": 1,
"FreeLock": false,
"Weapon": "0x010000000000268E",
"SkillTrigger": []
},
"Skill": {
"Icon": "0x0000000000000000",
"Name": "技能-投技",
"Describe": "",
"Timeline": "skill_hero01_fist_skill01",
"SoundList": [
"0x0100000000001297"
],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_F9C80DD3",
"Id": "0x01000000000039AA",
"Parent": "0x01000000000039A6",
"Attachments": [],
"DisplayName": "01普通攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 192.0,
"y": 452.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4190637523
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0101",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_FE6932BC",
"Id": "0x01000000000042E4",
"Parent": "0x0100000000003C0F",
"Attachments": [],
"DisplayName": "01持盾攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 183.0,
"y": 367.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4268307132
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0301",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_BD6D4DD4",
"Id": "0x01000000000042ED",
"Parent": "0x0100000000003C0F",
"Attachments": [],
"DisplayName": "02坐地攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 449.0,
"y": 384.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3178057172
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0302",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_F5193018",
"Id": "0x01000000000042F3",
"Parent": "0x0100000000003C0F",
"Attachments": [],
"DisplayName": "03嘲讽",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 375.0,
"y": 356.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4112068632
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0303",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_9A7BE16C",
"Id": "0x01000000000042F9",
"Parent": "0x0100000000003C0F",
"Attachments": [],
"DisplayName": "04向后移动",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": -170.0,
"y": 328.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2591809900
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0304",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_1A83457F",
"Id": "0x0100000000003C22",
"Parent": "0x0100000000003C20",
"Attachments": [],
"DisplayName": "01普通攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 174.0,
"y": 470.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 444810623
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0401",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_D472C9BE",
"Id": "0x01000000000042BB",
"Parent": "0x01000000000042B9",
"Attachments": [],
"DisplayName": "01普通攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 182.0,
"y": 609.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3564292542
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0201",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_E55EAF1F",
"Id": "0x01000000000042C2",
"Parent": "0x01000000000042B9",
"Attachments": [],
"DisplayName": "02普通攻击-远程",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 261.0,
"y": 123.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3848187679
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0202",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 1,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_5ADDDC33",
"Id": "0x01000000000042D6",
"Parent": "0x01000000000042B9",
"Attachments": [],
"DisplayName": "04向后移动",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 254.0,
"y": 130.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1524489267
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0204",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_BCC030AC",
"Id": "0x01000000000042DD",
"Parent": "0x01000000000042B9",
"Attachments": [],
"DisplayName": "03嘲讽",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 631.0,
"y": 205.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3166711980
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_monster0203",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_61F5FCE5",
"Id": "0x0100000000003956",
"Parent": "0x0100000000003950",
"Attachments": [],
"DisplayName": "01普通攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 143.0,
"y": 228.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1643511013
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_boss0101",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_593E86BE",
"Id": "0x010000000000395C",
"Parent": "0x0100000000003950",
"Attachments": [],
"DisplayName": "02远程攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 294.0,
"y": 253.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1497269950
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_boss0102",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_455C532D",
"Id": "0x0100000000003B22",
"Parent": "0x0100000000003950",
"Attachments": [],
"DisplayName": "03远程弹幕",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 220.0,
"y": 168.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1163678509
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_boss0103",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 1,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_2AF0CFC6",
"Id": "0x0100000000003B29",
"Parent": "0x0100000000003950",
"Attachments": [],
"DisplayName": "04冲刺",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 338.0,
"y": 324.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 720424902
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_boss0104",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 0,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "SkillMonster",
"Properties": {
"TechnicalName": "Ntt_2DDB0814",
"Id": "0x0100000000003B3B",
"Parent": "0x0100000000003950",
"Attachments": [],
"DisplayName": "05远程跟踪爆炸",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 233.0,
"y": 243.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 769329172
},
"Template": {
"Skill": {
"Icon": "0x0000000000000000",
"Name": "",
"Describe": "",
"Timeline": "skill_boss0105",
"SoundList": [],
"AttackType": 0,
"AttackRangeType": 1,
"AttackInputType": 0,
"AttackRate": 1.0,
"StunRate": 1.0,
"ExecuteRate": 1.0
}
}
},
{
"Type": "Bless",
"Properties": {
"TechnicalName": "Ntt_E2E7D65C",
"Id": "0x0100000000003C50",
"Parent": "0x0100000000003C4E",
"Attachments": [],
"DisplayName": "飞刀-AAB",
"Color": {
"r": 0.5647115,
"g": 0.6938718,
"b": 0.8713671
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 83.0,
"y": 330.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3806844508
},
"Template": {
"Bless": {
"Icon": "0x0100000000001696",
"Name": "飞刀-AAB",
"BlessPreCheck": "0x0000000000000000",
"BlessPreCheck2": "0x0000000000000000",
"Describe": ""
}
}
},
{
"Type": "Buff",
"Properties": {
"TechnicalName": "Ntt_1B20A898",
"Id": "0x0100000000000CFD",
"Parent": "0x01000000000011AD",
"Attachments": [],
"DisplayName": "硬直",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 153.0,
"y": 157.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x010000000000122D"
},
"ShortId": 455125144
},
"Template": {
"Buff": {
"Icon": "0x010000000000169C",
"Name": "硬直",
"Describe": "硬直n秒",
"AliveTime": 0.6,
"UpdateRate": 0.0,
"IsAliveForever": false,
"IsUpdate": false,
"BuffPreCheck": [],
"BuffEffect": [
"0x0100000000001422",
"0x0100000000001426"
],
"LevelMax": 1.0,
"EffectStart": "",
"EffectDuring": "",
"EffectEnd": ""
}
}
},
{
"Type": "Buff",
"Properties": {
"TechnicalName": "Ntt_A7BCFB9B",
"Id": "0x0100000000001B57",
"Parent": "0x01000000000011AD",
"Attachments": [],
"DisplayName": "击落",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 317.0,
"y": 223.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x010000000000122D"
},
"ShortId": 2814180251
},
"Template": {
"Buff": {
"Icon": "0x010000000000168A",
"Name": "击落",
"Describe": "落地时反弹 代码处理",
"AliveTime": 0.0,
"UpdateRate": 0.0,
"IsAliveForever": false,
"IsUpdate": false,
"BuffPreCheck": [],
"BuffEffect": [],
"LevelMax": 1.0,
"EffectStart": "",
"EffectDuring": "",
"EffectEnd": ""
}
}
},
{
"Type": "Buff",
"Properties": {
"TechnicalName": "Ntt_CB92396C",
"Id": "0x0100000000003436",
"Parent": "0x01000000000011AD",
"Attachments": [],
"DisplayName": "眩晕",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 201.0,
"y": 200.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x010000000000122D"
},
"ShortId": 3415357804
},
"Template": {
"Buff": {
"Icon": "0x010000000000122D",
"Name": "硬直",
"Describe": "眩晕n秒",
"AliveTime": 8.0,
"UpdateRate": 0.0,
"IsAliveForever": false,
"IsUpdate": false,
"BuffPreCheck": [],
"BuffEffect": [
"0x0100000000001422",
"0x0100000000001426"
],
"LevelMax": 1.0,
"EffectStart": "",
"EffectDuring": "",
"EffectEnd": ""
}
}
},
{
"Type": "Buff",
"Properties": {
"TechnicalName": "Ntt_30CF5E37",
"Id": "0x0100000000003440",
"Parent": "0x01000000000011AD",
"Attachments": [],
"DisplayName": "处决",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 236.0,
"y": 158.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x010000000000122D"
},
"ShortId": 818896439
},
"Template": {
"Buff": {
"Icon": "0x0100000000001690",
"Name": "处决",
"Describe": "",
"AliveTime": 10.0,
"UpdateRate": 0.0,
"IsAliveForever": false,
"IsUpdate": false,
"BuffPreCheck": [],
"BuffEffect": [],
"LevelMax": 1.0,
"EffectStart": "",
"EffectDuring": "",
"EffectEnd": ""
}
}
},
{
"Type": "Buff",
"Properties": {
"TechnicalName": "Ntt_14493626",
"Id": "0x0100000000003748",
"Parent": "0x01000000000011AD",
"Attachments": [],
"DisplayName": "位移",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 298.0,
"y": 235.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x01000000000015A9"
},
"ShortId": 340342310
},
"Template": {
"Buff": {
"Icon": "0x01000000000015A9",
"Name": "击退",
"Describe": "按照上一次受击方向击退",
"AliveTime": 0.1,
"UpdateRate": 0.0,
"IsAliveForever": false,
"IsUpdate": false,
"BuffPreCheck": [],
"BuffEffect": [
"0x0100000000003753"
],
"LevelMax": 1.0,
"EffectStart": "",
"EffectDuring": "",
"EffectEnd": ""
}
}
},
{
"Type": "BuffEffectChangeProperty",
"Properties": {
"TechnicalName": "Ntt_5D841147",
"Id": "0x0100000000001422",
"Parent": "0x0100000000001742",
"Attachments": [],
"DisplayName": "硬直计数创建时+1",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 196.0,
"y": 242.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1568936263
},
"Template": {
"BuffEffectProperty": {
"Property": 1,
"NumberValue": 1.0,
"PropertyChangeType": 0,
"NumberValueLevel": 0.0
},
"BuffEffect": {
"BuffEffectTimingType": 1,
"Effect": "",
"Bless": "0x0000000000000000"
}
}
},
{
"Type": "BuffEffectChangeProperty",
"Properties": {
"TechnicalName": "Ntt_E89F199D",
"Id": "0x0100000000001426",
"Parent": "0x0100000000001742",
"Attachments": [],
"DisplayName": "硬直计数结束时-1",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 232.0,
"y": 281.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3902740893
},
"Template": {
"BuffEffectProperty": {
"Property": 1,
"NumberValue": -1.0,
"PropertyChangeType": 0,
"NumberValueLevel": 0.0
},
"BuffEffect": {
"BuffEffectTimingType": 2,
"Effect": "",
"Bless": "0x0000000000000000"
}
}
},
{
"Type": "BuffEffect_04",
"Properties": {
"TechnicalName": "Ntt_F545EE3E",
"Id": "0x0100000000001923",
"Parent": "0x0100000000001742",
"Attachments": [],
"DisplayName": "受重击时清空层数",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 278.0,
"y": 534.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4115000894
},
"Template": {
"BuffEffectClearLevel": {
"NumberValue": null
},
"BuffEffect": {
"BuffEffectTimingType": 8,
"Effect": "",
"Bless": "0x0000000000000000"
}
}
},
{
"Type": "BuffEffectSetSpeed",
"Properties": {
"TechnicalName": "Ntt_8D6A3FD7",
"Id": "0x0100000000003753",
"Parent": "0x0100000000001742",
"Attachments": [],
"DisplayName": "持续设置速度",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 288.0,
"y": 638.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2372550615
},
"Template": {
"BuffEffectSetSpeed": {
"NumberValueLevel": 1.0
},
"BuffEffect": {
"BuffEffectTimingType": 0,
"Effect": "",
"Bless": "0x0000000000000000"
}
}
},
{
"Type": "Bullet",
"Properties": {
"TechnicalName": "Ntt_05A2281C",
"Id": "0x0100000000001D6E",
"Parent": "0x0100000000003D6D",
"Attachments": [],
"DisplayName": "01剑气",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 156.0,
"y": 536.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 94513180
},
"Template": {
"Bullet": {
"Timeline": "bullet_hero0101"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "effect_bullet_hero0101",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000003B4F",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 6,
"ViewOffset": 32.0,
"AnimationName": ""
}
}
},
{
"Type": "Bullet",
"Properties": {
"TechnicalName": "Ntt_FFD86A80",
"Id": "0x0100000000003BD7",
"Parent": "0x0100000000003D6D",
"Attachments": [],
"DisplayName": "02原地剑气",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 179.0,
"y": 694.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4292373120
},
"Template": {
"Bullet": {
"Timeline": "bullet_hero0102"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000003B4F",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 6,
"ViewOffset": 32.0,
"AnimationName": ""
}
}
},
{
"Type": "Bullet",
"Properties": {
"TechnicalName": "Ntt_29D929F8",
"Id": "0x0100000000003BE1",
"Parent": "0x0100000000003D6D",
"Attachments": [],
"DisplayName": "101原地剑气移动",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 255.0,
"y": 690.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 702097912
},
"Template": {
"Bullet": {
"Timeline": "bullet_hero01101"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001D6A",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [
"0x0100000000003BD7"
],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 6,
"ViewOffset": 32.0,
"AnimationName": ""
}
}
},
{
"Type": "Bullet",
"Properties": {
"TechnicalName": "Ntt_6036932B",
"Id": "0x0100000000003D71",
"Parent": "0x0100000000003D6F",
"Attachments": [],
"DisplayName": "01飞刀",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 333.0,
"y": 375.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1614189355
},
"Template": {
"Bullet": {
"Timeline": "bullet_hero01_ms01"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "effect_bullet_hero01_ms01",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000003D7B",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 6,
"ViewOffset": 32.0,
"AnimationName": ""
}
}
},
{
"Type": "Bullet",
"Properties": {
"TechnicalName": "Ntt_2BAD303E",
"Id": "0x0100000000003A44",
"Parent": "0x0100000000003A42",
"Attachments": [],
"DisplayName": "01黑色子弹",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 180.0,
"y": 578.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 732770366
},
"Template": {
"Bullet": {
"Timeline": "bullet_monster01"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "effect_bullet_monster01",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001D6A",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 6,
"ViewOffset": 32.0,
"AnimationName": ""
}
}
},
{
"Type": "Bullet",
"Properties": {
"TechnicalName": "Ntt_6B909CC1",
"Id": "0x0100000000003B30",
"Parent": "0x0100000000003A42",
"Attachments": [],
"DisplayName": "02黑色爆炸",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 268.0,
"y": 724.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1804639425
},
"Template": {
"Bullet": {
"Timeline": "bullet_monster02"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001D6A",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 6,
"ViewOffset": 32.0,
"AnimationName": ""
}
}
},
{
"Type": "Bullet",
"Properties": {
"TechnicalName": "Ntt_56CB76E4",
"Id": "0x0100000000003B41",
"Parent": "0x0100000000003A42",
"Attachments": [],
"DisplayName": "101黑色爆炸跟踪",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 309.0,
"y": 179.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1456174820
},
"Template": {
"Bullet": {
"Timeline": "bullet_monster101"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000003B4F",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [
"0x0100000000003B30"
],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 6,
"ViewOffset": 32.0,
"AnimationName": ""
}
}
},
{
"Type": "Bullet",
"Properties": {
"TechnicalName": "Ntt_B63BE271",
"Id": "0x01000000000042C9",
"Parent": "0x0100000000003A42",
"Attachments": [],
"DisplayName": "03石头",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 362.0,
"y": 567.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3057377905
},
"Template": {
"Bullet": {
"Timeline": "bullet_monster01"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "effect_bullet_monster03",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001D6A",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 2.0,
"BasicStun": 2.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 6,
"ViewOffset": 32.0,
"AnimationName": ""
}
}
},
{
"Type": "Point",
"Properties": {
"TechnicalName": "Ntt_FB83978B",
"Id": "0x0100000000001D31",
"Parent": "0x0100000000000974",
"Attachments": [],
"DisplayName": "PT点红色",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 138.0,
"y": 403.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4219705227
},
"Template": {
"EntityParamView": {
"Icon": "0x010000000000225D",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 0.6,
"IsPixel": false,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001E00",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "PT点红色",
"Describe": "",
"EntityType": 7,
"ViewOffset": 16.0,
"AnimationName": ""
}
}
},
{
"Type": "Point",
"Properties": {
"TechnicalName": "Ntt_D2D44CDE",
"Id": "0x0100000000001E0A",
"Parent": "0x0100000000000974",
"Attachments": [],
"DisplayName": "PT点蓝色",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 248.0,
"y": 416.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3537128670
},
"Template": {
"EntityParamView": {
"Icon": "0x010000000000225A",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 0.6,
"IsPixel": false,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001E00",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "PT点蓝色",
"Describe": "",
"EntityType": 7,
"ViewOffset": 16.0,
"AnimationName": ""
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_02E9E3BC",
"Id": "0x0100000000001B9D",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-主角",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 48882620
},
"Template": {
"MoveParamJump": {
"JumpForce": 4.0,
"JumpTimeMin": 0.01,
"JumpTimeMax": 0.05,
"fallSpeed": 8.0,
"floatSpeed": 10.0,
"airMoveRate": 0.5
},
"MoveParamBasic": {
"SpeedMax": 2.5,
"MoveForce": 30.0,
"GroundDrag": 2.0,
"AirDrag": 1.0,
"IsFlying": false,
"needScale": true,
"Gravity": 1.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_BB331773",
"Id": "0x0100000000001BA1",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-怪物-小型怪-普通",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 255.0,
"y": 263.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3140687731
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 15.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 0.8,
"MoveForce": 30.0,
"GroundDrag": 4.0,
"AirDrag": 1.0,
"IsFlying": false,
"needScale": true,
"Gravity": 1.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_B562D20D",
"Id": "0x0100000000001D6A",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-子弹-普通",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 188.0,
"y": 287.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3043152397
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 0.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 3.0,
"MoveForce": 40.0,
"GroundDrag": 0.0,
"AirDrag": 0.0,
"IsFlying": true,
"needScale": false,
"Gravity": 0.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_2D0B05BB",
"Id": "0x0100000000001E00",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-PT点",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 289.0,
"y": 353.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 755697083
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 1.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 1.0,
"MoveForce": 40.0,
"GroundDrag": 5.0,
"AirDrag": 1.0,
"IsFlying": false,
"needScale": false,
"Gravity": 1.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_A580A076",
"Id": "0x010000000000221F",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-麻薯",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 245.0,
"y": 309.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2776670326
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 0.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 0.0,
"MoveForce": 100.0,
"GroundDrag": 10.0,
"AirDrag": 0.0,
"IsFlying": true,
"needScale": false,
"Gravity": 1.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_EF262616",
"Id": "0x0100000000002E0A",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-怪物-中型怪-普通",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 301.0,
"y": 373.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4012254742
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 10.0,
"floatSpeed": 5.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 1.0,
"MoveForce": 20.0,
"GroundDrag": 5.0,
"AirDrag": 1.0,
"IsFlying": false,
"needScale": true,
"Gravity": 1.5
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_8C995AB6",
"Id": "0x0100000000002E0E",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-怪物-大型怪-普通",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 425.0,
"y": 401.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2358860470
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 8.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 0.5,
"MoveForce": 40.0,
"GroundDrag": 5.0,
"AirDrag": 0.0,
"IsFlying": false,
"needScale": true,
"Gravity": 1.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_5423767F",
"Id": "0x0100000000003948",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-怪物-小型怪-迅速",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 286.0,
"y": 455.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1411610239
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 15.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 2.4,
"MoveForce": 40.0,
"GroundDrag": 5.0,
"AirDrag": 1.0,
"IsFlying": false,
"needScale": true,
"Gravity": 1.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_33D9ABED",
"Id": "0x0100000000003B4F",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-子弹-极快",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 264.0,
"y": 121.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 869903341
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 0.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 7.0,
"MoveForce": 40.0,
"GroundDrag": 0.0,
"AirDrag": 0.0,
"IsFlying": true,
"needScale": false,
"Gravity": 0.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_741DD05E",
"Id": "0x0100000000003BEF",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-子弹-快速",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 669.0,
"y": 742.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1948110942
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 0.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 5.0,
"MoveForce": 40.0,
"GroundDrag": 0.0,
"AirDrag": 0.0,
"IsFlying": true,
"needScale": false,
"Gravity": 0.0
}
}
},
{
"Type": "MoveParam",
"Properties": {
"TechnicalName": "Ntt_2B69E0E7",
"Id": "0x0100000000003D7B",
"Parent": "0x0100000000001B6A",
"Attachments": [],
"DisplayName": "移动参数-子弹-瞬移",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 274.0,
"y": 652.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 728359143
},
"Template": {
"MoveParamJump": {
"JumpForce": 0.0,
"JumpTimeMin": 0.0,
"JumpTimeMax": 0.0,
"fallSpeed": 0.0,
"floatSpeed": 10.0,
"airMoveRate": 1.0
},
"MoveParamBasic": {
"SpeedMax": 30.0,
"MoveForce": 200.0,
"GroundDrag": 0.0,
"AirDrag": 0.0,
"IsFlying": true,
"needScale": false,
"Gravity": 0.0
}
}
},
{
"Type": "ShieldParam",
"Properties": {
"TechnicalName": "Ntt_DAE0F8F8",
"Id": "0x0100000000002F1C",
"Parent": "0x0100000000002F1A",
"Attachments": [],
"DisplayName": "护盾参数-主角",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 169.0,
"y": 242.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3672176888
},
"Template": {
"Shield": {
"Time": 4.0,
"RecoverSpeed": 10.0,
"RecoverCondition": [],
"StaggerDefLevel": 0
}
}
},
{
"Type": "ShieldParam",
"Properties": {
"TechnicalName": "Ntt_F51D8E5D",
"Id": "0x0100000000002FDB",
"Parent": "0x0100000000002F1A",
"Attachments": [],
"DisplayName": "护盾参数-怪物-小型怪-普通",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 302.0,
"y": 448.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4112354909
},
"Template": {
"Shield": {
"Time": 4.0,
"RecoverSpeed": 2.0,
"RecoverCondition": [],
"StaggerDefLevel": 1
}
}
},
{
"Type": "_",
"Properties": {
"TechnicalName": "Ntt_4182FBC4",
"Id": "0x0100000000003F88",
"Parent": "0x0100000000003F39",
"Attachments": [],
"DisplayName": "眩晕参数-无法眩晕",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 151.0,
"y": 389.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1099103172
},
"Template": {
"Stun": {
"Time": 0.0,
"RecoverSpeed": 0.0,
"StunMax": 0.0
}
}
},
{
"Type": "_",
"Properties": {
"TechnicalName": "Ntt_35E828A9",
"Id": "0x010000000000408A",
"Parent": "0x0100000000003F39",
"Attachments": [],
"DisplayName": "眩晕参数-怪物-普通",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 225.0,
"y": 587.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 904407209
},
"Template": {
"Stun": {
"Time": 5.0,
"RecoverSpeed": 10.0,
"StunMax": 100.0
}
}
},
{
"Type": "ShieldParam_02",
"Properties": {
"TechnicalName": "Ntt_539D980D",
"Id": "0x0100000000004AE8",
"Parent": "0x0100000000004AE6",
"Attachments": [],
"DisplayName": "受击框参数-主角",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 411.0,
"y": 223.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1402837005
},
"Template": {
"EntityHitBoxParam": {
"Radius": 10.0,
"Height": 50.0
}
}
},
{
"Type": "ShieldParam_02",
"Properties": {
"TechnicalName": "Ntt_209F3460",
"Id": "0x0100000000004AEC",
"Parent": "0x0100000000004AE6",
"Attachments": [],
"DisplayName": "受击框参数-小型怪",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 312.0,
"y": 380.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 547304544
},
"Template": {
"EntityHitBoxParam": {
"Radius": 15.0,
"Height": 50.0
}
}
},
{
"Type": "NPC",
"Properties": {
"TechnicalName": "Ntt_94B6AF77",
"Id": "0x0100000000002225",
"Parent": "0x0100000000001EDC",
"Attachments": [],
"DisplayName": "01博丽灵梦",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 146.0,
"y": 534.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2495000439
},
"Template": {
"EntityParamView": {
"Icon": "0x0100000000002262",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 0.2,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "博丽灵梦",
"Describe": "",
"EntityType": 5,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_27A9B518",
"Id": "0x0100000000002266",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门01-主城",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 173.0,
"y": 510.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 665433368
},
"Template": {
"Door": {
"LevelType": 0
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_6E8FADB9",
"Id": "0x0100000000002881",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门02-小怪房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 334.0,
"y": 480.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1854909881
},
"Template": {
"Door": {
"LevelType": 1
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_310650D5",
"Id": "0x0100000000002886",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门03-精英怪房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 272.0,
"y": 490.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 822497493
},
"Template": {
"Door": {
"LevelType": 2
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_8166F678",
"Id": "0x010000000000288B",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门04-boss房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 245.0,
"y": 517.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2171008632
},
"Template": {
"Door": {
"LevelType": 3
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_F531B7DF",
"Id": "0x0100000000002890",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门05-大boss房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 271.0,
"y": 534.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4113676255
},
"Template": {
"Door": {
"LevelType": 4
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_A97AC8CC",
"Id": "0x0100000000002895",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门06-商店房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 269.0,
"y": 556.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2843396300
},
"Template": {
"Door": {
"LevelType": 5
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_E0452A83",
"Id": "0x010000000000289A",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门07-宝箱房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 259.0,
"y": 577.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3762629251
},
"Template": {
"Door": {
"LevelType": 6
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_1FBC1733",
"Id": "0x010000000000289F",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门08-金币房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 283.0,
"y": 598.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 532420403
},
"Template": {
"Door": {
"LevelType": 7
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_1DCBE870",
"Id": "0x01000000000028A4",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门09-随机房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 328.0,
"y": 631.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 499902576
},
"Template": {
"Door": {
"LevelType": 8
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_1ADC103C",
"Id": "0x01000000000028A9",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门10-剧情房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 295.0,
"y": 636.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 450629692
},
"Template": {
"Door": {
"LevelType": 9
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "Door",
"Properties": {
"TechnicalName": "Ntt_AEE5C2D3",
"Id": "0x01000000000028AE",
"Parent": "0x0100000000001EDE",
"Attachments": [],
"DisplayName": "传送门11-道中休息房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 300.0,
"y": 660.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2934293203
},
"Template": {
"Door": {
"LevelType": 10
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "",
"Describe": "",
"EntityType": 4,
"ViewOffset": 0.0,
"AnimationName": ""
}
}
},
{
"Type": "BlessInteract",
"Properties": {
"TechnicalName": "Ntt_E4B53623",
"Id": "0x0100000000002457",
"Parent": "0x0100000000002455",
"Attachments": [],
"DisplayName": "火系祝福",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 168.0,
"y": 406.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3837081123
},
"Template": {
"BlessInteractParam": {
"Element": 4
},
"EntityParamView": {
"Icon": "0x010000000000122A",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 0.1,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParam": {
"Name": "火系祝福",
"Describe": "",
"EntityType": 8,
"ViewOffset": 1.0,
"AnimationName": ""
}
}
},
{
"Type": "Master",
"Properties": {
"TechnicalName": "Ntt_2671A843",
"Id": "0x0100000000001B62",
"Parent": "0x0100000000000282",
"Attachments": [],
"DisplayName": "魂魄妖梦",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 162.0,
"y": 302.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 644982851
},
"Template": {
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.125
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001B9D",
"HpMax": 200.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002F1C",
"BasicAttack": 8.0,
"BasicStun": 10.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 1,
"SubEntityList": [
"0x0100000000001D6E",
"0x0100000000003BE1"
],
"FuryThreshold": 0.0,
"StunParam": "0x0100000000003F88",
"HitBoxParam": "0x0100000000004AE8",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "魂魄妖梦",
"Describe": "魂魄妖梦",
"EntityType": 1,
"ViewOffset": 26.0,
"AnimationName": "hero01"
}
}
},
{
"Type": "MasterSoul",
"Properties": {
"TechnicalName": "Ntt_8051ED8E",
"Id": "0x0100000000001E10",
"Parent": "0x0100000000000282",
"Attachments": [],
"DisplayName": "魂魄妖梦-麻薯",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 730.0,
"y": 544.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2152852878
},
"Template": {
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x010000000000221F",
"HpMax": 0.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [
"0x0100000000003D71"
],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "魂魄妖梦",
"Describe": "魂魄妖梦",
"EntityType": 2,
"ViewOffset": 10.0,
"AnimationName": ""
}
}
},
{
"Type": "Monster",
"Properties": {
"TechnicalName": "Ntt_BD92EBCC",
"Id": "0x0100000000001E04",
"Parent": "0x0100000000001D2D",
"Attachments": [],
"DisplayName": "01毛玉",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 179.0,
"y": 475.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3180522444
},
"Template": {
"EntityParamMonster": {
"MonsterSize": 0,
"MonsterSkillList": [
"0x01000000000039AA"
],
"AIRes": ""
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.125
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001BA1",
"HpMax": 30.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 5.0,
"BasicStun": 5.0,
"ExecuteThreshold": 100.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "毛玉",
"Describe": "",
"EntityType": 3,
"ViewOffset": 10.0,
"AnimationName": "monster01"
}
}
},
{
"Type": "Monster",
"Properties": {
"TechnicalName": "Ntt_D83DADDD",
"Id": "0x01000000000035CF",
"Parent": "0x01000000000035D9",
"Attachments": [],
"DisplayName": "测试怪",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 305.0,
"y": 438.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3627920861
},
"Template": {
"EntityParamMonster": {
"MonsterSize": 0,
"MonsterSkillList": [
"0x01000000000039AA"
],
"AIRes": ""
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.125
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001BA1",
"HpMax": 100.0,
"ShieldMax": 100.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 5.0,
"BasicStun": 5.0,
"ExecuteThreshold": 100.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "测试怪",
"Describe": "",
"EntityType": 3,
"ViewOffset": 16.0,
"AnimationName": ""
}
}
},
{
"Type": "Monster",
"Properties": {
"TechnicalName": "Ntt_81BB9B2E",
"Id": "0x010000000000286D",
"Parent": "0x01000000000035D9",
"Attachments": [],
"DisplayName": "测试怪脆",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 237.0,
"y": 588.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2176555822
},
"Template": {
"EntityParamMonster": {
"MonsterSize": 0,
"MonsterSkillList": [
"0x01000000000039AA"
],
"AIRes": ""
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001BA1",
"HpMax": 10.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "测试怪脆",
"Describe": "",
"EntityType": 3,
"ViewOffset": 16.0,
"AnimationName": ""
}
}
},
{
"Type": "Monster",
"Properties": {
"TechnicalName": "Ntt_99448F7F",
"Id": "0x010000000000260C",
"Parent": "0x01000000000035D9",
"Attachments": [],
"DisplayName": "测试怪肉",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 239.0,
"y": 367.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2571407231
},
"Template": {
"EntityParamMonster": {
"MonsterSize": 0,
"MonsterSkillList": [
"0x01000000000039AA"
],
"AIRes": ""
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.0
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001BA1",
"HpMax": 10000.0,
"ShieldMax": 100.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 0.0,
"BasicStun": 0.0,
"ExecuteThreshold": 100.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "测试怪肉",
"Describe": "",
"EntityType": 3,
"ViewOffset": 16.0,
"AnimationName": ""
}
}
},
{
"Type": "Monster",
"Properties": {
"TechnicalName": "Ntt_CF52A357",
"Id": "0x0100000000003833",
"Parent": "0x0100000000001D2D",
"Attachments": [],
"DisplayName": "02亡灵小兵",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 288.0,
"y": 466.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3478299479
},
"Template": {
"EntityParamMonster": {
"MonsterSize": 0,
"MonsterSkillList": [
"0x01000000000042BB",
"0x01000000000042C2",
"0x01000000000042DD",
"0x01000000000042D6"
],
"AIRes": "AIMonster01"
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.125
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001BA1",
"HpMax": 100.0,
"ShieldMax": 0.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 4.0,
"BasicStun": 5.0,
"ExecuteThreshold": 0.0,
"StaggerDefLevel": 1,
"SubEntityList": [
"0x01000000000042C9"
],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "亡灵小兵",
"Describe": "",
"EntityType": 3,
"ViewOffset": 22.0,
"AnimationName": "monster02"
}
}
},
{
"Type": "Monster",
"Properties": {
"TechnicalName": "Ntt_0DEECB2D",
"Id": "0x0100000000003BF4",
"Parent": "0x0100000000001D2D",
"Attachments": [],
"DisplayName": "03亡灵盾兵",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 560.0,
"y": 667.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 233753389
},
"Template": {
"EntityParamMonster": {
"MonsterSize": 0,
"MonsterSkillList": [
"0x01000000000042E4",
"0x01000000000042ED",
"0x01000000000042F3",
"0x01000000000042F9"
],
"AIRes": ""
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.125
},
"EntityParamBattle": {
"MoveParam": "0x0100000000001BA1",
"HpMax": 100.0,
"ShieldMax": 50.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 5.0,
"BasicStun": 5.0,
"ExecuteThreshold": 100.0,
"StaggerDefLevel": 1,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "幽灵",
"Describe": "",
"EntityType": 3,
"ViewOffset": 18.0,
"AnimationName": "monster03"
}
}
},
{
"Type": "Monster",
"Properties": {
"TechnicalName": "Ntt_0111FA4B",
"Id": "0x0100000000003C01",
"Parent": "0x0100000000001D2D",
"Attachments": [],
"DisplayName": "04大毛玉",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 514.0,
"y": 544.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 17955403
},
"Template": {
"EntityParamMonster": {
"MonsterSize": 1,
"MonsterSkillList": [
"0x0100000000003C22"
],
"AIRes": ""
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.125
},
"EntityParamBattle": {
"MoveParam": "0x0100000000002E0A",
"HpMax": 100.0,
"ShieldMax": 50.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 5.0,
"BasicStun": 3.0,
"ExecuteThreshold": 100.0,
"StaggerDefLevel": 0,
"SubEntityList": [],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "大毛玉",
"Describe": "",
"EntityType": 3,
"ViewOffset": 25.0,
"AnimationName": "monster04"
}
}
},
{
"Type": "Monster",
"Properties": {
"TechnicalName": "Ntt_DFF55576",
"Id": "0x0100000000003913",
"Parent": "0x0100000000001D2F",
"Attachments": [],
"DisplayName": "01露米娅",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": -242.0,
"y": 570.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3757397366
},
"Template": {
"EntityParamMonster": {
"MonsterSize": 0,
"MonsterSkillList": [
"0x0100000000003956",
"0x010000000000395C",
"0x0100000000003B22",
"0x0100000000003B29",
"0x0100000000003B3B"
],
"AIRes": ""
},
"EntityParamView": {
"Icon": "0x0000000000000000",
"Effect": "",
"EffectCreate": "",
"EffectDestroy": "effect_die01",
"Scale": 1.0,
"IsPixel": true,
"EffectOffset": 0.125
},
"EntityParamBattle": {
"MoveParam": "0x0100000000003948",
"HpMax": 100.0,
"ShieldMax": 100.0,
"ShieldParam": "0x0100000000002FDB",
"BasicAttack": 5.0,
"BasicStun": 8.0,
"ExecuteThreshold": 100.0,
"StaggerDefLevel": 0,
"SubEntityList": [
"0x0100000000003A44",
"0x0100000000003B30",
"0x0100000000003B41"
],
"FuryThreshold": 0.0,
"StunParam": "0x010000000000408A",
"HitBoxParam": "0x0100000000004AEC",
"MpMax": 3.0,
"SubMpMax": 10.0
},
"EntityParam": {
"Name": "露米娅",
"Describe": "",
"EntityType": 3,
"ViewOffset": 25.0,
"AnimationName": "boss01"
}
}
},
{
"Type": "DramaCharacterTemplete",
"Properties": {
"TechnicalName": "Ntt_BDEF5828",
"Id": "0x01000000000005D0",
"Parent": "0x010000000000052F",
"Attachments": [],
"DisplayName": "魂魄妖梦",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0697420634920633,
"y": 0.0070851370851369557,
"w": 0.88801587301587337,
"h": 0.64582972582972609
},
"Mode": "Custom",
"Asset": "0x01000000000005DA"
},
"ShortId": 3186579496
},
"Template": {
"DramaCharacter": {
"Name": "魂魄妖梦",
"Icon": "0x01000000000005DA"
}
}
},
{
"Type": "DramaCharacterTemplete",
"Properties": {
"TechnicalName": "Ntt_5300F3DA",
"Id": "0x01000000000005DE",
"Parent": "0x010000000000052F",
"Attachments": [],
"DisplayName": "博丽灵梦",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 205.0,
"y": 145.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.044439834024896284,
"w": 1.0,
"h": 0.53112033195020747
},
"Mode": "Custom",
"Asset": "0x01000000000005D7"
},
"ShortId": 1392571354
},
"Template": {
"DramaCharacter": {
"Name": "博丽灵梦",
"Icon": "0x01000000000005D7"
}
}
},
{
"Type": "SoundGroup",
"Properties": {
"TechnicalName": "Ntt_272C535F",
"Id": "0x0100000000001297",
"Parent": "0x0100000000001295",
"Attachments": [],
"DisplayName": "音效-轻攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 121.0,
"y": 389.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 657216351
},
"Template": {
"Sound": {
"SoundGroup": [
"0x010000000000123A",
"0x010000000000123D",
"0x0100000000001240",
"0x0100000000001243"
]
}
}
},
{
"Type": "SoundGroup",
"Properties": {
"TechnicalName": "Ntt_25749776",
"Id": "0x01000000000012A0",
"Parent": "0x0100000000001295",
"Attachments": [],
"DisplayName": "音效-重攻击",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 154.0,
"y": 385.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 628397942
},
"Template": {
"Sound": {
"SoundGroup": [
"0x0100000000001246",
"0x0100000000001249",
"0x010000000000124C"
]
}
}
},
{
"Type": "SoundGroup",
"Properties": {
"TechnicalName": "Ntt_90784B5F",
"Id": "0x010000000000164A",
"Parent": "0x0100000000001295",
"Attachments": [],
"DisplayName": "音效-重攻击命中",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 179.0,
"y": 363.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2423802719
},
"Template": {
"Sound": {
"SoundGroup": [
"0x010000000000163B",
"0x010000000000163E",
"0x0100000000001641",
"0x0100000000001644",
"0x0100000000001647"
]
}
}
},
{
"Type": "SoundGroup",
"Properties": {
"TechnicalName": "Ntt_985C52CE",
"Id": "0x0100000000001653",
"Parent": "0x0100000000001295",
"Attachments": [],
"DisplayName": "音效-轻攻击命中",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 722.0,
"y": 226.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2556187342
},
"Template": {
"Sound": {
"SoundGroup": [
"0x010000000000162F",
"0x0100000000001632",
"0x0100000000001635",
"0x0100000000001638"
]
}
}
},
{
"Type": "Weapon",
"Properties": {
"TechnicalName": "Ntt_6E28F65D",
"Id": "0x0100000000002666",
"Parent": "0x0100000000002615",
"Attachments": [],
"DisplayName": "楼观剑",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 129.0,
"y": 602.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1848178269
},
"Template": {
"WeaponBasic": {
"Icon": "0x010000000000267A",
"Name": "楼观剑",
"Describe": "",
"Graph": "0x010000000000142D"
}
}
},
{
"Type": "Weapon",
"Properties": {
"TechnicalName": "Ntt_BC69D0F2",
"Id": "0x0100000000002672",
"Parent": "0x0100000000002615",
"Attachments": [],
"DisplayName": "白楼剑",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 246.0,
"y": 632.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3161051378
},
"Template": {
"WeaponBasic": {
"Icon": "0x010000000000267D",
"Name": "白楼剑",
"Describe": "",
"Graph": "0x010000000000266C"
}
}
},
{
"Type": "Weapon",
"Properties": {
"TechnicalName": "Ntt_DBF653B4",
"Id": "0x010000000000268E",
"Parent": "0x0100000000002615",
"Attachments": [],
"DisplayName": "拳套",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 121.0,
"y": 139.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3690353588
},
"Template": {
"WeaponBasic": {
"Icon": "0x0100000000002685",
"Name": "拳套",
"Describe": "",
"Graph": "0x0100000000002688"
}
}
},
{
"Type": "Weapon",
"Properties": {
"TechnicalName": "Ntt_13949CE6",
"Id": "0x0100000000002692",
"Parent": "0x0100000000002615",
"Attachments": [],
"DisplayName": "锁链",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 305.0,
"y": 203.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 328506598
},
"Template": {
"WeaponBasic": {
"Icon": "0x0100000000002682",
"Name": "锁链",
"Describe": "",
"Graph": "0x0100000000002698"
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_72096455",
"Id": "0x0100000000002784",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "01白玉楼门口",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 131.0,
"y": 116.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1913218133
},
"Template": {
"Level": {
"Prefab": "level0101",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0100000000004730",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0100000000004348",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0100000000004725",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_3297D0B9",
"Id": "0x0100000000004348",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "02中院",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 302.0,
"y": 261.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 848810169
},
"Template": {
"Level": {
"Prefab": "level0102",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0100000000002784",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0100000000004776",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x010000000000473D",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_64985A3E",
"Id": "0x0100000000004725",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "03厨房通道",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 247.0,
"y": 556.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1687706174
},
"Template": {
"Level": {
"Prefab": "level0103",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0100000000002784",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0100000000004748",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0100000000004753",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_87B96FF1",
"Id": "0x0100000000004730",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "04主客厅",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 370.0,
"y": 446.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2277076977
},
"Template": {
"Level": {
"Prefab": "level0104",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0100000000002784",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_0DE9EB44",
"Id": "0x010000000000473D",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "05空地",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 274.0,
"y": 465.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 233433924
},
"Template": {
"Level": {
"Prefab": "level0105",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0100000000004748",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0100000000004348",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x010000000000475E",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_0E142402",
"Id": "0x0100000000004748",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "06右通道冥界森林",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 263.0,
"y": 500.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 236200962
},
"Template": {
"Level": {
"Prefab": "level0106",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0100000000004725",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0100000000004753",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x010000000000473D",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x010000000000475E",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0100000000004791",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 4.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_F4AA884C",
"Id": "0x0100000000004753",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "07厨房",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 238.0,
"y": 510.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4104816716
},
"Template": {
"Level": {
"Prefab": "level0107",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0100000000004725",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0100000000004748",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_06FAB760",
"Id": "0x010000000000475E",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "08妖梦房间",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 276.0,
"y": 489.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 117094240
},
"Template": {
"Level": {
"Prefab": "level0108",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0100000000004748",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x010000000000473D",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_6B8772B8",
"Id": "0x0100000000004776",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "09庭院大门",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 310.0,
"y": 547.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1804038840
},
"Template": {
"Level": {
"Prefab": "level0109",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0100000000004348",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0100000000004783",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_FF435823",
"Id": "0x0100000000004783",
"Parent": "0x0100000000002769",
"Attachments": [],
"DisplayName": "10下通道冥界森林",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 267.0,
"y": 590.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 4282603555
},
"Template": {
"Level": {
"Prefab": "level0110",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0100000000004776",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 4.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_93E06DBB",
"Id": "0x0100000000004791",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "01左门白玉楼",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 178.0,
"y": 607.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2480958907
},
"Template": {
"Level": {
"Prefab": "level0201",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0100000000004748",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x010000000000479E",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_4E2E04F3",
"Id": "0x010000000000479E",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "02空地",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 292.0,
"y": 442.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1311638771
},
"Template": {
"Level": {
"Prefab": "level0202",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0100000000004791",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x01000000000047AB",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_539DC127",
"Id": "0x01000000000047AB",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "03小路",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 267.0,
"y": 447.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1402847527
},
"Template": {
"Level": {
"Prefab": "level0203",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x010000000000479E",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x01000000000047B8",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_82555675",
"Id": "0x01000000000047B8",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "04中通道",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 236.0,
"y": 476.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2186630773
},
"Template": {
"Level": {
"Prefab": "level0204",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x01000000000047AB",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x01000000000047C5",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 4.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_BF4AF015",
"Id": "0x01000000000047C5",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "05休息点",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 290.0,
"y": 502.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3209359381
},
"Template": {
"Level": {
"Prefab": "level0205",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x01000000000047B8",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x01000000000047D2",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 1.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_42B6D389",
"Id": "0x01000000000047D2",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "06boss01",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 193.0,
"y": 518.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1119277961
},
"Template": {
"Level": {
"Prefab": "level0206",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x01000000000047C5",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x01000000000047DF",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_C783E13F",
"Id": "0x01000000000047DF",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "07小路",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 186.0,
"y": 543.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3347308863
},
"Template": {
"Level": {
"Prefab": "level0207",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x01000000000047D2",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x01000000000047EC",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_7A98859D",
"Id": "0x01000000000047EC",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "08空地",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 195.0,
"y": 556.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 2056816029
},
"Template": {
"Level": {
"Prefab": "level0208",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x01000000000047DF",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x01000000000047F9",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 2.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_D0DD0725",
"Id": "0x01000000000047F9",
"Parent": "0x010000000000276B",
"Attachments": [],
"DisplayName": "09右门彼岸",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 178.0,
"y": 577.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 3504146213
},
"Template": {
"Level": {
"Prefab": "level0209",
"MonsterList": [],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x01000000000047EC",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 2.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "Level",
"Properties": {
"TechnicalName": "Ntt_5C06B3E0",
"Id": "0x0100000000004718",
"Parent": "0x0100000000004716",
"Attachments": [],
"DisplayName": "01测试房间",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 187.0,
"y": 560.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1543943136
},
"Template": {
"Level": {
"Prefab": "level0001",
"MonsterList": [
"0x0100000000001E04",
"0x0100000000003833",
"0x0100000000003BF4"
],
"Difficulty": 1.0,
"LevelLink_TL": "0x0000000000000000",
"LevelLink_TM": "0x0000000000000000",
"LevelLink_TR": "0x0000000000000000",
"LevelLink_LT": "0x0000000000000000",
"LevelLink_LM": "0x0000000000000000",
"LevelLink_LD": "0x0000000000000000",
"LevelLink_DL": "0x0000000000000000",
"LevelLink_DM": "0x0000000000000000",
"LevelLink_DR": "0x0000000000000000",
"LevelLink_RT": "0x0000000000000000",
"LevelLink_RM": "0x0000000000000000",
"LevelLink_RD": "0x0000000000000000",
"Door": "0x0100000000002266",
"LevelSizeX": 1.0,
"LevelSizeY": 1.0,
"AIRes": ""
}
}
},
{
"Type": "SkillTrigger",
"Properties": {
"TechnicalName": "Ntt_61CD76D7",
"Id": "0x0100000000003CD1",
"Parent": "0x0100000000003CCF",
"Attachments": [],
"DisplayName": "飞刀-命中触发2次",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 106.0,
"y": 268.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
},
"Mode": "FromAsset",
"Asset": "0x0000000000000000"
},
"ShortId": 1640855255
},
"Template": {
"SkillTriggerKnife": {
"Count": 2.0
},
"SkillTrigger": {
"Bless": "0x0000000000000000",
"TriggerTiming": 0
}
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/FlameRush.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_525D6CB5",
"Id": "0x010000000000021C",
"Parent": "0x010000000000021A",
"DisplayName": "FlameRush",
"Filename": "FlameRush(031C).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/FlameRush.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1381854389
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/FlameRemote.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_43BFB458",
"Id": "0x010000000000021F",
"Parent": "0x010000000000021A",
"DisplayName": "FlameRemote",
"Filename": "FlameRemote(031F).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/FlameRemote.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 20.0,
"y": 20.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1136637016
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/FlameFloating.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_8BB3375F",
"Id": "0x0100000000000222",
"Parent": "0x010000000000021A",
"DisplayName": "FlameFloating",
"Filename": "FlameFloating(0322).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/FlameFloating.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 40.0,
"y": 40.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2343778143
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/FlameHeavy.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_E5A533EB",
"Id": "0x0100000000000225",
"Parent": "0x010000000000021A",
"DisplayName": "FlameHeavy",
"Filename": "FlameHeavy(0325).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/FlameHeavy.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 60.0,
"y": 60.0
},
"ZIndex": 3.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3852809195
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/FlameLight.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_EBD924C5",
"Id": "0x0100000000000228",
"Parent": "0x010000000000021A",
"DisplayName": "FlameLight",
"Filename": "FlameLight(0328).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/FlameLight.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 80.0,
"y": 80.0
},
"ZIndex": 4.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3956876485
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/IceRush.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_4A2D15A0",
"Id": "0x010000000000022B",
"Parent": "0x010000000000021A",
"DisplayName": "IceRush",
"Filename": "IceRush(032B).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/IceRush.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 100.0,
"y": 100.0
},
"ZIndex": 5.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1244468640
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/IceRemote.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_CAD4FAA9",
"Id": "0x010000000000022E",
"Parent": "0x010000000000021A",
"DisplayName": "IceRemote",
"Filename": "IceRemote(032E).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/IceRemote.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 120.0,
"y": 120.0
},
"ZIndex": 6.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3402955433
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/IceHeavy.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_37F2EB48",
"Id": "0x0100000000000231",
"Parent": "0x010000000000021A",
"DisplayName": "IceHeavy",
"Filename": "IceHeavy(0331).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/IceHeavy.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 140.0,
"y": 140.0
},
"ZIndex": 7.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 938666824
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/IceFloating.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_65784B21",
"Id": "0x0100000000000234",
"Parent": "0x010000000000021A",
"DisplayName": "IceFloating",
"Filename": "IceFloating(0334).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/IceFloating.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 160.0,
"y": 160.0
},
"ZIndex": 8.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1702382369
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/IceLight.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_26324F21",
"Id": "0x0100000000000237",
"Parent": "0x010000000000021A",
"DisplayName": "IceLight",
"Filename": "IceLight(0337).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/IceLight.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 180.0,
"y": 180.0
},
"ZIndex": 9.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 640831265
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/PoisonLight.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_E33ECDCF",
"Id": "0x010000000000023A",
"Parent": "0x010000000000021A",
"DisplayName": "PoisonLight",
"Filename": "PoisonLight(033A).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/PoisonLight.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 200.0,
"y": 200.0
},
"ZIndex": 10.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3812543951
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/PoisonHeavy.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_736B2550",
"Id": "0x010000000000023D",
"Parent": "0x010000000000021A",
"DisplayName": "PoisonHeavy",
"Filename": "PoisonHeavy(033D).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/PoisonHeavy.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 220.0,
"y": 220.0
},
"ZIndex": 11.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1936401744
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/PoisonFloating.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_2C1858F8",
"Id": "0x0100000000000240",
"Parent": "0x010000000000021A",
"DisplayName": "PoisonFloating",
"Filename": "PoisonFloating(0340).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/PoisonFloating.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 240.0,
"y": 240.0
},
"ZIndex": 12.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 739793144
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/PoisonRemote.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_AC132628",
"Id": "0x0100000000000243",
"Parent": "0x010000000000021A",
"DisplayName": "PoisonRemote",
"Filename": "PoisonRemote(0343).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/PoisonRemote.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 260.0,
"y": 260.0
},
"ZIndex": 13.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2886936104
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/PoisonRush.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_8AA12C77",
"Id": "0x0100000000000246",
"Parent": "0x010000000000021A",
"DisplayName": "PoisonRush",
"Filename": "PoisonRush(0346).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/PoisonRush.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 280.0,
"y": 280.0
},
"ZIndex": 14.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2325818487
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/LightningRush.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_04B6D6B9",
"Id": "0x0100000000000249",
"Parent": "0x010000000000021A",
"DisplayName": "LightningRush",
"Filename": "LightningRush(0349).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/LightningRush.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 300.0,
"y": 300.0
},
"ZIndex": 15.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 79091385
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/LightningRemote.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_ED574276",
"Id": "0x010000000000024C",
"Parent": "0x010000000000021A",
"DisplayName": "LightningRemote",
"Filename": "LightningRemote(034C).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/LightningRemote.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 320.0,
"y": 320.0
},
"ZIndex": 16.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3981918838
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/LightningFloating.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_49091775",
"Id": "0x010000000000024F",
"Parent": "0x010000000000021A",
"DisplayName": "LightningFloating",
"Filename": "LightningFloating(034F).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/LightningFloating.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 340.0,
"y": 340.0
},
"ZIndex": 17.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1225332597
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/LightningHeavy.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_479C0319",
"Id": "0x0100000000000252",
"Parent": "0x010000000000021A",
"DisplayName": "LightningHeavy",
"Filename": "LightningHeavy(0352).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/LightningHeavy.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 360.0,
"y": 360.0
},
"ZIndex": 18.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1201406745
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/LightningLight.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_27D16471",
"Id": "0x0100000000000255",
"Parent": "0x010000000000021A",
"DisplayName": "LightningLight",
"Filename": "LightningLight(0355).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/LightningLight.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 380.0,
"y": 380.0
},
"ZIndex": 19.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 668034161
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/EarthRush.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_AE593AF6",
"Id": "0x0100000000000258",
"Parent": "0x010000000000021A",
"DisplayName": "EarthRush",
"Filename": "EarthRush(0358).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/EarthRush.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 400.0,
"y": 400.0
},
"ZIndex": 20.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2925083382
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/EarthRemote.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_7848AA3D",
"Id": "0x010000000000025B",
"Parent": "0x010000000000021A",
"DisplayName": "EarthRemote",
"Filename": "EarthRemote(035B).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/EarthRemote.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 420.0,
"y": 420.0
},
"ZIndex": 21.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2018028093
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/EarthLight.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_8AC612EA",
"Id": "0x0100000000000261",
"Parent": "0x010000000000021A",
"DisplayName": "EarthLight",
"Filename": "EarthLight(0361).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/EarthLight.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 460.0,
"y": 460.0
},
"ZIndex": 23.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2328236778
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/EarthHeavy.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_AA0559D6",
"Id": "0x0100000000000264",
"Parent": "0x010000000000021A",
"DisplayName": "EarthHeavy",
"Filename": "EarthHeavy(0364).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/EarthHeavy.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 480.0,
"y": 480.0
},
"ZIndex": 24.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2852477398
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/Light.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_C7F4EA95",
"Id": "0x0100000000000267",
"Parent": "0x010000000000021A",
"DisplayName": "Light",
"Filename": "Light(0367).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/Light.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 500.0,
"y": 500.0
},
"ZIndex": 25.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3354716821
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/Heavy.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_58F9193F",
"Id": "0x010000000000026A",
"Parent": "0x010000000000021A",
"DisplayName": "Heavy",
"Filename": "Heavy(036A).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/Heavy.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 520.0,
"y": 520.0
},
"ZIndex": 26.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1492719935
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/Floating.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_E0925081",
"Id": "0x010000000000026D",
"Parent": "0x010000000000021A",
"DisplayName": "Floating",
"Filename": "Floating(036D).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/Floating.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 540.0,
"y": 540.0
},
"ZIndex": 27.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3767685249
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/Remote.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_9648FF3B",
"Id": "0x0100000000000270",
"Parent": "0x010000000000021A",
"DisplayName": "Remote",
"Filename": "Remote(0370).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/Remote.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 560.0,
"y": 560.0
},
"ZIndex": 28.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2521366331
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/Rush.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_69594FBA",
"Id": "0x0100000000000273",
"Parent": "0x010000000000021A",
"DisplayName": "Rush",
"Filename": "Rush(0373).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Bless/Rush.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 580.0,
"y": 580.0
},
"ZIndex": 29.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1767460794
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/祝福图标/EarthFloating.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_11480663",
"Id": "0x010000000000158A",
"Parent": "0x010000000000021A",
"DisplayName": "EarthFloating",
"Filename": "EarthFloating(148A).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/EarthFloating.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 580.0,
"y": 580.0
},
"ZIndex": 29.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 289932899
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_burn.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_2FA26176",
"Id": "0x010000000000122A",
"Parent": "0x0100000000001228",
"DisplayName": "buff_burn",
"Filename": "buff_burn(132A).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Buff/buff_burn.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 799170934
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_stun.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_CABED067",
"Id": "0x010000000000122D",
"Parent": "0x0100000000001228",
"DisplayName": "buff_stun",
"Filename": "buff_stun(132D).png",
"OriginalSource": "file:///E:/Mahogany/client/Assets/Resources/Icon/Buff/buff_stun.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 20.0,
"y": 20.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3401502823
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_lightning.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_79B09D77",
"Id": "0x01000000000015A9",
"Parent": "0x0100000000001228",
"DisplayName": "buff_lightning",
"Filename": "buff_lightning(14A9).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_lightning.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 40.0,
"y": 40.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2041617783
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_arcane.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_8B332266",
"Id": "0x010000000000168A",
"Parent": "0x0100000000001228",
"DisplayName": "buff_arcane",
"Filename": "buff_arcane(178A).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_arcane.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 80.0,
"y": 80.0
},
"ZIndex": 4.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2335384166
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_dark.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_E9B91CBD",
"Id": "0x010000000000168D",
"Parent": "0x0100000000001228",
"DisplayName": "buff_dark",
"Filename": "buff_dark(178D).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_dark.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 100.0,
"y": 100.0
},
"ZIndex": 5.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3921222845
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_earth.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_9F24BDDD",
"Id": "0x0100000000001690",
"Parent": "0x0100000000001228",
"DisplayName": "buff_earth",
"Filename": "buff_earth(1790).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_earth.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 120.0,
"y": 120.0
},
"ZIndex": 6.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2669985245
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_flame.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_AE56356A",
"Id": "0x0100000000001693",
"Parent": "0x0100000000001228",
"DisplayName": "buff_flame",
"Filename": "buff_flame(1793).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_flame.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 140.0,
"y": 140.0
},
"ZIndex": 7.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2924885354
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_ice.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_75D26555",
"Id": "0x0100000000001696",
"Parent": "0x0100000000001228",
"DisplayName": "buff_ice",
"Filename": "buff_ice(1796).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_ice.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 160.0,
"y": 160.0
},
"ZIndex": 8.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1976722773
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_laya.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_407FC6B5",
"Id": "0x0100000000001699",
"Parent": "0x0100000000001228",
"DisplayName": "buff_laya",
"Filename": "buff_laya(1799).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_laya.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 180.0,
"y": 180.0
},
"ZIndex": 9.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1082115765
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_light.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_0DCF4242",
"Id": "0x010000000000169C",
"Parent": "0x0100000000001228",
"DisplayName": "buff_light",
"Filename": "buff_light(179C).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_light.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 200.0,
"y": 200.0
},
"ZIndex": 10.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 231686722
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_poison.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_93B7FA81",
"Id": "0x01000000000016A2",
"Parent": "0x0100000000001228",
"DisplayName": "buff_poison",
"Filename": "buff_poison(17A2).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_poison.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 240.0,
"y": 240.0
},
"ZIndex": 12.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2478307969
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/Buff图标/buff_water.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_BF032144",
"Id": "0x01000000000016A5",
"Parent": "0x0100000000001228",
"DisplayName": "buff_water",
"Filename": "buff_water(17A5).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/buff/buff_water.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 260.0,
"y": 260.0
},
"ZIndex": 13.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3204653380
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/武器图标/long_sword.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_625F2873",
"Id": "0x010000000000267A",
"Parent": "0x0100000000002678",
"DisplayName": "long_sword",
"Filename": "long_sword(277A).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/weapon/long_sword.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 60.0,
"y": 60.0
},
"ZIndex": 3.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1650403443
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/武器图标/short_sword.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_DA0B5758",
"Id": "0x010000000000267D",
"Parent": "0x0100000000002678",
"DisplayName": "short_sword",
"Filename": "short_sword(277D).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/weapon/short_sword.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 80.0,
"y": 80.0
},
"ZIndex": 4.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3658176344
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/武器图标/chain.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_66CFA9CF",
"Id": "0x0100000000002682",
"Parent": "0x0100000000002678",
"DisplayName": "chain",
"Filename": "chain(2782).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/weapon/chain.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 40.0,
"y": 40.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1724885455
}
},
{
"Type": "Asset",
"AssetRef": "Assets/图标/武器图标/glove.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_575DF6CE",
"Id": "0x0100000000002685",
"Parent": "0x0100000000002678",
"DisplayName": "glove",
"Filename": "glove(2785).png",
"OriginalSource": "file:///E:/Mahogany/arts/icon/weapon/glove.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 60.0,
"y": 60.0
},
"ZIndex": 3.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1465775822
}
},
{
"Type": "Asset",
"AssetRef": "Assets/立绘/lingmeng.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_409D9E54",
"Id": "0x01000000000005D7",
"Parent": "0x01000000000005D5",
"DisplayName": "lingmeng",
"Filename": "lingmeng(04D7).png",
"OriginalSource": "file:///E:/Mahogany/arts/立绘/lingmeng.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1084071508
}
},
{
"Type": "Asset",
"AssetRef": "Assets/立绘/yaomeng.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_6552BCC9",
"Id": "0x01000000000005DA",
"Parent": "0x01000000000005D5",
"DisplayName": "yaomeng",
"Filename": "yaomeng(04DA).png",
"OriginalSource": "file:///E:/Mahogany/arts/立绘/yaomeng.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 20.0,
"y": 20.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1699921097
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/挥刀/轻攻击1.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_9F05AB18",
"Id": "0x010000000000123A",
"Parent": "0x0100000000001236",
"DisplayName": "轻攻击1",
"Filename": "轻攻击1(133A).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/挥刀/轻攻击1.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2667948824
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/挥刀/轻攻击2.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_F3195513",
"Id": "0x010000000000123D",
"Parent": "0x0100000000001236",
"DisplayName": "轻攻击2",
"Filename": "轻攻击2(133D).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/挥刀/轻攻击2.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 20.0,
"y": 20.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 4078523667
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/挥刀/轻攻击3.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_01B2544A",
"Id": "0x0100000000001240",
"Parent": "0x0100000000001236",
"DisplayName": "轻攻击3",
"Filename": "轻攻击3(1340).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/挥刀/轻攻击3.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 40.0,
"y": 40.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 28464202
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/挥刀/轻攻击4.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_DE014CC3",
"Id": "0x0100000000001243",
"Parent": "0x0100000000001236",
"DisplayName": "轻攻击4",
"Filename": "轻攻击4(1343).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/挥刀/轻攻击4.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 60.0,
"y": 60.0
},
"ZIndex": 3.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3724627139
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/挥刀/重攻击1.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_7C4C03B5",
"Id": "0x0100000000001246",
"Parent": "0x0100000000001236",
"DisplayName": "重攻击1",
"Filename": "重攻击1(1346).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/挥刀/重攻击1.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 80.0,
"y": 80.0
},
"ZIndex": 4.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2085356469
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/挥刀/重攻击2.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_92B89A9D",
"Id": "0x0100000000001249",
"Parent": "0x0100000000001236",
"DisplayName": "重攻击2",
"Filename": "重攻击2(1349).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/挥刀/重攻击2.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 100.0,
"y": 100.0
},
"ZIndex": 5.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2461571741
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/挥刀/重攻击3.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_CE16A4C9",
"Id": "0x010000000000124C",
"Parent": "0x0100000000001236",
"DisplayName": "重攻击3",
"Filename": "重攻击3(134C).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/挥刀/重攻击3.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 120.0,
"y": 120.0
},
"ZIndex": 6.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3457590473
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/暴击.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_C479A7A6",
"Id": "0x010000000000162C",
"Parent": "0x0100000000001238",
"DisplayName": "暴击",
"Filename": "暴击(172C).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/暴击.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3296307110
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/轻攻击命中1.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_2FA25EBC",
"Id": "0x010000000000162F",
"Parent": "0x0100000000001238",
"DisplayName": "轻攻击命中1",
"Filename": "轻攻击命中1(172F).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/轻攻击命中1.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 20.0,
"y": 20.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 799170236
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/轻攻击命中2.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_B01CBDAF",
"Id": "0x0100000000001632",
"Parent": "0x0100000000001238",
"DisplayName": "轻攻击命中2",
"Filename": "轻攻击命中2(1732).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/轻攻击命中2.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 40.0,
"y": 40.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2954673583
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/轻攻击命中3.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_28221AFB",
"Id": "0x0100000000001635",
"Parent": "0x0100000000001238",
"DisplayName": "轻攻击命中3",
"Filename": "轻攻击命中3(1735).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/轻攻击命中3.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 60.0,
"y": 60.0
},
"ZIndex": 3.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 673323771
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/轻攻击命中4.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_44C2C94A",
"Id": "0x0100000000001638",
"Parent": "0x0100000000001238",
"DisplayName": "轻攻击命中4",
"Filename": "轻攻击命中4(1738).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/轻攻击命中4.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 80.0,
"y": 80.0
},
"ZIndex": 4.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1153616202
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/重攻击命中1.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_AD7D6A1F",
"Id": "0x010000000000163B",
"Parent": "0x0100000000001238",
"DisplayName": "重攻击命中1",
"Filename": "重攻击命中1(173B).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/重攻击命中1.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 100.0,
"y": 100.0
},
"ZIndex": 5.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2910677535
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/重攻击命中2.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_DCB16FE0",
"Id": "0x010000000000163E",
"Parent": "0x0100000000001238",
"DisplayName": "重攻击命中2",
"Filename": "重攻击命中2(173E).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/重攻击命中2.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 120.0,
"y": 120.0
},
"ZIndex": 6.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3702616032
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/重攻击命中3.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_F52CC162",
"Id": "0x0100000000001641",
"Parent": "0x0100000000001238",
"DisplayName": "重攻击命中3",
"Filename": "重攻击命中3(1741).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/重攻击命中3.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 140.0,
"y": 140.0
},
"ZIndex": 7.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 4113351010
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/重攻击命中4.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_00536548",
"Id": "0x0100000000001644",
"Parent": "0x0100000000001238",
"DisplayName": "重攻击命中4",
"Filename": "重攻击命中4(1744).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/重攻击命中4.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 160.0,
"y": 160.0
},
"ZIndex": 8.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 5465416
}
},
{
"Type": "Asset",
"AssetRef": "Assets/音效/战斗/命中/重攻击命中5.wav",
"Category": "Audio",
"Properties": {
"TechnicalName": "Ast_26C8C2BB",
"Id": "0x0100000000001647",
"Parent": "0x0100000000001238",
"DisplayName": "重攻击命中5",
"Filename": "重攻击命中5(1747).wav",
"OriginalSource": "file:///E:/Mahogany/sound/音效/战斗/命中/重攻击命中5.wav",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 180.0,
"y": 180.0
},
"ZIndex": 9.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 650691259
}
},
{
"Type": "Asset",
"AssetRef": "Assets/精灵图/子弹/pt_blue.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_0FD9775C",
"Id": "0x010000000000225A",
"Parent": "0x0100000000002254",
"DisplayName": "pt_blue",
"Filename": "pt_blue(235A).png",
"OriginalSource": "file:///E:/Mahogany/arts/bullet/pt/pt_blue.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 265910108
}
},
{
"Type": "Asset",
"AssetRef": "Assets/精灵图/子弹/pt_red.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_514C1C48",
"Id": "0x010000000000225D",
"Parent": "0x0100000000002254",
"DisplayName": "pt_red",
"Filename": "pt_red(235D).png",
"OriginalSource": "file:///E:/Mahogany/arts/bullet/pt/pt_red.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 20.0,
"y": 20.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 1363942472
}
},
{
"Type": "Asset",
"AssetRef": "Assets/精灵图/交互物/light1.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_C88E69A7",
"Id": "0x0100000000002262",
"Parent": "0x0100000000002258",
"DisplayName": "light1",
"Filename": "light1(2362).png",
"OriginalSource": "file:///E:/Mahogany/arts/scene/object/light1.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3364776359
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_4C230734",
"Id": "0x0100000000000218",
"Parent": "0x030000004C3DAF54",
"DisplayName": "图标",
"ExternalId": "",
"ShortId": 1277364020
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_16E1E2D2",
"Id": "0x010000000000021A",
"Parent": "0x0100000000000218",
"DisplayName": "祝福图标",
"ExternalId": "",
"ShortId": 383902418
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_1AA9D669",
"Id": "0x0100000000001228",
"Parent": "0x0100000000000218",
"DisplayName": "Buff图标",
"ExternalId": "",
"ShortId": 447338089
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_35689E39",
"Id": "0x0100000000002678",
"Parent": "0x0100000000000218",
"DisplayName": "武器图标",
"ExternalId": "",
"ShortId": 896048697
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_75E53A4E",
"Id": "0x01000000000005D5",
"Parent": "0x030000004C3DAF54",
"DisplayName": "立绘",
"ExternalId": "",
"ShortId": 1977956942
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_04555B48",
"Id": "0x0100000000001232",
"Parent": "0x030000004C3DAF54",
"DisplayName": "音效",
"ExternalId": "",
"ShortId": 72702792
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_6AD45545",
"Id": "0x0100000000001234",
"Parent": "0x0100000000001232",
"DisplayName": "战斗",
"ExternalId": "",
"ShortId": 1792300357
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_554D32DD",
"Id": "0x0100000000001236",
"Parent": "0x0100000000001234",
"DisplayName": "挥刀",
"ExternalId": "",
"ShortId": 1431122653
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_96A75671",
"Id": "0x0100000000001238",
"Parent": "0x0100000000001234",
"DisplayName": "命中",
"ExternalId": "",
"ShortId": 2527549041
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_A6D57388",
"Id": "0x0100000000002252",
"Parent": "0x030000004C3DAF54",
"DisplayName": "精灵图",
"ExternalId": "",
"ShortId": 2799006600
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_E07A06AD",
"Id": "0x0100000000002254",
"Parent": "0x0100000000002252",
"DisplayName": "子弹",
"ExternalId": "",
"ShortId": 3766093485
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_C97C69DD",
"Id": "0x0100000000002256",
"Parent": "0x0100000000002252",
"DisplayName": "NPC",
"ExternalId": "",
"ShortId": 3380373981
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_E34AA621",
"Id": "0x0100000000002258",
"Parent": "0x0100000000002252",
"DisplayName": "交互物",
"ExternalId": "",
"ShortId": 3813320225
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_992935F9",
"Id": "0x0100000000000212",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "技能",
"ExternalId": "",
"ShortId": 2569614841
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_A8C273A4",
"Id": "0x0100000000000844",
"Parent": "0x0100000000000212",
"DisplayName": "主角技能",
"ExternalId": "",
"ShortId": 2831315876
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_4448756F",
"Id": "0x01000000000039A8",
"Parent": "0x0100000000000844",
"DisplayName": "01魂魄妖梦",
"ExternalId": "",
"ShortId": 1145599343
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_DDDFCD96",
"Id": "0x0100000000003B59",
"Parent": "0x01000000000039A8",
"DisplayName": "楼观剑",
"ExternalId": "",
"ShortId": 3722431894
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_572D3D40",
"Id": "0x0100000000003B5B",
"Parent": "0x01000000000039A8",
"DisplayName": "白楼剑",
"ExternalId": "",
"ShortId": 1462582592
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_54DC4FFB",
"Id": "0x01000000000049FA",
"Parent": "0x01000000000039A8",
"DisplayName": "拳套",
"ExternalId": "",
"ShortId": 1423724539
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_73A94721",
"Id": "0x010000000000394C",
"Parent": "0x0100000000000212",
"DisplayName": "怪物技能",
"ExternalId": "",
"ShortId": 1940473633
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_A51E8A77",
"Id": "0x01000000000039A6",
"Parent": "0x010000000000394C",
"DisplayName": "01毛玉",
"ExternalId": "",
"ShortId": 2770242167
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_9C0200A1",
"Id": "0x0100000000003C0F",
"Parent": "0x010000000000394C",
"DisplayName": "03亡灵盾兵",
"ExternalId": "",
"ShortId": 2617376929
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_0C44C426",
"Id": "0x0100000000003C20",
"Parent": "0x010000000000394C",
"DisplayName": "04大毛玉",
"ExternalId": "",
"ShortId": 205833254
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_1C4E14C4",
"Id": "0x01000000000042B9",
"Parent": "0x010000000000394C",
"DisplayName": "02亡灵小兵",
"ExternalId": "",
"ShortId": 474879172
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_6B2D076B",
"Id": "0x010000000000394E",
"Parent": "0x0100000000000212",
"DisplayName": "Boss技能",
"ExternalId": "",
"ShortId": 1798113131
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_40B2312A",
"Id": "0x0100000000003950",
"Parent": "0x010000000000394E",
"DisplayName": "01露米娅",
"ExternalId": "",
"ShortId": 1085419818
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_7C596981",
"Id": "0x0100000000000278",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "祝福",
"ExternalId": "",
"ShortId": 2086234497
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_572C4EA9",
"Id": "0x0100000000003C48",
"Parent": "0x0100000000000278",
"DisplayName": "01魂魄妖梦",
"ExternalId": "",
"ShortId": 1462521513
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_B9B7D90F",
"Id": "0x0100000000003C4A",
"Parent": "0x0100000000003C48",
"DisplayName": "楼观剑",
"ExternalId": "",
"ShortId": 3115833615
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_259C4BB5",
"Id": "0x0100000000003C4C",
"Parent": "0x0100000000003C48",
"DisplayName": "白楼剑",
"ExternalId": "",
"ShortId": 630999989
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_7BA84614",
"Id": "0x0100000000003C4E",
"Parent": "0x0100000000003C4C",
"DisplayName": "AAB",
"ExternalId": "",
"ShortId": 2074625556
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_53B38840",
"Id": "0x010000000000027A",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "Buff",
"ExternalId": "",
"ShortId": 1404274752
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_E087D8CD",
"Id": "0x0100000000000AD4",
"Parent": "0x010000000000027A",
"DisplayName": "Buff",
"ExternalId": "",
"ShortId": 3766999245
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_9674FF75",
"Id": "0x01000000000011AD",
"Parent": "0x0100000000000AD4",
"DisplayName": "固定类型",
"ExternalId": "",
"ShortId": 2524249973
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_82C456B3",
"Id": "0x0100000000000AD6",
"Parent": "0x010000000000027A",
"DisplayName": "Buff效果",
"ExternalId": "",
"ShortId": 2193905331
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_36CBCB87",
"Id": "0x0100000000001742",
"Parent": "0x0100000000000AD6",
"DisplayName": "通用",
"ExternalId": "",
"ShortId": 919325575
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_51123BE3",
"Id": "0x0100000000000AD8",
"Parent": "0x010000000000027A",
"DisplayName": "Buff前置检查",
"ExternalId": "",
"ShortId": 1360149475
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_17403A26",
"Id": "0x010000000000027E",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "战斗实体",
"ExternalId": "",
"ShortId": 390085158
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_51FF8195",
"Id": "0x010000000000027C",
"Parent": "0x010000000000027E",
"DisplayName": "子弹",
"ExternalId": "",
"ShortId": 1375699349
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_7933695E",
"Id": "0x0100000000001B66",
"Parent": "0x010000000000027C",
"DisplayName": "主角子弹",
"ExternalId": "",
"ShortId": 2033412446
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_78D745E2",
"Id": "0x0100000000003D6D",
"Parent": "0x0100000000001B66",
"DisplayName": "魂魄妖梦",
"ExternalId": "",
"ShortId": 2027374050
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_7AFC5919",
"Id": "0x0100000000003D6F",
"Parent": "0x0100000000001B66",
"DisplayName": "魂魄妖梦-麻薯",
"ExternalId": "",
"ShortId": 2063358233
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_03CF9A46",
"Id": "0x0100000000003A42",
"Parent": "0x010000000000027C",
"DisplayName": "怪物子弹",
"ExternalId": "",
"ShortId": 63937094
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_9B69E84E",
"Id": "0x0100000000000974",
"Parent": "0x010000000000027E",
"DisplayName": "PT点",
"ExternalId": "",
"ShortId": 2607409230
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_E43570ED",
"Id": "0x0100000000001B68",
"Parent": "0x010000000000027E",
"DisplayName": "_基础组件",
"ExternalId": "",
"ShortId": 3828707565
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_BBE72540",
"Id": "0x0100000000001B6A",
"Parent": "0x0100000000001B68",
"DisplayName": "移动参数",
"ExternalId": "",
"ShortId": 3152487744
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_FE5EC8C4",
"Id": "0x0100000000002F1A",
"Parent": "0x0100000000001B68",
"DisplayName": "护盾参数",
"ExternalId": "",
"ShortId": 4267624644
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_5FB39B26",
"Id": "0x0100000000003F39",
"Parent": "0x0100000000001B68",
"DisplayName": "眩晕参数",
"ExternalId": "",
"ShortId": 1605606182
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_5E1B6D6F",
"Id": "0x0100000000004AE6",
"Parent": "0x0100000000001B68",
"DisplayName": "受击框参数",
"ExternalId": "",
"ShortId": 1578855791
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_4F3AE7B5",
"Id": "0x0100000000001EDC",
"Parent": "0x010000000000027E",
"DisplayName": "NPC",
"ExternalId": "",
"ShortId": 1329260469
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_C33569EE",
"Id": "0x0100000000001EDE",
"Parent": "0x010000000000027E",
"DisplayName": "门",
"ExternalId": "",
"ShortId": 3275057646
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_F7B7820C",
"Id": "0x0100000000002453",
"Parent": "0x010000000000027E",
"DisplayName": "交互物",
"ExternalId": "",
"ShortId": 4155998732
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_58D71C9A",
"Id": "0x0100000000002455",
"Parent": "0x0100000000002453",
"DisplayName": "祝福",
"ExternalId": "",
"ShortId": 1490492570
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_364D7536",
"Id": "0x010000000000336A",
"Parent": "0x010000000000027E",
"DisplayName": "角色",
"ExternalId": "",
"ShortId": 911045942
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_461229E1",
"Id": "0x0100000000000282",
"Parent": "0x010000000000336A",
"DisplayName": "主角",
"ExternalId": "",
"ShortId": 1175595489
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_16D23A90",
"Id": "0x0100000000000284",
"Parent": "0x010000000000336A",
"DisplayName": "怪物",
"ExternalId": "",
"ShortId": 382876304
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_32148D00",
"Id": "0x0100000000001D2D",
"Parent": "0x0100000000000284",
"DisplayName": "小怪",
"ExternalId": "",
"ShortId": 840207616
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_0AAD2614",
"Id": "0x01000000000035D9",
"Parent": "0x0100000000001D2D",
"DisplayName": "测试",
"ExternalId": "",
"ShortId": 179119636
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_AF749FAB",
"Id": "0x0100000000001D2F",
"Parent": "0x0100000000000284",
"DisplayName": "Boss",
"ExternalId": "",
"ShortId": 2943655851
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_AAAAB56F",
"Id": "0x010000000000052F",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "对话人物",
"ExternalId": "",
"ShortId": 2863314287
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_C30CCB43",
"Id": "0x010000000000128F",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "资源",
"ExternalId": "",
"ShortId": 3272395587
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_932887B2",
"Id": "0x0100000000001295",
"Parent": "0x010000000000128F",
"DisplayName": "音效组",
"ExternalId": "",
"ShortId": 2468906930
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_CD2B96ED",
"Id": "0x0100000000001A57",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "祝福组/掉落前置检查",
"ExternalId": "",
"ShortId": 3442185965
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_34A0D744",
"Id": "0x0100000000002615",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "武器",
"ExternalId": "",
"ShortId": 882956100
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_190089A4",
"Id": "0x01000000000026BB",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "关卡",
"ExternalId": "",
"ShortId": 419465636
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_12DEF95C",
"Id": "0x0100000000002769",
"Parent": "0x01000000000026BB",
"DisplayName": "01白玉楼",
"ExternalId": "",
"ShortId": 316602716
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_27377E59",
"Id": "0x010000000000276B",
"Parent": "0x01000000000026BB",
"DisplayName": "02冥界森林",
"ExternalId": "",
"ShortId": 657948249
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_2E896913",
"Id": "0x0100000000004716",
"Parent": "0x01000000000026BB",
"DisplayName": "00测试",
"ExternalId": "",
"ShortId": 780757267
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_E9F5E1F0",
"Id": "0x0100000000003CCF",
"Parent": "0x03000000AC61A2B3",
"DisplayName": "SkillTrigger",
"ExternalId": "",
"ShortId": 3925205488
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_F394ABD7",
"Id": "0x0100000000000C4D",
"Parent": "0x03000000D2404DC0",
"DisplayName": "实体",
"ExternalId": "",
"ShortId": 4086606807
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_CDE79708",
"Id": "0x0100000000000C4F",
"Parent": "0x03000000D2404DC0",
"DisplayName": "技能",
"ExternalId": "",
"ShortId": 3454506760
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_0728D4E7",
"Id": "0x0100000000000C51",
"Parent": "0x03000000D2404DC0",
"DisplayName": "祝福",
"ExternalId": "",
"ShortId": 120116455
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_80FB1055",
"Id": "0x0100000000000C53",
"Parent": "0x03000000D2404DC0",
"DisplayName": "非战斗内容",
"ExternalId": "",
"ShortId": 2163937365
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_4F81F154",
"Id": "0x0100000000000C55",
"Parent": "0x03000000D2404DC0",
"DisplayName": "Buff",
"ExternalId": "",
"ShortId": 1333915988
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_A7E613E3",
"Id": "0x010000000000124F",
"Parent": "0x03000000D2404DC0",
"DisplayName": "资源",
"ExternalId": "",
"ShortId": 2816873443
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_07706BB7",
"Id": "0x010000000000261B",
"Parent": "0x03000000D2404DC0",
"DisplayName": "武器",
"ExternalId": "",
"ShortId": 124808119
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_0FA206B1",
"Id": "0x01000000000026BD",
"Parent": "0x03000000D2404DC0",
"DisplayName": "关卡",
"ExternalId": "",
"ShortId": 262276785
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_3295D066",
"Id": "0x0100000000003C89",
"Parent": "0x03000000D2404DC0",
"DisplayName": "SkillTrigger",
"ExternalId": "",
"ShortId": 848679014
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_5EC703B8",
"Id": "0x010000000000092D",
"Parent": "0x0300000078B45A71",
"DisplayName": "战斗角色实体",
"ExternalId": "",
"ShortId": 1590100920
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_7D36C75F",
"Id": "0x0100000000001CD0",
"Parent": "0x010000000000092D",
"DisplayName": "基础组件",
"ExternalId": "",
"ShortId": 2100741983
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_29AD2933",
"Id": "0x0100000000000B6E",
"Parent": "0x0300000078B45A71",
"DisplayName": "祝福",
"ExternalId": "",
"ShortId": 699214131
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_A12320EC",
"Id": "0x0100000000000B70",
"Parent": "0x0300000078B45A71",
"DisplayName": "战斗外实体",
"ExternalId": "",
"ShortId": 2703433964
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_8CE422CC",
"Id": "0x0100000000000B72",
"Parent": "0x0300000078B45A71",
"DisplayName": "技能",
"ExternalId": "",
"ShortId": 2363761356
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_5DF8D01D",
"Id": "0x0100000000000B74",
"Parent": "0x0300000078B45A71",
"DisplayName": "Buff",
"ExternalId": "",
"ShortId": 1576587293
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_24E09F86",
"Id": "0x0100000000001283",
"Parent": "0x0300000078B45A71",
"DisplayName": "资源",
"ExternalId": "",
"ShortId": 618700678
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_3E1FF5B2",
"Id": "0x0100000000002617",
"Parent": "0x0300000078B45A71",
"DisplayName": "武器",
"ExternalId": "",
"ShortId": 1042281906
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_AA7B98EE",
"Id": "0x01000000000029DF",
"Parent": "0x0300000078B45A71",
"DisplayName": "关卡",
"ExternalId": "",
"ShortId": 2860226798
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_CF7B653A",
"Id": "0x0100000000003C97",
"Parent": "0x0300000078B45A71",
"DisplayName": "SkillTrigger",
"ExternalId": "",
"ShortId": 3480970554
}
}
]
}
],
"ScriptMethods": [],
"Hierarchy": {
"Id": "0x0100000000000001",
"TechnicalName": "Touhou",
"Type": "Project",
"Children": [
{
"Id": "0x03000000F917511B",
"TechnicalName": "ProjectSettings",
"Type": "ProjectSettingsFolder",
"Children": [
{
"Id": "0x01000000000000FC",
"TechnicalName": "",
"Type": "ProjectSettingsLocation"
},
{
"Id": "0x01000000000000FB",
"TechnicalName": "",
"Type": "ProjectSettingsJourneys"
},
{
"Id": "0x01000000000000FD",
"TechnicalName": "",
"Type": "ProjectSettingsFlow"
},
{
"Id": "0x01000000000000FA",
"TechnicalName": "",
"Type": "ProjectSettingsGeneral"
}
]
},
{
"Id": "0x030000002B4F4C54",
"TechnicalName": "GlobalVariables",
"Type": "GlobalVariables"
},
{
"Id": "0x0300000043CE43F7",
"TechnicalName": "Flow",
"Type": "Flow",
"Children": [
{
"Id": "0x0100000000002648",
"TechnicalName": "Dlg_42BD0CCD",
"Type": "Dialogue",
"Children": [
{
"Id": "0x010000000000266C",
"TechnicalName": "Dlg_4D4BCACD",
"Type": "Dialogue"
},
{
"Id": "0x010000000000142D",
"TechnicalName": "Dlg_9834F8DE",
"Type": "Dialogue",
"Children": [
{
"Id": "0x0100000000001460",
"TechnicalName": "DFr_9C787EA6",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014C2",
"TechnicalName": "DFr_909DD016",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000001465",
"TechnicalName": "DFr_1BFB995F",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000149F",
"TechnicalName": "DFr_62ACEBB5",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014C7",
"TechnicalName": "DFr_47350D0E",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000001477",
"TechnicalName": "DFr_EB5097D4",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000146A",
"TechnicalName": "DFr_96FE98B4",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000001482",
"TechnicalName": "DFr_17D50F6A",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014A6",
"TechnicalName": "DFr_CF8C2979",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014AC",
"TechnicalName": "DFr_E1236264",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014B4",
"TechnicalName": "DFr_212C1428",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014CD",
"TechnicalName": "DFr_19552707",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000002604",
"TechnicalName": "DFr_D7061B37",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000001470",
"TechnicalName": "DFr_32EFB76E",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000001498",
"TechnicalName": "DFr_073F8BEC",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014BB",
"TechnicalName": "DFr_08628115",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014D3",
"TechnicalName": "DFr_75796CAF",
"Type": "DialogueFragment"
}
]
},
{
"Id": "0x0100000000002688",
"TechnicalName": "Dlg_30B4E3E0",
"Type": "Dialogue"
},
{
"Id": "0x0100000000002698",
"TechnicalName": "Dlg_8814A59C",
"Type": "Dialogue"
}
]
},
{
"Id": "0x01000000000026B3",
"TechnicalName": "Dlg_9A3CC35F",
"Type": "Dialogue",
"Children": [
{
"Id": "0x01000000000005BF",
"TechnicalName": "Dlg_AF9EDD66",
"Type": "Dialogue",
"Children": [
{
"Id": "0x01000000000005E5",
"TechnicalName": "DFr_EF3336AB",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000005EB",
"TechnicalName": "DFr_7FED9F76",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000005F2",
"TechnicalName": "DFr_16AED646",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014DC",
"TechnicalName": "DFr_26C69B83",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000005F9",
"TechnicalName": "DFr_1C96DBED",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014E3",
"TechnicalName": "DFr_64A21D31",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000014EC",
"TechnicalName": "DFr_7C694FA2",
"Type": "DialogueFragment"
}
]
}
]
}
]
},
{
"Id": "0x03000000AC61A2B3",
"TechnicalName": "Entities",
"Type": "Entities",
"Children": [
{
"Id": "0x010000000000027A",
"TechnicalName": "Ufo_53B38840",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000000AD4",
"TechnicalName": "Ufo_E087D8CD",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000011AD",
"TechnicalName": "Ufo_9674FF75",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003440",
"TechnicalName": "Ntt_30CF5E37",
"Type": "Entity"
},
{
"Id": "0x0100000000001B57",
"TechnicalName": "Ntt_A7BCFB9B",
"Type": "Entity"
},
{
"Id": "0x0100000000003748",
"TechnicalName": "Ntt_14493626",
"Type": "Entity"
},
{
"Id": "0x0100000000003436",
"TechnicalName": "Ntt_CB92396C",
"Type": "Entity"
},
{
"Id": "0x0100000000000CFD",
"TechnicalName": "Ntt_1B20A898",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x0100000000000AD8",
"TechnicalName": "Ufo_51123BE3",
"Type": "EntitiesUserFolder"
},
{
"Id": "0x0100000000000AD6",
"TechnicalName": "Ufo_82C456B3",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001742",
"TechnicalName": "Ufo_36CBCB87",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003753",
"TechnicalName": "Ntt_8D6A3FD7",
"Type": "Entity"
},
{
"Id": "0x0100000000001923",
"TechnicalName": "Ntt_F545EE3E",
"Type": "Entity"
},
{
"Id": "0x0100000000001422",
"TechnicalName": "Ntt_5D841147",
"Type": "Entity"
},
{
"Id": "0x0100000000001426",
"TechnicalName": "Ntt_E89F199D",
"Type": "Entity"
}
]
}
]
}
]
},
{
"Id": "0x0100000000003CCF",
"TechnicalName": "Ufo_E9F5E1F0",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003CD1",
"TechnicalName": "Ntt_61CD76D7",
"Type": "Entity"
}
]
},
{
"Id": "0x010000000000052F",
"TechnicalName": "Ufo_AAAAB56F",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000005DE",
"TechnicalName": "Ntt_5300F3DA",
"Type": "Entity"
},
{
"Id": "0x01000000000005D0",
"TechnicalName": "Ntt_BDEF5828",
"Type": "Entity"
}
]
},
{
"Id": "0x01000000000026BB",
"TechnicalName": "Ufo_190089A4",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000004716",
"TechnicalName": "Ufo_2E896913",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000004718",
"TechnicalName": "Ntt_5C06B3E0",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000002769",
"TechnicalName": "Ufo_12DEF95C",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000002784",
"TechnicalName": "Ntt_72096455",
"Type": "Entity"
},
{
"Id": "0x0100000000004348",
"TechnicalName": "Ntt_3297D0B9",
"Type": "Entity"
},
{
"Id": "0x0100000000004725",
"TechnicalName": "Ntt_64985A3E",
"Type": "Entity"
},
{
"Id": "0x0100000000004730",
"TechnicalName": "Ntt_87B96FF1",
"Type": "Entity"
},
{
"Id": "0x010000000000473D",
"TechnicalName": "Ntt_0DE9EB44",
"Type": "Entity"
},
{
"Id": "0x0100000000004748",
"TechnicalName": "Ntt_0E142402",
"Type": "Entity"
},
{
"Id": "0x0100000000004753",
"TechnicalName": "Ntt_F4AA884C",
"Type": "Entity"
},
{
"Id": "0x010000000000475E",
"TechnicalName": "Ntt_06FAB760",
"Type": "Entity"
},
{
"Id": "0x0100000000004776",
"TechnicalName": "Ntt_6B8772B8",
"Type": "Entity"
},
{
"Id": "0x0100000000004783",
"TechnicalName": "Ntt_FF435823",
"Type": "Entity"
}
]
},
{
"Id": "0x010000000000276B",
"TechnicalName": "Ufo_27377E59",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000004791",
"TechnicalName": "Ntt_93E06DBB",
"Type": "Entity"
},
{
"Id": "0x010000000000479E",
"TechnicalName": "Ntt_4E2E04F3",
"Type": "Entity"
},
{
"Id": "0x01000000000047AB",
"TechnicalName": "Ntt_539DC127",
"Type": "Entity"
},
{
"Id": "0x01000000000047B8",
"TechnicalName": "Ntt_82555675",
"Type": "Entity"
},
{
"Id": "0x01000000000047C5",
"TechnicalName": "Ntt_BF4AF015",
"Type": "Entity"
},
{
"Id": "0x01000000000047D2",
"TechnicalName": "Ntt_42B6D389",
"Type": "Entity"
},
{
"Id": "0x01000000000047DF",
"TechnicalName": "Ntt_C783E13F",
"Type": "Entity"
},
{
"Id": "0x01000000000047EC",
"TechnicalName": "Ntt_7A98859D",
"Type": "Entity"
},
{
"Id": "0x01000000000047F9",
"TechnicalName": "Ntt_D0DD0725",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x0100000000000212",
"TechnicalName": "Ufo_992935F9",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x010000000000394E",
"TechnicalName": "Ufo_6B2D076B",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003950",
"TechnicalName": "Ufo_40B2312A",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003956",
"TechnicalName": "Ntt_61F5FCE5",
"Type": "Entity"
},
{
"Id": "0x010000000000395C",
"TechnicalName": "Ntt_593E86BE",
"Type": "Entity"
},
{
"Id": "0x0100000000003B22",
"TechnicalName": "Ntt_455C532D",
"Type": "Entity"
},
{
"Id": "0x0100000000003B29",
"TechnicalName": "Ntt_2AF0CFC6",
"Type": "Entity"
},
{
"Id": "0x0100000000003B3B",
"TechnicalName": "Ntt_2DDB0814",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x010000000000394C",
"TechnicalName": "Ufo_73A94721",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000039A6",
"TechnicalName": "Ufo_A51E8A77",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000039AA",
"TechnicalName": "Ntt_F9C80DD3",
"Type": "Entity"
}
]
},
{
"Id": "0x01000000000042B9",
"TechnicalName": "Ufo_1C4E14C4",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000042BB",
"TechnicalName": "Ntt_D472C9BE",
"Type": "Entity"
},
{
"Id": "0x01000000000042C2",
"TechnicalName": "Ntt_E55EAF1F",
"Type": "Entity"
},
{
"Id": "0x01000000000042DD",
"TechnicalName": "Ntt_BCC030AC",
"Type": "Entity"
},
{
"Id": "0x01000000000042D6",
"TechnicalName": "Ntt_5ADDDC33",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000003C0F",
"TechnicalName": "Ufo_9C0200A1",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000042E4",
"TechnicalName": "Ntt_FE6932BC",
"Type": "Entity"
},
{
"Id": "0x01000000000042ED",
"TechnicalName": "Ntt_BD6D4DD4",
"Type": "Entity"
},
{
"Id": "0x01000000000042F3",
"TechnicalName": "Ntt_F5193018",
"Type": "Entity"
},
{
"Id": "0x01000000000042F9",
"TechnicalName": "Ntt_9A7BE16C",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000003C20",
"TechnicalName": "Ufo_0C44C426",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003C22",
"TechnicalName": "Ntt_1A83457F",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x0100000000000844",
"TechnicalName": "Ufo_A8C273A4",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000039A8",
"TechnicalName": "Ufo_4448756F",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003B5B",
"TechnicalName": "Ufo_572D3D40",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003C40",
"TechnicalName": "Ntt_66107955",
"Type": "Entity"
},
{
"Id": "0x0100000000003C38",
"TechnicalName": "Ntt_AB24077F",
"Type": "Entity"
},
{
"Id": "0x0100000000003B5D",
"TechnicalName": "Ntt_EC48D87F",
"Type": "Entity"
},
{
"Id": "0x0100000000003BBC",
"TechnicalName": "Ntt_3FA1EFD5",
"Type": "Entity"
},
{
"Id": "0x0100000000003BC5",
"TechnicalName": "Ntt_9749AEA5",
"Type": "Entity"
},
{
"Id": "0x0100000000003BCE",
"TechnicalName": "Ntt_9BF7C3CE",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000003B59",
"TechnicalName": "Ufo_DDDFCD96",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x010000000000089A",
"TechnicalName": "Ntt_5FE6ACF7",
"Type": "Entity"
},
{
"Id": "0x010000000000087C",
"TechnicalName": "Ntt_3D642BB4",
"Type": "Entity"
},
{
"Id": "0x0100000000000870",
"TechnicalName": "Ntt_0824FF5D",
"Type": "Entity"
},
{
"Id": "0x0100000000000876",
"TechnicalName": "Ntt_2C0F96F7",
"Type": "Entity"
},
{
"Id": "0x0100000000000882",
"TechnicalName": "Ntt_15FFC873",
"Type": "Entity"
},
{
"Id": "0x0100000000000888",
"TechnicalName": "Ntt_AA088A6F",
"Type": "Entity"
},
{
"Id": "0x010000000000088E",
"TechnicalName": "Ntt_47FFC664",
"Type": "Entity"
},
{
"Id": "0x01000000000048AF",
"TechnicalName": "Ntt_2BE6D754",
"Type": "Entity"
},
{
"Id": "0x01000000000025FC",
"TechnicalName": "Ntt_5529D876",
"Type": "Entity"
},
{
"Id": "0x010000000000085E",
"TechnicalName": "Ntt_1666DE92",
"Type": "Entity"
},
{
"Id": "0x0100000000000864",
"TechnicalName": "Ntt_B5483BD1",
"Type": "Entity"
},
{
"Id": "0x010000000000086A",
"TechnicalName": "Ntt_02B876A2",
"Type": "Entity"
},
{
"Id": "0x0100000000000846",
"TechnicalName": "Ntt_62B70C86",
"Type": "Entity"
},
{
"Id": "0x010000000000084B",
"TechnicalName": "Ntt_9A4BA4A5",
"Type": "Entity"
},
{
"Id": "0x0100000000000852",
"TechnicalName": "Ntt_7EFF324C",
"Type": "Entity"
},
{
"Id": "0x0100000000000858",
"TechnicalName": "Ntt_6FC043B4",
"Type": "Entity"
},
{
"Id": "0x0100000000000894",
"TechnicalName": "Ntt_66BFFE6E",
"Type": "Entity"
}
]
},
{
"Id": "0x01000000000049FA",
"TechnicalName": "Ufo_54DC4FFB",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000004C25",
"TechnicalName": "Ntt_94006B4B",
"Type": "Entity"
},
{
"Id": "0x01000000000049FC",
"TechnicalName": "Ntt_2CBD8FD4",
"Type": "Entity"
},
{
"Id": "0x0100000000004A05",
"TechnicalName": "Ntt_0D6FD504",
"Type": "Entity"
},
{
"Id": "0x0100000000004C0A",
"TechnicalName": "Ntt_B6789524",
"Type": "Entity"
},
{
"Id": "0x0100000000004C13",
"TechnicalName": "Ntt_BA7BDDA8",
"Type": "Entity"
},
{
"Id": "0x0100000000004C1C",
"TechnicalName": "Ntt_A28DE777",
"Type": "Entity"
}
]
}
]
}
]
}
]
},
{
"Id": "0x0100000000002615",
"TechnicalName": "Ufo_34A0D744",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000002672",
"TechnicalName": "Ntt_BC69D0F2",
"Type": "Entity"
},
{
"Id": "0x0100000000002666",
"TechnicalName": "Ntt_6E28F65D",
"Type": "Entity"
},
{
"Id": "0x010000000000268E",
"TechnicalName": "Ntt_DBF653B4",
"Type": "Entity"
},
{
"Id": "0x0100000000002692",
"TechnicalName": "Ntt_13949CE6",
"Type": "Entity"
}
]
},
{
"Id": "0x010000000000027E",
"TechnicalName": "Ufo_17403A26",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001B68",
"TechnicalName": "Ufo_E43570ED",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000002F1A",
"TechnicalName": "Ufo_FE5EC8C4",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000002FDB",
"TechnicalName": "Ntt_F51D8E5D",
"Type": "Entity"
},
{
"Id": "0x0100000000002F1C",
"TechnicalName": "Ntt_DAE0F8F8",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000004AE6",
"TechnicalName": "Ufo_5E1B6D6F",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000004AEC",
"TechnicalName": "Ntt_209F3460",
"Type": "Entity"
},
{
"Id": "0x0100000000004AE8",
"TechnicalName": "Ntt_539D980D",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000003F39",
"TechnicalName": "Ufo_5FB39B26",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x010000000000408A",
"TechnicalName": "Ntt_35E828A9",
"Type": "Entity"
},
{
"Id": "0x0100000000003F88",
"TechnicalName": "Ntt_4182FBC4",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000001B6A",
"TechnicalName": "Ufo_BBE72540",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001E00",
"TechnicalName": "Ntt_2D0B05BB",
"Type": "Entity"
},
{
"Id": "0x0100000000002E0E",
"TechnicalName": "Ntt_8C995AB6",
"Type": "Entity"
},
{
"Id": "0x0100000000001BA1",
"TechnicalName": "Ntt_BB331773",
"Type": "Entity"
},
{
"Id": "0x0100000000003948",
"TechnicalName": "Ntt_5423767F",
"Type": "Entity"
},
{
"Id": "0x0100000000002E0A",
"TechnicalName": "Ntt_EF262616",
"Type": "Entity"
},
{
"Id": "0x010000000000221F",
"TechnicalName": "Ntt_A580A076",
"Type": "Entity"
},
{
"Id": "0x0100000000001B9D",
"TechnicalName": "Ntt_02E9E3BC",
"Type": "Entity"
},
{
"Id": "0x0100000000003B4F",
"TechnicalName": "Ntt_33D9ABED",
"Type": "Entity"
},
{
"Id": "0x0100000000003BEF",
"TechnicalName": "Ntt_741DD05E",
"Type": "Entity"
},
{
"Id": "0x0100000000001D6A",
"TechnicalName": "Ntt_B562D20D",
"Type": "Entity"
},
{
"Id": "0x0100000000003D7B",
"TechnicalName": "Ntt_2B69E0E7",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x0100000000001EDC",
"TechnicalName": "Ufo_4F3AE7B5",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000002225",
"TechnicalName": "Ntt_94B6AF77",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000000974",
"TechnicalName": "Ufo_9B69E84E",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001D31",
"TechnicalName": "Ntt_FB83978B",
"Type": "Entity"
},
{
"Id": "0x0100000000001E0A",
"TechnicalName": "Ntt_D2D44CDE",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000002453",
"TechnicalName": "Ufo_F7B7820C",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000002455",
"TechnicalName": "Ufo_58D71C9A",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000002457",
"TechnicalName": "Ntt_E4B53623",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x010000000000336A",
"TechnicalName": "Ufo_364D7536",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000000284",
"TechnicalName": "Ufo_16D23A90",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001D2F",
"TechnicalName": "Ufo_AF749FAB",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003913",
"TechnicalName": "Ntt_DFF55576",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000001D2D",
"TechnicalName": "Ufo_32148D00",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000035D9",
"TechnicalName": "Ufo_0AAD2614",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x01000000000035CF",
"TechnicalName": "Ntt_D83DADDD",
"Type": "Entity"
},
{
"Id": "0x010000000000286D",
"TechnicalName": "Ntt_81BB9B2E",
"Type": "Entity"
},
{
"Id": "0x010000000000260C",
"TechnicalName": "Ntt_99448F7F",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000001E04",
"TechnicalName": "Ntt_BD92EBCC",
"Type": "Entity"
},
{
"Id": "0x0100000000003833",
"TechnicalName": "Ntt_CF52A357",
"Type": "Entity"
},
{
"Id": "0x0100000000003BF4",
"TechnicalName": "Ntt_0DEECB2D",
"Type": "Entity"
},
{
"Id": "0x0100000000003C01",
"TechnicalName": "Ntt_0111FA4B",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x0100000000000282",
"TechnicalName": "Ufo_461229E1",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001B62",
"TechnicalName": "Ntt_2671A843",
"Type": "Entity"
},
{
"Id": "0x0100000000001E10",
"TechnicalName": "Ntt_8051ED8E",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x0100000000001EDE",
"TechnicalName": "Ufo_C33569EE",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000002266",
"TechnicalName": "Ntt_27A9B518",
"Type": "Entity"
},
{
"Id": "0x0100000000002881",
"TechnicalName": "Ntt_6E8FADB9",
"Type": "Entity"
},
{
"Id": "0x0100000000002886",
"TechnicalName": "Ntt_310650D5",
"Type": "Entity"
},
{
"Id": "0x010000000000288B",
"TechnicalName": "Ntt_8166F678",
"Type": "Entity"
},
{
"Id": "0x0100000000002890",
"TechnicalName": "Ntt_F531B7DF",
"Type": "Entity"
},
{
"Id": "0x0100000000002895",
"TechnicalName": "Ntt_A97AC8CC",
"Type": "Entity"
},
{
"Id": "0x010000000000289A",
"TechnicalName": "Ntt_E0452A83",
"Type": "Entity"
},
{
"Id": "0x010000000000289F",
"TechnicalName": "Ntt_1FBC1733",
"Type": "Entity"
},
{
"Id": "0x01000000000028A4",
"TechnicalName": "Ntt_1DCBE870",
"Type": "Entity"
},
{
"Id": "0x01000000000028A9",
"TechnicalName": "Ntt_1ADC103C",
"Type": "Entity"
},
{
"Id": "0x01000000000028AE",
"TechnicalName": "Ntt_AEE5C2D3",
"Type": "Entity"
}
]
},
{
"Id": "0x010000000000027C",
"TechnicalName": "Ufo_51FF8195",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003A42",
"TechnicalName": "Ufo_03CF9A46",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003A44",
"TechnicalName": "Ntt_2BAD303E",
"Type": "Entity"
},
{
"Id": "0x0100000000003B30",
"TechnicalName": "Ntt_6B909CC1",
"Type": "Entity"
},
{
"Id": "0x01000000000042C9",
"TechnicalName": "Ntt_B63BE271",
"Type": "Entity"
},
{
"Id": "0x0100000000003B41",
"TechnicalName": "Ntt_56CB76E4",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000001B66",
"TechnicalName": "Ufo_7933695E",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003D6D",
"TechnicalName": "Ufo_78D745E2",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001D6E",
"TechnicalName": "Ntt_05A2281C",
"Type": "Entity"
},
{
"Id": "0x0100000000003BD7",
"TechnicalName": "Ntt_FFD86A80",
"Type": "Entity"
},
{
"Id": "0x0100000000003BE1",
"TechnicalName": "Ntt_29D929F8",
"Type": "Entity"
}
]
},
{
"Id": "0x0100000000003D6F",
"TechnicalName": "Ufo_7AFC5919",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003D71",
"TechnicalName": "Ntt_6036932B",
"Type": "Entity"
}
]
}
]
}
]
}
]
},
{
"Id": "0x0100000000000278",
"TechnicalName": "Ufo_7C596981",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003C48",
"TechnicalName": "Ufo_572C4EA9",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003C4C",
"TechnicalName": "Ufo_259C4BB5",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003C4E",
"TechnicalName": "Ufo_7BA84614",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000003C50",
"TechnicalName": "Ntt_E2E7D65C",
"Type": "Entity"
}
]
}
]
},
{
"Id": "0x0100000000003C4A",
"TechnicalName": "Ufo_B9B7D90F",
"Type": "EntitiesUserFolder"
}
]
}
]
},
{
"Id": "0x0100000000001A57",
"TechnicalName": "Ufo_CD2B96ED",
"Type": "EntitiesUserFolder"
},
{
"Id": "0x010000000000128F",
"TechnicalName": "Ufo_C30CCB43",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001295",
"TechnicalName": "Ufo_932887B2",
"Type": "EntitiesUserFolder",
"Children": [
{
"Id": "0x0100000000001297",
"TechnicalName": "Ntt_272C535F",
"Type": "Entity"
},
{
"Id": "0x0100000000001653",
"TechnicalName": "Ntt_985C52CE",
"Type": "Entity"
},
{
"Id": "0x01000000000012A0",
"TechnicalName": "Ntt_25749776",
"Type": "Entity"
},
{
"Id": "0x010000000000164A",
"TechnicalName": "Ntt_90784B5F",
"Type": "Entity"
}
]
}
]
}
]
},
{
"Id": "0x030000003140D3AC",
"TechnicalName": "Locations",
"Type": "Locations"
},
{
"Id": "0x03000000103AA2F0",
"TechnicalName": "Documents",
"Type": "Documents"
},
{
"Id": "0x03000000236F7272",
"TechnicalName": "Journeys",
"Type": "Journeys"
},
{
"Id": "0x0300000029CF057C",
"TechnicalName": "TemplateDesign",
"Type": "TemplateDesign",
"Children": [
{
"Id": "0x030000009AF68DCD",
"TechnicalName": "Templates",
"Type": "Templates",
"Children": [
{
"Id": "0x030000004264B29C",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000092CF598E",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000A715C057",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x030000008DD5C0F2",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000030B5ACF",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000013DF3A1A",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000FB371D5C",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x030000006D1BC275",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x030000005314E813",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000BA022E2F",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000DCC67F9D",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000ADA9FA17",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000CC5A07F0",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000F514339C",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000096812FC1",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000ECC00F83",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000030635118",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000078B45A71",
"TechnicalName": "",
"Type": "TemplateTypeFolder",
"Children": [
{
"Id": "0x0100000000000B74",
"TechnicalName": "Ufo_5DF8D01D",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x0100000000000B78",
"TechnicalName": "Buff",
"Type": "Template"
},
{
"Id": "0x0100000000001A13",
"TechnicalName": "BuffPreCheckHasBuff",
"Type": "Template"
},
{
"Id": "0x01000000000013C8",
"TechnicalName": "BuffEffectChangeProperty",
"Type": "Template"
},
{
"Id": "0x0100000000001748",
"TechnicalName": "BuffEffect_04",
"Type": "Template"
},
{
"Id": "0x01000000000036CF",
"TechnicalName": "BuffEffectSetSpeed",
"Type": "Template"
},
{
"Id": "0x01000000000017CA",
"TechnicalName": "BuffEffect_03",
"Type": "Template"
},
{
"Id": "0x0100000000000B7E",
"TechnicalName": "BuffEffect",
"Type": "Template"
}
]
},
{
"Id": "0x0100000000003C97",
"TechnicalName": "Ufo_CF7B653A",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x0100000000003CB0",
"TechnicalName": "SkillTrigger",
"Type": "Template"
}
]
},
{
"Id": "0x01000000000029DF",
"TechnicalName": "Ufo_AA7B98EE",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x010000000000276D",
"TechnicalName": "Level",
"Type": "Template"
}
]
},
{
"Id": "0x0100000000000B72",
"TechnicalName": "Ufo_8CE422CC",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x0100000000003624",
"TechnicalName": "SkillMonster",
"Type": "Template"
},
{
"Id": "0x01000000000007B4",
"TechnicalName": "SkillMaster",
"Type": "Template"
}
]
},
{
"Id": "0x0100000000002617",
"TechnicalName": "Ufo_3E1FF5B2",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x010000000000264E",
"TechnicalName": "Weapon",
"Type": "Template"
}
]
},
{
"Id": "0x010000000000092D",
"TechnicalName": "Ufo_5EC703B8",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x0100000000001CD0",
"TechnicalName": "Ufo_7D36C75F",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x0100000000002EEB",
"TechnicalName": "ShieldParam",
"Type": "Template"
},
{
"Id": "0x0100000000004A69",
"TechnicalName": "ShieldParam_02",
"Type": "Template"
},
{
"Id": "0x0100000000003F70",
"TechnicalName": "_",
"Type": "Template"
},
{
"Id": "0x0100000000001B6C",
"TechnicalName": "MoveParam",
"Type": "Template"
}
]
},
{
"Id": "0x0100000000001E4C",
"TechnicalName": "NPC",
"Type": "Template"
},
{
"Id": "0x0100000000000972",
"TechnicalName": "Point",
"Type": "Template"
},
{
"Id": "0x010000000000096C",
"TechnicalName": "Monster",
"Type": "Template"
},
{
"Id": "0x0100000000001E94",
"TechnicalName": "Door",
"Type": "Template"
},
{
"Id": "0x0100000000000970",
"TechnicalName": "Master",
"Type": "Template"
},
{
"Id": "0x01000000000021BC",
"TechnicalName": "MasterSoul",
"Type": "Template"
},
{
"Id": "0x01000000000023DB",
"TechnicalName": "BlessInteract",
"Type": "Template"
},
{
"Id": "0x010000000000096E",
"TechnicalName": "Bullet",
"Type": "Template"
}
]
},
{
"Id": "0x0100000000000B70",
"TechnicalName": "Ufo_A12320EC",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x0100000000000531",
"TechnicalName": "DramaCharacterTemplete",
"Type": "Template"
}
]
},
{
"Id": "0x0100000000000B6E",
"TechnicalName": "Ufo_29AD2933",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x010000000000028A",
"TechnicalName": "Bless",
"Type": "Template"
},
{
"Id": "0x0100000000001A6F",
"TechnicalName": "BlessGroup",
"Type": "Template"
}
]
},
{
"Id": "0x0100000000001283",
"TechnicalName": "Ufo_24E09F86",
"Type": "TemplateTypeUserFolder",
"Children": [
{
"Id": "0x0100000000001285",
"TechnicalName": "SoundGroup",
"Type": "Template"
}
]
}
]
}
]
},
{
"Id": "0x030000002C0951AE",
"TechnicalName": "PropertyTemplates",
"Type": "TraitTemplatesFolder",
"Children": [
{
"Id": "0x030000003630A240",
"TechnicalName": "",
"Type": "TraitTemplatesTypedFolder",
"Children": [
{
"Id": "0x0100000000000E73",
"TechnicalName": "Buff_02",
"Type": "ReferenceSlotTraitTemplate"
},
{
"Id": "0x0100000000000BE6",
"TechnicalName": "Buff",
"Type": "ReferenceStripTraitTemplate"
},
{
"Id": "0x01000000000036C4",
"TechnicalName": "__04",
"Type": "ReferenceStripTraitTemplate"
},
{
"Id": "0x01000000000044FA",
"TechnicalName": "__05",
"Type": "ReferenceSlotTraitTemplate"
},
{
"Id": "0x0100000000002638",
"TechnicalName": "__03",
"Type": "ReferenceSlotTraitTemplate"
},
{
"Id": "0x0100000000000369",
"TechnicalName": "Icon",
"Type": "ReferenceSlotTraitTemplate"
},
{
"Id": "0x0100000000001277",
"TechnicalName": "__02",
"Type": "ReferenceSlotTraitTemplate"
},
{
"Id": "0x0100000000001020",
"TechnicalName": "_",
"Type": "ReferenceSlotTraitTemplate"
},
{
"Id": "0x0100000000001A5B",
"TechnicalName": "BlessGroup",
"Type": "ReferenceStripTraitTemplate"
}
]
},
{
"Id": "0x03000000BB12F1B8",
"TechnicalName": "",
"Type": "TraitTemplatesTypedFolder"
},
{
"Id": "0x03000000D745C449",
"TechnicalName": "",
"Type": "TraitTemplatesTypedFolder"
},
{
"Id": "0x030000006E2C178B",
"TechnicalName": "",
"Type": "TraitTemplatesTypedFolder",
"Children": [
{
"Id": "0x0100000000000BF7",
"TechnicalName": "Buff",
"Type": "NumberTraitTemplate"
},
{
"Id": "0x0100000000004AAC",
"TechnicalName": "__02",
"Type": "NumberTraitTemplate"
},
{
"Id": "0x0100000000000B06",
"TechnicalName": "Time",
"Type": "NumberTraitTemplate"
},
{
"Id": "0x0100000000002289",
"TechnicalName": "_",
"Type": "NumberTraitTemplate"
}
]
},
{
"Id": "0x030000006F82D78E",
"TechnicalName": "",
"Type": "TraitTemplatesTypedFolder",
"Children": [
{
"Id": "0x0100000000002347",
"TechnicalName": "_",
"Type": "ShortTextTraitTemplate"
},
{
"Id": "0x0100000000000703",
"TechnicalName": "Describe",
"Type": "LargeTextTraitTemplate"
},
{
"Id": "0x0100000000000660",
"TechnicalName": "Name",
"Type": "ShortTextTraitTemplate"
},
{
"Id": "0x010000000000072F",
"TechnicalName": "Timeline",
"Type": "ShortTextTraitTemplate"
},
{
"Id": "0x0100000000000C06",
"TechnicalName": "Effect",
"Type": "ShortTextTraitTemplate"
}
]
},
{
"Id": "0x0300000037DCE3F0",
"TechnicalName": "",
"Type": "TraitTemplatesTypedFolder",
"Children": [
{
"Id": "0x0100000000000C38",
"TechnicalName": "BuffEffectTimingType",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x01000000000032B3",
"TechnicalName": "__04",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x0100000000002D8C",
"TechnicalName": "__02",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x01000000000026DB",
"TechnicalName": "LevelType",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x01000000000006EC",
"TechnicalName": "TriggerType",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x010000000000031B",
"TechnicalName": "Performance",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x01000000000006BB",
"TechnicalName": "Stance",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x010000000000135D",
"TechnicalName": "Property",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x0100000000001389",
"TechnicalName": "PropertyChangeType",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x0100000000001DEB",
"TechnicalName": "EntityType",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x01000000000002CF",
"TechnicalName": "Element",
"Type": "EnumTraitTemplate"
},
{
"Id": "0x0100000000003232",
"TechnicalName": "__03",
"Type": "EnumTraitTemplate"
}
]
}
]
},
{
"Id": "0x03000000D2404DC0",
"TechnicalName": "Features",
"Type": "Features",
"Children": [
{
"Id": "0x0100000000000C55",
"TechnicalName": "Ufo_4F81F154",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x0100000000000ADA",
"TechnicalName": "Buff",
"Type": "Feature"
},
{
"Id": "0x0100000000001A18",
"TechnicalName": "BuffPreCheckHasBuff",
"Type": "Feature"
},
{
"Id": "0x0100000000000C57",
"TechnicalName": "BuffEffect",
"Type": "Feature"
},
{
"Id": "0x0100000000001378",
"TechnicalName": "BuffEffectProperty",
"Type": "Feature"
},
{
"Id": "0x01000000000019C5",
"TechnicalName": "BuffEffectClearLevel",
"Type": "Feature"
},
{
"Id": "0x010000000000379D",
"TechnicalName": "BuffEffectSetSpeed",
"Type": "Feature"
},
{
"Id": "0x01000000000017F7",
"TechnicalName": "BuffEffectAddBuff",
"Type": "Feature"
},
{
"Id": "0x0100000000000D33",
"TechnicalName": "BuffEffectAttack",
"Type": "Feature"
}
]
},
{
"Id": "0x0100000000003C89",
"TechnicalName": "Ufo_3295D066",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x0100000000003C8B",
"TechnicalName": "SkillTrigger",
"Type": "Feature"
},
{
"Id": "0x0100000000003CAE",
"TechnicalName": "SkillTriggerKnife",
"Type": "Feature"
}
]
},
{
"Id": "0x0100000000000C53",
"TechnicalName": "Ufo_80FB1055",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x0100000000000533",
"TechnicalName": "DramaCharacter",
"Type": "Feature"
}
]
},
{
"Id": "0x01000000000026BD",
"TechnicalName": "Ufo_0FA206B1",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x01000000000026BF",
"TechnicalName": "Level",
"Type": "Feature"
}
]
},
{
"Id": "0x0100000000000C4F",
"TechnicalName": "Ufo_CDE79708",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x0100000000000649",
"TechnicalName": "Skill",
"Type": "Feature"
},
{
"Id": "0x01000000000007D3",
"TechnicalName": "SkillCombo",
"Type": "Feature"
}
]
},
{
"Id": "0x0100000000000C4D",
"TechnicalName": "Ufo_F394ABD7",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x0100000000001C17",
"TechnicalName": "EntityParam",
"Type": "Feature"
},
{
"Id": "0x0100000000002109",
"TechnicalName": "EntityParamView",
"Type": "Feature"
},
{
"Id": "0x0100000000001FDF",
"TechnicalName": "EntityParamBattle",
"Type": "Feature"
},
{
"Id": "0x0100000000002EF0",
"TechnicalName": "Shield",
"Type": "Feature"
},
{
"Id": "0x0100000000004A95",
"TechnicalName": "EntityHitBoxParam",
"Type": "Feature"
},
{
"Id": "0x010000000000271B",
"TechnicalName": "Door",
"Type": "Feature"
},
{
"Id": "0x0100000000002D6F",
"TechnicalName": "EntityParamMonster",
"Type": "Feature"
},
{
"Id": "0x010000000000244E",
"TechnicalName": "BlessInteractParam",
"Type": "Feature"
},
{
"Id": "0x0100000000003A4D",
"TechnicalName": "Bullet",
"Type": "Feature"
},
{
"Id": "0x0100000000003F3B",
"TechnicalName": "Stun",
"Type": "Feature"
},
{
"Id": "0x0100000000000905",
"TechnicalName": "MoveParamBasic",
"Type": "Feature"
},
{
"Id": "0x010000000000092B",
"TechnicalName": "MoveParamJump",
"Type": "Feature"
}
]
},
{
"Id": "0x010000000000261B",
"TechnicalName": "Ufo_07706BB7",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x010000000000261D",
"TechnicalName": "WeaponBasic",
"Type": "Feature"
}
]
},
{
"Id": "0x0100000000000C51",
"TechnicalName": "Ufo_0728D4E7",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x0100000000000290",
"TechnicalName": "Bless",
"Type": "Feature"
},
{
"Id": "0x0100000000001A65",
"TechnicalName": "BlessGroup",
"Type": "Feature"
}
]
},
{
"Id": "0x010000000000124F",
"TechnicalName": "Ufo_A7E613E3",
"Type": "FeaturesUserFolder",
"Children": [
{
"Id": "0x0100000000001251",
"TechnicalName": "Sound",
"Type": "Feature"
}
]
}
]
}
]
},
{
"Id": "0x03000000173C3392",
"TechnicalName": "",
"Type": "RuleSets",
"Children": [
{
"Id": "0x01000000000000FF",
"TechnicalName": "",
"Type": "RuleSet",
"Children": [
{
"Id": "0x0100000000000102",
"TechnicalName": "",
"Type": "RuleSetPackage"
}
]
}
]
},
{
"Id": "0x030000004C3DAF54",
"TechnicalName": "Assets",
"Type": "Assets",
"Children": [
{
"Id": "0x0100000000002252",
"TechnicalName": "Ufo_A6D57388",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x0100000000002256",
"TechnicalName": "Ufo_C97C69DD",
"Type": "AssetsUserFolder"
},
{
"Id": "0x0100000000002258",
"TechnicalName": "Ufo_E34AA621",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x0100000000002262",
"TechnicalName": "Ast_C88E69A7",
"Type": "Asset"
}
]
},
{
"Id": "0x0100000000002254",
"TechnicalName": "Ufo_E07A06AD",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x010000000000225A",
"TechnicalName": "Ast_0FD9775C",
"Type": "Asset"
},
{
"Id": "0x010000000000225D",
"TechnicalName": "Ast_514C1C48",
"Type": "Asset"
}
]
}
]
},
{
"Id": "0x01000000000005D5",
"TechnicalName": "Ufo_75E53A4E",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x01000000000005D7",
"TechnicalName": "Ast_409D9E54",
"Type": "Asset"
},
{
"Id": "0x01000000000005DA",
"TechnicalName": "Ast_6552BCC9",
"Type": "Asset"
}
]
},
{
"Id": "0x0100000000000218",
"TechnicalName": "Ufo_4C230734",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x0100000000001228",
"TechnicalName": "Ufo_1AA9D669",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x010000000000168A",
"TechnicalName": "Ast_8B332266",
"Type": "Asset"
},
{
"Id": "0x010000000000122A",
"TechnicalName": "Ast_2FA26176",
"Type": "Asset"
},
{
"Id": "0x010000000000168D",
"TechnicalName": "Ast_E9B91CBD",
"Type": "Asset"
},
{
"Id": "0x0100000000001690",
"TechnicalName": "Ast_9F24BDDD",
"Type": "Asset"
},
{
"Id": "0x0100000000001693",
"TechnicalName": "Ast_AE56356A",
"Type": "Asset"
},
{
"Id": "0x0100000000001696",
"TechnicalName": "Ast_75D26555",
"Type": "Asset"
},
{
"Id": "0x0100000000001699",
"TechnicalName": "Ast_407FC6B5",
"Type": "Asset"
},
{
"Id": "0x010000000000169C",
"TechnicalName": "Ast_0DCF4242",
"Type": "Asset"
},
{
"Id": "0x01000000000015A9",
"TechnicalName": "Ast_79B09D77",
"Type": "Asset"
},
{
"Id": "0x01000000000016A2",
"TechnicalName": "Ast_93B7FA81",
"Type": "Asset"
},
{
"Id": "0x010000000000122D",
"TechnicalName": "Ast_CABED067",
"Type": "Asset"
},
{
"Id": "0x01000000000016A5",
"TechnicalName": "Ast_BF032144",
"Type": "Asset"
}
]
},
{
"Id": "0x0100000000002678",
"TechnicalName": "Ufo_35689E39",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x0100000000002682",
"TechnicalName": "Ast_66CFA9CF",
"Type": "Asset"
},
{
"Id": "0x0100000000002685",
"TechnicalName": "Ast_575DF6CE",
"Type": "Asset"
},
{
"Id": "0x010000000000267A",
"TechnicalName": "Ast_625F2873",
"Type": "Asset"
},
{
"Id": "0x010000000000267D",
"TechnicalName": "Ast_DA0B5758",
"Type": "Asset"
}
]
},
{
"Id": "0x010000000000021A",
"TechnicalName": "Ufo_16E1E2D2",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x010000000000158A",
"TechnicalName": "Ast_11480663",
"Type": "Asset"
},
{
"Id": "0x0100000000000264",
"TechnicalName": "Ast_AA0559D6",
"Type": "Asset"
},
{
"Id": "0x0100000000000261",
"TechnicalName": "Ast_8AC612EA",
"Type": "Asset"
},
{
"Id": "0x010000000000025B",
"TechnicalName": "Ast_7848AA3D",
"Type": "Asset"
},
{
"Id": "0x0100000000000258",
"TechnicalName": "Ast_AE593AF6",
"Type": "Asset"
},
{
"Id": "0x0100000000000222",
"TechnicalName": "Ast_8BB3375F",
"Type": "Asset"
},
{
"Id": "0x0100000000000225",
"TechnicalName": "Ast_E5A533EB",
"Type": "Asset"
},
{
"Id": "0x0100000000000228",
"TechnicalName": "Ast_EBD924C5",
"Type": "Asset"
},
{
"Id": "0x010000000000021F",
"TechnicalName": "Ast_43BFB458",
"Type": "Asset"
},
{
"Id": "0x010000000000021C",
"TechnicalName": "Ast_525D6CB5",
"Type": "Asset"
},
{
"Id": "0x010000000000026D",
"TechnicalName": "Ast_E0925081",
"Type": "Asset"
},
{
"Id": "0x010000000000026A",
"TechnicalName": "Ast_58F9193F",
"Type": "Asset"
},
{
"Id": "0x0100000000000234",
"TechnicalName": "Ast_65784B21",
"Type": "Asset"
},
{
"Id": "0x0100000000000231",
"TechnicalName": "Ast_37F2EB48",
"Type": "Asset"
},
{
"Id": "0x0100000000000237",
"TechnicalName": "Ast_26324F21",
"Type": "Asset"
},
{
"Id": "0x010000000000022E",
"TechnicalName": "Ast_CAD4FAA9",
"Type": "Asset"
},
{
"Id": "0x010000000000022B",
"TechnicalName": "Ast_4A2D15A0",
"Type": "Asset"
},
{
"Id": "0x0100000000000267",
"TechnicalName": "Ast_C7F4EA95",
"Type": "Asset"
},
{
"Id": "0x010000000000024F",
"TechnicalName": "Ast_49091775",
"Type": "Asset"
},
{
"Id": "0x0100000000000252",
"TechnicalName": "Ast_479C0319",
"Type": "Asset"
},
{
"Id": "0x0100000000000255",
"TechnicalName": "Ast_27D16471",
"Type": "Asset"
},
{
"Id": "0x010000000000024C",
"TechnicalName": "Ast_ED574276",
"Type": "Asset"
},
{
"Id": "0x0100000000000249",
"TechnicalName": "Ast_04B6D6B9",
"Type": "Asset"
},
{
"Id": "0x0100000000000240",
"TechnicalName": "Ast_2C1858F8",
"Type": "Asset"
},
{
"Id": "0x010000000000023D",
"TechnicalName": "Ast_736B2550",
"Type": "Asset"
},
{
"Id": "0x010000000000023A",
"TechnicalName": "Ast_E33ECDCF",
"Type": "Asset"
},
{
"Id": "0x0100000000000243",
"TechnicalName": "Ast_AC132628",
"Type": "Asset"
},
{
"Id": "0x0100000000000246",
"TechnicalName": "Ast_8AA12C77",
"Type": "Asset"
},
{
"Id": "0x0100000000000270",
"TechnicalName": "Ast_9648FF3B",
"Type": "Asset"
},
{
"Id": "0x0100000000000273",
"TechnicalName": "Ast_69594FBA",
"Type": "Asset"
}
]
}
]
},
{
"Id": "0x0100000000001232",
"TechnicalName": "Ufo_04555B48",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x0100000000001234",
"TechnicalName": "Ufo_6AD45545",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x0100000000001236",
"TechnicalName": "Ufo_554D32DD",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x010000000000123A",
"TechnicalName": "Ast_9F05AB18",
"Type": "Asset"
},
{
"Id": "0x010000000000123D",
"TechnicalName": "Ast_F3195513",
"Type": "Asset"
},
{
"Id": "0x0100000000001240",
"TechnicalName": "Ast_01B2544A",
"Type": "Asset"
},
{
"Id": "0x0100000000001243",
"TechnicalName": "Ast_DE014CC3",
"Type": "Asset"
},
{
"Id": "0x0100000000001246",
"TechnicalName": "Ast_7C4C03B5",
"Type": "Asset"
},
{
"Id": "0x0100000000001249",
"TechnicalName": "Ast_92B89A9D",
"Type": "Asset"
},
{
"Id": "0x010000000000124C",
"TechnicalName": "Ast_CE16A4C9",
"Type": "Asset"
}
]
},
{
"Id": "0x0100000000001238",
"TechnicalName": "Ufo_96A75671",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x010000000000162C",
"TechnicalName": "Ast_C479A7A6",
"Type": "Asset"
},
{
"Id": "0x010000000000162F",
"TechnicalName": "Ast_2FA25EBC",
"Type": "Asset"
},
{
"Id": "0x0100000000001632",
"TechnicalName": "Ast_B01CBDAF",
"Type": "Asset"
},
{
"Id": "0x0100000000001635",
"TechnicalName": "Ast_28221AFB",
"Type": "Asset"
},
{
"Id": "0x0100000000001638",
"TechnicalName": "Ast_44C2C94A",
"Type": "Asset"
},
{
"Id": "0x010000000000163B",
"TechnicalName": "Ast_AD7D6A1F",
"Type": "Asset"
},
{
"Id": "0x010000000000163E",
"TechnicalName": "Ast_DCB16FE0",
"Type": "Asset"
},
{
"Id": "0x0100000000001641",
"TechnicalName": "Ast_F52CC162",
"Type": "Asset"
},
{
"Id": "0x0100000000001644",
"TechnicalName": "Ast_00536548",
"Type": "Asset"
},
{
"Id": "0x0100000000001647",
"TechnicalName": "Ast_26C8C2BB",
"Type": "Asset"
}
]
}
]
}
]
}
]
}
]
}
}