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

3923 lines
122 KiB
JSON

[
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_ExtraAttack",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"ExtraAttack"
],
"modifierName": "ExtraAttack_FX"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"ExtraAttack_BS"
],
"modifierName": "ExtraAttack_BS_FX"
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"ExtraAttack"
],
"modifierName": "ExtraAttack_CloseCollider"
},
{
"$type": "MoleMole.Config.ButtonHoldChargeMixin",
"skillID": 10501,
"chargeTime": 0.12,
"secondChargeTime": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.2
},
"OnBeginUncharged": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"triggerID": {
"isDynamic": false,
"fixedValue": "DoSkill"
}
},
{
"$type": "MoleMole.Config.SetAnimatorInt",
"predicates": [
{
"$type": "MoleMole.Config.ByAny",
"predicates": [
{
"$type": "MoleMole.Config.ByAnimatorInt",
"logic": "Equal",
"value": {
"isDynamic": false,
"fixedValue": 0
},
"parameter": "ComboCount"
},
{
"$type": "MoleMole.Config.ByAnimatorInt",
"logic": "Equal",
"value": {
"isDynamic": false,
"fixedValue": 4
},
"parameter": "ComboCount"
}
]
}
],
"intID": "SkillID",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 99.0
}
},
{
"$type": "MoleMole.Config.SetAnimatorBool",
"boolID": "IsCharging"
}
],
"OnReleaseUncharged": [
{
"$type": "MoleMole.Config.SetAnimatorInt",
"intID": "SkillID",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"OnBeginCharged": [
{
"$type": "MoleMole.Config.SetAnimatorBool",
"boolID": "IsCharging",
"value": true
}
],
"OnReleaseCharged": [
{
"$type": "MoleMole.Config.SetAnimatorBool",
"boolID": "IsCharging"
},
{
"$type": "MoleMole.Config.SetAnimatorInt",
"intID": "SkillID",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"OnBeginSecondCharged": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"predicates": [
{
"$type": "MoleMole.Config.ByLocalAvatarStamina",
"logic": "GreaterOrEqual",
"stamina": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "ExtraAttack_Pole_Stamina_Cost"
},
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "Flexible_Stamina"
},
{
"isOperator": true,
"operation": "Add"
}
]
}
}
],
"triggerID": {
"isDynamic": false,
"fixedValue": "DoSkill"
}
},
{
"$type": "MoleMole.Config.SetAnimatorInt",
"predicates": [
{
"$type": "MoleMole.Config.ByLocalAvatarStamina",
"logic": "GreaterOrEqual",
"stamina": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "ExtraAttack_Pole_Stamina_Cost"
},
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "Flexible_Stamina"
},
{
"isOperator": true,
"operation": "Add"
}
]
}
}
],
"intID": "SkillID",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 6.0
}
},
{
"$type": "MoleMole.Config.SetAnimatorBool",
"boolID": "IsCharging"
}
],
"chargeStateIDs": [
"Attack01",
"Attack02",
"Attack03",
"Run"
]
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"ExtraAttack"
],
"modifierName": "ExtraAttack_StaminaCost"
}
],
"abilitySpecials": {
"ExtraAttack_Pole_Stamina_Cost": {
"type": "float",
"dynamicValue": 0.0
},
"Flexible_Stamina": {
"type": "float",
"dynamicValue": -2.0
}
},
"modifiers": {
"ExtraAttack_StaminaCost": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AvatarSkillStart",
"skillID": 10002,
"cdRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"costStaminaRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ExtraAttack_Pole_Stamina_Cost"
}
}
]
},
"ExtraAttack_FX": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_ExtraAttack_Sprint"
},
"born": {
"$type": "MoleMole.Config.ConfigBornByTarget",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -0.3
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
}
}
]
},
"ExtraAttack_BS_FX": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_ExtraAttack"
},
"born": {
"$type": "MoleMole.Config.ConfigBornByTarget",
"offset": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": -0.3
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
}
}
]
},
"ExtraAttack_CloseCollider": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.TriggerSetPassThrough",
"doOffStage": true,
"passThrough": true
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.TriggerSetPassThrough",
"doOffStage": true,
"canBeHandledOnRecover": true
},
{
"$type": "MoleMole.Config.KillGadget",
"doOffStage": true,
"gadgetInfo": {
"configID": 41050001
}
}
]
}
}
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_ExtraAttack_CreateBullet",
"onAbilityStart": [
{
"$type": "MoleMole.Config.TriggerBullet",
"bulletID": 41050001
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_ExtraAttack_Bullet",
"abilitySpecials": {
"ExtraAttack": {
"type": "float",
"dynamicValue": 0.0
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "MoleMole.Config.ByEntityTypes",
"entityTypes": [
"MonsterEquip"
]
}
],
"successActions": [
{
"$type": "MoleMole.Config.DamageByAttackValue",
"target": "Target",
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "ExtraAttack",
"attenuationGroup": "Avatar_Pole_ExtraAttack",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ExtraAttack"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 25.0
},
"overrideByWeapon": true,
"strikeType": "Spear",
"enBreak": 120.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.01,
"canBeDefenceHalt": true
},
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.36,
"shakeTime": 0.12,
"shakeDistance": 30.0,
"shakeDir": {
"y": -1.0
}
},
"canBeModifiedBy": "OriginOwner"
}
}
],
"failActions": [
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "MoleMole.Config.ConfigBornByCollisionPoint",
"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": 0.8
}
},
"attackInfo": {
"attackTag": "ExtraAttack",
"attenuationTag": "ExtraAttack",
"attenuationGroup": "Avatar_Pole_ExtraAttack",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ExtraAttack"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 25.0
},
"overrideByWeapon": true,
"strikeType": "Spear",
"enBreak": 120.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5",
"hitHaltTimeScale": 0.01,
"canBeDefenceHalt": true
},
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.36,
"shakeTime": 0.12,
"shakeDistance": 30.0,
"shakeDir": {
"y": -1.0
}
},
"canBeModifiedBy": "OriginOwner"
}
},
"targetType": "Enemy"
}
]
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_ElementalArt_Handler",
"abilitySpecials": {
"SkillType": {
"type": "float",
"dynamicValue": 0.0
},
"MaxShieldByAvatarHPRatio": {
"type": "float",
"dynamicValue": 0.0
},
"MaxShieldByAvatarHP": {
"type": "float",
"dynamicValue": 0.0
},
"ElementalArt_ShieldHPRatio": {
"type": "float",
"dynamicValue": 0.0
},
"ElementalArt_ShieldHPConst": {
"type": "float",
"dynamicValue": 0.0
},
"ArtDura": {
"type": "float",
"dynamicValue": 0.0
},
"ElementalBurst_ShieldHPRatio": {
"type": "float",
"dynamicValue": 0.0
},
"ElementalBurst_ShieldHPConst": {
"type": "float",
"dynamicValue": 0.0
},
"BurstDura": {
"type": "float",
"dynamicValue": 0.0
},
"Dura": {
"type": "float",
"dynamicValue": 0.0
},
"ShieldHPRatio": {
"type": "float",
"dynamicValue": 0.0
},
"ShieldHPConst": {
"type": "float",
"dynamicValue": 0.0
},
"PermanentSkill1_ShieldCostMinusRatio": {
"type": "float",
"dynamicValue": 0.0
},
"PermanentSkill1_Time": {
"type": "float",
"dynamicValue": 0.0
},
"PermanentSkill1_Stack": {
"type": "float",
"dynamicValue": 0.0
},
"PermanentSkill1_CDTime": {
"type": "float",
"dynamicValue": 0.0
},
"Art_CD": {
"type": "float",
"dynamicValue": 0.0
},
"Burst_CD": {
"type": "float",
"dynamicValue": 0.0
},
"Talent1_CD": {
"type": "float",
"dynamicValue": 0.0
},
"Talent6_DamageUp": {
"type": "float",
"dynamicValue": 0.0
},
"Talent6_Time": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"UNIQUE_Tohma_ElementalArt_FireShield_Team": {
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Dura"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.GlobalMainShieldMixin",
"shieldType": "Avatar_Fire",
"shieldAngle": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 360.0
},
"shieldHPRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ShieldHPRatio"
},
"shieldHP": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ShieldHPConst"
},
"costShieldRatioName": "",
"showDamageText": "INFO_ELITE_DEFENCE",
"onShieldBroken": [
{
"$type": "MoleMole.Config.ApplyModifier",
"target": "Caster",
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "Tohma_Talent1_ReduceCD"
},
{
"$type": "MoleMole.Config.ByNot",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetType",
"target": "CurLocalAvatar",
"targetType": "Caster"
}
]
}
],
"modifierName": "UNIQUE_Tohma_Talent1_ReduceCD"
},
{
"$type": "MoleMole.Config.RemoveUniqueModifier",
"modifierName": "UNIQUE_Tohma_ElementalArt_FireShield_Team"
}
],
"effectPattern": "Eff_Avatar_Male_Pole_Tohma_Shield",
"childShieldModifierName": "UNIQUE_Tohma_ElementalArt_FireShield_Child"
}
],
"onAdded": [
{
"$type": "MoleMole.Config.SetGlobalValue",
"target": "Caster",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"key": "_ABILITY_Avatar_Tohma_HasTeamShield",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.SetGlobalValue",
"target": "Caster",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Avatar_Tohma_HasTeamShield",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield_Broken"
}
}
]
},
"UNIQUE_Tohma_ElementalArt_FireShield_Child": {
"modifierName": "",
"isUnique": true,
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.GlobalSubShieldMixin",
"mainShieldModifierName": "UNIQUE_Tohma_ElementalArt_FireShield_Team"
}
],
"properties": {
"Actor_EndureDelta": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
"onAdded": [
{
"$type": "MoleMole.Config.Predicated",
"target": "Caster",
"doOffStage": true,
"targetPredicates": [
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ABILITY_Avatar_Tohma_Has_ELementalBurstBuff",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"successActions": [
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"doOffStage": true,
"parameter": "Burst",
"type": "Bool",
"value": 1,
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield"
}
}
],
"failActions": [
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"doOffStage": true,
"parameter": "Burst",
"type": "Bool",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield"
}
}
]
}
],
"onBeingHit": [
{
"$type": "MoleMole.Config.ApplyModifier",
"target": "Caster",
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "Tohma_Talent1_ReduceCD"
},
{
"$type": "MoleMole.Config.ByNot",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetType",
"target": "CurLocalAvatar",
"targetType": "Caster"
}
]
}
],
"modifierName": "UNIQUE_Tohma_Talent1_ReduceCD"
},
{
"$type": "MoleMole.Config.Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "MoleMole.Config.ByAny",
"predicates": [
{
"$type": "MoleMole.Config.ByHitDamage",
"damage": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ByHitEnBreak",
"enBreak": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
}
],
"successActions": [
{
"$type": "MoleMole.Config.ApplyModifier",
"target": "Team",
"modifierName": "UNIQUE_Tohma_Shield_Hit_Handler"
}
]
}
]
},
"UNIQUE_Tohma_Shield_Hit_Handler": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.5
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"parameter": "Hit",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield"
}
}
]
},
"UNIQUE_Tohma_ShieldCostMinusRatio_CD": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "PermanentSkill1_CDTime"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.ApplyModifier",
"modifierName": "UNIQUE_Tohma_ShieldCostMinusRatio_Buff"
}
]
},
"UNIQUE_Tohma_ShieldCostMinusRatio_Buff": {
"stacking": "MultipleAllRefresh",
"stackingOption": {
"abilitySpecialName": "",
"maxModifierNumForMultipleType": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "PermanentSkill1_Stack"
}
},
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "PermanentSkill1_Time"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"properties": {
"Actor_ShieldCostMinusRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "PermanentSkill1_ShieldCostMinusRatio"
}
},
"state": "DefenseUp",
"isLimitedProperties": true
},
"UNIQUE_Tohma_Talent1_ReduceCD": {
"timeScale": "Level",
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Talent1_CD"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.ModifyAvatarSkillCD",
"doOffStage": true,
"skillID": 10502,
"cdDelta": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 0.0
},
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "Art_CD"
},
{
"isOperator": true,
"operation": "Sub"
}
]
}
},
{
"$type": "MoleMole.Config.ModifyAvatarSkillCD",
"doOffStage": true,
"skillID": 10505,
"cdDelta": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 0.0
},
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "Burst_CD"
},
{
"isOperator": true,
"operation": "Sub"
}
]
}
},
{
"$type": "MoleMole.Config.FireEffect",
"target": "CurLocalAvatar",
"doOffStage": true,
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Talent_ReduceCD"
}
}
]
},
"UNIQUE_Tohma_Talent6_DamageUp": {
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Talent6_Time"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"attackTags": [
"NormalAttack_01",
"NormalAttack_02",
"NormalAttack_03",
"NormalAttack_04",
"NormalAttack_05",
"NormalAttack_06",
"ExtraAttack",
"FallingAttack"
],
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Talent6_DamageUp"
}
}
],
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"doOffStage": true,
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Talent_TeamBuff"
}
}
]
}
},
"onAdded": [
{
"$type": "MoleMole.Config.SetGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Avatar_Tohma_HasTeamShield",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
],
"onAbilityStart": [
{
"$type": "MoleMole.Config.Predicated",
"doOffStage": true,
"targetPredicates": [
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ABILITY_Avatar_Tohma_HasTeamShield",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"compareType": "NoneOrEqual"
}
],
"successActions": [
{
"$type": "MoleMole.Config.Predicated",
"doOffStage": true,
"targetPredicates": [
{
"$type": "MoleMole.Config.ByTargetOverrideMapValue",
"logic": "Equal",
"targetAbilityName": "",
"targetKey": "SkillType",
"targetValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"successActions": [
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalArt_ShieldHPRatio"
},
"overrideMapKey": "ShieldHPRatio"
},
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalArt_ShieldHPConst"
},
"overrideMapKey": "ShieldHPConst"
},
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ArtDura"
},
"overrideMapKey": "Dura"
}
],
"failActions": [
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalBurst_ShieldHPRatio"
},
"overrideMapKey": "ShieldHPRatio"
},
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalBurst_ShieldHPConst"
},
"overrideMapKey": "ShieldHPConst"
},
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "BurstDura"
},
"overrideMapKey": "Dura"
}
]
},
{
"$type": "MoleMole.Config.AttachModifier",
"target": "Team",
"doOffStage": true,
"modifierName": "UNIQUE_Tohma_ElementalArt_FireShield_Team"
}
],
"failActions": [
{
"$type": "MoleMole.Config.Predicated",
"doOffStage": true,
"targetPredicates": [
{
"$type": "MoleMole.Config.ByTargetOverrideMapValue",
"logic": "Equal",
"targetAbilityName": "",
"targetKey": "SkillType",
"targetValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"successActions": [
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalArt_ShieldHPRatio"
},
"overrideMapKey": "ShieldHPRatio"
},
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalArt_ShieldHPConst"
},
"overrideMapKey": "ShieldHPConst"
},
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ArtDura"
},
"overrideMapKey": "Dura"
}
],
"failActions": [
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalBurst_ShieldHPRatio"
},
"overrideMapKey": "ShieldHPRatio"
},
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalBurst_ShieldHPConst"
},
"overrideMapKey": "ShieldHPConst"
},
{
"$type": "MoleMole.Config.SetOverrideMapValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "BurstDura"
},
"overrideMapKey": "Dura"
}
]
},
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"doOffStage": true,
"parameter": "Refresh",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield"
}
},
{
"$type": "MoleMole.Config.ChangeShieldValue",
"target": "Team",
"doOffStage": true,
"shieldHPRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ShieldHPRatio"
},
"shieldHP": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ShieldHPConst"
},
"maxShieldByHPRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "MaxShieldByAvatarHPRatio"
},
"maxShieldHP": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "MaxShieldByAvatarHP"
},
"modifierName": "UNIQUE_Tohma_ElementalArt_FireShield_Team",
"refreshTime": true
}
]
},
{
"$type": "MoleMole.Config.Predicated",
"doOffStage": true,
"targetPredicates": [
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ABILITY_Avatar_Tohma_Has_ELementalBurstBuff",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"successActions": [
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"doOffStage": true,
"parameter": "Burst",
"type": "Bool",
"value": 1,
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield"
}
}
],
"failActions": [
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"doOffStage": true,
"parameter": "Burst",
"type": "Bool",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield"
}
}
]
},
{
"$type": "MoleMole.Config.ApplyModifier",
"target": "CurLocalAvatar",
"doOffStage": true,
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "Tohma_PermanentSkill_1_GainShieldCostMinusRatio"
}
],
"modifierName": "UNIQUE_Tohma_ShieldCostMinusRatio_CD"
},
{
"$type": "MoleMole.Config.Predicated",
"target": "Caster",
"doOffStage": true,
"targetPredicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "Tohma_Talent6_DamageUp"
}
],
"successActions": [
{
"$type": "MoleMole.Config.RemoveUniqueModifier",
"target": "AllPlayerAvatars",
"doOffStage": true,
"predicates": [
{
"$type": "MoleMole.Config.ByTargetPositionToSelfPosition",
"logic": "LesserOrEqual",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 40.0
}
}
],
"modifierName": "UNIQUE_Tohma_Talent6_DamageUp"
},
{
"$type": "MoleMole.Config.AttachModifier",
"target": "AllPlayerAvatars",
"doOffStage": true,
"predicates": [
{
"$type": "MoleMole.Config.ByTargetPositionToSelfPosition",
"logic": "LesserOrEqual",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 40.0
}
}
],
"modifierName": "UNIQUE_Tohma_Talent6_DamageUp"
}
]
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_ElementalArt_Strike",
"abilitySpecials": {
"ElementalArt_Damage": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"UNIQUE_Tohma_ElementalArt_FireBuff": {
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"elementType": "Fire",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 25.0
}
},
"GenerateElemBall_Tohma_ElementalArt": {
"stacking": "Unique",
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onHittingOther": [
{
"$type": "MoleMole.Config.Predicated",
"target": "Other",
"targetPredicates": [
{
"$type": "MoleMole.Config.ByAttackTags",
"attackTags": [
"Elemental_Art"
]
},
{
"$type": "MoleMole.Config.ByEntityTypes",
"entityTypes": [
"Monster"
]
},
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ANIMAL_ENTITY_TYPE",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"compareType": "NoneOrEqual"
}
],
"successActions": [
{
"$type": "MoleMole.Config.ApplyModifier",
"modifierName": "Ball"
},
{
"$type": "MoleMole.Config.ApplyModifier",
"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.Randomed",
"chance": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"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": false,
"fixedValue": 1.0
},
"baseEnergy": 9.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.5
},
"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": false,
"fixedValue": 1.0
},
"baseEnergy": 3.0
}
]
}
]
}
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "GenerateElemBall_Tohma_ElementalArt"
}
],
"onAbilityStart": [
{
"$type": "MoleMole.Config.AvatarSkillStart",
"skillID": 10502,
"cdRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"costStaminaRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
},
{
"$type": "MoleMole.Config.TriggerAbility",
"abilityName": "Avatar_Tohma_ElementalArt_Handler",
"abilitySpecials": {
"SkillType": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
},
{
"$type": "MoleMole.Config.AttachModifier",
"target": "CurLocalAvatar",
"modifierName": "UNIQUE_Tohma_ElementalArt_FireBuff"
},
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"attackEvent": {
"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": -0.5
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
},
"height": 2.5,
"fanAngle": 270.0,
"radius": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 3.0
}
},
"attackInfo": {
"attackTag": "Elemental_Art",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalArt_Damage"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementType": "Fire",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 25.0
},
"strikeType": "Slash",
"enBreak": 150.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "Eff_Avatar_Male_Pole_Tohma_ElementalArt_Hit",
"hitImpulseType": "LV3",
"retreatType": "ByHitDirection",
"hitHaltTime": 0.06,
"hitHaltTimeScale": 0.01,
"canBeDefenceHalt": true
},
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.24,
"shakeTime": 0.15,
"shakeDir": {
"y": -1.0
}
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_ElementalBurst_Start",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "ElementalBurst",
"modifierName": "Tohma_ElementalBurst_SkillStart&Camera_Remover_Handler",
"normalizeEnd": 0.65
},
{
"$type": "MoleMole.Config.AttachToStateIDMixin",
"stateIDs": [
"ElementalBurst"
],
"modifierName": "Tohma_ElementalBurst_Invincible"
}
],
"abilitySpecials": {
"ElementalBurst_Damage": {
"type": "float",
"dynamicValue": 0.0
},
"Tohma_Talent4_Value": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"Tohma_ElementalBurst_SkillStart&Camera_Remover_Handler": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AvatarSkillStart",
"skillID": 10505,
"cdRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"costStaminaRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
},
{
"$type": "MoleMole.Config.EnableHeadControl",
"blend": false
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.AvatarCameraParam",
"cameraParam": {
"forceRadius": 6.0,
"forceRadiusDuration": 0.0,
"shouldKeepForceRadius": true
}
},
{
"$type": "MoleMole.Config.AvatarExitCameraShot",
"doOffStage": true
},
{
"$type": "MoleMole.Config.EnableHeadControl",
"doOffStage": true,
"enable": true
},
{
"$type": "MoleMole.Config.SetGlobalValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"key": "_ABILITY_Avatar_Tohma_Has_ELementalBurstBuff",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"doOffStage": true,
"parameter": "Burst",
"type": "Bool",
"value": 1,
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield"
}
}
],
"onAvatarOut": [
{
"$type": "MoleMole.Config.AvatarCameraParam",
"doOffStage": true,
"cameraParam": {
"forceRadius": 6.0,
"forceRadiusDuration": 0.0,
"shouldKeepForceRadius": true
}
},
{
"$type": "MoleMole.Config.AvatarExitCameraShot",
"doOffStage": true
},
{
"$type": "MoleMole.Config.EnableHeadControl",
"doOffStage": true,
"enable": true
}
]
},
"Tohma_ElementalBurst_Invincible": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"state": "Invincible",
"onAdded": [
{
"$type": "MoleMole.Config.AttachAbilityStateResistance",
"resistanceListID": 11002
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_ElementalBurst"
}
},
{
"$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": 4.0
}
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalBurst_Damage"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementType": "Fire",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 50.0
},
"enBreak": 200.0
},
"hitPattern": {
"onHitEffectName": "Eff_Avatar_Male_Pole_Tohma_ElementalArt_Hit",
"hitImpulseType": "LV3",
"retreatType": "ByHitDirection",
"hitHaltTimeScale": 0.01
},
"forceCameraShake": true,
"cameraShake": {
"shakeType": "CustomVector",
"shakeRange": 0.25,
"shakeTime": 0.09,
"shakeDistance": 30.0,
"shakeDir": {
"y": 1.0
}
}
}
},
"targetType": "Enemy"
},
{
"$type": "MoleMole.Config.ActCameraRadialBlur",
"cameraRadialBlur": {
"power": 0.6,
"blurTime": 0.4,
"fadeTime": 0.2
}
},
{
"$type": "MoleMole.Config.ReviveElemEnergy",
"predicates": [
{
"$type": "MoleMole.Config.ByUnlockTalentParam",
"talentParam": "Tohma_Talent4_ReviveEnergy"
}
],
"value": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Tohma_Talent4_Value"
}
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_ElementalBurst_Buff_Handler",
"abilitySpecials": {
"Dura": {
"type": "float",
"dynamicValue": 0.92
},
"CDTime": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"UNIQUE_Tohma_ElementalBurst_Buff_Handler": {
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Dura"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"thinkInterval": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "Dura"
},
{
"isOperator": false,
"isDynamic": false,
"fixedValue": 1.0
},
{
"isOperator": true,
"operation": "Sub"
}
]
},
"modifierMixins": [
{
"$type": "MoleMole.Config.CurLocalAvatarMixin",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackDetect"
}
],
"onAdded": [
{
"$type": "MoleMole.Config.AttachModifier",
"target": "Team",
"modifierName": "UNIQUE_Avatar_Male_Pole_Tohma_ElementalBurst_TeamEffect"
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.SetGlobalValue",
"target": "Caster",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Tohma_ElementalBurst_AttackMark",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.SetGlobalValue",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Avatar_Tohma_Has_ELementalBurstBuff",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"doOffStage": true,
"parameter": "Burst",
"type": "Bool",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_Shield"
}
}
],
"onThinkInterval": [
{
"$type": "MoleMole.Config.SendEffectTrigger",
"target": "Team",
"doOffStage": true,
"parameter": "End",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_ElementalBurst_BuffBegin"
}
}
]
},
"UNIQUE_Avatar_Male_Pole_Tohma_ElementalBurst_TeamEffect": {
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Dura"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_ElementalBurst_BuffBegin"
}
}
]
},
"UNIQUE_Tohma_ElementalBurst_AttackDetect": {
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Dura"
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"modifierMixins": [
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Attack01",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Attack02",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Attack03",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Attack04",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Attack05",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Attack06",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Gandalfr_Attack01",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Gandalfr_Attack02",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Gandalfr_Attack03",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Gandalfr_Attack04",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Gandalfr_Attack05",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Gandalfr_Attack06",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Tartaglia_Attack01",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Tartaglia_Attack02",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Tartaglia_Attack03",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Tartaglia_Attack04",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Tartaglia_Attack05",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Tartaglia_Attack06",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Katana_Attack01",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Katana_Attack02",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Katana_Attack03",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Katana_Attack04",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
},
{
"$type": "MoleMole.Config.AttachToNormalizedTimeMixin",
"stateID": "Katana_Attack05",
"modifierName": "UNIQUE_Tohma_ElementalBurst_AttackMark",
"normalizeStart": 0.05,
"normalizeEnd": 0.25
}
]
},
"UNIQUE_Tohma_ElementalBurst_AttackMark": {
"modifierName": "",
"isUnique": true,
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.SetGlobalValue",
"target": "Caster",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"key": "_ABILITY_Tohma_ElementalBurst_AttackMark",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.SetGlobalPos",
"key": "_ABILITY_Avatar_Tohma_ElementalBurstPos",
"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
}
}
},
"setTarget": false
},
{
"$type": "MoleMole.Config.SetGlobalDir",
"key": "_ABILITY_Avatar_Tohma_ElementalBurstDir",
"setTarget": false
},
{
"$type": "MoleMole.Config.ApplyModifier",
"target": "Caster",
"modifierName": "UNIQUE_Tohma_ElementalBurst_Attack_CDHandler"
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.SetGlobalValue",
"target": "Caster",
"doOffStage": true,
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Tohma_ElementalBurst_AttackMark",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
]
},
"UNIQUE_Tohma_ElementalBurst_Attack_CDHandler": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"thinkInterval": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "CDTime"
},
"onAdded": [
{
"$type": "MoleMole.Config.TriggerAbility",
"target": "Caster",
"doOffStage": true,
"abilityName": "Avatar_Tohma_ElementalBurst_TriggerAttack"
}
],
"onThinkInterval": [
{
"$type": "MoleMole.Config.Predicated",
"doOffStage": true,
"targetPredicates": [
{
"$type": "MoleMole.Config.ByTargetGlobalValue",
"key": "_ABILITY_Tohma_ElementalBurst_AttackMark",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
}
],
"successActions": [
{
"$type": "MoleMole.Config.Predicated",
"target": "CurLocalAvatar",
"doOffStage": true,
"targetPredicates": [
{
"$type": "MoleMole.Config.ByAny",
"predicates": [
{
"$type": "MoleMole.Config.ByHasAbilityState",
"abilityState": "ElementFreeze"
},
{
"$type": "MoleMole.Config.ByHasAbilityState",
"abilityState": "ElementPetrifaction"
}
]
}
],
"successActions": [
{
"$type": "MoleMole.Config.RemoveUniqueModifier",
"doOffStage": true,
"modifierName": "UNIQUE_Tohma_ElementalBurst_Attack_CDHandler"
}
],
"failActions": [
{
"$type": "MoleMole.Config.TriggerAbility",
"target": "Caster",
"doOffStage": true,
"abilityName": "Avatar_Tohma_ElementalBurst_TriggerAttack"
}
]
}
],
"failActions": [
{
"$type": "MoleMole.Config.RemoveUniqueModifier",
"doOffStage": true,
"modifierName": "UNIQUE_Tohma_ElementalBurst_Attack_CDHandler"
}
]
}
]
}
},
"onAdded": [
{
"$type": "MoleMole.Config.SetGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Tohma_ElementalBurst_AttackMark",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.SetGlobalValue",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"key": "_ABILITY_Avatar_Tohma_Has_ELementalBurstBuff",
"maxValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"minValue": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
],
"onAbilityStart": [
{
"$type": "MoleMole.Config.RemoveUniqueModifier",
"doOffStage": true,
"modifierName": "UNIQUE_Tohma_ElementalBurst_Buff_Handler"
},
{
"$type": "MoleMole.Config.ApplyModifier",
"doOffStage": true,
"modifierName": "UNIQUE_Tohma_ElementalBurst_Buff_Handler"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_ElementalBurst_TriggerAttack",
"abilitySpecials": {
"ElementalBurst_TriggerDamage": {
"type": "float",
"dynamicValue": 0.0
},
"HP2Damage": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"UNIQUE_Tohma_ElementalBurst_Armor_BlinkEffect": {
"stacking": "Unique",
"modifierName": "",
"isUnique": true,
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.3
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.SendEffectTrigger",
"parameter": "TriggerAttack",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_ElementalBurst_BuffBegin"
}
}
]
}
},
"onAbilityStart": [
{
"$type": "MoleMole.Config.ApplyModifier",
"target": "Team",
"doOffStage": true,
"modifierName": "UNIQUE_Tohma_ElementalBurst_Armor_BlinkEffect"
},
{
"$type": "MoleMole.Config.TriggerAbility",
"doOffStage": true,
"abilityName": "Avatar_Tohma_ElementalArt_Handler",
"abilitySpecials": {
"SkillType": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
}
}
},
{
"$type": "MoleMole.Config.FireEffect",
"target": "Caster",
"doOffStage": true,
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Male_Pole_Tohma_SupportHit"
},
"born": {
"$type": "MoleMole.Config.ConfigBornByGlobalValue",
"onGround": true,
"direction": {
"$type": "MoleMole.Config.ConfigDirectionByGroundNormalRange",
"range": 3
},
"positionKey": "_ABILITY_Avatar_Tohma_ElementalBurstPos",
"directionKey": "_ABILITY_Avatar_Tohma_ElementalBurstDir"
}
},
{
"$type": "MoleMole.Config.TriggerAttackEvent",
"target": "Caster",
"doOffStage": true,
"attackEvent": {
"attackPattern": {
"$type": "MoleMole.Config.ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"massiveAttackRatio": 0.4,
"born": {
"$type": "MoleMole.Config.ConfigBornByGlobalValue",
"offset": {
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
},
"positionKey": "_ABILITY_Avatar_Tohma_ElementalBurstPos",
"directionKey": "_ABILITY_Avatar_Tohma_ElementalBurstDir"
},
"size": {
"x": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 4.5
},
"y": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 2.0
},
"z": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 8.0
}
}
},
"attackInfo": {
"attackTag": "Elemental_Burst",
"attenuationTag": "Elemental_Burst",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "ElementalBurst_TriggerDamage"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
},
"elementType": "Fire",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 25.0
},
"enBreak": 35.0,
"damageExtra": {
"isFormula": true,
"formula": [
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "HP2Damage"
},
{
"isOperator": false,
"isDynamic": true,
"dynamicKey": "FIGHT_PROP_MAX_HP"
},
{
"isOperator": true,
"operation": "Mul"
}
]
}
},
"hitPattern": {
"onHitEffectName": "Eff_Avatar_Male_Pole_Tohma_ElementalBurst_Hit",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.01
}
}
},
"targetType": "Enemy"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_NormalAttack_DamageHandler",
"abilityMixins": [
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"ATK01"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack01"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"ATK02"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack02"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"ATK03_01"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack03_01"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"ATK03_02"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack03_02"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
},
{
"$type": "MoleMole.Config.ModifyDamageMixin",
"animEventNames": [
"ATK04"
],
"damagePercentage": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "Attack04"
},
"damagePercentageRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.0
}
}
],
"abilitySpecials": {
"Attack01": {
"type": "float",
"dynamicValue": 0.0
},
"Attack02": {
"type": "float",
"dynamicValue": 0.0
},
"Attack03_01": {
"type": "float",
"dynamicValue": 0.0
},
"Attack03_02": {
"type": "float",
"dynamicValue": 0.0
},
"Attack04": {
"type": "float",
"dynamicValue": 0.0
}
}
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Avatar_Tohma_FallingAnthem",
"abilityMixins": [
{
"$type": "MoleMole.Config.AvatarChangeSkillMixin",
"jumpSkillID": 5050010,
"flySkillID": 5050010
},
{
"$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.AttachToStateIDMixin",
"stateIDs": [
"FallingAnthem_Loop"
],
"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"
}
],
"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_BS_Material": {
"modifierName": "",
"duration": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 0.53
},
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.FireEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Avatar_Pole_FallingAnthem_BS_Normal"
}
}
],
"onRemoved": [
{
"$type": "MoleMole.Config.ActCameraRadialBlur",
"cameraRadialBlur": {
"power": 0.3,
"blurTime": 0.3,
"fadeTime": 0.15
}
}
]
},
"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
},
"onAdded": [
{
"$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": 25.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.02
}
}
},
"targetType": "Enemy"
}
],
"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": 100.0
},
"overrideByWeapon": true,
"strikeType": "Spear",
"enBreak": 25.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_Pole_FallingAnthem_Loop_01_Normal"
}
}
]
},
"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_Pole_FallingAnthem_Loop_02_Normal"
}
}
]
},
"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": 100.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": 150.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_Pole_FallingAnthem_Strike_01_Normal"
}
},
{
"$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_Pole_FallingAnthem_Strike_02_Normal"
}
}
]
}
}
]