mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
1477 lines
52 KiB
JSON
1477 lines
52 KiB
JSON
[
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_DungeonEntry_MengDe01",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"UnderLevel",
|
|
"ReachLevel",
|
|
"Inactive"
|
|
],
|
|
"modifierName": "RedTrigger"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Lock"
|
|
],
|
|
"modifierName": "BlueTrigger"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"ReachLevel",
|
|
"Inactive"
|
|
],
|
|
"modifierName": "ReachLevel"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"UnderLevel"
|
|
],
|
|
"modifierName": "UnderLevel"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Open",
|
|
"Opening"
|
|
],
|
|
"modifierName": "Entrance"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Active"
|
|
],
|
|
"modifierName": "Active"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Opening"
|
|
],
|
|
"modifierName": "Opening"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"RedTrigger": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "RedTrigger",
|
|
"type": "Bool",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_DungeonEntry_MengDe_Hint03"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Locked"
|
|
}
|
|
]
|
|
},
|
|
"BlueTrigger": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "BlueTrigger",
|
|
"type": "Bool",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_DungeonEntry_MengDe_Hint03"
|
|
}
|
|
]
|
|
},
|
|
"ReachLevel": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "gadgetState",
|
|
"type": "Int",
|
|
"weight": 201,
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Locked"
|
|
}
|
|
]
|
|
},
|
|
"UnderLevel": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "gadgetState",
|
|
"type": "Int",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Locked"
|
|
}
|
|
]
|
|
},
|
|
"Active": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_03_Active"
|
|
}
|
|
]
|
|
},
|
|
"Entrance": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Entrance"
|
|
}
|
|
]
|
|
},
|
|
"Opening": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_03_Open"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Gear_Gate_DungeonGate02",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Gate_Open"
|
|
],
|
|
"modifierName": "Gate_Open"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Gate_Open": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate02_Centre_01a"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate02_Centre_02"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate02_Left_01"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate02_Right_01"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate02_Up_01"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate02_Down_01"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate02_Centre_Open"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_DungeonEntry_MengDe02",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Rise",
|
|
"UnderLevel",
|
|
"OnGround",
|
|
"ReachLevel",
|
|
"Lock",
|
|
"Other",
|
|
"Opening"
|
|
],
|
|
"modifierName": "Pillar"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Rise"
|
|
],
|
|
"modifierName": "Rise"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Rise",
|
|
"UnderLevel",
|
|
"OnGround",
|
|
"ReachLevel"
|
|
],
|
|
"modifierName": "RedBoard"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Rise",
|
|
"OnGround",
|
|
"UnderLevel"
|
|
],
|
|
"modifierName": "RedTrigger"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"ReachLevel"
|
|
],
|
|
"modifierName": "BlueBoard"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Lock"
|
|
],
|
|
"modifierName": "BlueTrigger"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Other",
|
|
"Opening"
|
|
],
|
|
"modifierName": "Entrance"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Opening"
|
|
],
|
|
"modifierName": "Opening"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Gate_Broken"
|
|
],
|
|
"modifierName": "Broken"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Broken": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_DungeonEntry_MengDe_Broken"
|
|
}
|
|
]
|
|
},
|
|
"Opening": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_03_Open",
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"attachPointName": "OpenEffectPoint"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Entrance": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Entrance"
|
|
}
|
|
]
|
|
},
|
|
"BlueTrigger": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "BlueTrigger",
|
|
"type": "Bool",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Hint"
|
|
}
|
|
]
|
|
},
|
|
"Pillar": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Hint"
|
|
}
|
|
]
|
|
},
|
|
"Rise": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Rise"
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Rise_Ground"
|
|
}
|
|
]
|
|
},
|
|
"RedBoard": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Locked"
|
|
},
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "RedTrigger",
|
|
"type": "Bool",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Hint"
|
|
}
|
|
]
|
|
},
|
|
"RedTrigger": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "gadgetState",
|
|
"type": "Int",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Locked"
|
|
}
|
|
]
|
|
},
|
|
"BlueBoard": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "gadgetState",
|
|
"type": "Int",
|
|
"weight": 201,
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_01_Locked"
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_03_Active",
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"attachPointName": "ActiveEffectPoint"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_DungeonEntry_MengDe03",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"UnderLevel",
|
|
"ReachLevel",
|
|
"Inactive"
|
|
],
|
|
"modifierName": "RedTrigger"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Lock"
|
|
],
|
|
"modifierName": "BlueTrigger"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"ReachLevel",
|
|
"Inactive"
|
|
],
|
|
"modifierName": "ReachLevel"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"UnderLevel"
|
|
],
|
|
"modifierName": "UnderLevel"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Open"
|
|
],
|
|
"modifierName": "Entrance"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Active"
|
|
],
|
|
"modifierName": "Active"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"RedTrigger": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "RedTrigger",
|
|
"type": "Bool",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_04_Hint01"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_04_Locked",
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"attachPointName": "EffectPoint"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"BlueTrigger": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "Predicated",
|
|
"targetPredicates": [
|
|
{
|
|
"$type": "ByTargetGlobalValue",
|
|
"key": "Opened",
|
|
"value": 1.0,
|
|
"compareType": "MoreThanAndEqual"
|
|
}
|
|
],
|
|
"successActions": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_04_MainDisappear",
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"attachPointName": "EffectPoint"
|
|
}
|
|
},
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": -1.0,
|
|
"key": "Opened",
|
|
"useLimitRange": true,
|
|
"maxValue": 1.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "BlueTrigger",
|
|
"type": "Bool",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_04_Hint01"
|
|
}
|
|
]
|
|
},
|
|
"ReachLevel": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "gadgetState",
|
|
"type": "Int",
|
|
"weight": 201,
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_04_Locked"
|
|
}
|
|
]
|
|
},
|
|
"UnderLevel": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "gadgetState",
|
|
"type": "Int",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_04_Locked"
|
|
}
|
|
]
|
|
},
|
|
"Active": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0
|
|
},
|
|
"Entrance": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_04_Main",
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"attachPointName": "EffectPoint"
|
|
}
|
|
},
|
|
{
|
|
"$type": "AddGlobalValue",
|
|
"value": 1.0,
|
|
"key": "Opened",
|
|
"useLimitRange": true,
|
|
"maxValue": 1.0,
|
|
"minValue": 0.0
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_DungeonEntry_04_Hint01",
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"attachPointName": "EffectPoint"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_DungeonEntry_Temp",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Appear"
|
|
],
|
|
"modifierName": "Dungeon_Appear"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Dungeon_Appear": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Door_Magic_Decal"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_DungeonEntry_Temp_3d",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Appear"
|
|
],
|
|
"modifierName": "Dungeon_Appear"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Dungeon_Appear": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Door_Magic_01"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_Goddess",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Red"
|
|
],
|
|
"modifierName": "Red_LightCross"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"White"
|
|
],
|
|
"modifierName": "White_LightCross"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Blue"
|
|
],
|
|
"modifierName": "Blue_LightCross"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Red_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"effectPattern": "Eff_Goddess_Level"
|
|
}
|
|
]
|
|
},
|
|
"White_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_Goddess_Level"
|
|
}
|
|
]
|
|
},
|
|
"Blue_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "#### blue ####"
|
|
},
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"weight": 2,
|
|
"effectPattern": "Eff_Goddess_Level"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "FireEffect_ElementResonance_Wind",
|
|
"modifiers": {
|
|
"Delay": {
|
|
"modifierName": "",
|
|
"duration": 0.17499999701976776,
|
|
"elementDurability": 100.0,
|
|
"onRemoved": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "Fire_Effect"
|
|
}
|
|
]
|
|
},
|
|
"Fire_Effect": {
|
|
"modifierName": "",
|
|
"duration": 5.0,
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_Goddess_Chord_Wind"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "Delay"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_Goddess_LY",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Red"
|
|
],
|
|
"modifierName": "Red_LightCross"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"White"
|
|
],
|
|
"modifierName": "White_LightCross"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Blue"
|
|
],
|
|
"modifierName": "Blue_LightCross"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Red_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"effectPattern": "Eff_Goddess_Level_LY"
|
|
}
|
|
]
|
|
},
|
|
"White_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_Goddess_Level_LY"
|
|
}
|
|
]
|
|
},
|
|
"Blue_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"weight": 2,
|
|
"effectPattern": "Eff_Goddess_Level_LY"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "FireEffect_ElementResonance_Rock",
|
|
"modifiers": {
|
|
"Delay": {
|
|
"modifierName": "",
|
|
"duration": 0.1850000023841858,
|
|
"elementDurability": 100.0,
|
|
"onRemoved": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "Fire_Effect"
|
|
}
|
|
]
|
|
},
|
|
"Fire_Effect": {
|
|
"modifierName": "",
|
|
"duration": 5.0,
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_Goddess_Chord_Rock"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "Delay"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Test_Rotation_Interact",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"gadgetState": 201,
|
|
"modifierName": "Rotation_201"
|
|
},
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"gadgetState": 202,
|
|
"modifierName": "Rotation_202"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Rotation_201": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "Rotate",
|
|
"value": true
|
|
}
|
|
]
|
|
},
|
|
"Rotation_202": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "Glow",
|
|
"value": true
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_KanriahMech_ElectricBall_Shoot",
|
|
"born": {
|
|
"$type": "ConfigBornByAttachPoint",
|
|
"attachPointName": "attachPoint"
|
|
}
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "Reset",
|
|
"value": true
|
|
},
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "Glow"
|
|
},
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "Rotate"
|
|
}
|
|
]
|
|
},
|
|
"DoubleAttack": {
|
|
"modifierName": "",
|
|
"duration": 1.0,
|
|
"elementDurability": 100.0,
|
|
"thinkInterval": 0.75,
|
|
"onThinkInterval": [
|
|
{
|
|
"$type": "TriggerAttackEvent",
|
|
"doOffStage": true,
|
|
"attackEvent": {
|
|
"attackPattern": {
|
|
"$type": "ConfigAttackBox",
|
|
"lifeTime": "TriggerNoRepeat",
|
|
"born": {
|
|
"$type": "ConfigBornByTarget",
|
|
"offset": {
|
|
"x": 0.0,
|
|
"y": -1.5,
|
|
"z": -2.5
|
|
}
|
|
},
|
|
"size": {
|
|
"x": 5.0,
|
|
"y": 1.0,
|
|
"z": 5.0
|
|
}
|
|
},
|
|
"attackInfo": {
|
|
"attackTag": "",
|
|
"attenuationTag": "",
|
|
"attenuationGroup": "default",
|
|
"attackProperty": {
|
|
"bonusCriticalHurt": 1.0,
|
|
"damagePercentageRatio": 0.0,
|
|
"elementType": "Grass",
|
|
"elementDurability": 10.0,
|
|
"strikeType": "Pierce",
|
|
"enBreak": 9999999.0
|
|
},
|
|
"hitPattern": {
|
|
"onHitEffectName": "default",
|
|
"hitImpulseType": "LV3",
|
|
"hitHaltTimeScale": 0.05000000074505806
|
|
}
|
|
}
|
|
},
|
|
"targetType": "Enemy"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Test_Rotation_Attack",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "TriggerAttackEvent",
|
|
"doOffStage": true,
|
|
"attackEvent": {
|
|
"attackPattern": {
|
|
"$type": "ConfigAttackBox",
|
|
"lifeTime": "TriggerNoRepeat",
|
|
"born": {
|
|
"$type": "ConfigBornByTarget",
|
|
"offset": {
|
|
"x": 0.0,
|
|
"y": -1.5,
|
|
"z": -2.5
|
|
}
|
|
},
|
|
"size": {
|
|
"x": 5.0,
|
|
"y": 1.0,
|
|
"z": 5.0
|
|
}
|
|
},
|
|
"attackInfo": {
|
|
"attackTag": "",
|
|
"attenuationTag": "",
|
|
"attenuationGroup": "default",
|
|
"attackProperty": {
|
|
"bonusCriticalHurt": 1.0,
|
|
"damagePercentageRatio": 0.0,
|
|
"elementType": "Grass",
|
|
"elementDurability": 10.0,
|
|
"strikeType": "Pierce",
|
|
"enBreak": 9999999.0
|
|
},
|
|
"hitPattern": {
|
|
"onHitEffectName": "default",
|
|
"hitImpulseType": "LV3",
|
|
"hitHaltTimeScale": 0.05000000074505806
|
|
}
|
|
}
|
|
},
|
|
"targetType": "Enemy"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Test_Rotation02_Interact",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"modifierName": "Rotation_0"
|
|
},
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"gadgetState": 201,
|
|
"modifierName": "Rotation_201"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Rotation_0": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetAnimatorInt",
|
|
"intID": "GadgetState",
|
|
"value": 0.0
|
|
}
|
|
]
|
|
},
|
|
"Rotation_201": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetAnimatorInt",
|
|
"intID": "GadgetState",
|
|
"value": 201.0
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "WindDevice01_Interact",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"modifierName": "Device_Inactive"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Device_Inactive": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "AirFlow_Start"
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "AttachModifier",
|
|
"modifierName": "CutScene_Delay"
|
|
}
|
|
]
|
|
},
|
|
"CutScene_Delay": {
|
|
"modifierName": "",
|
|
"duration": 3.799999952316284,
|
|
"elementDurability": 100.0,
|
|
"onRemoved": [
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "AirFlow_Start",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Gear_Gate_DungeonGate03_Ability",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Gate_Open"
|
|
],
|
|
"modifierName": "Gate_Open"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Gate_Open": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate03_Centre_01"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate03_Centre_02"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate03_Left_01"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_Gear_Gate03_Right_01"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Level_Common_Property_Ani_Prop_HiddenDoor_01",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"modifierName": "Phase1"
|
|
},
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"gadgetState": 201,
|
|
"modifierName": "Phase2"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Phase1": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_HiddenDoor_01_Close"
|
|
}
|
|
]
|
|
},
|
|
"Phase2": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_HiddenDoor_01_Open"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Area_Common_Property_Ani_Build_ChallengeEntry_01",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"LadderNone"
|
|
],
|
|
"modifierName": "LadderNone"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"LadderAppear"
|
|
],
|
|
"modifierName": "LadderAppear"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"LadderDisapper"
|
|
],
|
|
"modifierName": "LadderDisapper"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"ChallengeEntry_Disappear"
|
|
],
|
|
"modifierName": "ChallengeEntry_Disappear"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"ChallengeEntry_Appear"
|
|
],
|
|
"modifierName": "ChallengeEntry_Appear"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"ChallengeEntry_Open"
|
|
],
|
|
"modifierName": "ChallengeEntry_Open"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"ChallengeEntry_Close"
|
|
],
|
|
"modifierName": "ChallengeEntry_Close"
|
|
},
|
|
{
|
|
"$type": "AttachToGadgetStateMixin",
|
|
"gadgetState": 201,
|
|
"modifierName": "TestState"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"TestState": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "Modifiers On Added : TestState"
|
|
}
|
|
]
|
|
},
|
|
"LadderNone": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "Modifiers On Added : LadderNone"
|
|
}
|
|
]
|
|
},
|
|
"LadderAppear": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "Modifiers On Added : LadderAppear"
|
|
}
|
|
]
|
|
},
|
|
"LadderDisapper": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "Modifiers On Added : LadderDisapper"
|
|
}
|
|
]
|
|
},
|
|
"ChallengeEntry_Disappear": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetAnimatorInt",
|
|
"intID": "PlayerClose",
|
|
"value": 0.0
|
|
},
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "Modifiers On Added : ChallengeEntry_Disappear"
|
|
}
|
|
]
|
|
},
|
|
"ChallengeEntry_Appear": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "Modifiers On Added : ChallengeEntry_Appear"
|
|
}
|
|
]
|
|
},
|
|
"ChallengeEntry_Open": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "Modifiers On Added : ChallengeEntry_Open"
|
|
}
|
|
]
|
|
},
|
|
"ChallengeEntry_Close": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "DebugLog",
|
|
"CBEDAJEGJBM": "Modifiers On Added : ChallengeEntry_Close"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"onFieldEnter": [
|
|
{
|
|
"$type": "SetAnimatorInt",
|
|
"intID": "PlayerClose",
|
|
"value": 1.0
|
|
}
|
|
],
|
|
"onFieldExit": [
|
|
{
|
|
"$type": "SetAnimatorInt",
|
|
"intID": "PlayerClose",
|
|
"value": 0.0
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_Goddess_DQ",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Red"
|
|
],
|
|
"modifierName": "Red_LightCross"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"White"
|
|
],
|
|
"modifierName": "White_LightCross"
|
|
},
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"Blue"
|
|
],
|
|
"modifierName": "Blue_LightCross"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"Red_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"effectPattern": "Eff_Goddess_Level_DQ"
|
|
}
|
|
]
|
|
},
|
|
"White_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"weight": 1,
|
|
"effectPattern": "Eff_Goddess_Level_DQ"
|
|
}
|
|
]
|
|
},
|
|
"Blue_LightCross": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SendEffectTrigger",
|
|
"parameter": "TriggerType",
|
|
"type": "Int",
|
|
"weight": 2,
|
|
"effectPattern": "Eff_Goddess_Level_DQ"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "FireEffect_ElementResonance_Electric",
|
|
"modifiers": {
|
|
"Delay": {
|
|
"modifierName": "",
|
|
"duration": 0.1850000023841858,
|
|
"elementDurability": 100.0,
|
|
"onRemoved": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "Fire_Effect"
|
|
}
|
|
]
|
|
},
|
|
"Fire_Effect": {
|
|
"modifierName": "",
|
|
"duration": 5.0,
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_Goddess_Chord_Electric"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"modifierName": "Delay"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "SceneObj_Resident_DungeonEntry_MakotoTorii",
|
|
"onAdded": [
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_MakotoTorii_01_Main"
|
|
},
|
|
{
|
|
"$type": "AttachEffect",
|
|
"effectPattern": "Eff_SceneObj_POI_Dq_MS_BaalEntrance_01",
|
|
"born": {
|
|
"$type": "ConfigBornBySelf",
|
|
"direction": {
|
|
"$type": "ConfigDirectionByDefault",
|
|
"MPGDHGJDMHO": {
|
|
"x": 0.0,
|
|
"y": -67.0,
|
|
"z": 0.0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |