mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
25 lines
492 B
JSON
25 lines
492 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |