2022-04-23 07:55:31 +05:30

4335 lines
124 KiB
JSON

[
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_ExtraAttack",
"abilityMixins": [
{
"$type": "MoleMole.Config.ButtonHoldChargeMixin",
"skillID": 10160,
"chargeTime": 0.25,
"secondChargeTime": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Max_Dura"
},
"OnBeginUncharged": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"triggerID": {
"isDynamic": false,
"fixedValue": "DoSkill"
}
},
{
"$type": "MoleMole.Config.SetAnimatorInt",
"intID": "SkillID",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
},
{
"$type": "MoleMole.Config.ResetAnimatorTrigger",
"triggerID": "EndHoldTrigger"
},
{
"$type": "MoleMole.Config.RemoveModifier",
"modifierName": "SetTrigger"
}
],
"OnBeginCharged": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"triggerID": {
"isDynamic": false,
"fixedValue": "DoSkill"
}
},
{
"$type": "MoleMole.Config.SetAnimatorInt",
"intID": "SkillID",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 6.0
}
}
],
"OnReleaseCharged": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"triggerID": {
"isDynamic": false,
"fixedValue": "EndHoldTrigger"
}
},
{
"$type": "MoleMole.Config.ApplyModifier",
"modifierName": "SetTrigger"
}
],
"OnBeginSecondCharged": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"triggerID": {
"isDynamic": false,
"fixedValue": "EndHoldTrigger"
}
}
],
"chargeStateIDs": [
"Attack01_BS",
"Attack01",
"Attack02",
"Attack03",
"Attack04",
"ExtraAttack",
"ExtraAttack1"
]
},
{
"$type": "MoleMole.Config.AvatarSteerByCameraMixin",
"stateIDs": [
"ExtraAttack1"
]
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"ExtraAttack1"
],
"modifierName": "Cost"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"ExtraAttack",
"ExtraAttack1",
"ExtraAttack2",
"ExtraAttack3"
],
"modifierName": "Camera"
}
],
"abilitySpecials": {
"Max_Dura": {
"type": "float",
"dynamicValue": 0.0
},
"StaminaCost": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"SetTrigger": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onRemoved": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"triggerID": {
"isDynamic": false,
"fixedValue": "EndHoldTrigger"
}
}
]
},
"Camera": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onRemoved": [
{
"$type": "MoleMole.Config.AvatarExitCameraShot",
"doOffStage": true
}
],
"onAvatarOut": [
{
"$type": "MoleMole.Config.AvatarExitCameraShot",
"doOffStage": true
}
]
},
"Cost": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.CostStaminaMixin",
"costStaminaDelta": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "StaminaCost"
},
"onStaminaEmpty": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"triggerID": {
"isDynamic": false,
"fixedValue": "EndHoldTrigger"
}
}
]
}
]
}
}
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_Fire_Blade",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireBlade1",
"FireBlade2",
"FireBlade3"
],
"modifierName": "PushCombo",
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "KeepCombo"
}
]
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireBlade1A",
"FireBlade2A",
"FireBlade3A"
],
"modifierName": "PopCombo",
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "KeepCombo"
}
]
},
{
"$type": "MoleMole.Config.AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_DilucFireBlade_COUNT",
"defaultGlobalValueOnCreate": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"valueSteps": [
{
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.5
}
],
"modifierNameSteps": [
"Blank",
"Switch1To2",
"Switch2To3",
"Switch3To0"
],
"removeAppliedModifier": false
}
],
"abilitySpecials": {
"GetElementRatio": {
"type": "float",
"dynamicValue": 1.0
},
"ComboCount": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"PushCombo": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByAnimatorInt",
"logic": "LesserOrEqual",
"value": {
"isDynamic": false,
"fixedValue": 0
},
"parameter": "ComboCount"
}
],
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Diluc_ComboCount",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByAnimatorInt",
"logic": "Equal",
"value": {
"isDynamic": false,
"fixedValue": 1
},
"parameter": "ComboCount"
}
],
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"key": "_ABILITY_Diluc_ComboCount",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByAnimatorInt",
"logic": "Equal",
"value": {
"isDynamic": false,
"fixedValue": 2
},
"parameter": "ComboCount"
}
],
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
},
"key": "_ABILITY_Diluc_ComboCount",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByAnimatorInt",
"logic": "Equal",
"value": {
"isDynamic": false,
"fixedValue": 3
},
"parameter": "ComboCount"
}
],
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.0
},
"key": "_ABILITY_Diluc_ComboCount",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByAnimatorInt",
"logic": "GreaterOrEqual",
"value": {
"isDynamic": false,
"fixedValue": 4
},
"parameter": "ComboCount"
}
],
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Diluc_ComboCount",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
},
"PopCombo": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.SetGlobalValueToOverrideMap",
"globalValueKey": "_ABILITY_Diluc_ComboCount",
"overrideMapKey": "ComboCount"
},
{
"$type": "MoleMole.Config.SetAnimatorInt",
"intID": "ComboCount",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ComboCount"
}
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.SetAnimatorInt",
"intID": "ComboCount",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
},
"Blank": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
}
},
"Switch1To2": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.SwitchSkillIDMixin",
"priority": "AvatarSpecial",
"skillIndex": 1,
"skillID": 10162
}
],
"onAdded": [
{
"$type": "MoleMole.Config.AvatarSkillStart",
"skillID": 10161,
"cdRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"costStaminaRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
}
}
]
},
"Switch2To3": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.SwitchSkillIDMixin",
"priority": "AvatarSpecial",
"skillIndex": 1,
"skillID": 10163
}
],
"onAdded": [
{
"$type": "MoleMole.Config.RemoveModifier",
"modifierName": "Switch1To2"
},
{
"$type": "MoleMole.Config.AvatarSkillStart",
"skillID": 10162,
"cdRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"costStaminaRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
}
}
]
},
"Switch3To0": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.3
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.RemoveModifier",
"modifierName": "Switch2To3"
},
{
"$type": "MoleMole.Config.AvatarSkillStart",
"skillID": 10163,
"cdRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"costStaminaRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
}
}
]
},
"GenerateElemBall_FireBlade": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAttackLanded": [
{
"$type": "MoleMole.Config.Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "MoleMole.Config.ByEntityTypes",
"entityTypes": [
"Monster"
]
},
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ANIMAL_ENTITY_TYPE",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"compareType": "NoneOrEqual"
},
{
"$type": "MoleMole.Config.ByAttackTags",
"attackTags": [
"Elemental_Art"
]
}
],
"successActions": [
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "Ball"
},
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "Ball_Extra"
}
]
}
]
},
"Ball": {
"stacking": "Unique",
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.3
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.GenerateElemBall",
"configID": 2017,
"born": {
"$type": "MoleMole.Config.ConfigBornByTarget",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
},
"ratio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "GetElementRatio"
},
"baseEnergy": 3.0
}
]
},
"Ball_Extra": {
"stacking": "Unique",
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.3
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.Randomed",
"chance": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.33
},
"successActions": [
{
"$type": "MoleMole.Config.GenerateElemBall",
"configID": 2017,
"born": {
"$type": "MoleMole.Config.ConfigBornByTarget",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
},
"ratio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "GetElementRatio"
},
"baseEnergy": 3.0
}
]
}
]
}
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "GenerateElemBall_FireBlade"
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
}
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_Fire_BladeSet1",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireBlade1",
"FireBlade1A"
],
"modifierName": "Eff_Diluc_FireBlade_Weapon_01"
}
],
"modifiers": {
"Eff_Diluc_FireBlade_Weapon_01": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireBlade_Weapon_01"
}
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
},
{
"$type": "MoleMole.Config.TriggerAbility",
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "AfterFireBlade"
}
],
"abilityName": "Avatar_Diluc_AfterFireBlade"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_Fire_BladeSet2",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireBlade2",
"FireBlade2A"
],
"modifierName": "Eff_Diluc_FireBlade_Weapon_02"
}
],
"modifiers": {
"Eff_Diluc_FireBlade_Weapon_02": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireBlade_Weapon_02"
}
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
}
},
{
"$type": "MoleMole.Config.TriggerAbility",
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "AfterFireBlade"
}
],
"abilityName": "Avatar_Diluc_AfterFireBlade"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_Fire_BladeSet3",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireBlade3",
"FireBlade3A"
],
"modifierName": "Eff_Diluc_FireBlade_Weapon_03"
}
],
"modifiers": {
"Eff_Diluc_FireBlade_Weapon_03": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireBlade_Weapon_03"
}
},
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireBlade_Weapon_03_01"
}
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.0
},
"key": "_ABILITY_DilucFireBlade_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.0
}
},
{
"$type": "MoleMole.Config.TriggerAbility",
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "AfterFireBlade"
}
],
"abilityName": "Avatar_Diluc_AfterFireBlade"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_Fire_Enhancement",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireCross",
"FireCross_AS"
],
"modifierName": "Fire_Enhancement_State"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireCross",
"FireCross_AS"
],
"modifierName": "WeatherChange"
}
],
"abilitySpecials": {
"Dura": {
"type": "float",
"dynamicValue": 10.2
},
"ElementDurability": {
"type": "float",
"dynamicValue": 25.0
},
"FireUp": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"WeatherChange": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.TriggerWeatherMixin",
"type": "Skill",
"weatherPattern": "Weather_Diluc_FireCross",
"transDuration": 1.0,
"duration": 2.0
}
]
},
"Fire_Enhancement_State": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
}
},
"Fire_Enhancement_Weapon_Remove": {
"stacking": "Unique",
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.6
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.RemoveModifier",
"doOffStage": true,
"modifierName": "Fire_Enhancement_Weapon"
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.RemoveModifier",
"doOffStage": true,
"modifierName": "Fire_Enhancement_Weapon"
}
]
},
"Fire_Enhancement_Weapon": {
"stacking": "Unique",
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Dura"
},
"elementType": "Fire",
"elementDurability": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementDurability"
},
"overrideWeaponElement": true,
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireCross_Weapon_02"
}
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.ApplyModifier",
"modifierName": "Eff_Weapon_03"
}
]
},
"Eff_Weapon_03": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireCross_Weapon_03"
}
}
]
},
"Fire_Enhancement_Diluc": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Dura"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"thinkInterval": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
},
"properties": {
"Actor_FireAddHurtDelta": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FireUp"
}
},
"onRemoved": [
{
"$type": "MoleMole.Config.ApplyModifier",
"otherTargets": {
"$type": "MoleMole.Config.SelectTargetsByEquipParts",
"equipPartNames": [
"equip01",
"sheathPoint"
]
},
"doOffStage": true,
"modifierName": "Fire_Enhancement_Weapon_Remove"
}
],
"onThinkInterval": [
{
"$type": "MoleMole.Config.ApplyModifier",
"otherTargets": {
"$type": "MoleMole.Config.SelectTargetsByEquipParts",
"equipPartNames": [
"equip01",
"sheathPoint"
]
},
"modifierName": "Fire_Enhancement_Weapon"
}
],
"isLimitedProperties": true
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.ApplyModifier",
"otherTargets": {
"$type": "MoleMole.Config.SelectTargetsByEquipParts",
"equipPartNames": [
"equip01",
"sheathPoint"
]
},
"modifierName": "Fire_Enhancement_Weapon"
},
{
"$type": "MoleMole.Config.FireEffect",
"otherTargets": {
"$type": "MoleMole.Config.SelectTargetsByEquipParts",
"equipPartNames": [
"equip01",
"sheathPoint"
]
},
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireCross_Weapon_01"
}
},
{
"$type": "MoleMole.Config.ApplyModifier",
"modifierName": "Fire_Enhancement_Diluc"
},
{
"$type": "MoleMole.Config.AvatarSkillStart",
"skillID": 10165,
"cdRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"costStaminaRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"onKill": [
{
"$type": "MoleMole.Config.ApplyModifier",
"otherTargets": {
"$type": "MoleMole.Config.SelectTargetsByEquipParts",
"equipPartNames": [
"equip01",
"sheathPoint"
]
},
"doOffStage": true,
"modifierName": "Fire_Enhancement_Weapon_Remove"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_FireCrossCamera",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireCross"
],
"modifierName": "isGhost"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireCross"
],
"modifierName": "invincible"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FireCross",
"FireCross_AS"
],
"modifierName": "FireCross_Camera_Handler"
}
],
"modifiers": {
"isGhost": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachAbilityStateResistance",
"resistanceListID": 11002
}
]
},
"invincible": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"state": "Invincible"
},
"FireCross_Camera_Handler": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.ControlEmotion",
"toggleEmoSync": false,
"toggleBlink": false,
"toggleEyeKey": false
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.AvatarExitCameraShot",
"doOffStage": true
},
{
"$type": "MoleMole.Config.ControlEmotion",
"doOffStage": true
}
],
"onAvatarOut": [
{
"$type": "MoleMole.Config.AvatarExitCameraShot",
"doOffStage": true
},
{
"$type": "MoleMole.Config.ControlEmotion",
"doOffStage": true
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.AvatarEnterCameraShot",
"predicates": [
{
"$type": "MoleMole.Config.ByAttackNotHitScene",
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "MoleMole.Config.ConfigBornBySelf",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.5
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
},
"height": 0.2,
"fanAngle": 30.0,
"radius": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.4
}
}
},
{
"$type": "MoleMole.Config.ByAvatarInWaterDepth",
"compareType": "LessAndEqual",
"depth": 0.5
}
],
"cameraMoveCfgPath": "Camera_Diluc_FireCross"
},
{
"$type": "MoleMole.Config.AvatarCameraParam",
"cameraParam": {
"forceRadius": 5.6,
"forceRadiusDuration": 0.9,
"shouldKeepForceRadius": true
}
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_FireCross_Push1",
"onAbilityStart": [
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireCross_Aoe"
},
"born": {
"$type": "MoleMole.Config.ConfigBornByTarget",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
"alongGround": true
}
},
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"ignoreMassive": true,
"born": {
"$type": "MoleMole.Config.ConfigBornBySelf",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
},
"radius": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 6.0
}
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"enBreak": 400.0,
"attackType": "None"
},
"hitPattern": {
"onHitEffectName": "",
"hitImpulseType": "LV3",
"retreatType": "ByHitDirection",
"hitHaltTimeScale": 0.01
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_FireCross_Strike",
"abilitySpecials": {
"Damage": {
"type": "float",
"dynamicValue": 0.0
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.ActCameraRadialBlur",
"cameraRadialBlur": {
"power": 0.8,
"blurTime": 0.25,
"fadeTime": 0.3
}
},
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireCross_Aoe1"
}
},
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"filterByFrame": true,
"ignoreMassive": true,
"born": {
"$type": "MoleMole.Config.ConfigBornBySelf",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
}
}
},
"size": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 16.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 6.0
}
}
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "Diluc",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Damage"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementType": "Fire",
"elementRank": 3.0,
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 50.0
},
"strikeType": "Blunt",
"enBreak": 100.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "Eff_Diluc_FireBlade_Hit_01",
"hitImpulseType": "LV4",
"hitHaltTime": 0.09,
"hitHaltTimeScale": 0.01,
"canBeDefenceHalt": true
},
"forceCameraShake": true,
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.2,
"shakeTime": 0.4,
"shakeDistance": 30.0,
"shakeDir": {
"x": -1.0,
"y": 0.2
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"filterByFrame": true,
"ignoreMassive": true,
"born": {
"$type": "MoleMole.Config.ConfigBornBySelf",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
},
"radius": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 6.0
}
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"enBreak": 100.0,
"attackType": "None"
},
"hitPattern": {
"onHitEffectName": "Eff_Diluc_FireBlade_Hit_01",
"hitImpulseType": "LV5",
"retreatType": "ByHitDirection",
"hitHaltTimeScale": 0.01
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_FireCross",
"onAbilityStart": [
{
"$type": "MoleMole.Config.TriggerBullet",
"bulletID": 41016001,
"born": {
"$type": "MoleMole.Config.ConfigBornByTarget",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.6
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
}
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_FireCross_Material",
"abilitySpecials": {
"Damage": {
"type": "float",
"dynamicValue": 0.0
},
"TalentRate": {
"type": "float",
"dynamicValue": 1.0
},
"Interval": {
"type": "float",
"dynamicValue": 0.2
}
},
"modifiers": {
"Attack_Box": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"thinkInterval": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Interval"
},
"onThinkInterval": [
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"massiveAttackRatio": 0.15,
"born": {
"$type": "MoleMole.Config.ConfigBornBySelf",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -5.0
}
}
},
"size": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 16.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 8.0
}
}
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "Diluc",
"attackProperty": {
"damagePercentage": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "Damage"
},
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "TalentRate"
},
{
"isOperator": true,
"operation": "Mul"
}
]
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementType": "Fire",
"elementRank": 3.0,
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 50.0
},
"strikeType": "Default",
"enBreak": 100.0,
"attackType": "Range"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"overrideHitImpulse": {
"hitLevel": "Heavy",
"hitImpulseX": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 900.0
},
"hitImpulseY": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
"hitHaltTimeScale": 0.01
},
"cameraShake": {
"shakeRange": 0.09,
"shakeTime": 0.06,
"shakeDistance": 30.0
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "Attack_Box"
},
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_FireCross_01"
}
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_FireCross_Explode",
"abilitySpecials": {
"Damage": {
"type": "float",
"dynamicValue": 0.0
},
"TalentRate": {
"type": "float",
"dynamicValue": 1.0
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"ignoreMassive": true,
"born": {
"$type": "MoleMole.Config.ConfigBornBySelf",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -6.0
}
}
},
"size": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 16.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 6.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 10.0
}
}
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "Diluc",
"attackProperty": {
"damagePercentage": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "Damage"
},
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "TalentRate"
},
{
"isOperator": true,
"operation": "Mul"
}
]
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementType": "Fire",
"elementRank": 3.0,
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 50.0
},
"strikeType": "Default",
"enBreak": 100.0,
"attackType": "Range"
},
"hitPattern": {
"onHitEffectName": "Eff_Diluc_FireBlade_Hit_01",
"hitImpulseType": "LV8",
"retreatType": "ByHitDirection",
"hitHaltTimeScale": 0.01
},
"cameraShake": {
"shakeRange": 0.12,
"shakeTime": 0.09
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_NormalAttackDamage",
"abilityMixins": [
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"attackTags": [
"NormalAttack_01"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack01"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"attackTags": [
"NormalAttack_02"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack02"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"attackTags": [
"NormalAttack_03"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack03"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"attackTags": [
"NormalAttack_04"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack04"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"ExtraAttack1"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ExtraAttack1"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"ExtraAttack2"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ExtraAttack2"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
],
"abilitySpecials": {
"Attack01": {
"type": "float",
"dynamicValue": 0.0
},
"Attack02": {
"type": "float",
"dynamicValue": 0.0
},
"Attack03": {
"type": "float",
"dynamicValue": 0.0
},
"Attack04": {
"type": "float",
"dynamicValue": 0.0
},
"ExtraAttack1": {
"type": "float",
"dynamicValue": 0.0
},
"ExtraAttack2": {
"type": "float",
"dynamicValue": 0.0
}
}
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_ElementArt",
"abilityMixins": [
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"FB01"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FB01"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"FB02"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FB02"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"FB03"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FB03"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
],
"abilitySpecials": {
"FB01": {
"type": "float",
"dynamicValue": 0.0
},
"FB02": {
"type": "float",
"dynamicValue": 0.0
},
"FB03": {
"type": "float",
"dynamicValue": 0.0
}
}
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_GiantKiller",
"abilityMixins": [
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"ignoreEventInfo": true,
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Rate"
},
"predicates": [
{
"$type": "MoleMole.Config.ByTargetHPRatio",
"logic": "GreaterOrEqual",
"HPRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
}
}
]
}
],
"abilitySpecials": {
"Rate": {
"type": "float",
"dynamicValue": 0.0
}
},
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_FireHowl",
"abilitySpecials": {
"AttackRate": {
"type": "float",
"dynamicValue": 0.0
},
"SpeedRate": {
"type": "float",
"dynamicValue": 0.0
},
"Time": {
"type": "float",
"dynamicValue": 0.0
},
"maxStackCount": {
"type": "float",
"dynamicValue": 0.0
},
"CDTime": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"HowlCheck": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_DilucTalentHowl_COUNT",
"defaultGlobalValueOnCreate": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"valueSteps": [
{
"isFormula": false,
"isDynamic": false,
"fixedValue": -0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.5
}
],
"modifierNameSteps": [
"Blank",
"AttackUp1",
"AttackUp2",
"AttackUp3",
"AttackUp4"
]
}
],
"onBeingHit": [
{
"$type": "MoleMole.Config.ApplyModifier",
"modifierName": "Howl"
}
],
"onKill": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucTalentHowl_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "maxStackCount"
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
},
"Howl": {
"stacking": "Unique",
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "CDTime"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.ApplyModifier",
"modifierName": "Buff_Time"
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"key": "_ABILITY_DilucTalentHowl_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "maxStackCount"
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
},
"Buff_Time": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Time"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onRemoved": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -4.0
},
"key": "_ABILITY_DilucTalentHowl_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "maxStackCount"
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
},
"Blank": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
}
},
"AttackUp1": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"properties": {
"Actor_AttackRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "AttackRate"
},
"Animator_AttackSpeedRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "SpeedRate"
}
},
"state": "AttackUp",
"isLimitedProperties": true
},
"AttackUp2": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"properties": {
"Actor_AttackRatio": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "AttackRate"
},
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 2.0
},
{
"isOperator": true,
"operation": "Mul"
}
]
},
"Animator_AttackSpeedRatio": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "SpeedRate"
},
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 2.0
},
{
"isOperator": true,
"operation": "Mul"
}
]
}
},
"state": "AttackUp",
"isLimitedProperties": true
},
"AttackUp3": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"properties": {
"Actor_AttackRatio": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "AttackRate"
},
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 3.0
},
{
"isOperator": true,
"operation": "Mul"
}
]
},
"Animator_AttackSpeedRatio": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "SpeedRate"
},
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 3.0
},
{
"isOperator": true,
"operation": "Mul"
}
]
}
},
"state": "AttackUp",
"isLimitedProperties": true
},
"AttackUp4": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"properties": {
"Actor_AttackRatio": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "AttackRate"
},
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 4.0
},
{
"isOperator": true,
"operation": "Mul"
}
]
},
"Animator_AttackSpeedRatio": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "SpeedRate"
},
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 4.0
},
{
"isOperator": true,
"operation": "Mul"
}
]
}
},
"state": "AttackUp",
"isLimitedProperties": true
}
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "HowlCheck"
}
],
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_AfterFireBlade",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_DilucTalentCritTime_COUNT",
"defaultGlobalValueOnCreate": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"valueSteps": [
{
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.5
}
],
"modifierNameSteps": [
"BlankCritUp",
"NormalCritUp"
]
}
],
"abilitySpecials": {
"Dura": {
"type": "float",
"dynamicValue": 0.0
},
"Rate": {
"type": "float",
"dynamicValue": 0.0
},
"AtkSpeed": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"NormalCritUp_Timer": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Dura"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onRemoved": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_DilucTalentCritTime_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
},
"BlankCritUp": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
}
},
"NormalCritUp": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"ATK01",
"ATK02",
"ATK03",
"ATK04"
],
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Rate"
}
}
],
"properties": {
"Animator_AttackSpeedRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "AtkSpeed"
}
},
"isLimitedProperties": true
}
},
"onRemoved": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_DilucTalentCritTime_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
],
"onAbilityStart": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_DilucTalentCritTime_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
}
},
{
"$type": "MoleMole.Config.ApplyModifier",
"modifierName": "NormalCritUp_Timer"
}
],
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_AfterFireBladeCountDown",
"onAbilityStart": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
"key": "_ABILITY_DilucTalentCritTime_COUNT",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_NextFireBlade1",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_DilucFireBlade_COUNT",
"defaultGlobalValueOnCreate": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"valueSteps": [
{
"isFormula": false,
"isDynamic": false,
"fixedValue": -0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.5
}
],
"modifierNameSteps": [
"T",
"T",
"T",
"T"
],
"actionQueues": [
[],
[],
[
{
"$type": "MoleMole.Config.RemoveModifier",
"modifierName": "Timer2"
}
],
[
{
"$type": "MoleMole.Config.RemoveModifier",
"modifierName": "Timer2"
}
]
],
"removeAppliedModifier": false
}
],
"abilitySpecials": {
"Rate": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"T": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
}
},
"Timer2": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.6
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"thinkInterval": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
},
"onThinkInterval": [
{
"$type": "MoleMole.Config.ApplyModifier",
"doOffStage": true,
"modifierName": "NextFireBlade2"
},
{
"$type": "MoleMole.Config.AttachEffect",
"doOffStage": true,
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_Talent_NextFireBlade"
}
}
]
},
"NextFireBlade2": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"FB02"
],
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Rate"
}
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "Timer2"
}
],
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_NextFireBlade2",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_DilucFireBlade_COUNT",
"defaultGlobalValueOnCreate": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"valueSteps": [
{
"isFormula": false,
"isDynamic": false,
"fixedValue": -0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.5
}
],
"modifierNameSteps": [
"T",
"T",
"T",
"T"
],
"actionQueues": [
[],
[
{
"$type": "MoleMole.Config.RemoveModifier",
"modifierName": "Timer3"
}
],
[],
[
{
"$type": "MoleMole.Config.RemoveModifier",
"modifierName": "Timer3"
}
]
],
"removeAppliedModifier": false
}
],
"abilitySpecials": {
"Rate": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"T": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
}
},
"Timer3": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.6
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"thinkInterval": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
},
"onThinkInterval": [
{
"$type": "MoleMole.Config.ApplyModifier",
"doOffStage": true,
"modifierName": "NextFireBlade3"
},
{
"$type": "MoleMole.Config.AttachEffect",
"doOffStage": true,
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Diluc_Talent_NextFireBlade"
}
}
]
},
"NextFireBlade3": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"FB03"
],
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Rate"
}
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "Timer3"
}
],
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Diluc_FallingAnthem",
"abilityMixins": [
{
"$type": "MoleMole.Config.AvatarChangeSkillMixin",
"jumpSkillID": 5016010,
"flySkillID": 5016010
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"modifierName": "FallingAnthem_BS_Material"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_Loop"
],
"modifierName": "FallingAnthem_Loop_Normal"
},
{
"$type": "MoleMole.Config.AttachToAnimatorStateIDMixin",
"stateIDs": [
"FallingAnthem_BS_2",
"FallingAnthem_Loop",
"FallingAnthem_Loop_Low"
],
"modifierName": "FallingAnthem_LoopDamage"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"modifierName": "FallingAnthem_BS_VelocityForce_Initialize"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"modifierName": "FallingAnthem_Height_Detect"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"modifierName": "FallingAnthem_FallingDamageImmune_01"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop"
],
"modifierName": "Inertia"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop",
"FallingAnthem_AS_1",
"FallingAnthem_AS_2"
],
"modifierName": "FallingAnthem_OverHead_Camera"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS"
],
"modifierName": "FallingAnthem_ClearVelocityForce"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_BS",
"FallingAnthem_Loop"
],
"modifierName": "FallingAnthem_AttachSelfEffect"
}
],
"abilitySpecials": {
"FallingAnthem_Normal_Loop_Damage": {
"type": "float",
"dynamicValue": 0.0
},
"FallingAnthem_Normal_Rank_1_Damage": {
"type": "float",
"dynamicValue": 0.0
},
"FallingAnthem_Normal_Rank_2_Damage": {
"type": "float",
"dynamicValue": 0.0
},
"FallingAnthem_Altitude_Lv0": {
"type": "float",
"dynamicValue": 20.0
},
"FallingAnthem_Altitude_Lv1": {
"type": "float",
"dynamicValue": 40.0
},
"FallingAnthem_Altitude_Lv2": {
"type": "float",
"dynamicValue": 60.0
},
"FallingAnthem_Altitude_Lv3": {
"type": "float",
"dynamicValue": 100.0
},
"FallingAnthem_Altitude_Lv4": {
"type": "float",
"dynamicValue": 200.0
},
"FallingAnthem_FallingDamageRatio_Lv0": {
"type": "float",
"dynamicValue": -1.0
},
"FallingAnthem_FallingDamageRatio_Lv1": {
"type": "float",
"dynamicValue": -1.0
},
"FallingAnthem_FallingDamageRatio_Lv2": {
"type": "float",
"dynamicValue": -0.9
},
"FallingAnthem_FallingDamageRatio_Lv3": {
"type": "float",
"dynamicValue": -0.8
},
"FallingAnthem_FallingDamageRatio_Lv4": {
"type": "float",
"dynamicValue": -0.6
},
"FallingAnthem_FallingDamageRatio": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"FallingAnthem_AttachSelfEffect": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Claymore_FallAnthem_Self_02"
}
}
]
},
"FallingAnthem_BS_Material": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Claymore_FallAnthem_Self"
}
},
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Claymore_FallAnthem_BS"
}
}
]
},
"FallingAnthem_BS_VelocityForce_Initialize": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"properties": {
"Actor_AddGravityScale": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -2.0
}
},
"onAdded": [
{
"$type": "MoleMole.Config.RemoveVelocityForce",
"forces": [
"RushMoveType"
]
}
]
},
"FallingAnthem_LoopDamage": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"thinkInterval": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.3
},
"onThinkInterval": [
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "MoleMole.Config.ConfigBornBySelf",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
},
"radius": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Normal_Loop_Damage"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"overrideByWeapon": true,
"strikeType": "Slash",
"enBreak": 35.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.02
}
}
},
"targetType": "Enemy"
}
]
},
"FallingAnthem_FallingDamageImmune_01": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.ClearGlobalValue",
"key": "_ABILITY_FallingAttack_Altitude"
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"logic": "LesserOrEqual",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Altitude_Lv0"
}
}
],
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv0"
},
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv0"
},
"minValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv0"
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"logic": "LesserOrEqual",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Altitude_Lv1"
}
},
{
"$type": "MoleMole.Config.ByTargetAltitude",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Altitude_Lv0"
}
}
],
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv1"
},
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv1"
},
"minValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv1"
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"logic": "LesserOrEqual",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Altitude_Lv2"
}
},
{
"$type": "MoleMole.Config.ByTargetAltitude",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Altitude_Lv1"
}
}
],
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv2"
},
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv2"
},
"minValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv2"
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"logic": "LesserOrEqual",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Altitude_Lv3"
}
},
{
"$type": "MoleMole.Config.ByTargetAltitude",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Altitude_Lv2"
}
}
],
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv3"
},
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv3"
},
"minValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv3"
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Altitude_Lv3"
}
}
],
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv4"
},
"key": "_ABILITY_FallingAttack_Altitude",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv4"
},
"minValue": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio_Lv4"
}
},
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "FallingAnthem_FallingDamageImmune_02"
}
]
},
"FallingAnthem_FallingDamageImmune_02": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.SetGlobalValueToOverrideMap",
"globalValueKey": "_ABILITY_FallingAttack_Altitude",
"overrideMapKey": "FallingAnthem_FallingDamageRatio"
},
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "FallingAnthem_FallingDamageImmune_03"
}
]
},
"FallingAnthem_FallingDamageImmune_03": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"properties": {
"Actor_FallingDamageRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_FallingDamageRatio"
}
}
},
"FallingAnthem_Loop_Normal": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_ABILITY_FallingAnthem_UseCamera",
"defaultGlobalValueOnCreate": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"valueSteps": [
{
"isFormula": false,
"isDynamic": false,
"fixedValue": -1.0
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
},
{
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.5
}
],
"modifierNameSteps": [
"FallingAnthem_Loop_Normal_Rank_1",
"FallingAnthem_Loop_Normal_Rank_2"
]
}
]
},
"FallingAnthem_Loop_Normal_Rank_1": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Claymore_FallAnthem_Loop_01"
}
}
]
},
"FallingAnthem_Loop_Normal_Rank_2": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Claymore_FallAnthem_Loop_02"
}
}
]
},
"Inertia": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.ApplyInertiaVelocityMixin",
"useXZ": false,
"useY": false
}
]
},
"FallingAnthem_Height_Detect": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"logic": "LesserOrEqual",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.4
}
}
],
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_FallingAnthem_UseCamera",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.4
}
}
],
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 5.0
},
"key": "_ABILITY_FallingAnthem_UseCamera",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.SetAnimatorFloat",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"logic": "LesserOrEqual",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.4
}
}
],
"floatID": "FallingAnthem_UseCamera",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.SetAnimatorFloat",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetAltitude",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.4
}
}
],
"floatID": "FallingAnthem_UseCamera",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.SetAnimatorFloat",
"floatID": "FallingAnthem_UseCamera",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.AddGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_FallingAnthem_UseCamera",
"useLimitRange": true,
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
},
"FallingAnthem_OverHead_Camera": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AvatarCameraParam",
"predicates": [
{
"$type": "MoleMole.Config.ByAnimatorFloat",
"logic": "Equal",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"parameter": "FallingAnthem_UseCamera"
}
],
"cameraParam": {
"forceRadius": 4.5,
"forceRadiusDuration": 0.2,
"shouldKeepForceRadius": true
}
}
]
},
"FallingAnthem_OverHead_Camera_Remover": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AvatarExitCameraShot",
"doOffStage": true
}
]
},
"FallingAnthem_Landed_Camera": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AvatarCameraParam",
"predicates": [
{
"$type": "MoleMole.Config.ByAnimatorFloat",
"logic": "Equal",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"parameter": "FallingAnthem_UseCamera"
}
],
"cameraParam": {
"forceRadius": 6.0,
"forceRadiusDuration": 0.1,
"shouldKeepForceRadius": true
}
}
]
},
"FallingAnthem_ClearVelocityForce": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.RemoveVelocityForce",
"forces": [
"RushMoveType",
"InertiaType"
]
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"forceByCaster": true,
"compareType": "NoneOrEqual"
}
],
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "MoleMole.Config.ConfigBornByTarget",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -0.5
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
},
"height": 2.0,
"radius": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.0
}
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Normal_Rank_1_Damage"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 25.0
},
"overrideByWeapon": true,
"strikeType": "Blunt",
"enBreak": 150.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV4",
"hitHaltTimeScale": 0.1
},
"forceCameraShake": true,
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.24,
"shakeTime": 0.12,
"shakeDistance": 30.0,
"shakeDir": {
"y": 1.0
},
"extension": {
"baseCycle": 0.24,
"cycleDamping": 0.0,
"rangeAttenuation": 0.3
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"forceByCaster": true
}
],
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackCircle",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "MoleMole.Config.ConfigBornByTarget",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -0.5
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
},
"height": 2.0,
"radius": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 5.0
}
},
"attackInfo": {
"attackTag": "FallingAttack",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "FallingAnthem_Normal_Rank_2_Damage"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 25.0
},
"overrideByWeapon": true,
"strikeType": "Blunt",
"enBreak": 200.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV7",
"hitHaltTimeScale": 0.1
},
"forceCameraShake": true,
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.5,
"shakeTime": 0.2,
"shakeDistance": 30.0,
"shakeDir": {
"y": 1.0,
"z": 1.0
},
"extension": {
"baseCycle": 0.4,
"cycleDamping": 0.0,
"rangeAttenuation": 0.3
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "MoleMole.Config.FireEffect",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"forceByCaster": true,
"compareType": "NoneOrEqual"
}
],
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Claymore_FallAnthem_Strike_01"
}
},
{
"$type": "MoleMole.Config.FireEffect",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ABILITY_FallingAnthem_UseCamera",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"forceByCaster": true
}
],
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Claymore_FallAnthem_Strike_02"
}
}
]
}
}
]