ZenlessData/Data/Level_Buff_ReviveCoin.json

25 lines
492 B
JSON
Raw Normal View History

{
"AbilityName": "Level_Buff_ReviveCoin",
"AbilitySpecials": {
"AS_ReviveCoinNum": {
"Value": 2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyResurrectionItem",
"ItemId": 400048,
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true
}
],
"Value": "%AS_ReviveCoinNum"
}
]
}
}