mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
30
Data/Level_LoseCoinWhenHit.json
Normal file
30
Data/Level_LoseCoinWhenHit.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"AbilityName": "Level_LoseCoinWhenHit",
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "LoseCoinModifier",
|
||||
"Target": "TeamAvatars"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Modifiers": {
|
||||
"LoseCoinModifier": {
|
||||
"Duration": -1,
|
||||
"ModifierStacking": "Unique",
|
||||
"OnBeingHit": [
|
||||
{
|
||||
"$type": "LDListenEntityAction",
|
||||
"TargetKey": "LoseCoinEvent"
|
||||
},
|
||||
{
|
||||
"$type": "FireEffect",
|
||||
"EffectPattern": "Eff_Monster_GoldenBomb_BeHit_02",
|
||||
"Target": "LocalAvatar"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user