1
0
ZenlessData/Data/JsonBytes/NewAbility/FollowerAbility/Follower_Increase_MaxEP.json
2025-04-22 20:22:46 -03:00

19 lines
366 B
JSON

{
"AbilityName": "Follower_Increase_MaxEP",
"AbilitySpecials": {
"AddedPlayerMaxEpDelta": {
"Value": 0
}
},
"AbilityStacking": "Multiple",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifySkillMaxEP",
"DeltaValue": "%AddedPlayerMaxEpDelta",
"SkillName": "EVD",
"Target": "Self"
}
]
}
}