56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"AbilityName": "VR_SmallBoss_Chelonethid",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.1,
|
|
"ValueType": "Float"
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Chelonethid_RaiseElementalDamageTakenRatioModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "Event_VR_SummonKilled"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Chelonethid_RaiseElementalDamageTakenRatioModifier": {
|
|
"Duration": 20,
|
|
"IgnoreTimeScale": false,
|
|
"MaxStackingNumber": 4,
|
|
"ModifierStacking": "MultipleAllRefresh",
|
|
"OnBeingHit": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByOr",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByDamageElementType",
|
|
"DamageElement": "Physics"
|
|
},
|
|
{
|
|
"$type": "ByDamageElementType",
|
|
"DamageElement": "Ether"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
"PropertyValue": "%AS_AddedDamageRatio",
|
|
"Target": "Other"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |